.q-mb3 {
    margin-bottom: 3px;
}

.q-mb5 {
    margin-bottom: 5px;
}

.q-mb20 {
    margin-bottom: 20px;
}

.q-mb50 {
    margin-bottom: 50px;
}

.q-mt10 {
    margin-top: 10px;
}

.q-mt20 {
    margin-top: 20px;
}

.q-ml20 {
    margin-left: 20px;
}

.q-mr10 {
    margin-right: 10px;
}

.q-pt20 {
    padding-top: 20px;
}

.q-pb10 {
    padding-bottom: 10px;
}

.q-line {
    border-bottom: 1px solid #ddd;
}

.dot {
    height: 20px;
    width: 20px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.time_show {
    column-count: auto;
    color: #fff;
}

.time_show li {
    font-weight: 600;
    margin-bottom: 5px;
}

.time_show li span {
    float: right;
    font-weight: 500;
}

/*********contact page******/
.box_contacts {
    background-color: #fff;
    padding: 30px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 5%);
}

.btn-primary {
    color: #fff;
    background-color: #ac853b;
    border-color: #ac853b;
}

a.btn_1,
.btn_1 {
    border: none;
    background: #ac853b;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

.flat_off {
    font-weight: 600;
    color: #ac853b;
    font-size: 20px;
}

.box_contacts i {
    /*font-size: 46px;
    font-size: 2.875rem;*/
    color: #ac853b;
}

iframe.map_contact {
    border: 0;
    width: 100%;
    height: 372px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.gallery_view {
    /* margin-top: 90px;*/
}

.map_sec {
    background: #fff;
    padding: 20px;
}

.box_contacts a {
    color: #444;
}

.box_contacts small {
    display: block;
    color: #777;
    font-size: 14px;
    font-size: 0.875rem;
}

.box_contacts small a {
    color: #777;
}

a.btn_1.full-width,
.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
}

a.btn_1:hover,
.btn_1:hover {
    -webkit-filter: brightness(115%);
    filter: brightness(115%);
    color: #fff;
}

#contactform .form-control {
    padding: 10px;
    height: 40px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
}

#contactform .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*********end contact page****/
.d-rounded {
    display: block;
    margin: 0 auto;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-size: cover;
}

.gf-product:hover .product-hover-icons {
    opacity: 1;
    visibility: visible;
}

