﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    outline: none !important;
    text-decoration: none;
}

b, strong {
    font-weight: bold;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Montserrat", sans-serif;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}

ol, ul {
    list-style: none
}

.section-padding {
    padding: 70px 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}


.button6 {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

    .button6::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #000000;
        transition: all 0.4s;
        transform: scale(0.5, 1);
        z-index: -1;
    }

    .button6:hover::after {
        opacity: 1;
        transform: scale(1, 1);
    }

.custom-btn {
    width: 150px;
    height: 50px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #9e3727;
    line-height: 50px;
    position: relative;
    z-index: 0;
    color: #FFF;
    text-align: center;
    border: 0;
}

a.custom-btn:hover {
    text-decoration: none;
    color: #FFF;
}

.button7 {
    color: #FFF;
    transition: all 0.5s;
    position: relative;
}

    .button7::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: #9e3727;
        transition: all 0.4s;
        transform: scale(0.5, 1);
        z-index: -1;
    }

    .button7:hover::after {
        opacity: 1;
        transform: scale(1, 1);
    }



.mt-40 {
    margin-top: 40px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-60 {
    padding-bottom: 60px;
}

/*-------------Header-------------*/

/*----Top Menu-----*/

.top-menu {
    background-color: #9e3727;
    padding: 2px 0;
    text-align: center;
}

.headermenu {
    padding: 5px;
    margin: 0;
}

    .headermenu li {
        display: inline-block;
        border-right: 1px solid #ccc;
        padding: 0 8px;
        text-transform: uppercase;
        font-size: 14px;
    }

        .headermenu li:last-child {
            border-right: 0px solid #ccc;
        }

        .headermenu li a {
            color: #fff;
        }

            .headermenu li a.dropdown-toggle::after {
                display: inline-block;
                margin-left: 0.50em;
                vertical-align: 0.125em;
                content: "";
                border-top: 0.4em solid;
                border-right: 0.4em solid transparent;
                border-bottom: 0;
                border-left: 0.4em solid transparent;
            }

            .headermenu li a:hover {
                text-decoration: none;
            }

.top-menu img {
    vertical-align: top;
    margin-right: 5px;
}

/*-----Middle Menu------*/

.middle-menu {
    padding: 15px 0;
}

    .middle-menu .row {
        align-items: center;
    }

.logo {
    text-align: center;
}

.main-categories ul {
    padding: 0;
    margin: 0;
}

.main-categories li {
    display: inline-block;
    /* border-right: 1px solid #000; */
}

    .main-categories li:first-child a {
        margin-left: 0;
    }

    .main-categories li:last-child {
        /* border-right: 0px solid #000; */
    }

    .main-categories li a {
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        line-height: normal;
        margin: 0px 25px;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        font-weight: 900;
    }

.main-categories .nav-tabs .nav-link.active {
    border: 0;
    /* color: #fff;
    background-color: #9e3727; */
}

.main-categories .nav-tabs .nav-link:hover, .main-categories .nav-tabs .nav-link:focus { /*border:0; color:#9e3727;*/
}

.main-categories .nav-tabs .nav-link {
    border: 0;
    margin:0;
}

.main-categories .nav-link {
    padding: 10px;
    border-radius: 0px;
    font-weight: 300;
}

.main-categories .nav-tabs {
    border-bottom: 0px;
}

.main-categories li a:hover {
    color: #9e3727;
}

.header_right ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

    .header_right ul li {
        display: inline-block;
        margin: 0 10px;
    }

.header_right li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
}

    .header_right li a i {
        font-style: normal;
        margin-left: 5px;
        font-weight: 400;
    }

    .header_right li a:hover {
        text-decoration: none;
    }

        .header_right li a:hover .login-link {
            color: #9e3727;
            text-decoration: underline
        }

    .header_right li a span {
        height: 24px;
        width: 24px;
        display: inline-block;
        vertical-align: top;
    }

.bag {
    position: relative;
}

.bag-item {
    position: absolute;
}

.bag-item {
    position: absolute;
    background-color: #000000;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
    left: 10px;
    top: -5px;
}

/*---------Main Nav----------*/

.main-nav {
    padding: 0px 0;
    background-color: #fff;
}

    .main-nav .row {
        align-items: center;
    }

.mainmenu {
    padding: 0;
    margin: 0;
}

    .mainmenu li {
        display: inline-block;
    }

    .mainmenu li {
        display: inline-block;
        margin: 0 20px;
    }

        .mainmenu li:first-child {
            margin-left: 0;
        }

        .mainmenu li a {
            font-size: 18px;
            color: #000;
            padding: 0;
        }

.navbar.navbar-expand-lg {
    padding: 0;
    border-bottom: 1px solid #9e3727;
}

.mainmenu li a.dropdown-toggle::after {
    display: none;
}

.mainmenu li a:hover {
    color: #9e3727;
}

.form-inline {
    width: 230px;
}

.searchbar {
    width: 100%;
    position: relative;
}

    .searchbar .header-search {
        border: 0;
        border-bottom: 1px solid #9e3727;
        border-radius: 0;
        /*background: url(../images/search-icon.png) no-repeat 96% center;*/
        background-color: transparent;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

        .searchbar .header-search:focus {
            box-shadow: none;
        }

#MainSearchButton {
    width: 50px;
    height: 35px;
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.country-list {
    padding: 0;
    margin: 0;
}

    .country-list li {
        padding: 0;
        border-right: 0;
        display: block;
        margin-bottom: 15px;
    }

        .country-list li a {
            color: #FFF;
        }

header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 13px;
}

header .dropdown-toggle::after {
    display: none;
}

header .nav-link:focus {
    color: #9e3727;
}

header .dropdown-menu {
    border: 0px;
    min-width: 200px;
    margin: 0;
    border-radius: 0;
    background: #202325;
    color: #FFF;
    padding: 15px;
}

    header .dropdown-menu p {
        margin-bottom: 0;
    }

.nav-item:hover > a {
    color: #9e3727;
}

header .nav-link.active {
    color: #9e3727;
}

header .dropdown-menu ul li:hover > a {
    color: #9e3727;
}

header .nav-item.active a {
    color: #FFF;
    background: #9e3727;
}

.offer_detail p img {
    display: inline-block;
    margin-right: 5px;
}

.nav-item.search span {
    font-size: 13px;
    color: #FFF;
    padding: 0 3px;
}

header .navbar-nav li a {
    font-size: 16px;
    color: #000;
    padding: 0;
}

header .navbar-nav li {
    display: inline-block;
    /*margin: 0 15px;*/
}

header .navbar-nav .menu-col li {
    margin: 0;
    display: block;
}

header .navbar-nav li.menu-col {
    margin: 0;
}

header .navbar-nav li:first-child {
    margin-left: 0;
}

header .search-box input {
    border: none;
    border-bottom: 1px solid #000;
    width: 120px;
    margin-right: 20px;
    background: url(../images/search.png) 98% no-repeat;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #1d1d1d;
    text-decoration: none;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 15px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0px;
    background: #202325;
    top: 49px;
}

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                color: #fff;
                padding: 7px 0px;
                white-space: normal;
                font-size: 15px;
                line-height: 20px;
                text-transform: capitalize;
            }

                .mega-dropdown-menu > li > ul > li > a:hover {
                }

    .mega-dropdown-menu > li ul > li > a:hover, .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
        color: #9e3727;
    }

    .mega-dropdown-menu .dropdown-header {
        font-size: 15px;
        color: #FFF;
        padding: 8px 0px;
        line-height: 30px;
        margin-bottom: 5px;
    }

        .mega-dropdown-menu .dropdown-header a {
            padding: 0px;
        }

    .mega-dropdown-menu .dropdown-header {
        position: relative;
    }

        .mega-dropdown-menu .dropdown-header:before {
            position: absolute;
            content: "";
            width: 50px;
            height: 4px;
            top: 40px;
            background-color: #9e3727;
        }

.main-menu .services-division {
    padding-top: 50px !important;
}

.main-menu li.last ul {
    float: right;
    left: auto;
    right: 0px;
}

dropdown-menu .dropdown-menu li {
    line-height: 30px;
}

ul.dropdown-menu.mega-dropdown-menu .menu-col {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    padding: 0 15px;
}

