@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

@font-face {
    font-family: MainFont;
    src: url('/assets/fonts/Bebas-Neue-Light/BebasNeue Regular.otf');
    /*src: url('/assets/fonts/Bebas-Regular.ttf');*/
    font-weight: 100!important;
}
:root{
    --font-family-main:"Roboto", sans-serif;
    --font-family-heading:"Roboto", sans-serif;
    --bold:600;
    --fontfamily-Bebas:'Bebas Neue', sans-serif;
    --fontfamily-roboto:'Roboto', sans-serif;
    --fontfamily-teko: 'Teko', sans-serif;
    --fontfamily-roboto-slab:'Roboto Slab', serif;
    --fontfamily-poppins:'Poppins', sans-serif;
    --fontfamily-cabin:"Cabin", Arial, Helvetica, sans-serif;
    --fontfamily-main: MainFont, sans-serif;
}
html {
    scroll-behavior: smooth;
}
.__font_family_c1{
    font-family: var(--fontfamily-roboto)!important;
}
.__font_family_c2{
    font-family: var(--fontfamily-cabin)!important;
}
.__font_family_main{
    font-family: var(--fontfamily-main)!important;
}
.__font_family_cabin{
    font-family: var(--fontfamily-main)!important;
}

.__font_family_teko{
    font-family: var(--fontfamily-main)!important;
}
.fw-700{
    font-weight: 600!important;
}
.page-title h1{
    font-family: var(--fontfamily-main)!important;
    font-size: 40px!important;
}
body{  }

h1,h2,h3,h4,h5,h6{ font-family: var(--font-family-main)!important; font-weight: 500!important; }


#header-cart{
    position: absolute;
    top: 0!important;
    right: 0!important;
    height: 100vh;
    z-index: 999;
}

.swatchLbl{
    /*border-radius: 50% !important;*/
    padding: 3px!important;
}

.custom-rating-review i{
    font-size: 30px!important;
}

.product-labels .lbl{
    padding: 5px 15px!important;
    height: auto;
    border-radius: 5px;
    font-family:var(--fontfamily-poppins);
    font-weight: 500;
}
    /* Cart Css */
.sidenav-cart {
    display:none;
    height: 100%;
    width: 350px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -350px;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    box-shadow: 0 0 1px 0 rgba(214, 231, 233, 0.52);
    border: 1px solid rgba(0,0,0,.05);
}


.sidenav-cart .closebtn {
    text-decoration: none;
    font-size: 14px;
}

@media screen and (max-height: 450px) {
    .sidenav-cart {padding-top: 15px;}
    /*.sidenav-cart a {font-size: 18px;}*/
}
.cartIsOpen{
    right: 0;
    display: block;
    animation: slideCartOpen linear 0.2s;
}

.cartIsClose{
    display: block;
    right: -350px;
    animation: slideCartClose linear 0.3s;
}

@keyframes slideCartOpen {
    0%{  right: -350px; }
    30%{ right: -300px; }
    70%{ right: -150px; }
    100% {  right: 0; }
}
@keyframes slideCartClose {
    0%{ right: 0; }
    50%{ right:  -150px; }
    100% {  right: -350px; }
}

.sidenav-cart .bottom-toolbar{
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

#cartOverlay{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
    z-index: 99;
    background-color: #111;
    opacity: 0.65;
}
.mini-products-list{
    max-height: 80% !important;
}
#mySideCartNav .qtyField .qtyBtn, #header-cart .qtyField .qty {
    font-size: 11px;
    width: 25px;
    height: 30px;
    display: inline-block;
    padding: 3px;
}
#mySideCartNav .variant-cart {
    color: #777;
    font-size: 11px;
}
#mySideCartNav .wrapQtyBtn {
    display: block;
    float: none;
    margin-top: 5px;
}
#mySideCartNav .qtyField .label {
    float: left;
    line-height: 30px;
    padding-right: 5px;
}
#mySideCartNav .qtyField .qtyBtn, #mySideCartNav .qtyField .qty {
    font-size: 11px;
    width: 25px;
    height: 30px;
    display: inline-block;
    padding: 3px;
}
/* Cart Css Ends */
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes spinner-border {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.__cart_item_spinner_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #111111;
    opacity: 0.35;
    z-index: 1;
}
.__cart_item_spinner{
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 9999;
}
.__cart_item_spinner_parent{
    display: none;
}
.cart-update{
    cursor: pointer;
}
.__cart_page_left_overlay{
    position: absolute;
    display: none;
    width: 100%;
    height: 90%;
    left: 0;
    top: 0;
    background-color: #111111;
    opacity: 0.15;
    z-index: 1;
    border-radius: 10px;
}
.__cart_page_left_overlay .spinner-border{
    margin-top: 40%;
    z-index: 99;
}
/* Pagination Color */