.q-img {
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.q-img-cat2 {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.q-img-cat {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
}

.slick-slide img {
    display: inline-flex !important;
}

.single-banners1-logo .slick-dots button {
    display: none;
}

.single-banners1-logo .slick-dots li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    background: 0 0 !important;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid #ccc;
}

.slick-dots {
    margin: 0px auto;
    text-align: center;
    margin-top: -20px;
}

.single-banners1-logo .slick-dots li.slick-active {
    background: 0 0 !important;
    border: 2px solid #ac853b;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.q-section-title {
    position: relative;
    background-color: white;
    padding: 5px;
    margin-bottom: 0px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.q-section-title h3 {
    margin: 3px;

}

.containerChat {
    border: 2px solid #dedede;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding: 10px;
    margin: 10px 0;
}

.location_search {
    min-width: 20rem;
    transform: translate3d(0px, 35px, 0px) !important;
    padding: 1rem;
}

input.btn_continue {
    background: #ac853b;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
    margin: 0px 10px;
    border: none;

}

/*=============================================
=            Slick Slider            =
=============================================*/


/* Slick Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    /*height: 100%;*/
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.q-santa {
    display: inline-block;
    -webkit-animation-name: dance;
    animation-name: dance;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    /* animation-iteration-count: infinite; */
    -webkit-transition-timing-function: cubic-bezier(0.6, 0, 0.735, 0.045);
    -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

/* Mobile Menu*/
.mobile-menu .mean-bar {
    position: relative;
    text-align: right;
    /*padding-bottom: 30px;*/
    /*---- Mean Nav ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-menu .mean-bar .meanmenu-reveal {
        top: -40px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-widget {
        margin-bottom: 1.5rem;
    }

    .mobile-menu .mean-bar .meanmenu-reveal {
        top: -79px;
    }
}

.mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 2px;
    width: 26px;
    background-color: #222222;
    display: block;
    margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    top: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    bottom: -8px;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu .mean-bar .mean-nav {
    text-align: left;
    background-color: #ffffff;
}

.mobile-menu .mean-bar .mean-nav>ul {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    border-top: 0px solid transparent;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    #banners_grid a.img_container {
        margin-bottom: 10px;
    }

    .meanclose,
    .mean-nav ul {
        margin-top: 20px;
    }

    .header-advance-search {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .mobile-menu .mean-bar .mean-nav>ul {
        max-height: 180px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 575px) {
    .account_name {
        display: none;
    }

    .store_locate-new {
        order: 3;
    }

    .account-details-form,
    .p-5 {
        padding: 0.5rem !important;
    }

    .banner_menu a {
        min-width: 143px;
    }

    .mobile-menu .mean-bar .mean-nav>ul {
        max-height: 220px;
        overflow-y: auto;
    }
}

.mobile-menu .mean-bar .mean-nav>ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    /*---- Sub Menu & Mega Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a {
    font-size: 13px;
    display: block;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid #eeeeee;
    padding: 0 40px 0 20px;
    /*---- Menu Expand For Sub Menu ----*/
}

.mobile-menu .mean-bar .mean-nav>ul li a::after {
    display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li a:hover {
    color: #222222;
    padding-left: 25px;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand {
    border: 1px solid #eeeeee;
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 20px !important;
    color: #666666;
    line-height: 44px;
    height: 46px;
    width: 40px;
    text-align: center;
    padding: 0;
}

.mobile-menu .mean-bar .mean-nav>ul li a.mean-expand.mean-clicked {
    line-height: 40px;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul {
    position: static;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li,
.mobile-menu .mean-bar .mean-nav>ul li ul li {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: 0px solid transparent;
    width: 100%;
    display: block !important;
    float: left;
    width: 100%;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li a {
    font-size: 12px;
    display: block !important;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li a::before,
.mobile-menu .mean-bar .mean-nav>ul li ul li a::before {
    display: none;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul {
    background-color: rgba(0, 0, 0, 0.04);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a {
    border-top: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul li a.mean-expand {
    border: 1px solid #dddddd;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a {
    border-top: 1px solid #eeeeee;
}

.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .sub-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li .mega-menu li ul ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li .sub-menu ul li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul .sub-menu li a.mean-expand,
.mobile-menu .mean-bar .mean-nav>ul li ul li ul ul li a.mean-expand {
    border: 1px solid #eeeeee;
}

/* header sticky */
.header-sticky.is-sticky {
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
    background-color: rgba(255, 255, 255, 0.95);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-sticky.is-sticky .logo {
    width: 60px;
    margin: 5px 0 !important;
}

/*.header-sticky.is-sticky .main-menu {
    float: right; }*/
.header-sticky.is-sticky .main-menu nav ul li>a {
    line-height: 50px;
    color: #222222;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-sticky.is-sticky .main-menu nav ul.sub-menu {
        left: -190px;
    }
}

.header-sticky.is-sticky .main-menu nav ul.sub-menu .sub-menu {
    left: 100%;
}

.header-sticky.is-sticky .main-menu nav ul.mega-menu {
    left: -450px;
}

.header-sticky.is-sticky .main-menu nav ul.sub-menu li a,
.header-sticky.is-sticky .main-menu nav ul.mega-menu li a {
    line-height: 24px;
}

.header-sticky.is-sticky .q-basket-icon {
    color: #222222;
}

.fa-star {
    color: grey;
}

.checked {
    color: orange !important;
}

.text3rem {
    overflow: hidden;
    height: auto;
}



/*----------  on sale badge  ----------*/
.onsale {
    background: #ffaf00;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    height: 24px;
    left: 20px;
    line-height: 24px;
    min-height: auto;
    min-width: 44px;
    padding: 0 9px;
    position: absolute;
    right: auto;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 20px;
    z-index: 42;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.well1 .input-group {
    margin: 0px;
    width: 100%;
    justify-content: left;
}

.well1 input.btn.btn-lg {
    width: 70%;
    margin-right: 1px;
    height: 35px;
    background-color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
}

.well1 button.btn {
    background-color: #222;
    color: white;
    width: 15%;
    height: 35px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 1px 1px 0;
    font-size: 0.9rem;
}

.social-icon {
    padding: 0px 10px;
    display: inline-block;
}

.social-icon {
    padding: 0 10px;
    display: inline-block;
    color: #222;
    border-radius: 50%;
    line-height: 30px;
    font-size: 25px;
}

.social-icon .fa {
    color: #222;
}

.download-app a {
    /*background-color: #029600;*/
    color: #fff;
    /*padding: 6px 10px;*/
    font-size: 12px;
    border-radius: 6px;
    margin-top: 15px;
}

.download-app a:hover {
    color: #fff !important;
}

.gallery_view {
    padding: 2rem 0px;
}

.banner_txt1 {
    position: relative;
}

.banner_menu {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 500;
}

.banner_menu a {
    background: #ac853b;
    padding: 15px 28px;
    color: #fff;
    font-size: 18px;
    border-radius: 6px;
    margin: 0px 10px;
}

.banner_menu a:hover {
    color: #fff;
}

.social_icons1 li a {
    width: 31px;
    height: 31px;
    background-color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    margin: 0 1px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}

.banner_text_show {
    margin-bottom: 15px;
}

.single-banners1-logo::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: linear-gradient(120deg, #eaee44, #33d0ff);*/
    /*background-image: linear-gradient(120deg, #24241f, #313434);*/
    background: #000;
    opacity: 0;
}

.social_icons1 li a i {
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
    line-height: 27px;
}

.social_icons1 li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social_icons1 li a:hover i {
    color: #fff;
}

.social_icons1 li a:hover:before {
    top: 0;
    color: #fff;
}

.social_icons1 li a:before {
    background: #ac853b;

}

.store_locate {
    max-width: 250px;
}

.box_how {
    background-color: #fff;
    -webkit-box-shadow: 0 0 32px -7px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 32px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 32px -7px rgb(0 0 0 / 10%);
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 20px;
}

.box_how h3 {
    font-size: 21px;
    font-size: 1.3125rem;
}

.main_title h2 {
    font-size: 32px;
    font-size: 2rem;
    margin: 20px 0 0 0;
}

.contact_now {
    margin-top: 150px;
}

/*----------  select  browser issue fix  ----------*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='black'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}




/*----------  custom zoom in animation  ----------*/
@-webkit-keyframes customZoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}

@keyframes customZoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    50% {
        opacity: 1;
    }
}

/*----------  section big title  ----------*/
.section-big-title {
    margin-top: -10px;
}

/*----------  nice select style  ----------*/
.nice-select.open .list {
    z-index: 999;
}

/*----------  06.4 best seller slider ----------*/
.best-seller-slider-container.slick-slider {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.slick-active .best-seller-sub-product {
    -webkit-animation: customZoomIn 500ms ease-in-out;
    animation: customZoomIn 500ms ease-in-out;
}

.tab-slider-container.slick-slider {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.tab-slider-container .slick-active .tab-slider-sub-product {
    -webkit-animation: customZoomIn 500ms ease-in-out;
    animation: customZoomIn 500ms ease-in-out;
}

.tab-slider-wrapper nav {
    background-color: #e9e9e9;
}

/****category New******/
.title_head {
    font-size: 20px;
}

.title_price {
    font-size: 20px;
    margin-left: 35px;
}

.add_heading {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.button_add {
    background: #fff;
    font-size: 15px;
    border: 1px solid #bcbcbc;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 10px;
    display: inline-flex;
    padding: 10px 15px;
    color: #232323;
}

.button_add.active {
    background: #008000;
    border: 1px solid #008000;
    color: #fff;
}


/*.button_remove{background: #fff;min-width: 125px;font-size: 15px;justify-content: center;border: 1px solid #bcbcbc;border-radius: 30px;margin-right: 15px;margin-bottom: 10px;display: inline-flex;padding: 10px 15px;color: #232323;}
.button_remove.active{background: #008000;border: 1px solid #008000;color: #fff;text-decoration: line-through;}*/

.button_remove.active span {
    text-decoration: line-through;
}

#ck-button {
    margin: 4px;
    font-size: 15px;
    border-radius: 30px !important;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    overflow: auto;
    color: #232323;
    display: inline-flex;
    position: relative;
}

#ck-button label {
    float: left;
    width: 100%;
    /*width:auto;*/
    margin-bottom: 0px;
}

#ck-button label span {
    text-align: center;
    padding: 7px 15px;
    display: block;
    border: 1px solid transparent;
}

#ck-button label input {
    position: absolute;
    top: 0px;
    z-index: -2;
}

#ck-button input:checked+span {
    background: #008000;
    color: #fff;
    border: 1px solid #008000;
}


#remove_item_bt {
    margin: 4px;
    font-size: 15px;
    border-radius: 30px !important;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    overflow: auto;
    color: #232323;
    display: inline-flex;
    position: relative;
}

#remove_item_bt label {
    float: left;
    /*width:auto;*/
    width: 100%;
    margin-bottom: 0px;
}

#remove_item_bt label span {
    text-align: center;
    padding: 7px 15px;
    display: block;

}

#remove_item_bt label input {
    position: absolute;
    top: 0px;
    z-index: -2;
}

#remove_item_bt input:checked+span {
    background: #ac853b;
    color: #fff;
    text-decoration: line-through;
}

.menu_show_type {
    display: inline-flex;
    margin-top: 10px;
    float: right;
}

.mobile_cart {
    display: none;
}

.desktop_cart {
    display: inline-block;
}

.pn-ProductNav_Wrapper {
    position: relative;
    padding: 0 11px;
    box-sizing: border-box;
}

.submenu_lsit {
    margin-top: 22px;
}

.pn-ProductNav {
    /* Make this scrollable when needed */
    overflow-x: hidden;
    /* We don't want vertical scrolling */
    overflow-y: hidden;
    /* For WebKit implementations, provide inertia scrolling */
    -webkit-overflow-scrolling: touch;
    /* We don't want internal inline elements to wrap */
    white-space: nowrap;
    /* If JS present, let's hide the default scrollbar */
    /* positioning context for advancers */
    position: initial;
    font-size: 0;
}

.js .pn-ProductNav {
    /* Make an auto-hiding scroller for the 3 people using a IE */
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* Remove the default scrollbar for WebKit implementations */
}

.js .pn-ProductNav::-webkit-scrollbar {
    display: none;
}

.pn-ProductNav_Contents {
    float: left;
    transition: transform 0.2s ease-in-out;
}

.pn-ProductNav_Contents-no-transition {
    transition: none;
}

..product-hover-icons a {
    display: inline-block;
}

.pn-ProductNav_Link {
    text-decoration: none;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    display: inline-flex;
    align-items: center;
    min-height: 35px;
    border: 1px solid transparent;
    padding: 0 8px;
}

.pn-ProductNav_Link+.pn-ProductNav_Link {
    border-left-color: #eee;
}

.pn-ProductNav_Link[aria-selected=true] {
    color: #111;
}

.pn-Advancer {
    /* Reset the button */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    /* Now style it as needed */
    position: absolute;
    top: 0;
    bottom: 0;
    /* Set the buttons invisible by default */
    opacity: 0;
    transition: opacity 0.3s;
}

.pn-Advancer:focus {
    outline: 0;
}

.pn-Advancer:hover {
    cursor: pointer;
}

.pn-Advancer_Left {
    left: 3px;
}

[data-overflowing=both]~.pn-Advancer_Left,
[data-overflowing=left]~.pn-Advancer_Left {
    opacity: 1;
}

.pn-Advancer_Right {
    right: 3px;
    opacity: initial;
}

[data-overflowing=both]~.pn-Advancer_Right,
[data-overflowing=right]~.pn-Advancer_Right {
    opacity: 1;
}

.pn-Advancer_Icon {
    width: 20px;
    height: 20px;
    fill: #ac853b;
}

.pn-ProductNav_Link.active {
    position: relative;
    bottom: 0;
    left: 0;
    /*height: 4px;*/
    /*width: 100px;*/
    border-bottom: 3px solid #ac853b;
    transform-origin: 0 0;
    transition: transform 0.2s ease-in-out;
}

/*.category_slides{width: 90%;}*/
.category_slides {
    background: #fff;
    padding: 15px 30px;
/*    margin-bottom: 1rem;*/
/*    margin-top: 1rem;*/
    border-radius: 6px;
    top: 0;
    display: block;
    text-align: center;
    /*
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    white-space: nowrap;
    overflow-x: auto;*/
}

.category_slides li {
    display: inline-block;
    margin: 0px 4px;
    cursor: pointer;
}

.scrolltab :hover {
    background-color: green;
}

.scrolltab {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scrolltab::-webkit-scrollbar {
    display: none;
}


/*******Book a Table New********/
.main-reservaton-form label {
    /*position: absolute;*/
    right: 22px;
    line-height: 42px;
    text-align: center;
    top: 0;
    /* width: 30px;*/
    z-index: 9;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.main-reservaton-form input,
.main-reservaton-form select {
    padding: 10px 40px 10px 15px;
    position: relative;
    width: 100%;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border: 1px solid #c3c3c3;
    border-radius: 0px;
    font-size: 14px;
}

.main-reservaton-form select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #c3c3c3;
}


.main-reservaton-form .simple_btn {
    margin: 0;
    display: block;
    width: 100%;
    line-height: 50px;
    background: #ac853b;
    border-color: #ac853b;
    color: #fff;
    transition-duration: 0.3s;
}

.main-reservaton-form .simple_btn:hover {
    background: #212121;
    border-color: #212121;
}

/*******end Table*****/

/*----------  06.7 banner slider  ----------*/
.banner-slider-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
    .banner-slider-wrapper .banner-slider-container .slick-arrow {
        top: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-slider-wrapper .banner-slider-container .slick-arrow {
        display: block;
        top: 10px;
    }
}

/*----------  06.8 deal of the day slider  ----------*/
.multisale-slider-wrapper {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.multisale-slider-wrapper .slick-active.multisale-slider-product {
    -webkit-animation: customZoomIn 500ms ease-in-out;
    animation: customZoomIn 500ms ease-in-out;
}

/*----------  banner slider container  ----------*/
@media only screen and (max-width: 767px) {
    .banner-slider-container .slick-arrow {
        top: 10px;
    }
}

/*=====  End of 06. Slider  ======*/


/*=============================================
=            09. Banner            =
=============================================*/
/*----------  single banner  ----------*/
.single-banner {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-banner a {
    display: block;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.single-banner a img {
    width: 100%;
}

.single-banner:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/*----------  slider banner  ----------*/
.slider-banner a {
    display: block;
    overflow: hidden;
}

.slider-banner a img {
    width: 100%;
}

.slider-banner a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/*----------  slider side banner  ----------*/
.slider-side-banner-container .slider-side-banner {
    height: auto;
    display: inline-block;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-side-banner-container .slider-side-banner {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .slider-side-banner-container .slider-side-banner {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .slider-side-banner-container .slider-side-banner {
        margin-top: 30px;
    }
}

.slider-side-banner-container .slider-side-banner a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.slider-side-banner-container .slider-side-banner a img {
    width: 100%;
    height: 100%;
}

.slider-side-banner-container .slider-side-banner a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

/*----------  shop page banner  ----------*/
.shop-page-banner a {
    display: block;
}

.shop-page-banner a img {
    width: 100%;
}

/*----------  banner slider  ----------*/
.banner-slider-wrapper .slider-side-banner a {
    display: block;
}

.banner-slider-wrapper .slider-side-banner a img {
    width: 100%;
}

/*=====  End of 09. Banner  ======*/
/********New css******/
.first_user p {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

.first_user a {
    font-weight: 600;
    font-size: 16px;
    color: #ff0000;
}

.shopping_button {
    display: flex;
    justify-content: center;
    background: #fff;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.shopping_button a:hover {
    color: #fff;
}

.shopping_button a {
    margin: 0px 10px;
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    min-width: 130px;
    text-align: center;
    border-radius: 5px;
}

.cart_table_mobile .table tbody tr th {
    text-align: left;
}

.cart_table_mobile .table tbody tr td {
    text-align: left;
}

.payment-info a {
    color: #ff8c00;
    font-size: 16px;
/*    margin-right: 55px;*/
}

.remove_txt {
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}

.remove_txt span {
    font-weight: 500;
}

.added_txt {
    color: #008000;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0px;
}

.added_txt span {
    color: #008000;
    font-weight: 400;
}

.account_icon {
    display: none;
}

.menu_table_td {
    display: none;
}

i.user_icons {
    font-size: 25px;
}

.input-group1 input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}

input.button-plus {
    padding-left: 4px !important;
    background: transparent;
}

input.button-minus {
    padding-left: 6px !important;
    background: transparent;
}

input.button-plus1 {
    padding-left: 4px !important;
    background: transparent;
}

input.button-minus1 {
    padding-left: 6px !important;
    background: transparent;
}

#password+.fa {
    cursor: pointer;
    pointer-events: all;
}

.footer_link_txt {
    text-align: center;
}

.gst_show1 {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 11px;
}

.order_info_det td,
th {
    margin-bottom: 0px;
    border-bottom: 0px solid;
}

.order_info_det td,
.table-bordered th {
    border: 0px solid #dee2e6;
}

.order_info_det tr,
.table-bordered tr {
    border-bottom: 1px solid #dee2e6;
}

.download-app {
    text-align: center;
    margin: 10px 0px;
}

.download-app h4 {
    margin-bottom: 20px;
    color: #fff;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #ac853b;
    color: #fff;
}

.variants_list_show {
    display: block;
    justify-content: space-between;
    width: 100%;
}

.show_variants {
    display: inline-block;
}

.main_price_show {
    display: inline-block;
    right: 0px;
    position: absolute;
}

.datepicker table tr td.active.active {
    background: #ac853b;
}

.datepicker table {
    margin: 10px;
}

.datepicker td,
.datepicker th {
    width: 25px;
    height: 25px;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: #ac853b;
    color: #fff;
}

.datepicker-days,
table {
    font-size: 14px;
    text-transform: capitalize;
}

.covid-19 {
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
}

.covid-19 input {
    display: inline-block;
    width: auto;
}

.form-check-label mr-4 {
    position: relative;
    right: auto;
}

.q-banner {
    object-fit: cover;
}

#banners_grid a.img_container {
    position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    width: 100%;
    /*height: 250px;*/
}

#banners_grid a.img_container .short_info {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}

/*#banners_grid a.img_container img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}*/
#banners_grid a.img_container:hover img {
    /*-webkit-transform: translate(-50%, -50%) scale(1.02);
    -moz-transform: translate(-50%, -50%) scale(1.02);
    -ms-transform: translate(-50%, -50%) scale(1.02);
    -o-transform: translate(-50%, -50%) scale(1.02);
    transform: translate(-50%, -50%) scale(1.02);*/
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.cart-info {
    position: relative;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: end;
}

/********gallery********/
.main_title.center {
    text-align: center;
}

.grid ul {
    /*margin: 0 0 25px 0;*/
    padding: 0;
    /*width: 100%;*/
    text-align: center;
}

.grid ul li {
    display: inline-block;
    margin: 0;
    padding: 3;
    /*margin: -3px*/
    ;
    /*width: 25%;*/
    list-style: none;
}

.item-img {
    position: relative;
}

.item-img img {
    max-width: 100%;
}

.item-img .content {
    position: absolute;
    text-align: center;
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.item-img .content a {
    opacity: 0;
    transition: 0.2s ease;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item:hover .content a {
    opacity: 1;
    color: #fff;
}

/******end gallery******/
/********end css*******/
#sold_out_data,
.sold-out {
    color: red;
    font-size: 18px;
    margin-right: 10px;
}

footer {
    background-color: #ffffff;
}

.single-contact {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

@media only screen and (max-width: 767px) {
    .single-contact {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .single-contact {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.single-contact .icon {
    font-size: 40px;
    margin-right: 10px;
}

.single-contact p {
    color: #777777;
}

.single-contact p span {
    display: block;
}

.single-contact:first-child {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-contact:first-child {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-contact:first-child {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

@media only screen and (max-width: 767px) {
    .single-contact:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .single-contact:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

/*----------  footer navigation  ----------*/
.footer-navigation-section {
    text-transform: uppercase;
    position: relative;
    /*background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR-S1zylXGicr6O6m9EQlTPpvnxcp6ERlfMGhJXZR4DqF51Pci8yRLMBZVl8z9AMvDd3kg&usqp=CAU);*/
    background-repeat: no-repeat;
    background-size: cover;
    background: rgb(179 255 0);
}

.footer-navigation-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.6;
    height: 100%;
    background-color: #000000;
    content: "";
}

/*.footer-navigation-section:before {
    position: absolute;
    top: 0;
    left: 27%;
    width: 73%;
    height: 1px;
    background-color: transparent;
    content: "";
    margin-left: -13.5%; }*/
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    /*.footer-navigation-section:before {
        width: 100%;
        left: 0;
        margin-left: 0; }*/
}

@media only screen and (max-width: 1199px) {
    .time_show {
        column-count: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /*.footer-navigation-section:before {
        width: 100%;
        left: 0;
        margin-left: 0; }*/
}

@media only screen and (max-width: 991px) {
    .menu_table_td {
        display: none !important;
    }

    .main_mobile_menu {
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .about_us_gap,
    .home_intro {
        padding: 70px 20px;
    }

    #view-cart,
    .col-5 .p-5 {
        padding: 3rem !importaant;
    }

    #view-cart,
    .col-6 .p-5 {
        padding: 3rem !importaant;
    }

    #view-cart,
    .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #view-cart,
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .account-details-form, .col-6{text-align: center;} */
    .account-details-form,
    .col-6 {
        text-align: inherit;
    }

    .mobile_cart {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        width: 100%;
    }

    .desktop_cart {
        display: none;
    }

    #basket_totals_desktop {
        display: none;
    }

    .account-details-form,
    .col-6 div {
        text-align: center;
    }

    .account-details-form,
    .col-12 {
        text-align: left;
    }

    #pac-input {
        width: 100%;
        margin-left: 0px;
    }

    .flat_off_st {
        width: 50%;
    }

    .flat_social {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .coupon_space {
        padding: 10px 15px;
    }

    .cart_space {
        padding: 10px 15px;
    }

    .footer-widget .single-navigation-section .link_show {
        column-count: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* .footer-navigation-section:before {
        width: 100%;
        left: 0;
        margin-left: 0; } */
}

@media only screen and (max-width: 767px) {
    /* .footer-navigation-section:before {
        width: 100%;
        left: 0;
        margin-left: 0; } */
}

@media only screen and (max-width: 479px) {
    .myaccount-content .col-6 div {
        text-align: center;
    }

    .myaccount-content .col-6 .ml-30 {
        margin-left: 14px !important;
    }

    .save-btn {
        width: 100px;
    }

    .myaccount-content .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #payments-body .col-6.ml-30 {
        margin-left: 15px !important;
    }

    #payments-body .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /*.footer-navigation-section:before {
        width: 100%;
        left: 0;
        margin-left: 0; }*/
}

/*.footer-navigation-section:after {
    position: absolute;
    bottom: 0;
    left: 27%;
    width: 73%;
    height: 1px;
    background-color: #e0e0e0;
    content: "";
    margin-left: -13.5%; }*/
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .footer-navigation-section:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-navigation-section:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-navigation-section:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .footer-navigation-section:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

@media only screen (max-width: 479px) {
    .mobile_cart .header-advance-search input {
        width: 130px;
    }

    .header-advance-search {
        margin-bottom: 7px;
    }

    .header-advance-search input {
        width: 130px;
    }

    .menu_cent_view {
        justify-content: center !important;
    }

    .mobile_slide_space {
        margin-top: 3rem;
    }

    .product-feature-details .pro-qty {
        width: 90px;
    }

    .variants_list_show {
        display: flex;
    }

    .main_price_show {
        display: inline-block;
    }

    .social-icon {
        padding: 0px 5px;
    }

    .social_icons1 li a {
        width: 26px;
        height: 26px;
    }

    .footer-navigation-section:after {
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .mobile-menu .mean-bar .meanmenu-reveal {
        top: -88px;
    }

}

.single-navigation-section h3 {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.q-basket-icon {
    height: 35px;
    width: auto;
}

@media only screen and (min-width: 991px) and (max-width: 1352px){
    .main-menu nav > ul > li > a {
        font-size: 9px !important;
    }
}

@media screen and (max-width: 767px) {
    .q-basket-icon {
        height: 30px;
    }

    .magnific-gallery {
        margin: initial;
    }

    .download-app {
        text-align: left;
    }

    .footer_link_txt {
        text-align: left;
    }
}

@media only screen and (max-width: 575px) {
    .account_icon {
        display: inline-block;
        font-size: 24px;
        margin-bottom: 0;
    }

    .header-advance-search {
        padding-right: 42px;
        font-size: 12px;
    }

    .header-advance-search input {
        width: 120px !important;
        margin-left: 0px;
    }

    .cart-floating-box {
        width: 285px !important;
    }

    .main-menu {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0.5rem;
    }

    .menu_show_type li {
        margin-right: 10px;
    }

    #banners_grid a.img_container .short_info h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 375px) {
    .show_variants {
        display: block;
    }

    .main_price_show {
        display: block;
        margin-left: 40px;
        position: relative;
    }
}

.nice-select {
    height: 36px;
    line-height: 34px;
}