@media (min-width: 1600px) {
    .slider-text {
        left: 38%;
    }
}


@media (max-width:1024px) {

    .headermenu li {
        padding: 0 18px;
    }

    .header_right ul li {
        margin: 0 8px;
    }

    .slider-text {
        left: 23%;
    }

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

    .footermenu-title {
        font-size: 19px;
    }

    .filter-title {
        font-size: 18px;
        letter-spacing: 0;
    }

    .filter-type {
        padding: 20px;
    }

    .wishlistbtn {
        margin-left: 15px;
    }

    .sort-sortBy select {
        width: 208px;
    }

    .custom-btn.button6.applycode-button {
        margin-left: 9px;
    }

    .details-slider .slider-nav .slick-slide {
        margin: 5px;
        width: 120px !important;
    }
}

@media screen and (min-width: 993px) {
    .cart-table-prd-qty {
        width: 12.6%;
    }

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

    .cart-table-prd-action {
        width: 75px;
        padding-left: 20px;
        text-align: right
    }

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

        .cart-table--sm .cart-table-prd-image img {
            max-width: 100%;
        }

    .cart-table--sm .cart-table-prd-name {
        padding: 0 15px;
    }

        .cart-table--sm .cart-table-prd-name a {
            font-size: 13px;
            letter-spacing: 0;
        }

        .cart-table--sm .cart-table-prd-name b {
            font-weight: 600;
        }

    .cart-table--sm .cart-table-prd-qty {
        width: 50px;
        text-align: center;
    }

    .cart-table--sm .cart-table-prd-price {
        width: 92px;
        text-align: center;
    }

    .cart-table--sm .cart-table-prd-headings {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        border: 0;
    }

        .cart-table--sm .cart-table-prd-headings, .cart-table--sm .cart-table-prd-headings:first-of-type {
            padding-top: 7px;
            padding-bottom: 7px;
        }

    .cart-table-prd > * {
        display: table-cell;
        vertical-align: middle;
    }
}