.pagination > li > a
{
    background-color: #111!important;
    color: #fff!important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #111!important;
    border-color: #111!important;
}

.pagination > .active > a
{
    color: white;
    background-color: #111!important;
    border: solid 1px #111 !Important;
}

.pagination > .active > a:hover
{
    background-color: #111!important;
    border: solid 1px #111!important;
}
.page-item.active .page-link{
    background-color: #111!important;
}
.page-link{
    color: black;
}

.page-item.active .page-link {
    border-color: #111111;
}

.collection-box .slick-arrow, .collection-grid-single-product .slick-arrow { opacity:0; visibility:hidden; width:30px; height:30px; }
.collection-box:hover .slick-arrow, .collection-grid-single-product:hover .slick-arrow { color:#000; opacity:1; visibility:visible; }
.collection-box .collection-grid .slick-prev, .collection-box .collection-grid-single-product .slick-prev { left:10px; }
.collection-box .collection-grid .slick-prev, .collection-box .collection-grid-single-product .slick-prev { left:10px; }
.collection-box .collection-grid .slick-next, .collection-box .collection-grid-single-product .slick-next { right:10px; }
.collection-box .collection-grid-single-product .btn--secondary { background-color:#000; color:#fff; }


.skeleton {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}
.fs-10px{
    font-size: 12px!important;
}
.fs-12px{
    font-size: 12px!important;
}

.fs-14px{
    font-size: 14px!important;
}

.fs-16px{
    font-size: 16px!important;
}
.fs-18px{
    font-size: 16px!important;
}
.h-20px{
    height: 20px!important;
}
.h-25px{
    height: 25px!important;
}
.h-30px{
    height: 30px!important;
}
.h-50px{
    height: 50px!important;
}
.h-75px{
    height: 75px!important;
}
.h-150px{
    height: 150px!important;
}
.h-200px{
    height: 200px!important;
}
.h-250px{
    height: 250px!important;
}
.h-300px{
    height: 300px!important;
}
.h-400px{
    height: 400px!important;
}

/* For Checkout modal */

.custom-magic-checkout-navigation{
    margin-bottom: 15px;
}
.custom-magic-checkout-navigation span{
    padding: 6px 11px;
    border: 0;
    border-radius: 50%;
    color: #c9c9c9;
    background-color: #ededed;
    margin-right: 5px;
}
.custom-magic-checkout-navigation span.active{
    padding: 6px 11px;
    border: 2px solid #111111;
    border-radius: 50%;
    color: black;
    background-color: #ffffff;
    margin-right: 5px;
}
.pg-nav{
    height: 1px;
    background-color: #ededed;
    border-radius: 2px;
}
.pg-nav-sub{
    height: 1px;
    background-color: forestgreen;
    border-radius: 2px;
    width: 33%
}
.rounded-5px{
    border-radius: 5px!important;
}
.rounded-10px{
    border-radius: 10px!important;
}
.checkout-dismiss-modal{
    outline: 4px solid #f8f9fa!important;
    outline-offset: 2px;
}


/* For Checkout */

.parent--payment{
}
.parent--payment>.row{
    display: flex;
    align-items: center;
    height: 100%;
}
.parent--payment .col img{
    padding: 10px;
    height: 75px!important;
    width: 100%;
    cursor: pointer;
    transition: transform 1s;
    object-fit: contain;
}
.parent--payment .col label{
    overflow: hidden;
    position: relative;
}
.parent--payment .imgbgchk:checked + label>.tick_container{
    opacity: 1;
}
/*         aNIMATION */
.parent--payment .imgbgchk:checked + label>img{
    /*transform: scale(1.25);*/
    opacity: 0.3;
}
.parent--payment .tick_container {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center;
}
.parent--payment .tick {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 8px 12px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
.form-control{
    font-size: 14px!important;
}

.top-0{ top: 0!important;}
.right-0 { right: 0!important; }
.top-10{ top: 10px!important;}
.right-10 { right: 10px!important; }
.left-10 { left: 10px!important; }
.custom-wishlist{
    font-size: 25px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    padding: 5px 4px 0 4px;
    transition: 0.2s linear;
    cursor: pointer;
    text-decoration: none!important;
}
.custom-wishlist:hover{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    transition: 0.5s linear;
    text-decoration: none!important;
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;*/
}
.custom-wishlist-2{
    z-index: 10!important;
    padding: 4px 3px 0 5px!important;
    border: transparent!important;
    text-decoration: none!important;
}
.custom-wishlist-2:hover{
    box-shadow: none!important;
    transition: none!important;
}
.wishlist-active{
    color: #d90000!important;
}

.swatch-unavailable {
    opacity: 0.3;
}

/* FAQ */
.faq-body{
    background-color: white;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 0;
    padding: 5px 20px;
}
.faq-body .panel-title{
    border: 0!important;
}