.menu-img {
    width: 26%;
    margin-top: 15px;
}

.navbar-toggler {
    display: none;
}

.mega-dropdown-menu > li ul > li.dropdown-header > a {
    font-size: 16px;
}

.menu-col p {
    text-align: center;
    color: #FFF;
    font-weight: 700;
    margin-top: 10px;
}

.menu-col .button6.custom-btn {
    color: #FFF;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
}

/*responsive menu*/
.mobile-header {
    display: none;
}

#cssmenu {
    display: none;
    background: #202325;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0
    }

    #cssmenu #head-mobile {
        display: none
    }

    #cssmenu > ul > li {
        float: left
    }

        #cssmenu > ul > li > a {
            padding: 11px;
            font-size: 16px;
            text-decoration: none;
            color: #FFF;
            font-weight: 400;
        }

        #cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
            color: #fff
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            background: #9e3727 !important;
            -webkit-transition: background .3s ease;
            -ms-transition: background .3s ease;
            transition: background .3s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding-right: 30px
        }

            #cssmenu > ul > li.has-sub > a:after {
                position: absolute;
                top: 22px;
                right: 11px;
                width: 8px;
                height: 2px;
                display: block;
                background: #ddd;
                content: ''
            }

            #cssmenu > ul > li.has-sub > a:before {
                position: absolute;
                top: 19px;
                right: 14px;
                display: block;
                width: 2px;
                height: 8px;
                background: #ddd;
                content: '';
                -webkit-transition: all .25s ease;
                -ms-transition: all .25s ease;
                transition: all .25s ease
            }

        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px
    }

        #cssmenu ul ul li {
            height: 0;
            -webkit-transition: all .25s ease;
            -ms-transition: all .25s ease;
            background: #333;
            transition: all .25s ease
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto
    }

        #cssmenu li:hover > ul > li {
            height: 35px
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150,150,150,0.15);
        padding: 5px 15px;
        width: 170px;
        font-size: 14px;
        text-decoration: none;
        color: #ddd;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0
    }

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #fff
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: '';
        -webkit-transition: all .25s ease;
        -ms-transition: all .25s ease;
        transition: all .25s ease
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0
    }

    #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
        background: #363636;
    }

    #cssmenu ul ul ul li.active a {
        border-left: 1px solid #333
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: 1px solid #333
    }

.mobile-header {
    padding: 15px 0;
}

    .mobile-header .header_right ul li {
        margin: 0 4px;
    }

    .mobile-header .row {
        align-items: center;
    }

/*---------------Section----------*/


/*------Banner---------*/

.slider-item {
    position: relative;
    display: block !important;
}

.slider-text {
    position: absolute;
    top: 50%;
    text-align: center;
    margin-top: -70px;
    left: 29%;
    color: #FFF;
}

    .slider-text h1 {
        font-family: 'Abril Fatface', cursive;
        font-size: 60px;
        letter-spacing: 0.6px;
    }

    .slider-text p {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.7px;
        margin-bottom: 8px;
    }

.home-slider {
    max-height: 500px;
    overflow: hidden;
}

.home-slider .slick-next {
    background: url(../images/slick-next.png) center center no-repeat #9e3727;
    right: 0%;
    z-index: 1;
    padding: 20px !important;
    top: 52%;
}

.home-slider .slick-prev {
    background: url(../images/slick-prev.png) center center no-repeat #9e3727;
    left: 0%;
    z-index: 1;
    padding: 20px !important;
    top: 52%;
}

    .home-slider .slick-prev::before {
        display: none;
    }

.home-slider .slick-next::before {
    display: none;
}

.home-slider .slick-slide img {
    width: 100%;
    height: 100%;
}

/*-------------Logos-----------*/

.logos {
    background-color: #f2f2f2;
}

.item {
    padding: 0 10px;
}

.logos .slick-prev::before {
    content: "\f053";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.logos .slick-prev {
    left: -50px;
}

    .logos .slick-prev:hover::before {
        color: #9e3727;
    }

.logos .slick-next::before {
    content: "\f054";
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.logos .slick-next {
    right: -50px;
}

    .logos .slick-next:hover::before {
        color: #9e3727;
    }

.logos .slick-slide img {
    margin: 0 auto;
    transition: all 0.5s;
    padding: 10px 0;
    width: 160px;
}

.logos a:hover img {
    filter: grayscale(1) invert(1);
    transform: translate3d(0,-3px,0);
}

/*--------Featured Product------*/

.section-title {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.6px;
}

    .section-title span {
        color: #9e3727;
    }

.filter__tabs {
    text-align: right;
}

.filter__btn {
    border: none;
    background-color: transparent;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 11px 0 0 0px;
}

    .filter__btn:hover, .filter__btn.is-active {
        color: #9e3727;
    }

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    opacity: 1;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.6);
}

.productimg-box:hover {
    border: 1px solid #000000;
}

/*.productimg-box:hover .overlay {
    opacity: 1;
    height: 100%;
}

    .productimg-box:hover .overlay .hover-icons {
        opacity: 1;
    }

    .productimg-box:hover .overlay .add-cart {
        opacity: 1;
    }*/
.hover-icons {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 3%;
    right: 8%;
    text-align: center;
    opacity: 0;
}

    .hover-icons li a {
        color: #FFF;
        margin-bottom: 15px;
        display: block;
    }

        .hover-icons li a.wishlist:hover svg {
            color: #F00;
        }

        .hover-icons li a.zoom:hover svg {
            color: #000;
        }

.add-cart {
    color: #9e3727;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background-color: #FFF;
    padding: 3px 15px;
    border-radius: 30px;
    text-decoration: none;
}

    .add-cart.button6::after {
        border-radius: 30px;
    }

    .add-cart:hover {
        color: #FFF;
        text-decoration: none;
    }

.productimg-box {
    text-align: center;
    border: 1px solid #CCC;
    position: relative;
}

.product-img {
    padding: 0px 0;
    background-repeat: no-repeat;
    height: 250px;
    background-size: auto 250px;
    background-position: center 0px;
    transition: all .2s;
}

    .product-img img {
        height: 250px;
        max-width: 180px;
    }

.salenew-tag {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-tag {
    background-color: #CCC;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    display: inline-block;
}

.new-tag {
    background-color: #15c979;
}

.sale-tag {
    background-color: #e53d60;
}

.productdetails-box {
    margin-top: 10px;
}

    .productdetails-box .brand-name {
        font-size: 15px;
        font-weight: 700;
        color: #000;
        text-transform: none;
        margin-bottom: 0px;
        display: inline-block;
        width: 100%;
        
    }

    .productdetails-box .product-name {
        font-size: 13px;
        margin-bottom: 0px;
        color: #777;
        text-transform: uppercase;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        margin-top: 2px;
        margin-bottom: 3px;
        line-height: 22px;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .productdetails-box .price {
        font-size: 16px;
        font-weight: 700;
        color: #9e3727;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 0;
    }

.price span {
    font-size: 12px;
    color: #a9a9a9;
    display: inline-block;
    text-decoration: line-through;
    margin-left: 8px;
}


/*-------------------Brands--------------*/

.brands {
    background-color: #f6f6f6;
}

.explore-brand {
    position: relative;
}

    .explore-brand .button6.custom-btn {
        position: absolute;
        top: auto;
        bottom: 30px;
        left: 50%;
        margin-left: -75px;
    }

/*------------Footer-----------*/

footer {
    background-color: #9e3727;
}

.footermenu-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 22px;
}

.footer-menu {
    padding: 0;
    margin: 0;
}

    .footer-menu a, .footer-menu span {
        color: #FFF;
        margin-bottom: 15px;
        display: inline-block;
        font-size: 16px;
        transition: all 0.5s;
    }

      .footer-menu a:hover {
    color: #000000;
    padding-left: 5px;
    text-decoration: none;
}

    .footer-menu span {
        margin-right: 30px
    }

.sub-footer {
    padding: 25px 0;
    border-top: 1px solid #FFF;
}

.social-media, .payment-methods {
    padding: 0;
    margin: 0;
}

    .social-media li, .payment-methods li {
        display: inline-block;
        margin-right: 10px;
        transition: all 0.5s;
    }

.payment-methods {
    text-align: right;
}

.social-media li:hover {
    transform: translate3d(0,-3px,0);
}

.credit, .gct {
    text-align: center;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 0;
}

    .gct a {
        color: #9e3727;
        text-decoration: underline;
    }

        .gct a:hover {
            color: #000000;
        }

/*---------- Maintance-page ----------*/

.maintance-page #preload, .maintance-page .bg-overlay, .maintance-page body, html.maintance-page {
    height: 100%
}