@media (max-width: 992px) {


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

    header {
        display: none;
    }

    .mobile-header {
        display: block;
    }

    #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
        display: block;
        position: relative;
    }

    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
            padding: 0;
            margin-bottom: 0;
        }

            #cssmenu ul li {
                width: 100%;
                border-top: 1px solid #444;
            }

                #cssmenu ul li:hover {
                    background: #099ec8;
                }

            #cssmenu ul ul li, #cssmenu li:hover > ul > li {
                height: auto;
            }

                #cssmenu ul li a, #cssmenu ul ul li a {
                    width: 100%;
                    border-bottom: 0
                }

        #cssmenu > ul > li {
            float: none
        }

        #cssmenu ul ul li a {
            padding-left: 25px
        }

        #cssmenu ul ul li {
            background: #333 !important;
        }

        #cssmenu ul ul ul li {
            background: #515050 !important;
        }

        #cssmenu ul ul ul ul li {
            background: #757575 !important;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px
        }

        #cssmenu ul ul ul ul li a {
            padding-left: 50px
        }

        #cssmenu ul ul li a {
            color: #ddd;
            background: none
        }

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

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
                display: none
            }

        #cssmenu #head-mobile {
            display: block;
            padding: 23px;
            color: #ddd;
            font-size: 12px;
            font-weight: 700;
            position: absolute;
        }

    .mobile-whatsapp-icon {
        display: block;
        width: 34px;
        height: 36px;        
        cursor: pointer;        
        float: left;
        margin-left: 20px;
    }

        .mobile-whatsapp-icon img {
            width: 34px;
        }

    .button {
        width: 45px;
        height: 36px;
        position: relative;
        /*position: absolute;
        right: 13px;
        top: -83px;*/
        cursor: pointer;
        z-index: 12399994;
        background-color: #9e3727;
        float: left;
    }
    .main-categories .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
        background: #9e3727;
    }

        .button:after {
            position: absolute;
            top: 17px;
            right: 12px;
            display: block;
            height: 8px;
            width: 20px;
            border-top: 2px solid #FFF;
            border-bottom: 2px solid #FFF;
            content: ''
        }

        .button:before {
            transition: all .3s ease;
            position: absolute;
            top: 11px;
            right: 12px;
            display: block;
            height: 2px;
            width: 20px;
            background: #FFF;
            content: ''
        }

        .button.menu-opened:after {
            transition: all .3s ease;
            top: 17px;
            border: 0;
            height: 2px;
            width: 19px;
            background: #fff;
            transform: rotate(45deg)
        }

        .button.menu-opened:before {
            top: 17px;
            background: #fff;
            width: 19px;
            transform: rotate(-45deg)
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

        #cssmenu .submenu-button.submenu-opened {
            background: #2d2a26
        }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }

    .header_right ul {
        text-align: center;
    }


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

    .logos .slick-slide img {
        margin: 0 auto;
        width: auto;
        max-width: 100% !important;
    }

    .section-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .filter__btn {
        font-size: 16px;
        line-height: 20px;
        margin: 7px 0 0 0px;
    }

    .product-box {
        margin-top: 25px;
    }

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

    .productdetails-box .price {
        margin-top: 0px;
    }

    .brands a img {
        width: 100%;
    }

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

    .social-media li {
        margin-right: 5px;
        width: 20%;
    }

    .payment-methods li {
        width: 45%;
        margin-right: 5px;
    }

    .footermenu-title {
        margin: 15px 0;
    }

    .footer-menu a, .footer-menu span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .slider-text p {
        font-size: 20px;
    }

    .slider-text h1 {
        font-size: 40px;
    }

    .slider-text {
        margin-top: -65px;
        left: 50%;
        margin-left: -194px;
    }

    .home-slider .slick-prev, .home-slider .slick-next {
        padding: 15px !important;
        background-size: 8px;
    }

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

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

    .footermenu-title {
        font-size: 13px;
    }

    .filter-box {
        margin-bottom: 50px;
    }

    .breadcrumb {
        margin: 10px 0;
    }

    .product-listing .product-box {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .details-slider .slick-track {
        margin: 0 !important;
    }

    .details-slider .slick-list.draggable {
        padding: 0 !important
    }

    .details-slider .slider-nav .slick-slide {
        width: 130px !important
    }

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

    .product-details .brand-name {
        font-size: 14px;
    }

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

    .wishlistbtn {
        width: 200px;
        margin-left: 0;
        margin-top: 15px;
    }

    .quntity input#number {
        width: 50px;
    }

    .sort-sortBy select {
        width: 208px;
    }

    /*----Login---*/
    .login-14 .none-992 {
        display: none;
    }

    .login-14 .login-box {
        max-width: 400px;
        margin: 0 auto;
    }

    .login-14 .form-section h3 {
        font-size: 20px;
    }

    .login-14 .logo-2 {
        display: block;
    }

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

    .login-14 {
        min-height: auto;
    }

        .login-14 .form-section {
            padding: 30px 0;
        }

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

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

    .cart-table-prd > * {
        padding-left: 90px;
        padding-right: 50px;
        padding-top: 10px;
    }

    .cart-table-prd-image {
        width: 90px !important;
        padding: 0;
        float: left;
    }

    .cart-table-prd-name {
        padding-top: 0;
    }

    .cart-table-prd-action {
        float: right;
        position: absolute;
        top: 15px;
        padding: 0;
        right: 0;
        width: 50px;
        text-align: center;
        flex-direction: column;
        justify-content: flex-start;
        margin-top: 0;
    }

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

    .cart .cart-table-prd-qty {
        width: auto;
    }

    .cart .cart-table-prd-price {
        width: auto;
    }

    .button7.custom-btn.wishlistbtn.cart-clear {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .button7.custom-btn.cart-clear {
        margin-top: 30px;
    }

    .sub-total {
        position: relative;
        width: 100%;
    }

    .custom-btn.button6.checkout-button {
        width: auto;
    }

    .cart-table-prd-action > a {
        padding: 5px
    }

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

    .cart-table-prd {
        padding: 15px 0;
    }

    .custom-faq.accordion .card-header .card-title {
        padding-left: 10px;
    }

    .custom-faq .card-header {
        position: relative;
        padding: 10px;
    }

    .custom-faq.accordion .card-header::after {
        position: absolute;
        left: 12px;
        top: 11px;
    }

    .featured-products {
        height: auto;
    }

    .mobile-search {
        width: 100%;
        border: 10px solid #fff;
        border-top: 0px;
    }

    #MobileMainSearchInput {
        height: 45px;
    }

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


