/*------------------ GLOBAL ------------------*/
html {
    scroll-behavior: smooth;
}

body{
    font-family: "Inter", serif;
}

.mr-15{
    margin-right: 15px;
}

.mb-30{
    margin-bottom: 30px;
}

.mb-10{
    margin-bottom: 10px;
}

.btn-primary{
    min-width: 160px;
    min-height: 40px;
    background-color: #db2e00;
    border: none;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 600;
}

.bg-red{
    color: #db2e00;
    background-color: #fff;
}

.btn-primary:hover{
    background-color: #ad2400;
}

.btn-primary:focus, .btn-primary:active{
    background-color: #ad2400 !important;
}

.btn-black{
    background-color: #000;
}

.d-block{
    display: block !important;
    width: 100%;
}

.a-left{
    text-align: left;
}

.a-center{
    text-align: center;
}

.a-right{
    text-align: right;
}

.body-content{
    margin-top: 145px;
    /* min-height: 1500px; */
}

.mobile{
    display: none;
}

.alert{
    border: none;
    font-size: 15px;
}

.grey{
    filter: grayscale(100%);
}

.input-error{
    font-size: 13px !important;
    color: red !important;
    font-weight: 400 !important;
}

.form-group{
    margin-bottom: 15px;
}

.bg-black{
    background-color: #000 !important;
}

.color-white{
    color: #fff !important;
}

.customizeBar::-webkit-scrollbar {
    width: 10px !important;
}

.customizeBar::-webkit-scrollbar-track {
    background: #f1f1f1 !important; 
}

.customizeBar::-webkit-scrollbar-thumb {
    background: #a8a8a8 !important; 
}

.customizeBar::-webkit-scrollbar-thumb:hover {
    background: #888 !important; 
}

.favorite i.fas{
    color: #db2e00 !important;
}

.card-grey{
    background-color: #f1f1f1;
    padding: 10px 20px;
    font-size: 14px;
    color: #555;
}

.loader{
    opacity: 0;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    padding: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #151515;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 700ms infinite linear;
}

.loader.active{
    opacity: 1;
}

.loader-add{
    margin-left: 40px;
    top: 8px;
    right: 8px;
    width: 24px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 700ms infinite linear;
}

.product-belt label{
    font-weight: 600;
    font-size: 25px;
}

.fa-shopping-bag #cartTotal-m span{
    position: absolute;
    background-color: #db2e00;
    padding: 4px 8px 5px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
    top: -8px;
    right: -8px;
    border-radius: 50px;
    font-family: 'Inter';
}

@keyframes l3 {to{transform: rotate(1turn)}}

@media screen and (max-width: 991px){
    .body-content{
        margin-top: 71px;
    }
}

@media only screen and (max-width: 768px) {
    .desktop{
        display: none;
    }

    .mobile{
        display: unset;
    }

    body::-webkit-scrollbar{
        display: none;
    }
}
/*------------------ GLOBAL ------------------*/

/*------------------ HEADER ------------------*/
.navbar{
    padding: 10px 0;
}

.navbar .navbar-toggler, .navbar .navbar-toggler:active, .navbar .navbar-toggler:focus{
    border: none;
    color: #fff;
    box-shadow: none;
}

.navbar .form-control{
    border-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
    min-width: 350px;
}

.navbar .navbar-brand img{
    width: 220px;
}

.navbar.second-navbar{
    margin-top: 81px;
    background-color: #db2e00;
    padding: 0;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}

.navbar.second-navbar .navbar-collapse{
    position: relative;
}