.maintance-page .kenburnsy,
.maintance-page body,
.maintance-page section, svg:not(:root) {
    overflow: hidden
}

.maintance-page body {
    font-weight: 400;
    font-size: 16px;
    word-spacing: normal;
    min-height: 100%;
    color: #333;
    background-size: 100% 100%;
    margin: 0;
    border: 20px solid #fff
}

.maintance-page .bg-overlay {
    background: url(../images/overlay.png);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1
}

.maintance-page .logo {
    margin: 0 auto 40px
}

.maintance-page .kenburnsy {
    position: relative;
    width: 100%
}

    .maintance-page .kenburnsy .slide, .maintance-page .kenburnsy.fullscreen {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0
    }

    .maintance-page .kenburnsy.fullscreen {
        z-index: -1
    }

    .maintance-page .kenburnsy .slide {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        transform-origin: center;
        transform: translateZ(0)
    }

.maintance-page body > header, .maintance-page body > header nav {
    height: 100%
}

.maintance-page body > header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 600px;
    background: rgba(158, 55, 39,0.6);
    z-index: 1
}

.maintance-page h1 {
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 30px
}

.maintance-page h1 {
    font-size: 50px
}

.maintance-page section {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(120, 184, 195, .6);
    z-index: -99999
}

    .maintance-page .intro h1, .maintance-page section h1 {
        line-height: 1.1;
        text-transform: uppercase;
        text-align: center
    }

.maintance-page .close, .maintance-page .intro {
    top: 50%;
    display: block
}

.maintance-page .container {
    overflow-y: auto
}

.maintance-page .intro {
    color: #FFF;
    margin: 0 auto;
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    text-align: center
}

    .maintance-page .intro p span, .maintance-page .social a, .maintance-page section h1 span {
        display: inline-block
    }

    .maintance-page .intro h1 {
        position: relative;
        font-size: 50px;
        letter-spacing: -2px;
        font-weight: 500;
        color: #fff;
        width: 100%
    }

        .maintance-page .intro h1 span {
            font-weight: 700;
            color: #000;
            letter-spacing: -1px
        }

s
.intro p {
    font-size: 18px;
    letter-spacing: .4em;
    margin: 0;
    text-transform: uppercase
}

.maintance-page .intro p span {
    border-color: #FFF;
    border-right: 0 none;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 6px 10px;
    width: 100px
}

.maintance-page .intro i {
    color: #48C0F4
}


/*--------------BreadCrumb------------*/

.breadcrumb {
    background-color: transparent;
    margin: 40px 0;
}

    .breadcrumb ul {
        padding: 0;
        margin: 0;
    }

        .breadcrumb ul li {
            display: inline-block;
            margin-right: 10px;
            position: relative;
        }

            .breadcrumb ul li a {
                font-size: 16px;
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #000;
            }

            .breadcrumb ul li.active a {
                color: #9e3727;
            }

            .breadcrumb ul li a:hover {
                color: #9e3727;
                text-decoration: none;
            }

/*.breadcrumb ul li a::after {
                content: '/';
                position: absolute;
                left: 118%;
                height: 100%;
                width: 100%;
            }

            .breadcrumb ul li:last-child a::after {
                display: none;
            }*/


/*------------------Product LIsting Page------------------*/

.product-listing .product-box {
    margin-bottom: 40px;
}

.sort-sortBy select {
    padding: 9px 14px;
    font-size: 15px;
    color: #333;
    cursor: pointer;
    position: relative;
    width: 255px;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 2px;
    background: url(../images/dropdown-arrow.png) 92% center no-repeat;
    background-color: #fff;
    border: 1px solid #ccc;
}

.sort-sortBy {
    text-align: right;
}

.policy-title.filter-title {
    text-transform: none;
    margin-bottom: 14px;
    line-height: 44px;
}

.productdetails-box {
    text-align: center;
    border: 1px solid #CCC;
    border-top: 0;
    margin-top: 0;
    padding: 5px 0 0 0;
}

    .productdetails-box .price {
        margin-top: 0px;
        font-size: 18px;
        line-height: 24px;
    }

    .productdetails-box .brand-name {
        margin-bottom: 0
    }

.rrp {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 18px;
    color: #d00;
}

    .rrp span {
        color: #d00;
        text-decoration: line-through;
        margin-right: 5px;
    }

.EMI {
    margin-bottom: 5px;
    display: inherit;
    font-size: 12px;
    color: #777;
    text-transform: uppercase;
    line-height: 20px;
}

.compare-wishlist {
    padding: 0;
    margin: 0;
    border-top: 1px solid #CCC;
    margin-top: 8px;
}

    .compare-wishlist li a {
        padding: 8px 7px;
        font-size: 15px;
        display: block;
        color: #000;
        transition: all 0.5s;
    }

        .compare-wishlist li a svg {
            margin-right: 5px;
        }

        .compare-wishlist li a:hover {
            background-color: #9e3727;
            color: #FFF;
            text-decoration: none;
        }


/*-----Filter-----*/

.filter-box {
    border: 1px solid #CCC;
    margin-bottom: 70px;
    position: relative;
}

.filter-type {
    padding: 0px !important;
    max-height: 375px;
    overflow: hidden;
    position: relative;
}

    .filter-type .show-more {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 30px;
        text-align: left;
        background-color: #fff;
    }

.filter-type-full {
    max-height: 100%;
}

.filter-box hr {
    margin: 0 !important;
}

.filter-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px
}

.custom-checkbox .container {
    display: block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    color: #333;
    line-height: 17px;
}

    .custom-checkbox .container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.custom-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #CCC;
}

.custom-checkbox .container:hover input ~ .checkmark {
    background-color: #ccc;
}

.custom-checkbox .container input:checked ~ .checkmark {
    background-color: #9e3727;
}

.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox .container input:checked ~ .checkmark:after {
    display: block;
}

.custom-checkbox .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.show-more, .show-less {
    color: #9e3727;
    font-size: 16px;
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 15px;
    text-decoration: underline;
    background: none;
    border: none;
}

.showmore-items {
    display: none;
}

/*-----------Custom Pagination-----------*/

.custom-pagination {
    display: table;
    margin: 30px auto 60px auto;
}

    .custom-pagination .pagination li {
        margin: 0 3px;
    }

    .custom-pagination .page-item:first-child .page-link {
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .custom-pagination .page-item:last-child .page-link {
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem;
    }

    .custom-pagination .page-link {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 700;
        background-color: #b6b6b6;
        color: #FFF;
        border: 0;
    }

    .custom-pagination .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #9e3727;
        border-color: transparent;
    }

    .custom-pagination .page-link:hover {
        z-index: 2;
        color: #FFF;
        text-decoration: none;
        background-color: #9e3727;
        border-color: transparent;
    }


.details-slider .slick-slide {
    text-align: center;
}

.details-slider .slider-for img {
    max-width: 340px;
}

.details-slider .slider-nav {
    margin: 30px 0;
}

    .details-slider .slider-nav .slick-slide img {
        height: 100px;
        width: 100px;
        margin: 0 auto;
    }

    .details-slider .slider-nav .slick-slide {
        border: 1px solid #CCC;
        margin: 7px;
        width: 120px !important;
    }

.product-details .product-name {
    font-size: 23px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 30px;
    height: auto;
}

