@font-face {
    font-family: 'Dax';
    src: url('../fonts/Dax.woff2') format('woff2'),
        url('../fonts/Dax.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.btn-custom-height {
    height: auto; /* or specify a fixed height, e.g., 50px */
    padding-top: 15px;
    padding-bottom: 15px;
}
body{
    font-family: 'Dax';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #010203;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-right: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/*Selection*/
::selection {
    color: #ffffff;
    background: #010203;
}

a {
    transition: all .35s;
    color: #010203;
}
a:hover,
a:focus{
    text-decoration: none;
    color: #707070;
}

.form-control,
.btn{
    border-radius: 0;
    box-shadow: none !important;
}

.btn{
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}
.btn-default{
    background: #010203;
    color: #ffffff !important;
}
.btn-default:hover{
    background: #383838;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%) !important;
}
.btn>img{
    margin-right: 5px;
    vertical-align: 0;
}
.btn-alt{
    background: #ffffff;
    border: 1px solid #010203;
    color: #010203 !important;
}
.btn-alt:hover{
    background: #010203;
    color: #ffffff !important;
}
.btn-link{
    color: #303030;
}
.btn-link:hover,
.btn-link:focus{
    color: #DFC0BE;
}
.btn-lg{
    font-size: 18px;
    padding:13px 64px;
}
.btn-sm{
    font-size: 14px;
    padding: 5px 10px;
}
/*.btn:hover{
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%) !important;
}*/

/*header*/
header{
    position: relative;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
.topbar{
    background: #010203;
    padding: 10px 0;
}
.topbar .list-unstyled{
    margin: 0 -5px;
}
.topbar .list-unstyled>li{
    padding: 0 5px;
    position: relative;
}
.topbar .list-unstyled>li>a{
    font-size: 14px;
    color: #FFFFFF;
}
.topbar .list-unstyled>li>a>img,
.navbar .navbar-nav .nav-link>img{
    margin-right: 5px;
    vertical-align: -3px;
}
.topbar .list-unstyled>li>a:hover,
.topbar .list-unstyled>li>a:focus{
    color: #C4C4C4;
}
.dropdown-toggle::after{
    margin-left: -3px;
    vertical-align: 1px;
}

.header-middle{
    padding: 30px 0 0;
    background: #ffffff;
    position: relative;
}
.header-middle .navbar {
    margin-top:30px;
}
.header-middle .search{
    position: relative;
    /*margin-right: 30px;
    width: 290px;*/
}
.header-middle .search .form-control{
    border-radius: 28px;
    height: 56px;
    border: 1px solid #B2B2B2;
    background-image: url(../images/icons/search.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    z-index: 9;
    font-size: 14px;
    color: #010203;
    padding-left: 25px;
    padding-right: 40px;
}
.header-middle .search .form-control:focus{
    border-color: #383838;
}
.header-middle .list-unstyled{
    margin: 0 -10px;
}
.header-middle .list-unstyled li{
    padding: 0 10px;
}
.header-middle .list-unstyled li a{
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #B2B2B2;
    border-radius: 50%;
    cursor: pointer;
}
.header-middle .list-unstyled li a span{
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}
.none-web
{
    display:none;
}

.header-middle .list-unstyled li a:hover {
    background: #F3F3F3;
    box-shadow: 0 0 0 6px rgb(0 0 0 / 5%);
}
.header-middle .list-unstyled li a:hover span{
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}


.offcanvas {
    width: 360px;
    position: fixed;
    top: 0;
    right: -360px;
    height: 100vh;
    z-index: 999;
    background: #ffffff;
    transition: all 0.3s;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.offcanvas.active {
    right: 0;
}

.offcanvas-header{
    border-bottom: 1px solid #383838;
}
.offcanvas-title{
    margin: 0;
    font-size: 18px;
}

.offcanvas-dismiss,
.offcanvas-count {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #010203;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.offcanvas-dismiss{
    border-right: 1px solid #383838;
    font-size: 20px;
}
.offcanvas-count{
    border-left: 1px solid #383838;
    font-size: 26px;
}
.offcanvas-body{
    padding: 30px;
    overflow-y:scroll;
    height: 60vh;
}
.offcanvas-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.offcanvas-cart-item{
    position: relative;
    margin-bottom: 20px;
}
.offcanvas-cart-item .item-thumb{
    -ms-flex: 0 0 83px;
    flex: 0 0 83px;
    height: 83px;
    margin-right: 20px;
}
.item-thumb a img {
    max-height: 90px;
    object-fit: cover; /* Adjust this if you want to fit the image in a specific way */
}
.offcanvas-cart-item .item-details h3{
    font-size: 18px;
    margin-bottom: 5px;
}
.offcanvas-cart-item .item-details span{
    display: block;
}
.offcanvas-cart-item .item-remove{
    font-size: 10px;
    position: absolute;
    right: 0;
    top: -5px;
}

.offcanvas-footer{
    background: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.offcanvas-cart-totals td{
    border: 0;
    font-size: 18px;
}
.offcanvas-cart-actions .btn{
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}


.navbar {
    padding: 17px 15px;
    background: #F3F3F3 !important;
}
.navbar .navbar-nav .nav-link {
    color: #010203;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 45px;
    position: relative;
}
.navbar .navbar-nav .nav-link:hover{
    color: #707070;
}

.navbar-toggler{
    padding: 0;
    background-image: url(../images/icons/bars.svg);
    background-repeat: no-repeat;
    width: 25px;
    height: 17px;
    border: 0;
    border-radius: 0;
}
.navbar-toggler:focus,
.navbar-toggler:focus .navbar-toggler-icon{
    outline: 0;
}

@media (min-width: 768px){
    .navbar.stuck .navbar-brand img{
        width: 120px;
    }
    header .dropdown-menu {
        display: block;
        background: rgba(255, 255, 255, 1);
        border: none;
        border-radius: 0;
        min-width: 136px;
        padding: 5px 0;
        left: 5px;
        box-shadow: 0 2px 2px rgba(0,0,0,.06);

        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -o-transition: 0.3s;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    header .dropdown:hover .dropdown-menu{
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
    header .dropdown-menu .dropdown-item{
        font-size: 14px;
        color: #303030;
        font-weight: 400;
        padding: 3px 15px;
        border-bottom: 0;
    }
    header .dropdown-menu .dropdown-item:hover,
    header .dropdown-menu .dropdown-item:focus,
    header .dropdown-menu .dropdown-item:active{
        background-color: #FAFAFA;
        color: #041A31;
    }
    .navbar .navbar-nav .nav-link::after{
        display: none;
    }
}

.stuck {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 997;
    width: 100%;

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
}

.header-middle.stuck{
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-middle.stuck .logo img{
    height: 60px;
}
.header-middle.stuck .search .form-control{
    height: 40px;
}
.stuck .navbar-expand-md {
    display:none;
}

@keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/*.stuck .navbar{
    display: none;
}*/

.mobile-search{
    background: #DFC0BE;
}
.mobile-search .form-control{
    height: 50px;
    border: 3px solid #303030;
    border-radius: 0;
    background: url(../images/icons/mobile-search.svg) right 15px center no-repeat;
    font-size: 14px;
}

#masterslider{
    margin-top: 10px !important;
}

/*Owl Override*/
.owl-theme .owl-dots{
    padding: 30px 0 0;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot{
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #010203;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #F4E6E5;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev{
    color: #010203;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.owl-carousel .owl-nav .owl-next{
    right: -40px;
}
.owl-carousel .owl-nav .owl-prev{
    left: -40px;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover{
    color: #383838;
}
.owl-carousel .owl-item{
    padding: 10px;
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.custom-control{
    padding-left: 30px;
    margin-bottom: 20px;
}
.custom-control:last-child{
    margin-bottom: 0;
}
.custom-control-label{
    font-size: 14px;
    cursor: pointer;
}
/*.custom-control-label a{
    color: #757679;
}
.custom-control-label a:hover{
    color: #DFC0BE;
}*/
.custom-control-input:focus~.custom-control-label::before{
    box-shadow: none !important;
    outline: none !important;
}
/*custom-radio*/
.custom-radio .custom-control-label::before{
    background: transparent !important;
    border: 1px solid #010203;
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
}
.custom-radio .custom-control-label::after{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 6px;
    left: -26px;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before{
    background: transparent;
    border-color: #010203;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background: #010203;
}

/*custom-checkbox*/
.custom-checkbox .custom-control-label::before{
    background: transparent;
    border: 2px solid #383838;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    top: 3px;
    left: -30px;
}
.custom-checkbox .custom-control-label::after{
    width: 18px;
    height: 18px;
    border-radius: 3px;
    top: 3px;
    left: -30px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background: #fff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-color: #383838;
}

.modal-content{
    background-color: #ffffff;
    border-radius: 0;
}
.modal-body{
    padding: 30px 50px;
    font-size: 16px;
}
.modal-header{
    display: block;
    padding: 10px;
    text-align: center;
    border: 0;
}
.modal-title{
    width: 100%;
    color: #010203;
    font-size: 18px;
    padding: 50px 0 0;
}
.modal-header p{
    color: #383838;
    margin: 7px 0 0;
}
.modal-header .close{
    outline: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000000;
    opacity: 1;
}

.section{
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.section-title{
    color: #010203;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
}

.product{
    padding: 15px;
    background-color: #ffffff;
    overflow: hidden;
    transition: all .35s ease-out;
    box-shadow: 0 0px 6px rgb(121 121 121 / 16%);
}
.product-daydeal{
    padding: 40px 20px;
}
.product .product-image{
    display: block;
    position: relative;
    background: #ffffff;
    margin: 0;
    overflow: hidden;
}
.product .product-image img,
.category-image img{
    max-width: 100%;
    transition: all 0.35s ease-out;
}
.product:hover .product-image img,
.category:hover .category-image img{
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.product-image img{
    height: 300px!important;
    object-fit: cover !important;
}
.product-title{
    font-size: 22px;
    margin: 15px 0 10px;
}
.product-title a{
    color: #010203;
}
.product-title a:hover{
    color: #707070;
}
.product-price .price,
.product-price .old-price{
    display: inline-block;
    font-size: 19px;
    margin-right: 5px;
}
.product-price .old-price{
    text-decoration: line-through;
}
.product-daydeal  .product-price .price,
.product-daydeal  .product-price .old-price{
    font-size: 24px;
}

.product-hover{
    position: relative;
    padding-bottom: 100px;
}
.product-hover .product-details{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: calc(100% - 135px);
    padding: 40px 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-hover:hover .product-details{
    background-color: rgba(243, 243, 243, 0.82);
    top: 0;
    /*display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;*/
    z-index: 9;
}

.product-details p{
    font-size: 14px;
    color: #383838;
    line-height: 30px;
    margin-top: 10px;
}

.favorite{
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 46px;
    border-radius: 50%;
    background: #ffffff;
    color: #010203;
    font-size: 18px;
}
.product-details .favorite{
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.favorite:hover{
    background: #010203;
    color: #ffffff;
}
.product-hover:hover .product-details .favorite{
    opacity: 1;
}
.product-hover:hover .product-image img{
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.daydeals{
    padding-top: 80px;
    margin-bottom: -130px;
}

.categories{
    position: relative;
    padding-top: 200px;
}
.categories::before{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 150px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.category{
    text-align: center;
}
.category-image{
    display: block;
    padding: 15px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0px 6px rgb(121 121 121 / 16%);
}
.category>h3{
    font-size: 22px;
    margin: 15px 0 0;
}

.popular{
    background: #F8F8F8;
}

.about-left{
    position: relative;
    padding-top: 100px;
}
.about-box{
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    background: #383838;
    padding: 70px 30px;
    max-width: 65%;
    position: absolute;
    left: 0;
    top: 0;
}
.about-more{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    text-transform: uppercase;
}
.about-more>i{
    font-size: 12px;
    margin-left: 5px;
    vertical-align: middle;
}

.footer-top{
    padding: 50px 0;
    background: #F8F8F8;
}
.footer-widget h4{
    color: #010203;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-widget .list-unstyled>li{
    font-size: 15px;
    color: #272727;
    margin-bottom: 8px;
}
.footer-widget .list-unstyled>li>a{
    color: inherit;
}
.footer-widget .list-unstyled>li>a:hover{
    color: #707070;
}
.footer-widget .list-unstyled>li>a>i{
    margin-right: 15px;
}

.footer-bottom{
    background: #383838;
    padding: 15px 0;
}
.footer-bottom p{
    font-size: 15px;
    color: #ffffff;
    margin: 0;
}
.footer-bottom p a{
    color: #FFEFEF;
}

.nav-tabs{
    border: 0;
    margin-bottom: 30px;
}
.nav-tabs .nav-item{
    margin-right: 40px;
}
.nav-tabs .nav-link{
    border: 0;
    border-bottom: 3px solid transparent;
    font-size: 22px;
    color: #010203;
    padding: 5px 0;
}
.nav-tabs .nav-link.active{
    color: #010203;
    border-color: #010203;
}

/*Pages*/
.form-widget{
    background: #ffffff;
    border: 1px solid #010203;
    border-radius: 2px;
    padding: 40px;
}
.form-widget>h3{
    font-size: 22px;
    color: #050606;
    margin-bottom: 30px;
}
.form-widget>h3::after{
    content: "";
    display: block;
    width: 65px;
    height: 4px;
    margin-top: 15px;
    background: #000000;
    border-radius: 30px;
}

.form-group{
    margin-bottom: 20px;
}

label{
    color: #303030;
}
/*form control*/
.form-control{
    height: 45px;
    font-size: 14px;
    color: #383838;
    border-width: 0 0 2px 0;
    border-color: #F2F2F2;
    padding: 5px 15px 5px 0;
}
.form-control::placeholder {
    color: #383838;
}
.form-group{
    position: relative;
}
.form-group>i{
    color: #383838;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 16px;
    text-align: center;
}
.form-group>i~.form-control{
    padding-left: 30px;
}
.form-control:focus{
    border-color: #010203;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}

.form-wrapper .input-group{
    background-color: #ffffff;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    padding-left: 20px;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
}
.form-wrapper .input-group .form-control{
    border: 0;
}
.form-wrapper .input-group .custom-select{
    height: 20px;
    color: #FFE617;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 65px;
    padding: 0;
}
.form-wrapper .input-group .form-control{
    padding-left: 10px;
}
.modal-body .form-wrapper .input-group{
    border-color: transparent;
}

.reset-alert{
    text-align: center;
    color: #757679;
    margin-bottom: 40px;
}
.reset-alert>h2{
    font-size: 22px;
    color: #DFC0BE;
    font-weight: 600;
    margin-bottom: 25px;
}

.not-found-msg i{
    font-size: 80px;
}
.not-found-msg h4{
    font-size: 24px;
    margin: 30px 0 15px;
    text-transform: uppercase;
}
.not-found-msg p{
    font-size: 20px;
    line-height: 30px;
    color: #383838;
}

.breadcrumb-wrapper{
    /*background-color: #383838;*/
    background-image: url(../images/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 36px 0;
}
.breadcrumb{
    margin: 0;
    padding: 0;
    background: transparent;
}
.breadcrumb-item{
    vertical-align: middle;
}
.breadcrumb a,
.breadcrumb-item{
    color: #010203;
    font-size: 16px;
    text-transform: uppercase;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 8px;
}
.breadcrumb-item+.breadcrumb-item::before{
    padding-right: 8px;
}
.breadcrumb-item.active{
    color: #010203;
}

.page-content{
    padding: 50px 0;
    position: relative;
}
.page-title{
    font-size: 24px;
    margin-bottom: 30px;
}

.filter{
    background: #EBEBEB;
    padding-top: 10px;
}
.filter h4{
    color: #ffffff;
    font-size: 18px;
    padding: 20px;
    margin: 0;
    background: #383838;
}
.filter-group{
    padding: 30px 15px;
}
.filter-group .list-unstyled>li{
    margin-bottom: 10px;
}
.filter-group .list-unstyled>li:last-child{
    margin-bottom: 0;
}
.filter-group .list-unstyled>li>a{
    color: #383838;
    font-size: 16px;
    position: relative;
}
/*.filter-group .list-unstyled>li>a:hover{
    color: #DFC0BE;
}
.filter-group .list-unstyled>li.active>a{
    color: #DFC0BE;
    font-weight: 600;
}*/
.filter-group .list-unstyled>li>ul{
    padding: 15px 0 0 15px;
    display: none;
}
.filter-group .list-unstyled>li>.collapser{
    color: #383838;
    font-size: 12px;
    float: right;
    cursor: pointer;
    margin-top: 8px;
}

#price{
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 16px;
    color: #010203;
    background-color: transparent;
}
.ui-slider{
    border: 0 !important;
    border-radius: 0;
    height: 1px;
    background-color: #383838;
    margin: 15px 5px 40px;
}
.ui-slider .ui-slider-range{
    height: 1px;
    background-color: #383838;
    border-color: #041A31;
}
.ui-slider .ui-slider-handle{
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border-color: #010203;
    border-radius: 50%;
    top: -9px;
}
.ui-slider .ui-slider-handle:focus{
    background-color: #010203;
    border-color: #010203 !important;
    outline: none;
}


#gallery{
    direction: ltr;
}
#gallery .ms-container{
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(204, 204, 204, 0.16);
}

.single-product-title{
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-product-price{
    font-size: 20px;
}

.single-product-actions{
    margin: 30px 0 40px;
}
.quantity small{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}
.quantity>div{
    background: #fff;
    border: 1px solid #D0CECF;
    height: 55px;
    padding: 0;
}
.value-button,
.number {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 20px;
}
.value-button:hover {
    cursor: pointer;
}
.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number{
    -moz-appearance: textfield;
    width: 30px;
}

.single-product-details .favorite{
    width: 55px;
    height: 55px;
    line-height: 58px;
    background: #383838;
    color: #ffffff;
    font-size: 22px;
}

.single-product-desc{
    font-size: 14px;
    color: #383838;
    line-height: 30px;
}
.single-product-desc h4{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.single-product-gallery .ms-view{background: transparent;}


.contact-box{
    text-align: center;
    padding: 30px 15px;
    background: #DFC0BE;
    color: #303030;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(180, 180 ,180, 0.16);
}
.contact-box h5{
    font-size: 16px;
    margin: 10px 0 5px;
    font-weight: 600;
}

.card{
    border: 1px solid #303030;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.card-header{
    background-color: #ffffff;
    border-color: #EBEBEB;
    font-size: 18px;
    font-weight: 500;
    color: #041A31;
    padding: 20px 30px;
}
.card-header a.float-right{
    color: #FFE617;
}
.card-body h6{
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
}

.card-colored{
    background: #DFC0BE;
    border-color: #DFC0BE;
}
.card-dark .card-header{
    background: #041A31;
    color: #FFE617;
    border-color: rgba(255, 255, 255, 0.3);
}
.card.bg-light{
    background-color: #F3F3F3 !important;
    border-color: #F3F3F3;
}

.table-cart tbody tr:first-child td,
.table-cart thead th{
    border-top: 0;
}
.table-cart td,
.table-cart th{
    border-color: #EBEBEB;
    vertical-align: middle;
}
.table-cart td{
    padding: 25px 5px;
}
.table-cart thead th{
    font-size: 14px;
    border-bottom-width: 1px;
    padding: 10px 5px;
    font-weight: 400;
}
.table-cart tbody tr td:first-child,
.table-cart thead tr th:first-child{
    padding-left: 20px;
}
.table-cart tbody tr td:last-child,
.table-cart thead tr th:last-child{
    padding-right: 20px;
}

.cart-product .image-container{
    border-radius: 0;
    margin: 0 20px 0 0;
}
.cart-product .image-container img{
    width: 83px;
}
.cart-product h4{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0;
}
.cart-product p{
    margin: 5px 0 0;
}
.cart-remove-item{
    font-size: 12px;
}

.coupon-code>h5{
    font-size: 16px;
    margin-bottom: 10px;
}
.coupon-code>h5>span{
    float: right;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.coupon-code>h5>span.valid{
    color: #009511;
}
.coupon-code>h5>span.invalid{
    color: #FF0000;
}
.coupon-code .form-group{
    position: relative;
}
.coupon-code .form-control{
    height: 60px;
    border: 1px solid #383838;
}
.coupon-code .btn{
    height: 50px;
    line-height: 48px;
    margin: 0;
    padding: 0 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
}

.cart-summary{
    padding: 10px 0;
}
.table-totals{
    margin-bottom: 30px;
}
.table-totals td{
    border: 0;
    padding: 5px 20px;
    font-size: 18px;
    vertical-align: middle;
}
.table-totals tfoot td{
    border-top: 1px solid #D0CECF;
    padding-top: 15px;
    padding-bottom: 15px;
}
.table-totals tr td:last-child{
    text-align: right;
}
.table-totals .btn{
    display: block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.addresses .address-actions{
    margin-left: 30px;
}
.addresses label{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 22px;
}
.addresses label strong{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

.order-submit-msg{
    background: #010203;
    padding: 40px;
    color: #ffffff;
}
.order-submit-msg i{
    font-size: 60px;
}
.order-submit-msg h4{
    font-size: 22px;
    margin: 20px 0;
}
.order-submit-msg p{
    margin-bottom: 0;
}
.info-table td{
    border: 0;
    padding: 10px 15px;
}
.info-table tr td:last-child{
    text-align: right;
}



.account-nav .user-info{
    text-align: center;
    margin-bottom: 30px;
}
.account-nav .user-info h5{
    color: #303030;
    font-size: 24px;
    text-transform: uppercase;
    margin: 15px 0 30px;
}
.account-nav .user-info span{
    font-size: 16px;
    font-weight: 400;
}

.account-nav .list-group-item{
    color: #010203;
    font-size: 18px;
    padding: 13px 30px;
    border: 0;
}
.account-nav .list-group-item:hover{
    color: #707070;
}
.account-nav .list-group-item.active{
    background: #010203;
    color: #ffffff;
}
.account-nav .list-group-item>i{
    margin-right: 15px;
}


.table-order td{
    border: 0;
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
}
.table-order td b{
    font-size: 16px;
    display: block;
}


/*Preloader*/
#loading{
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object{
    width: 20px;
    height: 20px;
    background-color: #010203;
    float: left;
    margin: 0 10px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
    75% { -webkit-transform: scale(0); }
}

@keyframes object_one {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}


@-webkit-keyframes object_two {


    75% { -webkit-transform: scale(0); }


}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform:  scale(0);
    }

}

@-webkit-keyframes object_three {

    75% { -webkit-transform: scale(0); }

}

@keyframes object_three {

    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

}

.cart_count {
    display: block;
    width: 25px;
    height: 25px;
    background: #010203;
    color: #fff;
    position: absolute;
    top: -10px;
    right: 5px;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
}

.option-btn {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 5px;
    background-color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-btn:hover {
    background-color: #f0f0f0;
}

.option-btn.selected {
    border: 2px solid #010203;
    background-color: #010203;
    color: white;
}

.option-btn.disabled {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.out-of-stock {
    font-size: 12px;
    color: red;
}


.option-span {
    border: 1px solid #ccc;
    padding: 5px 5px;
    margin: 2px;
    background-color: rgba(109, 157, 205, 0.43);
    cursor: pointer;
    transition: all 0.3s ease;

}


.custom-wallet-card {
    border: 1px solid #e3e6f0;
    border-radius: 12px;
    overflow: hidden;
}

.custom-wallet-card-header {
    background: linear-gradient(45deg, #221818, #221818);
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 10px;
}

.custom-wallet-card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #343a40;
    padding: 10px;
}

.custom-wallet-card-text .text-success {
    font-size: 1.75rem;
}

.custom-wallet-card-footer {
    background: #f8f9fa;
    font-size: 0.9rem;
    color: #6c757d;
}

.custom-shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.fs-12{
font-size: 0.8rem!important;
}

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

.out_of_stock {
    display: none;
}

/* 🔹 Style the Dropdown */
.ts-dropdown {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
    background: #f8f8f8 !important;
    /* Change the background color here */
}