.navbar.second-navbar .dropdown.menu-list{
    position: unset;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu{
    padding: 30px 50px;
    left: 0;
    width: 100%;
    min-height: 200px;
    border-radius: 0 0 30px 30px;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu .row{
    max-height: 200px;
    overflow: auto;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu label{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu .list{
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu .brand-list{
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu a{
    font-size: 16px;
    text-decoration: none;
    color: #000;
}

.navbar.second-navbar .dropdown.menu-list .dropdown-menu a:hover{
    color: #db2e00;
}

.navbar.second-navbar .nav-item{
    padding: 14px 0 10px;
    border-bottom: 4px solid transparent;
}

.navbar.second-navbar .nav-item:hover{
    border-bottom: 4px solid #fee203;
}

.navbar.second-navbar .nav-item .nav-link{
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar.second-navbar .nav-item .nav-link i{
    font-size: 18px;
    margin-right: 4px;
}

.list i, .sub1 i{
    margin-right: 10px;
}

.dropdown-menu {
    margin-top: 0.85rem;
}

.dropdown-menu {
    display: none;
    transition: opacity 0.3s ease;
}

.nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
}

.nav-search{
    position: absolute;
    top: 30px;
    right: 60px;
}

.nav-search a{
    padding: 5px;
    text-decoration: none;
    margin-right: 7px;
}

.nav-search a i{
    font-size: 23px;
    color: #9b9d9e;
}

.nav-search-bar{
    z-index: 1030;
    position: fixed;
    width: 100%;
    top: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-search-bar.active{
    top: 80px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nav-search-bar .form-control{
    padding: 20px 15px;
    border-radius: 0;
}

.nav-search-bar .btn-search{
    border-radius: 0;
    background-color: #db2e00;
    width: 60px;
}

.nav-search-bar .btn-search i{
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .nav-search{
        right: 80px;
    }
}

@media screen and (max-width: 991px){
    .navbar.second-navbar{
        display: none;
    }
    
    .navbar .navbar-brand img {
        width: 180px;
    }
    
    .nav-search-bar {
        top: 5px;
    }
    
    .nav-search-bar.active {
        top: 71px;
    }
    
    .nav-search {
        top: 23px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-search{
        display: none;
    }
}
/*------------------ HEADER ------------------*/

/*----------------- SIDEMENU -----------------*/
.side-overlay{
    position: fixed;
    z-index: 1031;
    background-color: rgba(0,0,0,0.5);
    width: 0;
    top: 0;
    height: 100vh;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.side-overlay.active{
    width: 100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sidebar, .sidebar-sub{
    top: 0;
    position: fixed;
    z-index: 1032;
    height: 100vh;
    background-color: #fff;
    width: 300px;
    right: -100%;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sidebar-sub{
    top: 80px;
}

.sidebar .logo, .sidebar-sub .logo{
    width: 100px;
    position: absolute;
    top: 20px;
    left: 30px;
}

.sidebar.active, .sidebar-sub.active{
    right: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sidebar .closeBtn, .sidebar-sub .closeBtn{
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 10px;
}

.sidebar .closeBtn i, .sidebar-sub .closeBtn i{
    font-size: 20px;
    color: #999;
}

.sidebar .side-product{
    border-top: 1px solid #eee;
    margin-top: 80px;
}

.sidebar .side-product ul, .sidebar-sub .side-product ul{
    list-style-type: none;
    padding: 0 30px;
    margin-bottom: 0;
}

.sidebar .side-product li{
    position: relative;
}

.sidebar .side-product li .parent, .sidebar-sub .side-product li .parent{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
    color: #848484;
    text-decoration: none;
}

.sidebar .side-product li .child{
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #db2e00;
    padding: 2px 10px 0px 13px;
    border-radius: 5px;
}

.sidebar .side-product li .child i{
    color: #fff;
    font-size: 18px;
}

.sidebar .side-menu{
    background-color: #eee;
}

.sidebar .side-menu ul, .sidebar-sub .side-menu ul{
    list-style-type: none;
    margin-bottom: 0;
    padding: 5px 30px;
}

.sidebar .side-menu ul li{
    border-bottom: 1px solid #d5d5d5;
}

.sidebar .side-menu ul li:last-child{
    border-bottom: none;
}

.sidebar .side-menu ul li a, .sidebar-sub .side-menu ul li a{
    padding: 15px 0;
    display: block;
    color: #000;
}

.sidebar-sub .side-product{
    border-top: 1px solid #eee;
}

.sidebar-sub .side-menu{
    background-color: #eee;
    margin-top: 0px;
}

.sidebar-sub .side-product ul{
    max-height: 350px;
    overflow: auto;
}
/*----------------- SIDEMENU -----------------*/

/*------------------ FOOTER ------------------*/
footer{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
}

footer label{
    color: #db2e00;
    font-weight: 800;
    font-size: 15px;
    margin-bottom: 15px;
}

footer .grid .col-md-4{
    margin: 20px 0 10px;
}

footer .list{
    border-left: 1px solid #dbdbdb;
    padding-left: 60px;
}

footer .grid span{
    color: #db2e00;
}

footer .grid ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer .grid ul li{
    margin-bottom: 10px;
}

footer .grid ul li a{
    color: #fff;
    text-decoration: none;
}

footer .grid ul li a:hover{
    color: #db2e00;
}

footer .copyright{
    border-top: 1px solid #dbdbdb;
    padding: 15px 0 5px;
    margin-top: 25px;
}

footer .copyright .col-md-4{
    margin: 5px 0 10px;
}

footer .copyright ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer .copyright ul li{
    display: inline-block;
    margin-right: 20px;
}

footer .copyright ul li a i{
    color: #fff;
}

footer .copyright ul li a i:hover, footer .copyright ul li a i:focus, footer .copyright ul li a i:active{
    color: #db2e00;
}

@media screen and (max-width: 768px){
    footer .list{
        border-left: none;
        padding-left: calc(var(--bs-gutter-x)* .5);
    }

    footer .copyright .col-md-4{
        text-align: center;
    }
}
/*------------------ FOOTER ------------------*/

/*------------------ HOME ------------------*/
.slideshow{
    position: relative;
}

.owl-carousel .owl-prev{
    background-color: #000 !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 40px);
    left: 30px;
    z-index: 3;
}

.owl-carousel .owl-next{
    background-color: #000 !important;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 40px);
    right: 30px;
    z-index: 3;
}

.owl-carousel .owl-prev:hover .fa-caret-left, .owl-carousel .owl-next:hover .fa-caret-right{
    color: #db2e00 !important;
}

.owl-carousel .owl-prev .fa-caret-left{
    font-size: 30px;
    color: #fff !important;
    margin-right: 3px;
    margin-top: 4px;
}

.owl-carousel .owl-next .fa-caret-right{
    font-size: 30px;
    color: #fff !important;
    margin-left: 3px;
    margin-top: 4px;
}

.owl-carousel .owl-prev .fa-caret-left:hover, .owl-carousel .owl-next .fa-caret-right:hover{
    color: #db2e00 !important;
}

.owl-carousel .caption{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
}

.owl-carousel .caption h1{
    color: #fff;
    font-size: 4vw;
    font-weight: 600;
    margin-bottom: 20px;
}

.brand{
    margin-bottom: 40px;
}

.brand img{
    width: 200px;
}

.belt{
    margin-bottom: 60px;
}

.belt img{
    width: 100%;
}

.category{
    margin-bottom: 40px;
}

.category img{
    width: 100%;
}

.category .item{
    position: relative;
    margin-bottom: 30px;
}

.category .caption{
    position: absolute;
    top: 15px;
    left: 35px;
    z-index: 1;
    font-size: 22px;
    font-weight: 600;
    max-width: 170px;
}

.category .btn{
    position: absolute;
    bottom: 20px;
    left: 35px;
    z-index: 1;
}

.featured{
    margin-bottom: 60px;
}

.featured h1{
    font-weight: 500;
    margin-bottom: 20px;
}

.featured ul{
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    text-align: center;
}

.featured ul li{
    max-width: 220px;
    display: inline-block;
    margin: 0 15px 30px;
    text-align: left;
    vertical-align: top;
    position: relative;
}

.featured .favorite{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.featured .favorite i{
    font-size: 22px;
    color: #999;
}

.featured a{
    text-decoration: none;
}

.featured img{
    width: 100%;
    margin-bottom: 15px;
}

.featured label{
    color: #151515;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.featured label:hover{
    cursor: pointer;
}

.featured p{
    color: #151515;
    font-size: 15px;
    text-decoration: none;
}

.featured .load-more{
    color: #db2e00;
    text-decoration: underline;
}

.promotion h1{
    margin-bottom: 10px;
}

.promotion h1 img{
    width: 75px;
}

.promotion .priceDefault{
    color: #afafaf;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
}

.promotion .priceFix{
    color: #db2e00;
}

.featured .discount{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00d833;
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 600;
}

.owl-carousel.owl-promotion .owl-prev{
    left: -15px;
}

.owl-carousel.owl-promotion .owl-next{
    right: -15px;
}

.countdown ul{
    display: inline-block;
    margin-bottom: 25px;
    padding-top: 15px;
}

.countdown ul li{
    margin: 0;
}

.countdown .time{
    background-color: #f94d63;
    color: #fff;
    font-weight: 600;
    padding: 5px 0;
    border-radius: 5px;
    font-size: 15px;
    width: 37px;
    text-align: center;
}

.countdown .separate{
    color: #f94d63;
    font-weight: 600;
    font-size: 15px;
    padding: 5px 0px;
}

.countdown .label{
    color: #afafaf;
    display: inline-block;
    padding: 5px 0px;
    margin-right: 10px;
}

.owl-carousel.owl-testimonial .owl-prev{
    background-color: #db2e00 !important;
    width: 30px;
    height: 30px;
    left: 0px;
    top: calc(50% - 20px);
}

.owl-carousel.owl-testimonial .owl-next{
    background-color: #db2e00 !important;
    width: 30px;
    height: 30px;
    right: 0px;
    top: calc(50% - 20px);
}

.owl-carousel.owl-testimonial .owl-prev:hover .fa-caret-left, .owl-carousel.owl-testimonial .owl-next:hover .fa-caret-right{
    color: #fff !important;
}

.owl-carousel.owl-testimonial .owl-prev .fa-caret-left{
    font-size: 25px;
    color: #fff !important;
    margin-right: 3px;
    margin-top: 2px;
}

.owl-carousel.owl-testimonial .owl-next .fa-caret-right{
    font-size: 25px;
    color: #fff !important;
    margin-left: 3px;
    margin-top: 2px;
}

.owl-carousel.owl-testimonial .owl-prev .fa-caret-left:hover, .owl-carousel.owl-testimonial .owl-next .fa-caret-right:hover{
    color: #fff !important;
}

.owl-theme.owl-testimonial .owl-nav {
    margin-top: 0px;
}

.testimonial{
    background-color: #efefef;
    padding: 70px 0;
}

.testimonial h1{
    margin-bottom: 40px;
}

.testimonial .card{
    border: none;
    border-radius: 10px;
    padding: 60px 30px;
    margin-bottom: 20px;
}

.testimonial .owl-testimonial img{
    width: 120px;
    border-radius: 60px;
    margin: auto;
}

.testimonial label{
    font-weight: 800;
    font-size: 18px;
    display: block;
    margin-bottom: 0px;
}

.testimonial span{
    font-size: 14px;
    color: #555;
}

.testimonial p{
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
}

.testimonial ul{
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    padding: 0 15%;
}

.testimonial li{
    display: inline-block;
    vertical-align: middle;
}

.testimonial li.image, .testimonial li.name{
    margin-right: 40px;
}

.testimonial li.desc{
    max-width: 570px;
}

.brand.brand-bot{
    margin-bottom: 0;
    background-color: #f7f7f7;
}

.btn-more{
    display: block;
    width: 100%;
    text-align: center;
}

.loader-featured{
    margin: auto;
    top: 8px;
    right: 8px;
    width: 24px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 700ms infinite linear;
}

@media screen and (max-width: 768px){
    .owl-carousel .owl-prev{
        left: 0px;
    }

    .owl-carousel .owl-next{
        right: 0px;
    }

    .owl-carousel .caption h1{
        font-size: 40px;
        padding: 0 40px;
    }

    .owl-slideshow img{
        object-fit: cover;
        height: 400px;
    }

    .owl-slideshow .btn{
        margin-left: 40px;
    }

    .promotion h1{
        text-align: center;
        margin-bottom: 0;
    }
    
    .promotion .priceDefault{
        display: block !important;
    }

    .promotion .countdown{
        text-align: center;
    }

    .testimonial li.image{
        margin-right: 0px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }

    .testimonial li.name{
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .testimonial ul{
        padding: 0 5%;
    }

    .owl-carousel.owl-testimonial .owl-prev{
        left: -35px;
    }
    
    .owl-carousel.owl-testimonial .owl-next{
        right: -35px;
    }
}

@media screen and (max-width: 529px){
    .featured ul li{
        max-width: 155px;
        margin: 0 10px 15px;
    }
}
/*------------------ HOME ------------------*/


/*----------------- ABOUT ------------------*/
.about{
    padding: 50px 0;
}

.about .tagline label{
    color: #db2e00;
    font-weight: 600;
    margin-bottom: 15px;
}

.about h1{
    font-size: 50px;
    margin-bottom: 30px;
}

.about img{
    width: 100%;
}

.about .image-row{
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.about .story{
    margin-top: 30px;
}

.profile{
    background-color: #f7f7f7;
    padding: 60px 0;
    margin-bottom: 60px;
}

.profile h1{
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.profile .card{
    border: none;
    box-shadow: 2px 4px 10px 0px #88888829;
    border-radius: 10px;
    overflow: hidden;
}

.profile .card .caption{
    padding: 30px;
}

.profile .card .caption label{
    font-size: 23px;
    font-weight: bold;
}

.profile .card .caption p{
    color: #727272;
    margin-bottom: 0;
    font-size: 15px;
}
/*----------------- ABOUT ------------------*/


/*----------------- TERMS ------------------*/
.terms{
    background-color: #f7f7f7;
    padding: 50px 0;
}

.terms .card{
    border: none;
    box-shadow: 2px 4px 10px 0px #88888829;
    border-radius: 10px;
    padding: 35px;
}

.terms .card h5{
    font-weight: 600;
    margin-bottom: 20px;
}

.terms .card hr{
    margin: 30px 0;
}
/*----------------- TERMS ------------------*/


/*------------ SIGNIN / SIGNUP -------------*/
.signin{
    background-color: #fafafa;
    padding: 70px 0;
}

.signin .card{
    padding: 40px 60px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 4px 8px 0px rgba(24,113,188,0.2);
}

.signin h2{
    margin-bottom: 15px;
}

.signin hr{
    margin-bottom: 25px;
}

.signin a{
    text-decoration: none;
    color: #848484;
    font-size: 14px;
}

.signin label{
    color: #1C1C1C;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 3px;
}

.signin .form-control{
    border-radius: 0;
    font-size: 15px;
}

.signin p{
    color: #848484;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 15px;
}

.signin p a{
    color: #333;
    font-weight: 600;
}

.signin .btn{
    margin-right: 10px;
    padding: 5px 20px;
}
/*------------ SIGNIN / SIGNUP -------------*/


/*----------------- MEMBER -----------------*/
.account{
    padding: 70px 0;
}

.account .member-menu .card{
    border: 1px solid #f1f1f1;
    box-shadow: 0 4px 8px 0px rgba(24,113,188,0.2);
}

.account .member-menu h4{
    padding: 25px;
    margin-bottom: 0;
}

.account .member-menu hr{
    margin: 0 !important;
}

.account .member-menu ul{
    list-style-type: none;
    margin-bottom: 0;
    padding: 15px;
}

.account .member-menu ul li{
    padding: 10px;
    border-radius: 5px;
}

.account .member-menu ul li:hover{
    background-color: #F3F4F5;
}

.account .member-menu ul li a{
    text-decoration: none;
    color: #000;
    display: block;
}

.account .member-content h5{
    margin-bottom: 20px;
}

.account .member-content label, .modal label{
    margin-bottom: 5px;
}

.account .member-content .btn-primary{
    padding: 5px 20px;
}

.account .member-content .form-control{
    border-radius: 0;
}

.account .member-content .card{
    border: 1px solid #E4EBF5;
}

.account .member-content .form-account{
    padding: 20px 30px;
}

.account .member-content .form-address{
    padding: 10px 30px 20px;
}

.account .member-content hr{
    border-color: #a5a5a5;
}

#addressBody{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

#addressBody li{
    padding: 40px 20px 20px;
    display: inline-block;
    border: 2px solid #f1f1f1;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 200px;
    position: relative;
}

#addressBody li.active{
    border: 2px solid #db2e00;
    background-color: #fff;
}

#addressBody li p{
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
}

#addressBody .status{
    position: absolute;
    top: 10px;
    left: 20px;
    font-weight: 800;
}

#addressBody .btn-edit{
    position: absolute;
    top: 10px;
    right: 47px;
    background-color: transparent;
    border: 1px solid #db2e00;
    border-radius: 5px;
}

#addressBody .btn-remove{
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background-color: #db2e00;
    border: 1px solid #db2e00;
    color: #fff;
    border-radius: 5px;
}

#addressBody li{
    vertical-align: top;
}

#addressForm .modal-header, #addressForm .modal-body, #addressForm .modal-footer{
    padding: 20px 30px;
}

@media screen and (max-width: 768px){
    .member-menu{
        margin-bottom: 50px;
    }
}
/*----------------- MEMBER -----------------*/


/*----------------- PRODUCT ----------------*/
.product-belt{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 50px 0;
    text-align: center;
    position: relative;
}

.product-belt .overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.product-belt label{
    color: #fff;
    z-index: 1;
    position: relative;
}

.product{
    padding: 50px 0;
}

.product .category-label{
    background-color: #141414;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
}

.product .card{
    border-radius: 0;
    border: 1px solid #E4EBF5;
}

.product .card .head{
    padding: 15px 20px;
    font-size: 15px;
    position: relative;
}

.product .card .body{
    padding: 15px 20px;
    font-size: 15px;
    border-top: 1px solid #E4EBF5;
}

.product .card .body ul{
    max-height: 300px;
    overflow: auto;
}

.product .card .body label{
    font-weight: 600;
    margin-bottom: 10px;
}

.irs--flat .irs-handle>i:first-child {
    background-color: #141414;
    height: 75%;
    width: 4px;
}

.irs--flat .irs-bar{
    height: 7px;
    background-color: #db2e00;
}

.irs--flat .irs-line {
    height: 7px;
    border-radius: 0;
}

.product .manufacture ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}

.product .manufacture ul li .form-check-label{
    color: #747474;
    font-size: 14px;
    font-weight: 400;
}

.product .manufacture ul li .form-check-label:hover{
    cursor: pointer;
}

.product .manufacture input[type="checkbox"]:checked{
    background-color: #db2e00;
    border-color: #db2e00;
}

.product .manufacture a{
    color: #141414;
    font-size: 15px;
}

.product .belt{
    margin-bottom: 30px;
}

.product #productBody .count{
    color: #747474;
    font-size: 14px;
    font-weight: 400;
}

.product #productBody .sort{
    width: 180px;
    font-size: 13px;
    padding: 5px;
    color: #747474;
    border: 1px solid #E4EBF5;
}

#productBody .search{
    font-size: 20px;
    margin-right: 5px;
}

.product-list{
    margin-bottom: 60px;
    /* margin-top: 30px; */
}

.product-list .wrap{
    margin-bottom: 35px;
    position: relative;
}

.product-list .favorite{
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
}

.product-list .favorite i{
    font-size: 22px;
    color: #999;
}

.product-list a{
    text-decoration: none;
}

.product-list img{
    width: 100%;
    margin-bottom: 15px;
}

.product-list label{
    color: #151515;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.product-list label:hover{
    cursor: pointer;
}

.product-list p{
    color: #151515;
    font-size: 15px;
    text-decoration: none;
}

.product-list .load-more{
    color: #db2e00;
    text-decoration: underline;
}

.product-list .priceDefault{
    color: #afafaf;
    font-size: 14px;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
}

.product-list .priceFix{
    color: #db2e00;
}

.product-list .discount{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00d833;
    color: #fff;
    padding: 10px 5px;
    font-size: 15px;
    font-weight: 600;
}

.pagination{
    justify-content: center;
}

.pagination li{
    padding: 10px 20px;
    font-size: 15px;
}

.pagination li a{
    color: #151515;
}

.pagination li span{
    color: #afafaf;
}

.pagination li.active span{
    color: #db2e00;
    font-weight: 600;
}

.product .responsive-m{
    display: inline-block;
    margin-right: 30px;
}

@media screen and (max-width: 768px){
    .product .responsive-m{
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }
    
    #productBody .col-md-5{
        text-align: center !important;
        margin-bottom: 10px;
    }
    
    #productBody .col-md-7{
        text-align: center !important;
        margin-bottom: 10px;
    }
}
/*----------------- PRODUCT ----------------*/


/*------------- PRODUCT DETAIL -------------*/
.product-detail{
    padding: 50px 0 40px;
}

.product-detail img{
    width: 90%;
    margin-bottom: 30px;
}

.product-detail .model{
    color: #777;
}

.product-detail .price{
    margin-bottom: 20px;
}

.product-detail .priceBefore{
    display: block;
    color: #afafaf;
    font-size: 18px;
    text-decoration: line-through;
}

.product-detail .priceFinal{
    display: inline-block;
    color: #db2e00;
    font-size: 25px;
    font-weight: 600;
    margin-right: 20px;
}

.product-detail .discount{
    display: inline-block;
    background-color: #00d833;
    color: #fff;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    vertical-align: top;
}

.product-detail .btn-dec{
    border: 1px solid #999;
    background-color: #fff;
    padding: 7px 14px;
    color: #000;
    margin-right: 5px;
}

.product-detail .btn-inc{
    border: 1px solid #999;
    background-color: #fff;
    padding: 7px 14px;
    color: #000;
    margin-left: 5px;
}

.product-detail .btn-dec:hover, .product-detail .btn-inc:hover{
    background-color: #eee;
}

.product-detail .quantity{
    align-items: center;
}

.product-detail .quantity div{
    display: flex;
    margin-right: 20px;
}

.product-detail .quantity .qty{
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 40px;
    text-align: center;
}

.product-detail .wishlist{
    margin-bottom: 40px;
}

.product-detail .wishlist a{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.product-detail .wishlist span{
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.product-detail .wishlist .favorite{
    display: inline-block;
}

.product-detail .wishlist .favorite i{
    font-size: 17px;
}

.product-detail .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: #777;
    font-size: 18px;
}

.product-detail .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}

.product-detail .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none;
    border-bottom: 4px solid #fee203 !important;
    color: #fee203;
    font-weight: 600;
}

.product-detail .tab-content{
    margin-bottom: 30px;
}

.product-detail .tab-pane{
    min-height: 200px;
    max-height: 300px;
    overflow: auto;
    padding: 20px 15px;
}

.product-detail .disclaimer{
    margin-bottom: 60px;
}

.product-detail .disclaimer ul{
    padding-left: 0;
    list-style-type: none;
}

.product-detail .disclaimer ul li:first-child{
    padding: 15px 20px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-detail .disclaimer ul li{
    padding: 15px 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #777;
}

.product-detail .disclaimer ul li.active{
    padding: 15px 20px;
    color: #fff;
    background-color: #1e64fa;
    border-left: 1px solid #1e64fa;
    border-right: 1px solid #1e64fa;
    border-bottom: 1px solid #1e64fa;
}

.product-detail .disclaimer ul li i{
    margin-right: 10px;
    font-size: 20px;
}

.product-detail .disclaimer li.active a{
    color: #fff;
}

.related{
    margin-bottom: 70px;
}

.related h1{
    font-weight: 500;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
    .product-detail .quantity{
        display: block !important;
        width: 100% !important;
    }
    
    .product-detail .quantity div{
        display: inline-block !important;
        margin-bottom: 15px !important;
    }
}
/*------------- PRODUCT DETAIL -------------*/


/*------------------ CART ------------------*/
.cart{
    padding: 50px 0;
    background-color: #f7f7f7;
}

.cart h2{
    font-weight: 600;
    margin-bottom: 30px;
}

.cart .card{
    background-color: #fff;
    box-shadow: 2px 4px 10px 0px #88888829;
    padding: 20px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
}

.cart .card.card-top{
    border-radius: 10px 10px 0 0;
}

.cart .card.card-bot{
    border-radius: 0 0 10px 10px;
}

.cart .form-check{
    display: inline-block;
}

.cart .form-check-input{
    margin-right: 12px;
    margin-top: 0;
}

.cart .form-check-label{
    font-size: 15px;
}

.cart .form-check-label:hover{
    cursor: pointer;
}

.cart input[type="checkbox"]:checked{
    background-color: #db2e00;
    border-color: #db2e00;
}

.cart img{
    max-width: 80px;
    display: inline-block;
}

.cart .productTitle{
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.cart .productTitle label:hover{
    cursor: pointer;
}

.cart .priceDefault{
    color: #afafaf;
    font-size: 16px;
    text-decoration: line-through;
    display: block;
}

.cart .priceCalculate{
    color: #afafaf;
    font-size: 16px;
    display: block;
}

.cart .priceFix{
    color: #db2e00;
    font-size: 18px;
    display: block;
}

.cart .checkboxAll{
    margin-top: 4px;
}

.cart .discount{
    display: inline-block;
    padding: 2px 10px;
    background-color: #00d833;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
}

.cart .btn-dec{
    border: 1px solid #999;
    background-color: #fff;
    padding: 1px 10px 3px;
    color: #000;
    border-radius: 5px;
}

.cart .btn-inc{
    border: 1px solid #db2e00;
    background-color: #db2e00;
    padding: 1px 10px 3px;
    color: #fff;
    border-radius: 5px;
}

.cart .btn-trash{
    border: 1px solid #fff;
    background-color: #fff;
    padding: 2px 10px 2px;
    color: #afafaf;
    margin-right: 15px;
    border-radius: 5px;
}

.cart .quantity .btn-trash i{
    font-size: 15px;
}

.cart .btn-dec:hover{
    background-color: #eee;
}

.cart .btn-inc:hover, .cart .btn-inc:active{
    background-color: #ad2400;
}

.cart .quantity{
    align-items: center;
    margin-top: 20px;
}

.cart .quantity div{
    display: flex;
    margin-right: 20px;
}

.cart .quantity .qty{
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 40px;
    text-align: center;
}

.cart .quantity i{
    font-size: 12px;
}

.cart .title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cart .card-side .price{
    font-size: 20px;
    font-weight: 600;
}

.cart .wrap{
    position: relative;
    width: 100%;
}

.cart .card.card-side{
    border-radius: 10px;
    width: inherit;
}

.cart .card.card-side.bottom{
    bottom: 0;
    position: absolute;
}

.cart .card.card-side.position-fix{
    position: fixed;
    top: 165px;
}

.loader-cart{
    margin-left: 40px;
    top: 8px;
    right: 8px;
    width: 24px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #000;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 700ms infinite linear;
}

.loader-checkout{
    margin: auto !important;
    top: 8px;
    right: 8px;
    width: 24px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 700ms infinite linear;
}
/*------------------ CART ------------------*/