@media (max-width:767px) {

    /*.button {
        width: 45px;
        height: 36px;
        position: absolute;
        left: 13px;
        top: -43px;
        cursor: pointer;
        z-index: 12399994;
        background-color: #004b4b;
    }*/

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

    .logos .slick-slide img {
        margin: 0 auto;
        width: auto;
        max-width: 100% !important;
    }

    .section-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .filter__tabs {
        text-align: left;
    }

    .filter__btn {
        font-size: 16px;
    }

    .product-box {
        margin-top: 20px;
    }

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

    .productdetails-box .price {
        margin-top: 0px;
    }

    .productimg-box {
        min-height: auto;
    }

    .brands a img {
        width: 100%;
        margin: 10px 0
    }

    .brands .mt-27 {
        margin-top: 0;
    }

    .brands .mt-30 {
        margin-top: 0;
    }

    .brands .mt-40 {
        margin-top: 0;
    }

    .footermenu-title {
        margin: 15px 0;
        font-size: 18px;
    }

    .footer-menu a, .footer-menu span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .social-media {
        text-align: center;
        margin-bottom: 15px;
    }

    .payment-methods {
        text-align: center;
        margin-top: 15px;
    }

    .slider-image {
        height: 160px;
    }

    .slider-text p {
        font-size: 14px;
    }

    .slider-text h1 {
        font-size: 22px;
    }

    .custom-btn {
        font-size: 14px;
        width: 110px;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0;
    }

    .slider-text {
        margin-top: -50px;
        left: 50%;
        margin-left: -106px;
    }

    .home-slider .slick-prev, .home-slider .slick-next {
        padding: 15px !important;
        background-size: 8px;
    }

    .explore-brand .button6.custom-btn {
        margin-left: -55px;
    }

    .social-media li {
        margin-right: 5px;
        width: auto;
    }

    .payment-methods li {
        width: auto;
        margin-right: 5px;
    }

    .product-listing .product-box {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .breadcrumb {
        margin: 10px 0;
        padding: 0.75rem 0rem;
    }

        .breadcrumb ul li a::after {
            left: 112%;
        }

        .breadcrumb ul li {
            margin-right: 20px;
        }

    .details-slider .slick-track {
        margin: 0 !important;
    }

    .details-slider .slick-list.draggable {
        padding: 0 !important
    }

    .details-slider .slider-nav .slick-slide {
        width: 130px !important
    }

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

    .product-details .brand-name {
        font-size: 14px;
    }

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

    .wishlistbtn {
        width: 185px;
        margin-left: 0;
        margin-top: 15px;
    }

    .quntity input#number {
        width: 90px;
        height: 40px;
    }

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

        .sort-sortBy select {
            width: 100%;
        }

    .login-14 .bg-color-16 {
        padding: 30px;
    }

    .custom-modal .close {
        right: 5px;
        top: 5px;
    }

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

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

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

    .cart-table-total > .row > [class*='col'] {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cart-table-total .btn {
        padding: 10px 12px;
    }

        .cart-table-total .btn:not(:only-child) {
            flex: 1;
        }

        .cart-table-total .btn:only-child {
            min-width: 50%;
            height: fit-content;
        }

        .cart-table-total .btn [class*="icon-"]:not(:only-child):not(:last-child) {
            padding-right: 6px;
        }

    .cart .cart-table-prd-qty {
        width: auto;
    }

    .cart .cart-table-prd-price {
        width: auto;
    }

    .cart-table-prd {
        padding: 15px 0;
    }

    .sub-total {
        position: relative;
        width: 100%;
    }

    .button6.custom-btn.cart-clear {
        width: 100%;
        padding: 0;
        line-height: 40px;
    }

    .button7.custom-btn.wishlistbtn.cart-clear {
        width: 100%;
        padding: 0;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .custom-btn.button6.checkout-button {
        width: 100%;
    }

    .card-total {
        font-size: 22px;
    }

    .sidebar-block_content .form-group {
        width: 100%;
    }

    .button7.custom-btn.cart-clear {
        margin-top: 15px !important;
        margin-bottom: 0 !important;
    }

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

    .order-details .address-card {
        height: auto;
        margin: 15px 0;
    }

    .small-container {
        position: relative !important;
    }

    .show-images {
        height: auto;
    }

    .small-container div {
        width: auto;
    }

    .small-container .show-small-img {
        max-height: 100px;
    }

    .address_saved li, .address_save_right > h3, .address_save_right > p {
        width: 100% !important;
    }

    .logos .slick-slide img {
        max-height: 120px;
    }

    .product-xs {
        width: 50% !important;
        max-width: 50% !important;
    }

    .list-showing {
        float: none !important;
        margin-bottom: 10px;
    }

    .sort-sortBy {
        float: none !important;
    }

    .featured-products {
        height: auto;
    }

    .mobile-gender {
        display: block;
        margin-top: 5px;
    }
.featured-products button.slick-prev.slick-arrow{
    left: 5px;
    z-index: 2;
}
.featured-products button.slick-next.slick-arrow{
    right: 5px;
    z-index: 2;
}
        .mobile-gender .nav-item {
            width: 50%;
        }

            .mobile-gender .nav-item a {
                margin: 0px;
                text-align: center;
                background-color: #e8e8e8;
                color: #757575;
            }

        .mobile-gender .main-categories li {
            border-right: 0px !important;
        }

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

    #cssmenu {
        margin-top: 15px;
    }

        #cssmenu .button {
            top: -58px;
        }

    .acc-head {
        margin-bottom: 0px;
    }

    .acc-body {
        display: none;
    }

    .acc-head::after {
        display: block;
    }

    .filter-box {
        margin-bottom: 15px;
    }

    .mobile-hide {
        display: none;
    }

    .filter-box {
        display: none;
        margin-bottom: 0px;
    }

    .sort-sortBy {
        margin-top: 10px;
    }

    .mobile-filters-button {
        display: block;
    }

    .filters-button {
        display: block;
        width: 50% !important;
        float: left;
    }

    .mobile-filters-button-clear {
        width: 50% !important;
        float: left;
        text-transform: capitalize;
        background-color: #202325;
        border-radius: 0px;
    }

    #cssmenu > ul > li.mobile-search:hover, #cssmenu ul li.mobile-search.active:hover, #cssmenu ul li.mobile-search.active, #cssmenu ul li.mobile-search.has-sub.active:hover {
        background-color: #f1f1f1 !important;
    }    

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

        .mobile-whatsapp-icon img {
            width: 34px;
        }
    }