.product-details .brand-name {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-details .price {
    font-size: 25px;
    margin-top: 7px;
}

    .product-details .price span {
        font-size: 16px;
    }

.price1 {
    line-height: 42px !important;
}

.product-details img {
    margin: 10px 0
}

{
    font-size: 34px;
}

.size-box {
    margin: 30px 0;
}

    .size-box .select-size {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.size {
    font-size: 24px;
    font-weight: normal;
    height: 60px;
    background: #ededed;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    width: 160px;
    text-align: center;
    line-height: 60px;
}

.product-left {
    font-size: 14px;
    text-transform: none;
    background-color: #9e3727;
    color: #FFF;
    padding: 0px 10px;
    position: absolute;
    white-space: nowrap;
    bottom: -15px;
    left: 50%;
    margin-left: -27px;
    line-height: 22px;
}

.quntity {
    margin: 40px 0 40px 0;
}

    .quntity .value-button {
        display: inline-block;
        margin: 0px;
        width: 23px;
        height: 23px;
        text-align: center;
        vertical-align: top;
        background: #ededed;
        user-select: none;
        line-height: 20px;
        font-size: 16px;
        font-weight: 700;
    }

        .quntity .value-button:hover {
            cursor: pointer;
        }

    .quntity .decrease-btn {
        vertical-align: bottom;
        margin-left: -26px;
    }

    .quntity form #decrease {
        margin-right: -4px;
        border-radius: 8px 0 0 8px;
    }

    .quntity form #increase {
        margin-left: -4px;
        border-radius: 0 8px 8px 0;
    }

    .quntity form #input-wrap {
        margin: 0px;
        padding: 0px;
    }

    .quntity input#number {
        text-align: center;
        border: none;
        color: #000;
        margin: 0px;
        width: 90px;
        height: 50px;
        background-color: #ededed;
    }

    .quntity input[type=number]::-webkit-inner-spin-button,
    .quntity input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quntity .button6.custom-btn {
        margin-left: 20px;
    }

.wishlistbtn {
    width: 200px;
    background-color: #000000;
    margin-left: 20px;
}

    .wishlistbtn svg {
        margin-right: 10px;
    }

.product-info {
    padding: 0;
    margin-bottom: 20px;
}

    .product-info li {
        color: #333;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0;
        border-bottom: 1px dashed #ccc;
        padding: 5px 0;
    }

        .product-info li:last-child {
            border-bottom: 0;
        }

        .product-info li span.title {
            width: 30%;
            display: inline-block;
            font-weight: 700;
            vertical-align: top;
        }

        .product-info li span.info-content {
            width: 69%;
            display: inline-block;
        }

.productdetails-box.product-details {
    text-align: left;
    border: none;
}



.maintance-page .intro p {
    font-size: 18px;
    letter-spacing: .4em;
    margin: 0;
    text-transform: uppercase
}

/*---------------Contact Us------------*/

.contact-title {
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.428;
    letter-spacing: .5px;
}

.contact-form-content label {
    font-size: 16px;
    color: #333;
    padding: 0;
    margin: 0 0 9px;
    font-weight: 600;
    text-align: left;
    line-height: inherit;
}

    .contact-form-content label:after {
        color: red;
        content: "*";
        font-size: 13px;
        margin: 0 0 0 3px;
    }

.contact-form-content .input-text {
    background: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 0;
    font-size: 13px;
    height: 40px;
    line-height: 36px;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    color: #878787;
    box-shadow: none !important;
}

.contact-form-content textarea.input-text {
    min-height: 120px;
}

.list-icon {
    padding: 0;
    margin: 20px 0 0 0;
}

ul.list-icon li {
    padding-left: 70px;
    margin-bottom: 30px;
    position: relative;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 50px;
}

    ul.list-icon li a {
        color: #333;
    }

.contact_icon {
    border: 1px solid #9e3727;
    margin: 0 0 5px;
    height: 50px;
    width: 50px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    line-height: 50px;
}

    .contact_icon::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: #9e3727;
        transition: all 0.5s ease-in-out;
        transform: scale(0);
        border-radius: 100%;
        z-index: -1;
    }

.list-icon li:hover .contact_icon::before {
    transform: scale(1);
}

.list-icon li:hover .contact_icon svg {
    color: #FFF;
}

.contact_icon svg {
    transition: all 0.5s ease-in-out;
    font-size: 22px;
    color: #9e3727;
    transition: all 0.5s ease-in-out;
}

ul.list-icon li .contact_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.policy-title {
    margin: 0 0 12px;
    padding: 0;
    color: #9e3727;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.5em;
}

.privacy-policy-page p {
    color: #333;
}

.privacy-policy-page blockquote {
    padding: 30px 30px;
    font-size: 16px;
    line-height: 1.714em;
    font-style: italic;
    border-width: 0 0 0 4px;
    border-style: solid;
    border-color: #9e3727;
    color: #656565;
    background-color: #f3f4f6;
}

    .privacy-policy-page blockquote p {
        margin-bottom: 0;
    }

.list {
    margin: 20px 0;
}

    .list li {
        position: relative;
        line-height: 20px;
        vertical-align: middle;
        margin-top: 12px;
        padding-left: 25px;
    }

        .list li:before {
            position: absolute;
            left: 0;
            top: 5px;
            height: 12px;
            width: 12px;
            background-color: #9e3727;
            content: ''
        }