@media (min-width:767px) {
    .mobile-filters-button-clear {
        display: none !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cart-table-prd-image img {
        width: 65px;
    }
}

@media only screen and (max-width: 479px) {
    .cart-table-prd-image img {
        width: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .account-left-menu {
        padding-right: 15px !important; 
    }

    .account-right-menu {
        padding-left: 15px !important;
    }

    .right_account_main {
        border-left: 1px solid #DCDCDC;        
    }
}

@media only screen and (max-width : 767px) {

    .nav-folderized .nav h4 {
        cursor: pointer;
        padding-left: 20px;
    }

    .nav-folderized ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 1s;
        padding-left: 45px;
    }

    .nav-folderized .nav h4:after {
        content: "+";
        content: "+";
        float: left;
        padding: 0 20px;
        position: absolute;
        right: 0;
        font-size: 30px;
        font-weight: normal;
        top: 5px;
    }

    .nav-folderized .nav.open h4:after {
        content: "-";
        font-size: 30px;
        font-weight: normal;
    }

    .nav-folderized .nav.open ul {
        height: auto;
        max-height: 500px;
        transition: max-height 1s !important;
        padding-left: 45px;
    }

    .nav-folderized .nav {
        display: block;
        max-width: 100%;
        flex: 100%;
    }
}