/** Login start **/
.login-14 {
    /*min-height: 100vh;*/
    position: relative;
    text-align: center;
    /*display: flex;
    justify-content: center;*/
    align-items: center;
    padding: 80px 0;
}

    .login-14 .login-inner-form {
        color: #cccccc;
        position: relative;
    }

    .login-14 .bg-color-16 {
        justify-content: center;
        align-items: center;
        padding: 30px;
        background: #fff;
    }

    .login-14 .form-section {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }

    .login-14 .form-box {
        width: 100%;
        text-align: center;
    }

    .login-14 .login-inner-form .form-group {
        margin-bottom: 25px;
    }

    .login-14 .login-inner-form .form-box {
        float: left;
        width: 100%;
        position: relative;
    }

    .login-14 .login-inner-form .input-text {
        font-size: 14px;
        outline: none;
        color: #616161;
        border-radius: 3px;
        font-weight: 500;
        border: 1px solid transparent;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .login-14 .login-inner-form img {
        margin-bottom: 5px;
        height: 40px;
    }

    .login-14 .login-inner-form .form-box input, .login-14 .login-inner-form .form-box select {
        float: left;
        width: 100%;
        padding: 11px 45px 11px 20px;
        border-radius: 50px;
        border: 0px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .login-14 .login-inner-form .form-box svg {
        position: absolute;
        top: 50%;
        right: 20px;
        font-size: 16px;
        color: #CCC;
        margin-top: -8px;
    }

    .login-14 .login-inner-form label {
        font-weight: 500;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .login-14 .login-inner-form .forgot {
        margin: 0;
        line-height: 45px;
        color: #333;
        font-size: 15px;
        float: right;
    }

    .login-14 .bg-img {
        padding: 0;
        border-radius: 10px 0 0 10px;
        /*background: rgba(0, 0, 0, 0.04) url(../images/login-bg.jpg) center no-repeat;
        background-color: #f1f1f1;*/
        background-size: cover;
        top: 0;
        bottom: 0;
        opacity: 1;
    }

    .login-14 .login-box {
        background: #fff;
        max-width: 950px;
        margin: 0 auto;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: linear-gradient(to left, #f1f1f1, #f1f1f1, #f1f1f1, transparent);
    }

    .login-14 .info {
        height: 450px;
    }

    .login-14 .login-inner-form .btn-md {
        cursor: pointer;
        padding: 10px 30px 9px 30px;
        height: 45px;
        letter-spacing: 1px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 50px;
        color: #FFF;
        text-transform: uppercase;
    }

    .login-14 .login-inner-form input[type=checkbox], input[type=radio] {
        margin-right: 3px;
    }

    .login-14 .login-inner-form p {
        margin: 0;
        color: #616161;
    }

        .login-14 .login-inner-form p a {
            color: #616161;
        }

    .login-14 .login-inner-form button:focus {
        outline: none;
        outline: 0 auto -webkit-focus-ring-color;
    }

    .login-14 .login-inner-form .btn-theme.focus, .btn-theme:focus {
        box-shadow: none;
    }

    .login-14 .login-inner-form .btn-theme {
        background: #9e3727;
        border: none;
        color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

        .login-14 .login-inner-form .btn-theme:hover {
            background: #023535;
        }

    .login-14 .nav-pills li {
        display: inline-block;
    }

    .login-14 .login-inner-form .checkbox {
        margin-bottom: 25px;
        font-size: 14px;
    }

    .login-14 .login-inner-form .form-check {
        float: left;
        margin-bottom: 0;
    }

        .login-14 .login-inner-form .form-check a {
            color: #d6d6d6;
            float: right;
        }

    .login-14 .login-inner-form .form-check-input {
        position: absolute;
        margin-left: 0;
    }

    .login-14 .login-inner-form .form-check label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 2px;
        margin-left: -25px;
        border: none;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .login-14 .login-inner-form .form-check-label {
        padding-left: 25px;
        margin-bottom: 0;
        font-size: 14px;
        color: #616161;
    }

    .login-14 .login-inner-form .checkbox-theme input[type="checkbox"]:checked + label::before {
        color: #fff;
        background: #9e3727;
    }

    .login-14 .login-inner-form input[type=checkbox]:checked + label:before {
        font-weight: 300;
        color: #f3f3f3;
        line-height: 17px;
        font-size: 14px;
        content: "\2713";
    }

    .login-14 .btn-section {
        float: right;
        display: inline-block;
    }

    .login-14 .btn-section {
        top: 40%;
        position: absolute;
        right: 0;
        margin-bottom: 0;
    }

        .login-14 .btn-section .link-btn {
            font-size: 14px;
            float: left;
            background: rgba(23, 23, 23, 0.298039);
            letter-spacing: 1px;
            text-align: left;
            font-weight: 600;
            border-radius: 0;
            width: 100%;
            color: #fff;
            text-decoration: none;
            text-decoration: blink;
            margin-top: 5px;
        }

        .login-14 .btn-section .default-bg {
            background: #9e3727;
            color: #FFF;
        }

        .login-14 .btn-section .btn-1 {
            line-height: 45px;
            text-align: center;
            width: 100px;
            text-transform: uppercase;
            border-radius: 50px 0 0 50px;
        }

    .login-14 .login-inner-form input[type=checkbox], input[type=radio] {
        margin-top: 4px;
    }

    .login-14 .login-inner-form .checkbox a {
        font-size: 14px;
        color: #616161;
        float: left;
        margin-left: 3px;
    }

    .login-14 .text {
        display: none;
    }

    .login-14 .form-section {
        text-align: center;
    }

        .login-14 .form-section h3 {
            font-size: 25px;
            margin-bottom: 20px;
            font-weight: 400;
            color: #9e3727;
        }

        .login-14 .form-section .text {
            font-size: 14px;
            margin-top: 25px;
            margin-bottom: 0;
            color: #616161;
        }

            .login-14 .form-section .text a {
                color: #616161;
            }

    .login-14 .text a:hover {
        text-decoration: underline;
        color: #9e3727 !important;
    }

    .login-14 .form-group.form-box.pre-fixholder {
        width: 20%;
        margin-right: 8px;
    }

        .login-14 .form-group.form-box.pre-fixholder input {
            padding: 11px 0 11px 20px;
        }

    .login-14 .form-group.form-box.phone-number {
        width: 78%;
    }

    .login-14 .form-group.form-box.custom-radio {
        text-align: left;
        margin-bottom: 18px;
    }

    .login-14 .row.login-box.registration-box .info {
        height: 600px;
    }

    .login-14 .terms-conditions {
        color: #9e3727 !important;
        text-decoration: underline;
        cursor: pointer;
    }

.login-box > .col-lg-7 {
    background-color: #fff;
}

    .custom-radio [type="radio"]:checked, .custom-radio [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

    .custom-radio [type="radio"]:checked + label, .custom-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        font-size: 16px;
        font-weight: 400;
        margin-right: 20px;
    }

        .custom-radio [type="radio"]:checked + label:before, .custom-radio [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .custom-radio [type="radio"]:checked + label:after, .custom-radio [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #9e3727;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .custom-radio [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .custom-radio [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }


.custom-modal .close {
    border: none;
    background-color: rgba(255,255,255,.8) !important;
    width: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 1;
    color: #222;
    line-height: 0;
    cursor: pointer;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: -13px;
    top: -13px;
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
}

.custom-modal .modal-content {
    border-radius: 0;
}

.custom-modal .pop-sletter-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    line-height: 150px;
    color: #fff;
    text-align: left;
    margin-left: 25px;
}

.custom-modal .pop-sletter-title {
    height: 150px;
    background-repeat: no-repeat;
    text-align: center;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
}

.custom-modal .modal-header {
    padding: 0;
}

.table-order-history td {
    vertical-align: middle;
}

    .table-order-history td:last-child {
        text-align: right;
    }

.table-order-history > tbody > tr > td, .table-order-history > tr > td {
    padding: 8px 15px;
}

.table-responsive {
    border-color: #f7f7f7;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td, .table > thead > tr > th {
    border-width: 1px;
    border-style: solid;
    border-color: #f7f7f7;
    font-weight: 400;
    padding: 11px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.table-bordered > thead > tr > th {
    font-weight: 700;
    text-transform: uppercase
}

.table td a {
    color: #9e3727;
}

.reorder-btn {
    padding: 10px 10px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #9e3727;
    color: #FFF !important;
    display: inline-block;
}

    .reorder-btn:hover {
        text-decoration: none;
        background-color: #000000;
    }

.col-sm-6.col-lg-3.\35 boxes {
    flex: 0 0 20% !important;
    max-width: 20% !important;
    margin-bottom: 20px;
}

.custom-faq .tab-content #content .tab-pane {
    display: block !important;
    opacity: 1;
}

.custom-faq .nav-link {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    border: 0;
    border-right: 1px solid #CCC;
    border-radius: 0;
    padding: 0;
    transition: all 0.5s;
    text-transform: uppercase;
}

.custom-faq .nav-tabs .nav-link.active,
.custom-faq .nav-tabs .nav-item.show .nav-link,
.custom-faq .nav-tabs .nav-link:hover {
    color: #9e3727;
    font-weight: 400;
    border-right: 1px solid #CCC;
}

.custom-faq .nav-tabs .nav-link:last-child {
    border: none;
}

.custom-faq .nav-tabs {
    border-bottom: 0;
}

.custom-faq.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077";
    float: left;
    color: #9e3727;
}

.custom-faq.accordion .card-header.collapsed:after {
    content: "\f078";
}

.custom-faq .card {
    background: transparent;
    border: 0px;
}

.custom-faq .card-header:first-child {
    border-radius: 0;
}

.custom-faq .card-header {
    margin-left: 0;
    font-size: 14px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 10px 0;
    border-bottom: 0px solid #EEE;
    background-color: #f1f1f1;
}

.custom-faq .card-title {
    margin-left: 10px;
}

.custom-faq.accordion .card-header .card-title {
    font-weight: 700;
    color: #02343b;
    cursor: pointer;
}

.custom-faq.accordion .card-header.collapsed .card-title {
    font-weight: 400;
    color: #02343b;
}

.custom-faq .card-body {
    padding: 1.25rem 1.25rem 0rem 1.25rem;
    color: #02343b;
}


/*-----------Wishlist Page------------*/
.cart-table {
    text-align: left;
}

.cart-table-link {
    display: block;
    position: relative;
}

    .cart-table-link:hover, .cart-table-link:focus {
        text-decoration: none;
    }

    .cart-table-link > .icon {
        display: block;
        float: left;
        font-size: 33px;
        line-height: 1em;
    }

    .cart-table-link:hover .minicart-link:after {
        content: '';
        width: 100%;
        height: 200px;
        position: absolute;
        z-index: 0;
        top: 100%;
        left: 0;
    }

.cart-table-qty {
    display: block;
    width: 35px;
    margin: 14px 0 0 -35px;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #27c7d8;
    text-align: center;
}

.cart-table-title {
    display: block;
    padding-left: 50px;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

.cart-table-total {
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #656565;
}

    .cart-table-total [class*="col"] > * {
        margin-bottom: 7px;
        margin-right: 4px;
    }

    .cart-table-total [class*="col"] > .btn:only-child {
        margin-left: 0;
        margin-right: 0;
    }

    .cart-table-total .btn, .cart-table-total [class*="col"] > * {
        display: inline-block;
        vertical-align: top;
    }

.cart-table-prd {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .cart-table-prd:first-of-type {
        /*padding-top: 30px;*/
    }

.cart-table-prd-options {
    font-size: 11px;
    line-height: 1.2em;
    color: #656565;
    text-transform: uppercase;
}

    .cart-table-prd-options:not(:first-child) {
        margin-top: 7px;
    }

.cart-table-prd-image {
    width: 145px;
}

    .cart-table-prd-image img {
        width: 65px;
    }

.cart-table-prd-name h5 {
    margin-bottom: 10px;
}

    .cart-table-prd-name h5, .cart-table-prd-name h5 a {
        font-size: 14px;
        line-height: 1.2em;
        color: #656565;
        text-transform: uppercase;
    }

.cart-table-prd-name h2 {
    margin-bottom: 0;
}

    .cart-table-prd-name h2, .cart-table-prd-name h2 a {
        font-size: 16px;
        line-height: 1.6em;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
    }

        .cart-table-prd-name h2 a:hover {
            color: #9e3727;
        }

.cart-table-prd-qty, .cart-table-prd-price {
    font-size: 16px;
    line-height: 18px;
    color: #656565;
    text-transform: uppercase;
}

    .cart-table-prd-qty b, .cart-table-prd-price b {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

.cart-table-prd-action > a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    color: #9e3727;
    text-decoration: none;
    font-size: 16px;
}

    .cart-table-prd-action > a:hover {
        color: #000000;
    }

.card-total:not(:only-child) {
    margin-bottom: 40px;
}

.card-total .card-total-price {
    font-weight: bold;
}

.card-total + button {
    margin-bottom: 25px;
}

.sidebar-block .card-total:not(:only-child) {
    margin-bottom: 15px;
}

.card-total-sm {
    overflow: hidden;
    background-color: #fbfbfb;
    padding: 7px 7px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

    .card-total-sm .card-total-price {
        font-weight: bold;
    }

.cart-table.cart-table--wishlist .cart-table-prd:first-of-type {
    padding-top: 15px;
}

.cart-table.cart-table--wishlist .delete-from-wishlist {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    text-decoration: none;
}

    .cart-table.cart-table--wishlist .delete-from-wishlist:hover {
        text-decoration: none;
    }

.cart-table.cart-table--wishlist .cart-table-addtocart {
    text-align: right;
}

.cart-clear {
    padding: 15px 22px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

    .cart-clear svg {
        margin-right: 8px;
    }

.button6.custom-btn.cart-clear {
    width: auto;
    line-height: 20px;
    margin-bottom: 0;
}

.button7.custom-btn.wishlistbtn.cart-clear {
    width: auto;
    line-height: 20px;
    margin-bottom: 0;
}

.cart .cart-table-prd-price,
.cart .cart-table-prd-qty,
.cart .cart-table-prd-name h2,
.cart .cart-table-prd-name h2 a,
.cart .cart-table-prd-name h5,
.cart .cart-table-prd-name h5 a {
    font-size: 14px;
}

    .cart .cart-table-prd-qty b, .cart .cart-table-prd-price b {
        font-size: 14px;
    }

.cart .cart-table-prd-qty {
    width: 16%;
}

.cart .cart-table-prd-price {
    width: 18%;
}

.cart .cart-table-prd-image {
    width: 120px;
}

.checkout-button {
    width: 100%;
}

.checkout-right {
    background-color: #f1f1f1;
    padding: 20px;
    position: relative;
}

.sidebar-block_content {
    margin-top: 15px;
}

    .sidebar-block_content .delivery-estimation {
        color: #666;
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        display: none;
    }

.price_detail_bottom ul {
    margin: 0px;
    padding: 0px;
}

    .price_detail_bottom ul li {
        border-bottom: 1px dashed #DCDCDC;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

        .price_detail_bottom ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl
}

/*-----------Wishlist/cart Page------------*/
.cart-table {
    text-align: left;
}

.cart-table-link {
    display: block;
    position: relative;
}

    .cart-table-link:hover, .cart-table-link:focus {
        text-decoration: none;
    }

    .cart-table-link > .icon {
        display: block;
        float: left;
        font-size: 33px;
        line-height: 1em;
    }

    .cart-table-link:hover .minicart-link:after {
        content: '';
        width: 100%;
        height: 200px;
        position: absolute;
        z-index: 0;
        top: 100%;
        left: 0;
    }

.cart-table-qty {
    display: block;
    width: 35px;
    margin: 14px 0 0 -35px;
    float: left;
    font-size: 14px;
    line-height: 15px;
    color: #27c7d8;
    text-align: center;
}

.cart-table-title {
    display: block;
    padding-left: 50px;
    margin-bottom: 2px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

.cart-table-total {
    margin-top: 20px;
    padding: 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 36px;
    color: #656565;
}

    .cart-table-total [class*="col"] > * {
        margin-bottom: 7px;
        margin-right: 4px;
    }

    .cart-table-total [class*="col"] > .btn:only-child {
        margin-left: 0;
        margin-right: 0;
    }

    .cart-table-total .btn, .cart-table-total [class*="col"] > * {
        display: inline-block;
        vertical-align: top;
    }

.cart-table-prd {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .cart-table-prd:first-of-type {
        /*padding-top: 30px;*/
    }

.cart-table-prd-options {
    font-size: 11px;
    line-height: 1.2em;
    color: #656565;
    text-transform: uppercase;
}

    .cart-table-prd-options:not(:first-child) {
        margin-top: 7px;
    }

.cart-table-prd-image {
    width: 145px;
}

    .cart-table-prd-image img {
        width: 65px;
    }

.cart-table-prd-name h5 {
    margin-bottom: 10px;
}

    .cart-table-prd-name h5, .cart-table-prd-name h5 a {
        font-size: 14px;
        line-height: 1.2em;
        color: #333;
        text-transform: uppercase;
    }

.cart-table-prd-name h2 {
    margin-bottom: 0;
}

    .cart-table-prd-name h2, .cart-table-prd-name h2 a {
        font-size: 16px;
        line-height: 1.6em;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
    }

        .cart-table-prd-name h2 a:hover {
            color: #9e3727;
        }

.cart-table-prd-qty, .cart-table-prd-price {
    font-size: 16px;
    line-height: 18px;
    color: #333;
    text-transform: uppercase;
}

    .cart-table-prd-qty b, .cart-table-prd-price b {
        font-size: 16px;
        font-weight: 600;
        color: #000;
    }

.cart-table-prd-action > a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    color: #9e3727;
    text-decoration: none;
    font-size: 16px;
}

    .cart-table-prd-action > a:hover {
        color: #000000;
    }

.card-total:not(:only-child) {
    margin-bottom: 40px;
}

.card-total .card-total-price {
    font-weight: bold;
}

.card-total + button {
    margin-bottom: 25px;
}

.sidebar-block .card-total:not(:only-child) {
    margin-bottom: 15px;
}

.card-total-sm {
    overflow: hidden;
    background-color: #fbfbfb;
    padding: 7px 7px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

    .card-total-sm .card-total-price {
        font-weight: bold;
    }

.cart-table.cart-table--wishlist .cart-table-prd:first-of-type {
    padding-top: 15px;
}

.cart-table.cart-table--wishlist .delete-from-wishlist {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 5px;
    text-decoration: none;
}

    .cart-table.cart-table--wishlist .delete-from-wishlist:hover {
        text-decoration: none;
    }

.cart-table.cart-table--wishlist .cart-table-addtocart {
    text-align: right;
}

.cart-clear {
    padding: 15px 22px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

    .cart-clear svg {
        margin-right: 8px;
    }

.button6.custom-btn.cart-clear {
    width: auto;
    line-height: 20px;
    margin-bottom: 0;
}

.button7.custom-btn.wishlistbtn.cart-clear {
    width: auto;
    line-height: 20px;
    margin-bottom: 0;
}

.cart .cart-table-prd-price,
.cart .cart-table-prd-qty,
.cart .cart-table-prd-name h2,
.cart .cart-table-prd-name h2 a,
.cart .cart-table-prd-name h5,
.cart .cart-table-prd-name h5 a {
    font-size: 14px;
}

    .cart .cart-table-prd-qty b, .cart .cart-table-prd-price b {
        font-size: 14px;
    }

.cart .cart-table-prd-qty {
    width: 16%;
}

.cart .cart-table-prd-price {
    width: 22%;
}

.cart .cart-table-prd-image {
    width: 120px;
}

.checkout-button {
    width: 100%;
}

.checkout-right {
    background-color: #f1f1f1;
    padding: 20px;
    position: relative;
}

.sidebar-block_content {
    margin-top: 15px;
}

    .sidebar-block_content .delivery-estimation {
        color: #666;
        font-size: 14px;
        line-height: 16px;
        display: inline-block;
        display: none;
    }

.price_detail_bottom ul {
    margin: 0px;
    padding: 0px;
}

    .price_detail_bottom ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-bottom: 10px;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
    }

        .price_detail_bottom ul li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: none;
        }

        .price_detail_bottom ul li strong {
            float: right;
        }

.my_acoyunt_headng {
    background-color: #9e3727;
    display: inline-block;
    margin-top: 65px;
    padding: 14px 20px;
    width: 100%;
}

    .my_acoyunt_headng > h3 {
        color: #fff;
        margin: 0;
    }

    .my_acoyunt_headng h3 a {
        background-color: #4b4b4b;
        border-radius: 20px;
        color: #fff;
        float: right;
        font-size: 14px;
        margin-top: 0;
        padding: 10px 20px;
    }

.account_contain {
    display: inline-block;
    width: 100%;
    background-color: #ececec;
}

.left_menu_account {
    display: inline-block;
    width: 100%;
}

    .left_menu_account ul li a {
        border-bottom: 1px solid #dcdcdc;
        padding: 18px 25px;
        width: 100%;
        display: inline-block;
    }

.right_account_main {
    display: inline-block;
    width: 100%;
    background-color: #FFF;
    padding: 25px;
    border: 1px solid #DCDCDC;
    border-left: none;
    min-height: 360px;
}

.left_menu_account ul li a {
    color: #000;
    font-size: 16px;
}

.right_account_main .bottom-listing-main li {
    float: left;
    width: 33.33%;
}

.right_account_sec li {
    display: inline-block;
    margin-left: 30px;
    text-align: center;
    padding: 10px 0;
}

    .right_account_sec li a, .right_account_sec li span {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }

    .right_account_sec li.acount_top_sev, .right_account_sec li.contact_top_sev {
        position: relative;
    }

.account_sec_disc {
    background-color: #262626;
    display: none;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 38px;
    width: 220px;
    box-shadow: 0 0 10px #101010;
    z-index: 9;
}

    .account_sec_disc a.login_sec_new {
        background-color: #000;
        border-radius: 3px;
        display: inline-block;
        margin: 10px 0;
        padding: 10px 30px;
    }

    .account_sec_disc.open_Acc_sec {
        display: block;
    }

    .account_sec_disc li {
        margin: 0;
        text-align: left;
        width: 100%;
    }

        .account_sec_disc li a {
            display: inline-block;
            font-weight: normal;
            margin-bottom: 5px;
            font-size: 13px;
        }

    .account_sec_disc > ul {
        padding: 5px 10px;
    }

.nav_toogle_top {
    display: none;
}

.left_menu_account ul li.active {
    background-color: #CCC;
    width: 100%;
}

    .left_menu_account ul li.active a {
        background-color: #fff;
        border-left: 3px solid #e6c067;
    }

.Cart_Products_Container {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fbfbfb;
}

.Cart_Supplier {
    width: 100%;
    border-bottom: 1px solid #e6c067;
    font-size: 11px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.Cart_Product_Div {
    width: 100%;
    height: 100px;
    border-bottom: 1px dotted #d9d9d9;
    overflow: hidden;
}

.Cart_Product_Image {
    width: 100px;
    height: 90px;
    margin-top: 5px;
    margin-left: 20px;
    float: left;
}

    .Cart_Product_Image img {
        box-shadow: 0px 0px 5px #d9d9d9;
    }

.Cart_Product_Name {
    width: 400px;
    height: 90px;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
}

.Cart_Product_Name_Text {
    margin-top: 10px;
    height: 55px;
}

.Cart_Product_Q {
    width: 80px;
    height: 80px;
    margin-top: 15px;
    float: left;
    text-align: center;
}

.Cart_Product_Price {
    width: 140px;
    height: 80px;
    margin-top: 15px;
    float: left;
    font-weight: bold;
    color: #515151;
    text-align: center;
}

    .Cart_Product_Price span {
        font-size: 11px;
    }

    .Cart_Product_Price span {
        font-size: 11px;
    }

.Cart_Product_Div {
    width: 100%;
    height: 100px;
    border-bottom: 1px dotted #d9d9d9;
    overflow: hidden;
}

#Cart_Products_Container_Header, #Cart_Products_Container_Footer, .Cart_Products_Container_Footer {
    height: 30px;
    line-height: 30px;
    border-bottom: 0;
    font-weight: bold;
    color: #515151;
}

.CPCH1 {
    width: 520px;
    float: left;
    margin-left: 20px;
}

.CPCH2 {
    width: 100px;
    float: left;
    text-align: center;
}

.CPCH3 {
    width: 140px;
    float: left;
    text-align: center;
}

.clearfix {
    clear: both;
}

.mobile-header .nav-link.active::after {
    /*content: "\f00c";
    color: #000000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;*/
}

.gust-wrap {
    border-top: 2px solid #000000;
    margin-top: 50px;
    padding-top: 50px;
}

/* Range slider */

.noUi-target {
    border: 1px solid rgba(158, 158, 158, 0.30);
    box-shadow: none;
    border-radius: 12px;
    background: #fff;
    height: 11px;
}

.noUi-handle {
    border-radius: 50%;
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 6px;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-connect {
    background: #9e3727;
}

.range-values {
    margin-top: 10px;
    font-size: 12px;
}

.full-page-filter .price-slider-wrap {
    width: 100%;
    height: 51px;
    border-radius: 100px;
    background: #f7f9fb;
    border: 1px solid #dee2e6;
    padding: 18px 20px;
}

.range-values {
    font-size: 14px;
}

.noUi-handle.noUi-handle-upper {
    margin-right: 15px;
}

.price-raneg-box {
    border: 0;
    margin-top: 10px;
    width: 84px;
}

.filter-modal.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

.full-page-filter {
    position: absolute;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 9999999999;
}

.filter-modal .modal-content {
    border: 0;
    border-radius: 0;
    height: 100vh;
    min-height: 460px;
    background: #e9ecef;
}

.filter-modal .modal-header {
    background: #9e3727;
    border-radius: 0;
}

.filter-modal .modal-content {
    border: 0;
    border-radius: 0;
    height: 100vh;
    min-height: 460px;
    background: #e9ecef;
}

.filter-modal.modal-dialog {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
}

.filter-modal .modal-body {
    overflow: hidden;
    overflow-y: scroll;
}

.filter-modal .modal-footer {
    position: fixed;
    background: #FFF;
    bottom: 0;
    width: 100%;
}

    .filter-modal .modal-footer .btn {
        font-size: 14px !important;
        line-height: 1.7;
    }

.filter-modal .modal-title {
    font-size: 16px;
    color: #fff;
}

.filter-modal .clear-filter {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: inline-block;
    margin-top: 3px;
}

.filter-modal .product-filters {
    margin-bottom: 200px;
}

.filter-modal .filter .rightLabel,
.filter-modal .filter .leftLabel {
    font-size: 16px;
    margin-top: 10px;
}

.filter-modal .filter.filter-price {
    padding-bottom: 20px !important;
}

.filter-modal .filter {
    border-bottom: 1px solid #e9ecef;
    background: #fff;
    min-height: 68px;
    position: relative;
    overflow: hidden;
}

    .filter-modal .filter:last-child {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .filter-modal .filter .item {
        font-size: 16px;
        color: #000;
        display: block;
        width: 100%;
        padding: 0;
        font-weight: 700;
    }

        .filter-modal .filter .item:hover {
            text-decoration: none;
        }

        .filter-modal .filter .item:after {
            content: "";
            background: #9e3727;
            display: block;
            position: absolute;
            padding-top: 300%;
            padding-left: 350%;
            margin-left: -210px !important;
            margin-top: -120%;
            opacity: 0;
            transition: all 0.4s;
            border-radius: 50%
        }

        .filter-modal .filter .item.active {
            color: #02b5c1;
        }

        .filter-modal .filter .item:active:after {
            padding: 0;
            margin: 0;
            opacity: 1;
            transition: 0s
        }

        .filter-modal .filter .item .item-label,
        .filter-modal .filter .item .item-selected {
            display: block;
            font-size: 14px;
            color: #333;
            width: 100%;
            margin: 0px 0 0;
            font-weight: 400;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            padding-right: 15px;
            font-weight: 300;
        }

        .filter-modal .filter .item .item-label {
            color: #868585;
        }

            .filter-modal .filter .item .item-label i {
                font-size: 11px;
            }

        .filter-modal .filter .item svg.fa-angle-right {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateX(-50%) translateY(-50%);
            color: #868585;
        }

.filter-modal .checkbox-style1 input[type=checkbox].css-checkbox + label.css-label,
.filter-modal .checkbox-style1 input[type=checkbox].css-checkbox + label.css-label.clr {
    background-position: right 0;
    padding-left: 0;
    padding-right: 23px;
    width: 100%;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

    .filter-modal .checkbox-style1 input[type=checkbox].css-checkbox:checked + label.css-label,
    .filter-modal .checkbox-style1 input[type=checkbox].css-checkbox + label.css-label.chk {
        background-position: right -15px;
    }

.filter-modal .color-selection a {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    margin-bottom: 0;
    pointer-events: none;
    background: greenyellow;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.modal-footer .btn {
    height: 50px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 0px;
    width: 100%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 170px;
    border-radius: 0;
}

    .modal-footer .btn.btn-primary {
        background: #9e3727;
    }

.back-to-filter-brand {
    color: #FFF;
}

.main-filter {
    padding: 0;
    margin: 10px 0 0 0;
    background: #9e3727;
}

    .main-filter span.title {
        width: 50%;
        text-align: center;
        border: 0;
        height: 40px;
        line-height: 40px;
        padding: 0px;
    }

    .main-filter span.title {
        font-size: 12px;
        text-transform: uppercase;
        color: #FFF;
        display: table;
        font-weight: 700;
        float: left;
        cursor: pointer;
    }

.title.sort select {
    border: 0;
    font-size: 12px;
    background-color: transparent;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.showing-result {
    margin-bottom: 0px;
    line-height: 50px;
    font-size: 14px;
}

.main-filter span.title:not(:last-child) {
    border-right: 1px solid #FFF;
}

.featured-products {    
    /* overflow: hidden; */
}

.mobile-gender {
    display: none;
}

.acc-head {
    margin-bottom: 0px;
    cursor: pointer;
    padding: 15px;
    transition: all .3s;
}

.acc-body {
    margin-top: 20px;
    padding: 15px;
    padding-top: 0px;
    margin-top: 0px;
}

.price-range-body {
    padding-top: 10px;
}

.acc-head::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
    display: none;
    font-size: 15px;
}

.acc-head.active::after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 15px;
}

.mobile-filters-button {
    width: 100% !important;
    display: none;
}

.apply-filter {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    width: 50%;
    display: none;
    transition: all .3s;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -5px 3px 3px -2px #aaa9a9;
    overflow: hidden;
}

    .apply-filter.show {
        display: block;
        height: 40px;
        line-height: 40px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.clear-button {
    width: 100%;    
    text-transform: capitalize;
    background-color: #202325;
}

.mobile-search {
    background-color: #f1f1f1;
    border-top: 0px !important;
}

    .mobile-search .form-inline {
        width: 100%;
    }

.mobile-register {
    margin-top: 50px !important;    
}

.whatsapp-icon {
    /*float: left;    */
}

    .whatsapp-icon img {
        width: 30px;
        float: right;
        margin-left: 8px;
        margin-right: 0px;
        margin-top: -3px;
    }

.mobile-whatsapp-icon {
    display: none;
}

.register-link {
    color: #000;
}

.nav {
    align-content: start;
}

.sale-link {
    background-color: #d00;
    color: #fff !important;
}

.country-phone {
    position: absolute;
    left: 10px;
    bottom: 7px;
}

.QTYM, .QTYP {
    border: none;
    background-color: #9e3727;
    color: #000;
    padding: 0;
    height: 25px;
    width: 25px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.QTY {
    border: 1px solid #ccc;
    height: 25px;
    vertical-align: middle;
    width: 30px;
    text-align: center;
}

.reload_cart {
    border: 1px solid #ccc;
    display: block;
    height: 25px;
    margin-top: 5px;
    text-align: center;
    width: 30px;
    margin-left: 28px;
}

.stock-available {
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
}

.arabic-link {    
    font-size: 16px;
}

#navbarTogglerDemo01 > ul {
    margin-right: 48px;
}

.input-with-keypress-0, .input-with-keypress-csf-0 {
    text-align: left;
}

.input-with-keypress-1, .input-with-keypress-csf-1 {
    text-align: right;
    float: right;
}

.order-details-cancel {
    padding: 4px 15px;
    float: right;
}

.voucher-button {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 80px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-top: 0px !important;
}

.remove-voucher-button {
    margin-left: 0px;
    float: right;
}

.checkout-panel {
    flex-direction: row-reverse;
}

.thank-you {
    font-size: 22px;
    font-weight: bold;
}

.voucher-amount-label {
    float: left;
}

.countries-list .select2-container--default .select2-selection--single {
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.current-flag {
    width: 33px;
    position: absolute;
    margin-top: 4px;
}

.countries-list > .select2 {
    padding-left: 32px;
}

.select2-container--open .select2-dropdown {
    width: 150px !important;
}

.country-li-mobile {
    background-color: #9e3727;
    padding: 5px;
    border: 3px solid #202325;
}

    



/*.countries-list {
    position: absolute;
    width: 150px;
    z-index: 99;
    background-color: #f1f1f1;
    margin-left: -10px;
    margin-top: 10px;
    box-shadow: 0px 2px 5px 2px #d5d5d5;
    padding: 0px;
}

    .countries-list li {        
        border-right: 0px;
        width: 100%;
        padding: 0px;
    }

        .countries-list li a {
            display: block;
            width: 100%;
            text-align: left;
            padding: 8px 10px;
        }

            .countries-list li a:hover {
                background-color: #9e3727;
                color: #fff;
            }

        .countries-list li a img {
            width: 33px;
        }*/


        @media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}
ul.headermenu {
    display: flex;
    justify-content: end;
}
.main-categories .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: none;
    color: #fff;
    margin: 0;
    font-weight: bold !important;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    color: #9e3727;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent;
}
.feature-sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9e3727;
    padding: 10px 0;
    margin: 0;
}

.category-box {
    background: #9e3727;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    transition: transform .4s ease, box-shadow .4s  ease;
    display: flex;
    min-height: 700px;
}
.category-box img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    margin: auto;
        max-height: 400px;
    margin-top: -30px;
    transition: transform .5s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
/* .category-box:hover img {
    transform: scale(1.08);
}
.category-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.25);
} */
.header-search::placeholder {
  color: #9e3727;
  opacity: 1; /* Firefox uses a lower opacity by default, so this ensures consistency */
}
.category-title {
    position: absolute;
    top: 306px;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    padding: 20px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
    background: linear-gradient(0deg, black, transparent);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.small-title {
    font-size: 16px;
}
.section-bg {
    background: #fff;
    padding: 60px 0;
    padding-top: 100px;
}
.category-box-sub {
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    height: 230px !important;
}
.category-box-sub img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row.inner-row {
    margin: 0;
    margin-top: -215px;
}
.row.inner-row .col-md-6 {
    padding: 0;
}
.category-title-sub.small-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(0deg, black, transparent);
}
.featured-products button.slick-prev.slick-arrow {
    background: #9e3727;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: url(../images/left-brown-arrow.svg);
    background-size:100%;
}
.featured-products button.slick-next.slick-arrow {
    background: #9e3727;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    background: url(../images/right-brown-arrow.svg);
    background-size:100%;
}
.featured-products button.slick-prev.slick-arrow:before, .featured-products button.slick-next.slick-arrow:before{
    display: none;
}
.header_right li i {
    color: #9e3727;
}
.header_right ul li {
    display: inline-block;
    margin: 0 0px;
}