    body {
        /*background: #141414;*/
        overflow-x: hidden !important;
    }
    
    .bp40 {
        padding-bottom: 40px;
    }
    .bp100 {
        padding-bottom: 100px;
    }
    .hide {
        display: none !important;
    }
    
    .error {
        color: #f00;
    }
    
    .cartQuantity {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }
    
    .imgSection {
        position: absolute;
        top: 68%;
        left: 3%;
        color: #000;
        z-index: 1000;
    }
    
    .disp-no {
        display: none;
    }
    
    .mcontainer {
        max-width: 95%;
    }
    .navbar{
        padding:0.5rem;
    }
    .padding-lil {
        padding: 0 5px;
    }
    
    .slider-pager {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    
    #deliveryLocatuon {
        text-align: center;
        display: inline-block;
    }
    
    .signupmsg {
        color: #fff;
        text-align: right;
        margin-top: 13px;
        margin-right: 30px;
    }
    
    .freeDelMsg {
        color: #fff;
        text-align: center;
        display: block;
        background: #272f32 !important;
        font-size: 1.05rem;
        padding-bottom: 0.3rem;
    }
    
    .location .icn {
        background: url(/images/retina/map-pin-white.svg) no-repeat center;
        vertical-align: top;
        background-size: 20px 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    
    .all-total {
        color: #fff;
        text-align: center;
        font-size: 0.7em;
        margin-top: 10px;
        font-weight: 500;
    }
    
    .mobileuserPostalCode {
        color: inherit;
        font-size: 0.8em;
        font-weight: 400;
        text-transform: uppercase;
        display: none;
        margin-top: 2px;
    }
    
    .location .icn-txt {
        color: inherit;
        font-size: 0.6em;
        font-weight: 400;
        text-transform: uppercase;
        padding-right: 5px;
        color: #fff;
    }
    #changeLocationBtn{
        margin-top:15px;
        width: 200px;
    }
    .slider-pager li {
        background-color: #333;
        color: #FFF;
        padding: 1em;
        margin: 0 0 1em 0;
        cursor: pointer;
        text-align: center;
        border-radius: 4px;
    }
    
    .the-prods .slick-track {
        height: 100%;
    }
    
    .the-prods .slick-slide {
        height: 100%;
    }
    
    .actualPrice {
        font-size: 18px;
        text-decoration: line-through;
    }
    
    @font-face {
        font-family: "Helvetica-Medium";
        src: url(../fonts/HelveticaNeue-Medium.ttf);
    }
    
    @font-face {
        font-family: "Helvetica-bold";
        src: url(../fonts/HelveticaNeue-Bold.ttf);
    }
    
    @font-face {
        font-family: "Helvetica-light";
        src: url(../fonts/HelveticaNeue-Light.ttf);
    }
    
    .slick-track.adWidth {
        width: 100% !important;
    }
    /*tabs css*/
    
    .tabs {
        color: #000;
        /*li:first-child a{border-radius:3px 0 0 0 ;}*/
        border-bottom: 1px solid var(--border-color);
    }
    
    .tabs li {
        float: left;
    }
    
    .tabs li {
        color: inherit;
        font-size: 1.2em;
        height: 60px;
        line-height: 60px;
        padding: 0;
        display: block;
        position: relative;
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
    }
    
    .tabs li a {
        color: #fff;
        padding: 10px 0px;
        margin: 0 10px;
    }
    
    .tabs a:before {
        background: var(--first-color);
        bottom: -1px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 100%;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    
    .tabs .is-active a,
    .tabs a:hover,
    .tabs a.is-active {
        opacity: 1;
        color: var(--first-color);
    }
    
    .tabs--small {
        margin: 0 0 20px 0;
        position: relative;
    }
    
    .tabs--small li {
        height: 40px;
        line-height: 40px;
        font-size: 1em;
        border: 1px solid #fff;
        color: #fff;
        border-radius: 10px;
        padding: 10px;
        width: 150px;
        text-align: center;
        margin-right: 10px;
    }
    /*tabs css ends*/
    /***** pop up slider *****/
    
    a,
    img {
        border: none;
    }
    
    .trs a {
        border: none;
    }
    
    .trs img {
        border: none;
        width: 100%;
    }
    
    .trs {
        -webkit-transition: all ease-out .5s;
        -moz-transition: all ease-out .5s;
        -o-transition: all ease-out .5s;
        -ms-transition: all ease-out .5s;
        transition: all ease-out .5s;
    }
    
    #slider,
    #slider1 {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 1;
        -webkit-transition: all ease-out .1s;
        -moz-transition: all ease-out .1s;
        -o-transition: all ease-out .1s;
        -ms-transition: all ease-out .1s;
        transition: all ease-out .1s;
    }
    
    #slider a,
    #slider1 a {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 100%;
        height: 100%;
    }
    
    .ativo {
        opacity: 1!important;
        filter: alpha(opacity=100)!important;
    }
    /*controladores*/
    
    span.trs {
        background: #141414;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 40%;
        width: 55px;
        height: 55px;
        z-index: 555;
        display: none;
    }
    
    span.trs.show {
        display: block;
    }
    
    span.next {
        border-radius: 50% 50%;
    }
    
    span.prev {
        border-radius: 50% 50%;
    }
    
    .trs.next {
        right: 10px;
    }
    
    .trs.next:before,
    .trs.next:after {
        left: 29px;
    }
    
    .trs.next:before {
        -webkit-transform: rotate(-42deg);
        -moz-transform: rotate(-42deg);
        transform: rotate(-42deg);
        top: 11px;
    }
    
    .trs.next:after {
        -webkit-transform: rotate(-132deg);
        -moz-transform: rotare(-132deg);
        transform: rotate(-132deg);
        top: 25px;
    }
    
    .trs.next:before,
    .trs.next:after,
    .trs.prev:before,
    .trs.prev:after {
        content: "";
        height: 20px;
        background: #fff;
        width: 1px;
        position: absolute;
    }
    
    .trs.prev {
        left: 10px;
    }
    
    .trs.prev:before,
    .trs.prev:after {
        left: 25px;
    }
    
    .trs.prev:before {
        -webkit-transform: rotate(42deg);
        -moz-transform: rotate(42deg);
        transform: rotate(42deg);
        top: 11px;
    }
    
    .trs.prev:after {
        -webkit-transform: rotate(132deg);
        -moz-transform: rotate(132deg);
        transform: rotate(132deg);
        top: 25px;
    }
    
    figure:hover span {
        opacity: 0.76;
        filter: alpha(opacity=76);
    }
    
    figure {
        max-width: 100%;
        height: 100%;
        /*Adaptavide*/
        position: relative;
        overflow: hidden;
        margin: 0 auto;
    }
    
    figcaption {
        padding-left: 20px;
        color: #fff;
        font-family: "Kaushan Script", "Lato", "arial";
        font-size: 22px;
        background: rgba(1, 144, 238, 0.0);
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 55px;
        height: 55px;
        z-index: 5
    }
    /*address pop up css*/
    
    .address-list .col-lg-4,
    .address-list .col-md-4,
    .address-list .col-sm-6 .address-list .col-xs-12,
    #listing .col-lg-4,
    #listing .col-md-4,
    #listing .col-sm-6 #listing .col-xs-12,
    .userAdd .selectAddress,
    .userAdd .selectAddress1 {
        padding: 0;
    }
    /*** ***/
    
    .messagebox,
    .msgBox {
        width: 100%;
        background-color: #373737;
        position: absolute;
        top: 0;
        left: 0;
        border-bottom: 1px solid lightgray;
        z-index: 200;
        text-align: center;
        color: #ffffff;
        font-size: 20px;
        padding: 20px 0;
    }
    
    .msgBox {
        display: none;
        position: fixed;
        z-index: 400;
    }
    
    .messagebox a {
        text-decoration: underline;
    }
    
    .messagebox p {
        font-size: 0.8em;
    }
    /*Delivery pop up css*/
    
    .edit-delivery-form .the-inp.quantity {
        float: none;
    }
    
    .edit-delivery-form .qty .increase,
    .edit-delivery-form .qty .decrease {
        float: none;
        vertical-align: super;
    }
    
    .headerTabs .tabs li a {
        margin: 0;
    }
    
    .recipes-section1 .section-title {
        font-size: 18px;
    }
    /**/
    
    .tooltip {
        position: relative;
        display: inline-block;
        border: 1px solid black;
        opacity: 1;
        border-radius: 50%;
        padding: 4px 10px;
    }
    
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }
    
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
    /**/
    
    #spsdesc {
        white-space: pre-wrap;
    }
    /** search page **/
    
    .search-page {
        min-height: 100vh;
        padding-top: 30px;
    }
    
    .search-page.hidden-p {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
    }
    
    .search-page .search-titles {
        color: #fff;
        opacity: 1;
        font-size: 12px;
        font-family: "Helvetica-light";
        font-weight: 600;
        position: relative;
        padding: 0 5px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .search-page .search-titles:hover {
        color: #d81010;
    }
    
    .search-page .search-titles:after {
        content: '';
        height: 100%;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .search-page .explore {
        color: #808080;
        font-size: 13px;
    }
    
    .search-page .products {
        padding: 30px 0;
        top: 0;
    }
    
    .search-page .products .each-product {
        height: 135px;
        margin-right: 0.7%;
        margin-bottom: 0.5%;
        margin-top: 0.5%;
        display: inline-table;
        cursor: pointer;
        margin-left: 0.7%;
    }
    
    .search-page .products .each-product img {
        width: 100%;
        height: 135px;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .search-page .products-img {
        height: inherit;
    }
    /** search page **/
    
    .seller-page,
    .other-page {
        min-height: 100vh;
        padding-top: 40px;
    }
    
    .seller-page.hidden-p,
    .other-page.hidden-p {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
    }
    
    .seller-page .search-titles {
        color: #fff;
        opacity: 1;
        font-size: 12px;
        font-family: "Helvetica-light";
        font-weight: 600;
        position: relative;
        padding: 0 5px;
        text-decoration: none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .seller-page .search-titles:hover {
        color: #d81010;
    }
    
    .seller-page .search-titles:after {
        content: '';
        height: 100%;
        width: 1px;
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .seller-page .explore {
        color: #808080;
        font-size: 13px;
    }
    
    .seller-page .products {
        padding: 30px 0;
        top: 0;
    }
    
    .seller-page .products .each-product {
        margin-right: 0.8%;
        margin-left: 0.8%;
        margin-bottom: 0.5%;
        margin-top: 0.5%;
        display: inline-grid;
        cursor: pointer;
        min-height: 135px;
    }
    
    .seller-page .products .each-product img {
        width: 100%;
        height: 135px;
        object-fit: cover;
        border-radius: 5px;
    }
    
    .seller-page .products-img {
        height: inherit;
    }
    /** **/
    /** start header **/
    /** start video **/
    
    .header-video {
        position: relative;
    }
    
    .header-video .bottom-shade {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -moz- oldlinear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: -o-linear-gradient(top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 68%, #141414 100%);
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        background-color: transparent;
        width: 100%;
        height: 14.7vw;
        top: auto;
        position: absolute;
        bottom: -1px;
        z-index: 1;
    }
    
    .deliverymsg,
    .deliverymsgf,
    .pickupmsg {
        text-align: center;
        width: inherit;
        bottom: 0px;
        height: inherit;
        font-size: 24px;
        line-height: 80px;
        color:#212529;
    }
    .legaldisc{
        margin-top:16px;
        font-size:12px;
        color:#212529;
        text-align: center;
    }
    .legaldisc ul{
        list-style: disc;
    }
    .legaldisc li{
        display: list-item;
    }
    .deliverymsgf {
        line-height: 0;
        padding: 24px 0;
        background: #d2d2d2;
    }
    
    .pickupmsg {
        font-size: 14px;
        height: 20px;
        line-height: 0px;
        padding-bottom: 5px;
        background: #d2d2d2;
    }
    
    .header-video .the-video {
        width: 100%;
        object-fit: cover;
    }
    
    .header-video .prod-poster {
        width: 100%;
        max-height: 125vh;
        object-fit: cover;
    }
    
    .header-video .the-prod-inf {
        position: absolute;
        bottom: 35%;
        left: 6%;
        width: 36%;
    }
    
    .header-video .the-prod-inf .the-sum {
        color: #fff;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        font-size: 0vw;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
        margin-top: .1vw;
        font-family: "Helvetica-Medium";
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .header-video .the-prod-inf.info-shown .the-sum {
        font-size: 1.4vw;
    }
    
    .header-video .product-logo {
        bottom: 44%;
        left: 6%;
        width: auto;
        max-width: 67%;
        max-height: 150px;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
    }
    
    .header-video .info-shown .product-logo {
        max-width: 100%;
    }
    
    .header-video .product-buttons {
        margin-top: 30px;
    }
    
    .header-video .product-buttons .recipes {
        background: #fff;
        border: none;
        padding: 0.5em 1.4em;
        font-size: 17px;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        font-family: "Helvetica-bold";
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        margin-right: 7px;
    }
    
    .header-video .product-buttons .recipes:hover {
        background-color: rgba(255, 255, 255, 0.7);
    }
    
    .header-video .product-buttons .recipes.info {
        background-color: rgba(109, 109, 110, 0.7);
        margin-right: 0px;
        color: white;
    }
    
    .header-video .product-buttons .recipes.info:hover {
        background-color: rgba(109, 109, 110, 0.4);
        color: white;
    }
    
    .header-video .product-buttons .recipes img {
        width: 20px;
        margin-right: 5px;
    }
    
    .header-video .product-buttons .recipes.info img {
        position: relative;
        top: -1px;
    }
    
    .header-video .side-title {
        position: absolute;
        color: #fff;
        font-size: 17px;
        bottom: 17%;
        right: 3%;
    }
    
    .header-video .side-title .vid-btn {
        background-color: transparent;
        color: white;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.7);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        line-height: 13px;
        text-align: center;
        outline: none;
    }
    
    .header-video .side-title .vid-btn:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .header-video .side-title .vid-btn img {
        width: 18px;
        margin: auto;
    }
    
    .header-video .side-title .the-title {
        border: solid 3px #dcdcdc;
        border-style: none none none solid;
        background-color: rgba(51, 51, 51, .6);
        width: 120px;
        padding: 6px 0 6px 15px;
        display: inline-block;
        margin-left: 15px;
    }
    /** end video **/
    /** start navbar ** /

nav {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    background: -moz-linear-gradient(top, rgb(0 0 0 / 60%) 40%, transparent 100%);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 60%) 40%, transparent 100%);
    background: linear-gradient(top, rgb(0 0 0 / 60%) 40%, transparent 100%);
    z-index: 100;
}

nav.fixed-nav {
    background: -moz-linear-gradient(top, rgb(0 0 0 / 100%) 100%, transparent 100%);
    background: -webkit-linear-gradient(top, rgb(0 0 0 / 100%) 100%, transparent 100%);
    background: linear-gradient(top, rgb(0 0 0 / 100%) 100%, transparent 100%);
}

nav .form-inline {
    width: 100% !important;
}
*/
    
    nav .logo-nav {
        width: 130px;
    }
    /*.navbar-nav .nav-link {
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    font-family: "Helvetica-light";
    font-weight: 600;
}

.navbar-nav .active .nav-link {
    opacity: 1;
    font-family: "Helvetica-Medium";
}

nav .form-inline i,
nav .form-inline .sign-in,
nav i,
nav .sign-in {
    color: #fff;
    font-size: 17px;
    margin: 0 10px;
    cursor: pointer;
}

.signed-in {
    color: #fff;
}

nav .form-inline .sign-in,
nav .sign-in {
    margin-right: 0;
    font-size: 14px;
    font-family: "Helvetica-medium";
}
*/
    
    nav .sign-in {
        color: #fff !important;
    }
    
    nav .search-inp {
        background: rgb(255 255 255 / 0.8);
        border: none;
        font-size: 13px;
        padding: 4px 10px;
        font-family: "Helvetica-light";
        outline: none;
        color: #000;
        display: flex;
        border-radius: 4px;
    }
    
    .block--empty .block__img {
        display: block;
        margin: 20px auto 30px;
        opacity: 0.4;
    }
    
    .block--empty {
        padding: 20px;
    }
    
    .block--empty h1 {
        padding: 0 0 20px 0;
        font-size: 4em;
    }
    
    .block--empty h2 {
        padding: 0 0 10px 0;
        font-size: 1.5em;
    }
    
    .block--empty h4 {
        font-size: 1.1em;
        padding-bottom: 20px;
    }
    
    .block--empty h6 {
        font-weight: 300;
    }
    
    .block--empty .error__img {
        width: 449px;
        display: block;
        margin: 20px auto 0;
    }
    /*
nav .mobileView .search-inp {
    width: 92% !important;
}

.navbar-collapse {
    width: 16%;
}
*/
    
    .desktopView {
        display: contents;
    }
    
    .mobileView {
        display: none;
    }
    
    .mobileView .login-section {
        display: inline-block;
    }
    /** end navbar **/
    /** cart pop up **/
    
    .header .cart-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 50;
        background: rgb(0 0 0 / 0.7);
        top: 0;
        left: 0;
        display: none;
    }
    
    .header .cart-pop {
        background-color: #fff;
        min-height: 100vh;
        width: 30%;
        overflow: auto;
        position: fixed;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
        z-index: 501;
        top: 0;
        right: 0;
        font-family: 'Roboto', sans-serif;
        /*font-family: "Helvetica-Medium", sans-serif; */
    }
    
    .header .cart-pop.opened {
        transform: translateX(0px);
        overflow-y: hidden;
    }
    
    .header .cart-pop .close-icon {
        width: 35px;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        -webkit-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        opacity: 0.7;
    }
    
    .header .cart-pop .close-icon:hover {
        -webkit-transform: rotate(900deg);
        transform: rotate(90deg);
        opacity: 1;
    }
    
    .cart-pop .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .cart-pop a {
        text-decoration: none;
    }
    
    .cart-pop a.coupon-input{
        color: #212529;
    }

    .cart-pop .the-items {
        padding-top: 40px;
        height: 400px;
        overflow: auto;
    }
    
    .cart-pop .prod-img {
        width: 100%;
        cursor: pointer;
    }
    
    .cart-pop .the-item {
        padding: 10px 5px;
        padding-right: 50px;
    }
    
    .cart-pop .each-item {
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    
    .cart-pop .each-item .product-title {
        color: #686868;
        font-size: 12px;
        margin-bottom: 0;
        cursor: pointer;
    }
    
    .cart-pop .each-item .product-use {
        color: #282828;
        font-size: 12px;
        cursor: pointer;
        margin-bottom: 0;
    }
    
    .cart-pop .each-item .product-info {
        color: #686868;
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0;
    }
    
    .cart-pop .each-item .prod-price {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 500;
    }
    
    .cart-pop .each-item .close-white {
        width: 20px;
        background: #f00;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        right: -24px;
        cursor: pointer;
    }
    
    .cart-pop .price-tab {
        padding: 20px;
    }
    
    .cart-pop .price-tab table {
        width: 100%;
    }
    
    .cart-pop .price-tab td {
        font-size: 14px;
        color: #282828;
    }
    
    .cart-pop .price-tab td div {
        padding-bottom: 10px;
    }
    
    .cart-pop .price-tab th {
        font-size: 15px;
        color: #282828;
    }
    
    .cart-pop .price-tab .view-proceed {
        padding: 20px 0 0;
    }
    
    .cart-pop .price-tab .view-proceed button {
        border: none;
        border-radius: 4px;
        padding: 0 16px;
        min-width: 64px;
        height: 40px;
        vertical-align: middle;
        text-align: center;
        text-overflow: ellipsis;
        text-transform: uppercase;
        color: #fff;
        background: #004385;
        font-size: 15px;
        font-weight: 500;
        line-height: 40px;
        overflow: hidden;
        outline: none;
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow 0.2s;
        transition: -webkit-box-shadow 0.2s;
        transition: box-shadow 0.2s;
        transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
    }
    
    .cart-pop .price-tab .view-proceed button.view {
        float: left;
    }
    
    .cart-pop .price-tab .view-proceed button.proceed {
        float: right;
    }
    
    .freedel,
    .freetotal {
        padding: 0;
        font-size: 14px;
    }
    
    .freedel div {
        font-weight: 400;
        font-size: 1em;
        text-align: left;
        padding-left: 20px;
    }
    
    .freetotal div {
        font-weight: 400;
        font-size: 1em;
        text-align: right;
        padding: 0.5em 20px 0.5em 0px;
    }
    
    .totalSec .totalLBL,
    .totalSec .totalAmt {
        padding: 0px;
        font-size: 14px;
    }
    
    .totalLBL div {
        padding-left: 20px;
    }
    
    .totalAmt div {
        padding-right: 20px;
    }
    /****/
    /*card css*/
    
    input[type="text"].p-cards {
        background: url(/images/payment-cards.png) no-repeat right 3px;
        background-color: #333;
    }
    
    input[type="text"].p-cards.amex {
        background-position: right -34px;
    }
    
    input[type="text"].p-cards.visa {
        background-position: right -70px;
    }
    
    input[type="text"].p-cards.master {
        background-position: right -106px;
    }
    
    input[type="text"].p-cards.meastro {
        background-position: right -141px;
    }
    
    .btnAddress,
    .btnCard,
    .btnLogin {
        background: #0ed5b5;
        color: #fff;
        text-transform: uppercase;
        font-size: 1em;
        border: none;
        display: inline-block;
        margin: 0px auto;
        font-weight: 500;
        line-height: 40px;
        border-radius: 4px;
        padding: 0 16px;
        min-width: 64px;
        height: 40px;
        margin-bottom: 15px;
        font-size: 15px;
        outline: none;
    }
    
    .space {
        display: inline-block;
        width: 24px;
    }
    
    .expMonth {
        padding-right: 0;
    }
    
    .expYear {
        padding: 0;
    }
    
    .cvv {
        padding-left: 0;
    }
    
    #cc_expire_date_month,
    #cc_expire_date_year {
        width: 91%;
    }
    
    #cc_cvv {
        width: 100%;
    }
    
    .cc-cvv {
        padding-left: 0;
    }
    
    .cc-year {
        padding: 0;
    }
    
    .cc-month {
        padding-right: 0;
    }
    
    #delivery_date,
    #delivery_date1 {
        background: #fff;
        padding: 7px;
        border-radius: 3px;
        cursor: pointer;
        height: auto;
        color: #000;
        width: 95%;
    }
    /** sign in modal **/
    
    .all-modal,
    .coupon-modal,
    .address-modal,
    .delivery-modal,
    .location-modal,
    .forgot-modal,
    .registration-modal,
    .card-modal,
    .migration-modal,
    .giftcard-modal,
    .logged-modal,
    .giftsuccess-modal,
    .tipsuccess-modal,
    .success-modal {
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 502;
        background: rgb(0 0 0 / 0.5);
        top: 0;
        left: 0;
        display: none;
    }
    
    .location-modal {
        z-index: 503;
    }
    
    .all-modal.shown,
    .coupon-modal.shown,
    .address-modal.shown,
    .delivery-modal.shown,
    .location-modal.shown,
    .forgot-modal.shown,
    .registration-modal.shown,
    .card-modal.shown,
    .migration-modal.shown,
    .giftcard-modal.shown .logged-modal.shown,
    .giftsuccess-modal.shown,
    .tipsuccess-modal.shown,
    .success-modal.shown {
        display: block;
    }
    
    .delivery-modal .modal-delivery {
        background: #fff;
        width: 80%;
        color: #282828;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: 'Roboto', sans-serif;
        overflow: auto;
        display: none;
        border-radius: 10px;
        border: 1px solid #ddd;
        height: 80%;
        padding-bottom: 30px;
    }
    
    .all-modal .modal-inner,
    .coupon-modal .modal-coupon,
    .address-modal .modal-address,
    .location-modal .modal-location,
    .forgot-modal .modal-forgot,
    .card-modal .modal-card,
    .registration-modal .modal-registration,
    .migration-modal .modal-migration,
    .giftcard-modal .modal-giftcard,
    .logged-modal .modal-logged,
    .giftsuccess-modal .modal-giftsuccess,
    .tipsuccess-modal .modal-tipsuccess,
    .success-modal .modal-success {
        padding: 45px 60px;
        background: #fff;
        width: 40%;
        color: #282828;
        position: absolute;
        top: 53%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-family: 'Roboto', sans-serif;
        overflow: auto;
        display: none;
        border-radius: 10px;
        border: 1px solid #ddd;
    }
    .location-modal .modal-location{
        width: 95%;
    }
    .address-modal .modal-address{
        width: 80%;
    }
    .registration-modal .modal-registration {
        padding: 0px 60px;
    }
    
    .address-modal .modal-address {
        max-height: 80%;
    }
    
    .giftcard-modal .modal-giftcard {
        width: 80%;
    }
    .card-modal .modal-card{
        height: 100%;
    }
    .all-modal .modal-inner .modal-title,
    .coupon-modal .modal-coupon .modal-title,
    .address-modal .modal-address .modal-title,
    .delivery-modal .modal-delivery .modal-title,
    .location-modal .modal-location .modal-title,
    .forgot-modal .modal-forgot .modal-title,
    .registration-modal .modal-registration .modal-title,
    .card-modal .modal-card .modal-title,
    .giftcard-modal .modal-giftcard .modal-title,
    .register-form .modal-title,
    .gift-card .modal-title{
        text-align: left;
        font-size: 23px;
        text-transform: uppercase;
        margin-bottom: 10px;
    }
    
    .giftcard-modal .modal-giftcard .modal-title,
    .gift-card .modal-title
     {
        text-align: center;
    }
    
    .all-modal .modal-inner .inp-title,
    .coupon-modal .modal-coupon .inp-title,
    .address-modal .modal-address .inp-title,
    .delivery-modal .modal-delivery .inp-title,
    .location-modal .modal-location .inp-title,
    .forgot-modal .modal-forgot .inp-title,
    .registration-modal .modal-registration .inp-title,
    .card-modal .modal-card .inp-title,
    .giftcard-modal .modal-giftcard .inp-title,
    .register-form .inp-title,
    .gift-card .inp-title {
        font-size: 14px;
    }
    
    .all-modal .modal-inner .inp-title span,
    .coupon-modal .modal-coupon .inp-title span,
    .address-modal .modal-address .inp-title span,
    .delivery-modal .modal-delivery .inp-title span,
    .location-modal .modal-location .inp-title span,
    .forgot-modal .modal-forgot .inp-title span,
    .registration-modal .modal-registration .inp-title span,
    .card-modal .modal-card .inp-title span,
    .register-form .inp-title span{
        color: #f00;
    }
    
    .all-modal .modal-inner .the-inp,
    .coupon-modal .modal-coupon .the-inp,
    .address-modal .modal-address .the-inp,
    .delivery-modal .modal-delivery .the-inp,
    .location-modal .modal-location .the-inp,
    .forgot-modal .modal-forgot .the-inp,
    .registration-modal .modal-registration .the-inp,
    .card-modal .modal-card .the-inp,
    .giftcard-modal .modal-giftcard .the-inp,
    .register-form .the-inp,
    .gift-card .the-inp {
        background-color: #e8e8e8;
        height: 40px;
        padding: 0 10px;
        width: 100%;
        font-family: inherit;
        font-size: 1em;
        font-weight: normal;
        border-radius: 2px;
        margin: 5px 0 20px;
        font-size: 15px;
        outline: none;
        border: none;
        color: #282828;
    }
    #location{
        width: 95%;
        padding:0 0 0 10px;
    }
    .giftcard-modal .modal-giftcard .the-inp,
    .gift-card .the-inp {
        width: 80%;
        margin: 5px 0;
    }
    
    .giftcard-modal .modal-giftcard #txtGiftMsg,
    .gift-card #txtGiftMsg {
        padding-top: 10px;
    }
    
    .registration-modal .modal-registration .the-inp,
    .register-form .the-inp {
        width: 90%;
    }
    
    .registration-modal .modal-registration label,
    .giftcard-modal .modal-giftcard label,
    .register-form label,
    .gift-card label {
        margin-bottom: 0;
    }
    
    .card-modal .modal-card .the-inp {
        width: 100%;
    }
    
    .card-cancel {
        text-align: center;
        display: block;
        width: 90%;
    }
    
    .all-modal .modal-inner .remember .remember-inp {
        opacity: 0;
        width: 0px;
    }
    
    .all-modal .modal-inner .remember label {
        position: relative;
        padding-left: 35px;
        margin: 0;
        cursor: pointer;
        color: #282828;
        font-size: 14px;
    }
    
    .all-modal .modal-inner .remember label:before {
        content: "";
        width: 16px;
        height: 16px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 1px;
        border-radius: 2px;
        border: 1px solid #282828;
    }
    
    .all-modal .modal-inner .remember label .checked-icon {
        display: none;
    }
    
    .all-modal .modal-inner .remember label.checked .checked-icon {
        position: absolute;
        left: -2px;
        top: 4px;
        font-weight: 600;
        color: #282828;
        font-size: 12px;
        display: block;
        transform: rotate(-45deg);
    }
    
    .all-modal .modal-inner .forgot-pass {
        font-size: 15px;
        margin: 0 0 2px;
        float: right;
    }
    
    .all-modal .modal-inner .forgot-pass a {
        color: #282828;
        font-size: 13px;
        text-decoration: none;
    }
    
    .all-modal .modal-inner .login-bt,
    .all-modal .modal-inner .btnSubmit,
    .all-modal .modal-inner button,
    .all-modal .modal-inner input[type="button"],
    .coupon-modal .modal-coupon .login-bt,
    .coupon-modal .modal-coupon .btnSubmit,
    .coupon-modal .modal-coupon button,
    .coupon-modal .modal-coupon input[type="button"],
    .address-modal .modal-address .login-bt,
    .address-modal .modal-address .btnSubmit,
    .address-modal .modal-address button,
    .address-modal .modal-address input[type="button"],
    .delivery-modal .modal-delivery .login-bt,
    .delivery-modal .modal-delivery .btnSubmit,
    .delivery-modal .modal-delivery button,
    .delivery-modal .modal-delivery input[type="button"],
    .location-modal .modal-location .login-bt,
    .location-modal .modal-location .btnSubmit,
    .location-modal .modal-location button,
    .location-modal .modal-location input[type="button"],
    .forgot-modal .modal-forgot .login-bt,
    .forgot-modal .modal-forgot .btnSubmit,
    .forgot-modal .modal-forgot button,
    .forgot-modal .modal-forgot input[type="button"],
    .registration-modal .modal-registration .login-bt,
    .registration-modal .modal-registration .btnSubmit,
    .registration-modal .modal-registration button,
    .registration-modal .modal-registration input[type="button"],
    .card-modal .modal-card .login-bt,
    .card-modal .modal-card .btnSubmit,
    .card-modal .modal-card button,
    .card-modal .modal-card input[type="button"],
    .btnCheckOut,
    .openCart,
    .cancelmigrate,
    .confirmmigrate,
    .giftcard-modal .modal-giftcard .login-bt,
    .giftcard-modal .modal-giftcard .btnSubmit,
    .giftcard-modal .modal-giftcard button,
    .giftcard-modal .modal-giftcard input[type="button"],
    .gift-card .login-bt,
    .gift-card .btnSubmit,
    .gift-card button,
    .gift-card input[type="button"],
    .register-form .login-bt,
    .register-form .btnSubmit,
    .register-form button,
    .register-form input[type="button"] {
        background: green;
        color: #fff;
        text-transform: uppercase;
        font-size: 1em;
        border: none;
        display: block;
        width: 80%;
        margin: 0px auto;
        font-weight: 500;
        line-height: 40px;
        border-radius: 4px;
        padding: 0 16px;
        min-width: 64px;
        height: 40px;
        margin-bottom: 15px;
        font-size: 15px;
        outline: none;
    }
    .address-modal .modal-address .login-bt,
    .address-modal .modal-address .btnSubmit,
    .address-modal .modal-address button,
    .address-modal .modal-address input[type="button"]{

    }
    .cart-icon{
        background: green;
        color: #fff;
        text-transform: uppercase;
        font-size: 1em;
        border: none;
        display: inline-block;
        margin: 0px auto;
        font-weight: 500;
        line-height: 30px;
        border-radius: 4px;
        height: 30px;
        font-size: 0.8em;
        outline: none;
        padding:0 5px;
    }
    .giftcard-modal .modal-giftcard .login-bt,
    .giftcard-modal .modal-giftcard .btnSubmit,
    .giftcard-modal .modal-giftcard button,
    .giftcard-modal .modal-giftcard input[type="button"],
    .gift-card .login-bt,
    .gift-card .btnSubmit,
    .gift-card button,
    .gift-card input[type="button"] {
        width: 77%;
        margin: 0;
    }
    
    .msgBox .btnCheckOut,
    .openCart {
        font-size: 14px;
    }
    
    .card-modal .modal-card .login-bt,
    .card-modal .modal-card .btnSubmit,
    .card-modal .modal-card button,
    .card-modal .modal-card input[type="button"] {
        width: 100%;
        float: left;
    }
    
    .registration-modal .modal-registration .login-bt,
    .registration-modal .modal-registration .btnSubmit,
    .registration-modal .modal-registration button,
    .registration-modal .modal-registration input[type="button"],
    .register-form .login-bt,
    .register-form .btnSubmit,
    .register-form button,
    .register-form input[type="button"] {
        margin-top: 15px;
        margin-left: 5%;
    }
    
    .all-modal .modal-inner .login-bt,
    .all-modal .modal-inner .sign-up {
        width: 40%;
    }
    
    .btnCheckOut {
        width: 30%;
    }
    
    .msgBox .btnCheckOut,
    .openCart {
        width: 10%;
    }
    
    .frmGiftCard .row {
        margin-bottom: 15px;
        padding-left: 15px;
    }
    /*
.all-modal .modal-inner .sign-up {
    background: none;
    color: #fff;
    text-transform: uppercase;
    border: solid 1px rgba(255, 255, 255, 0.2);
    display: block;
    padding: 10px 20px;
    text-align: center;
    line-height: 1.42857;
    width: 100%;
    font-size: 15px;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.all-modal .modal-inner .sign-up:hover {
    background-color: #424242;
}
*/
    
    .all-modal .modal-inner a,
    .coupon-modal .modal-coupon a,
    .address-modal .modal-address a,
    .delivery-modal .modal-delivery a,
    .forgot-modal .modal-forgot a,
    .registration-modal .modal-registration a,
    .card-modal .modal-card a,
    .migration-modal .modal-migration a,
    .giftcard-modal .modal-giftcard a,
    .giftsuccess-modal .modal-giftsuccess a,
    .tipsuccess-modal .modal-tipsuccess a,
    .success-modal .modal-success a,
    .register-form a,
    .gift-card a{
        text-decoration: none;
    }
    
    .card-modal .modal-card a.card-cancel {
        width: 100%;
    }
    
    .card-modal .ccnote {
        list-style: square;
        padding-left: 20px;
    }
    
    .all-modal .modal-inner .close-icon,
    .coupon-modal .modal-coupon .close-icon,
    .address-modal .modal-address .close-icon,
    .location-modal .modal-location .close-icon,
    .forgot-modal .modal-forgot .close-icon,
    .registration-modal .modal-registration .close-icon,
    .card-modal .modal-card .close-icon,
    .migration-modal .modal-migration .close-icon,
    .giftcard-modal .modal-giftcard .close-icon,
    .logged-modal .modal-logged .close-icon,
    .giftsuccess-modal .modal-giftsuccess .close-icon,
    .tipsuccess-modal .modal-tipsuccess .close-icon,
    .success-modal .modal-success .close-icon {
        position: absolute;
        top: 2px;
        right: 1.5%;
        cursor: pointer;
        z-index: 10000;
    }
    
    .delivery-modal .modal-delivery .close-icon {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        width: 30px;
        background: #141414;
        border-radius: 50%;
        padding: 3px;
        cursor: pointer;
        z-index: 100;
        border: 1px solid grey;
    }
    
    .all-modal .modal-inner .close-icon img,
    .coupon-modal .modal-coupon .close-icon img,
    .address-modal .modal-address .close-icon img,
    .location-modal .modal-location .close-icon img,
    .forgot-modal .modal-forgot .close-icon img,
    .registration-modal .modal-registration .close-icon img,
    .card-modal .modal-card .close-icon img,
    .migration-modal .modal-migration .close-icon img,
    .giftcard-modal .modal-giftcard .close-icon img,
    .logged-modal .modal-logged .close-icon img,
    .giftsuccess-modal .modal-giftsuccess .close-icon img,
    .tipsuccess-modal .modal-tipsuccess .close-icon img,
    .success-modal .modal-success .close-icon img {
        width: 40px;
        -webkit-transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
    }
    
    .all-modal .modal-inner .close-icon img:hover,
    .coupon-modal .modal-coupon .close-icon img:hover,
    .address-modal .modal-address .close-icon img:hover,
    .location-modal .modal-location .close-icon img:hover,
    .forgot-modal .modal-forgot .close-icon img:hover,
    .registration-modal .modal-registration .close-icon img:hover,
    .card-modal .modal-card .close-icon img:hover,
    .migration-modal .modal-migration .close-icon img:hover,
    .giftcard-modal .modal-giftcard .close-icon img:hover,
    .logged-modal .modal-logged .close-icon img:hover,
    .giftsuccess-modal .modal-giftsuccess .close-icon img:hover,
    .tipsuccess-modal .modal-tipsuccess .close-icon img:hover,
    .success-modal .modal-success .close-icon img:hover {
        width: 40px;
        -webkit-transform: rotate(900deg);
        transform: rotate(90deg);
    }
    
    .htab {
        margin-bottom: 20px;
    }
    
    .rtborder {
        border-right: 1px solid #e8e8e8;
    }
    
    .box1 {
        padding: 30px;
        width: 80%;
        margin: 0px auto;
    }
    
    .box1 h3 {
        text-align: center;
    }
    
    .box1 ol {
        margin-left: 20px;
        text-align: center;
    }
    
    .gftmsg {
        width: 84%;
        margin-top: 12px;
    }
    
    .modal-giftcard img,
    .gift-card img {
        width: 50%;
        margin: 0px auto;
        max-width: 300px;
    }
    
    .modal-giftcard p,
    .gift-card p {
        text-align: center;
        padding-top: 10px;
        font-size: 1rem;
    }
    
    .box1 ol li {
        list-style-position: inside;
    }
    /****/
    /** end the header **/
    /** start the lists **/
    /* start each product */
    
    .the-lists {
        position: relative;
        z-index: 5;
    }
    
    .the-lists .each-product {
        display: inline-block;
        width: 235px;
        margin-right: 5px;
        position: relative;
    }
    
    .each-product .about-product {
        position: absolute;
        color: #fff;
        width: 96%;
        height: auto;
        font-size: 15px;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        padding: 5px;
        left: 0;
        bottom: -1px;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .8);
        background-color: rgba(0, 0, 0, .5);
        border-radius: 0px 0px 3px 3px;
    }
    
    .each-product .product-name {
        margin: 0;
        padding: 3px 4px;
        font-weight: 400;
        font-size: 0.9em;
    }
    
    .each-product .proprice {
        color: #00a700;
        font-size: 0.9em;
        font-weight: 700;
        float: left;
        padding-left: 4px !important;
        padding-right: 0;
    }
    
    .each-product .prooptn {
        float: right;
        padding-right: 4px !important;
        font-size: 0.9em;
        padding-left: 0;
    }
    
    .each-product .about-product p {
        margin-bottom: 0;
    }
    
    .each-product .about-product .product-name {
        font-weight: 500;
        width: 100%;
        overflow: hidden;
    }
    
    .slick-list {
        padding: 0 5% 0 0;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        width: 5%;
        position: absolute;
        bottom: 0;
        height: 135px;
        line-height: 135px;
        text-align: center;
        color: #fff;
        font-size: 25px;
        z-index: 5;
        cursor: pointer;
    }
    
    .swiper-button-next {
        right: 0;
        background-image: linear-gradient(to right, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, rgb(20 20 20 / 0.7) 68%, rgb(20 20 20 / 0.7) 100%);
    }
    
    .swiper-button-prev {
        left: 0;
        background-image: linear-gradient(to left, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, rgb(20 20 20 / 0.7) 68%, rgb(20 20 20 / 0.7) 100%);
    }
    /*.swiper-button-prev {
    top: calc(100%/5);
}

.swiper-button-next {
    top: calc(100%/5);
}
*/
    
    .the-lists .list-title {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        margin: .5em 0;
        text-decoration: none;
        min-width: 6em;
        display: inline-block;
    }
    
    .the-lists a {
        margin-left: 14px;
        text-decoration: underline;
        color: #007bff;
    }
    
    .each-list {
        position: relative;
        margin-bottom: 50px;
    }
    
    .each-list:last-of-type {
        margin-bottom: 0;
    }
    
    .the-lists .side-slider-shade {
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        background-color: transparent;
        width: 5%;
        height: 135px;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }
    
    .the-lists .right-slider-shade {
        right: 0;
        background-image: linear-gradient(to right, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, rgb(20 20 20 / 0.7) 68%, rgb(20 20 20 / 0.7) 100%);
    }
    
    .the-lists .left-slider-shade {
        left: 0;
        background-image: linear-gradient(to left, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, rgb(20 20 20 / 0.7) 68%, rgb(20 20 20 / 0.7) 100%);
    }
    
    .the-lists .side-slider-shade:hover .swiper-button-next {
        display: block !important;
    }
    
    .the-lists .product-img {
        border: 1px solid #00000069;
        border-radius: 5px;
    }
    
    .the-lists .product-img img {
        width: 100%;
        height: 135px;
        border-radius: 3px;
        object-fit: cover;
        cursor: pointer;
    }
    
    .the-lists .container {
        margin-right: 0;
        padding-right: 0;
        margin-left: 2.5%;
        max-width: 97.5%;
    }
    
    .container {
        width: 95%;
    }
    
    #zipcodelist {
        width: 100%;
    }
    
    .the-page-zip h2 {
        text-align: center;
        margin-top: 30px;
    }
    
    .tblZips {
        border: 1px solid #fff;
    }
    
    .textcenter {
        text-align: center;
    }
    
    .tblZips td,
    .tblZips th {
        padding: 4px 0;
        border: none;
    }
    
    .daySec {
        width: 100px;
    }
    
    .tr-zipcode {
        border-bottom: 1px solid #fff !important;
    }
    
    .zip-page .dateSec,
    .zip-page .timeSec {
        display: none;
    }
    
    .desktopview {
        display: block;
    }
    
    .mobileview {
        display: none;
    }
    #ua_location{
        width: 95% !important;
    }
    @media only screen and (max-width: 767px) {
        .desktopview {
            display: none;
        }
        .mobileview {
            display: block;
        }
        .daySec {
            width: 40px;
        }
        nav>ul>li.mega-drop .mega-drop-inner ul {
            width: 30% !important;
        }
    }
    
    @media only screen and (max-width: 576px) {
        .daySec {
            width: 30px;
        }
        nav>ul>li.mega-drop .mega-drop-inner ul {
            width: 45% !important;
        }
        .search-page .products .each-product img,
        .seller-page .products .each-product img {
            width: 151px !important;
            height: 85px !important;
        }
        .cart-summary .product-img img {
            margin: 0 16px;
        }
        #ua_location{
            width:90% !important;
        }
        .location-modal .modal-location{
            padding:45px 15px;
            max-height:90%;
        }
        #location{
            width: 97%;
        }
        .deliverymsgf {
            font-size: 17px !important;
            line-height: 22px !important;
        }
        .mobfoot {
            font-size: 11px !important;
            background: #d2d2d2;
        }
    }
    
    @media only screen and (max-width: 576px) {
        .daySec {
            width: 25px;
        }
    }
    
    @media only screen and (max-width: 420px) {
        .daySec {
            width: 20px;
        }
    }
    /* end each product */
    /** end the lists **/
    /** start center product **/
    
    .center-product {
        padding: 80px 0;
        background-image: url(/images/hellmanns.jpg);
        -moz-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        position: relative;
        margin: 25px 0 0;
        top: -17vh;
    }
    
    .center-product .center-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 0.7);
        top: 0;
        left: 0;
    }
    
    .center-product .bottom-shade {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -moz- oldlinear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 100%, #141414 100%);
        background-image: -o-linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 100%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 100%, #141414 100%);
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        background-color: transparent;
        width: 100%;
        height: 60px;
        top: auto;
        position: absolute;
        bottom: -1px;
        z-index: 1;
    }
    
    .center-product .upper-shade {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -moz- oldlinear-gradient(to top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 0%, rgba(20, 20, 20, .35) 24%, rgba(20, 20, 20, .58) 38%, #141414 100%, #141414 100%);
        background-image: -o-linear-gradient(to top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 0%, rgba(20, 20, 20, .35) 24%, rgba(20, 20, 20, .58) 38%, #141414 100%, #141414 100%);
        background-image: linear-gradient(to top, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 0%, rgba(20, 20, 20, .35) 24%, rgba(20, 20, 20, .58) 38%, #141414 100%, #141414 100%);
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        background-color: transparent;
        width: 100%;
        height: 60px;
        bottom: auto;
        position: absolute;
        top: -1px;
        z-index: 1;
    }
    
    .center-product .the-video,
    .center-product .prod-poster {
        width: 100%;
        border-radius: 8px;
        object-fit: cover;
        box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 0.4);
    }
    
    .center-product .the-video {
        display: block;
    }
    
    .center-video .side-title {
        position: absolute;
        color: #fff;
        font-size: 17px;
        bottom: 17%;
        right: 15px;
    }
    
    .center-video .side-title .vid-btn {
        background-color: transparent;
        color: white;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.7);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 13px;
        text-align: center;
        outline: none;
    }
    
    .center-video .side-title .vid-btn:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .center-video .side-title .vid-btn img {
        width: 15px;
    }
    
    .center-video .side-title .the-title {
        border: solid 3px #dcdcdc;
        border-style: none none none solid;
        background-color: rgba(51, 51, 51, .6);
        width: 90px;
        padding: 3px 0 3px 10px;
        display: inline-block;
        margin-left: 10px;
        font-size: 15px;
    }
    
    .center-product .product-buttons {
        margin-top: 30px;
    }
    
    .center-product .product-buttons .recipes {
        background: #fff;
        border: none;
        padding: 0.5em 1.4em;
        font-size: 17px;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        font-family: "Helvetica-bold";
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        margin-right: 7px;
    }
    
    .center-product .product-buttons .recipes:hover {
        background-color: rgba(255, 255, 255, 0.7);
    }
    
    .center-product .product-buttons .recipes.info {
        background-color: rgba(109, 109, 110, 0.7);
        margin-right: 0px;
        color: white;
    }
    
    .center-product .product-buttons .recipes.info:hover {
        background-color: rgba(109, 109, 110, 0.4);
        color: white;
    }
    
    .center-product .product-buttons .recipes img {
        width: 20px;
        margin-right: 5px;
    }
    
    .center-product .product-buttons .recipes.info img {
        position: relative;
        top: -1px;
    }
    
    .center-product .product-summ {
        color: #fff;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
        font-family: "Helvetica-Medium";
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-size: 1.4vw;
        margin: 10px 0 30px;
    }
    
    .center-product .product-info .product-logo {
        max-width: 90%;
        max-height: 160px;
        margin-bottom: 10px;
    }
    /** end center product **/
    /** start footer **/
    
    .footer {
        font-family: 'Roboto', sans-serif;
        margin-top: 175px;
        background: #f8f8f8;
    }
    
    .footer .container {
        padding-top: 20px;
    }
    
    .footer .col-md-2,.footer .col-md-6,.footer .col-md-4 {
        padding: 0;
    }
    
    .footer a {
        text-decoration: none;
    }
    
    .footer .col-title {
        color: #282828;
        font-size: 0.9em;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    .footer .info-title {
        margin-bottom: 0;
    }
    
    .footer .download-img {
        width: 100%;
        margin-bottom: 10px;
        cursor: pointer;
    }
    .footer .payment-icon{
        max-width: 45px;
        display: inline-block;
        cursor:default;
    }
    .footer a .download-img{
        cursor: pointer;
    }
    .footer .apps{
        max-width:200px;
    }
    .footer .col-data .each-one {
        color: #282828;
        font-size: 12px;
        margin-bottom: 0px;
        position: relative;
        width: max-content;
    }
    
    .footer .col-data a .each-one:after {
        content: '';
        position: absolute;
        bottom: 0px;
        height: 1px;
        width: 0;
        background: #ddd;
        left: 0;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    
    .footer .col-data a .each-one:hover:after {
        width: 100%;
    }
    
    .footer .col-data .each-one.email-o {
        color: #4848b7;
    }
    
    .footer .openStore {
        background: #004385;
        color: #fff;
        border: none;
        border-radius: 5px;
        font-size: 12px;
        font-weight: 500;
        padding: 4px 10px;
        outline: none;
    }
    
    .footer .show-icon {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        color: #282828;
        font-size: 13px;
        width: 100%;
        text-align: right;
        z-index: 4;
    }
    
    .footer .copyright {
        color: #808080;
        font-size: 10px;
        margin-bottom: 10px;
        position: relative;
        text-align: center;
        padding: 25px 0 10px;
    }
    
    .footer .social {
        margin: 5px 0 15px 0;
    }
    
    .footer .social li {
        display: inline-block;
        margin: 4px;
        vertical-align: top;
    }
    
    .social li .svg,
    .social li img {
        width: 30px;
        height: auto;
    }
    /** **/
    /******** product pop up ***********/
    
    .product-popup {
        position: absolute;
        width: 0;
        z-index: 200;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
        border-radius: 2px;
        opacity: 0;
        top: 9999px;
        left: 9999px;
        background: #fff;
        cursor: pointer;
    }
    
    .product-popup.high-scale {
        transform: scale(2);
    }
    
    .product-popup .hover-video,
    .hover-video {
        height: 100%;
        position: relative;
        overflow: hidden;
        background: #141414;
        border-radius: 4px 4px 0px 0px;
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        -ms-transition: all ease-out .2s;
        transition: all ease-out .2s;
        -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
        -moz-box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
        box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
    }
    
    .product-popup .hover-video.scaled,
    .hover-video.scaled {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        transform-origin: bottom;
        transition: transform 0.2s;
    }
    
    .product-popup .hover-video.leftscaled,
    .hover-video.leftscaled {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        transform-origin: right bottom;
        transition: transform 0.2s;
    }
    
    .product-popup .hover-video.rightscaled,
    .hover-video.rightscaled {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        transform-origin: left bottom;
        transition: transform 0.2s;
    }
    
    .product-popup .hover-video.mini-video,
    .hover-video.mini-video {
        height: 50%;
    }
    
    .product-popup .hover-video .the-video,
    .hover-video .the-video {
        width: 100%;
        object-fit: contain;
        height: 100%;
        border-radius: 7px 5px 0 0;
    }
    
    .product-popup .hover-video .side-title,
    .hover-video .side-title {
        position: absolute;
        color: #fff;
        font-size: 17px;
        bottom: 14%;
        right: 10px;
        display: none;
        z-index: 6;
    }
    
    .product-popup .hover-video .side-title .vid-btn,
    .hover-video .side-title .vid-btn {
        background-color: transparent;
        color: white;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.7);
        width: 30px;
        height: 30px;
        border-radius: 50%;
        line-height: 0;
        text-align: center;
        outline: none;
    }
    
    .product-popup .hover-video .side-title .vid-btn:hover,
    .hover-video .side-title .vid-btn:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }
    
    .product-popup .hover-video .side-title .vid-btn img,
    .hover-video .side-title .vid-btn img {
        width: 15px;
        margin: auto;
    }
    
    .hover-video .prod-poster {
        width: 100%;
        border-radius: 5px 5px 0 0;
        object-fit: contain;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
    
    .hover-video .slide-img {
        width: 100%;
        max-height: 100%;
        border-radius: 5px 5px 0 0;
        object-fit: contain;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .hover-video .prod-poster.zoomed {
        transform: scale(1.1);
    }
    
    .mini-content {
        cursor: pointer;
        z-index: 5;
        position: relative;
        background: #141414;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -moz-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 9px 12px rgba(0, 0, 0, 0.75);
        padding: 0px 5px 15px;
    }
    
    .mini-content .mini-buttons {
        padding: 15px 10px 20px;
    }
    
    .mini-content .mini-buttons .mini-btn {
        background-color: transparent;
        color: white;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.7);
        width: 13.4%;
        height: 38px;
        border-radius: 50%;
        line-height: 13px;
        text-align: center;
        outline: none;
        margin: 0 4px;
    }
    
    .mini-content .mini-buttons .mini-btn:hover {
        background: rgb(255, 255, 255, 0.2)
    }
    
    .mini-content .mini-buttons .mini-btn.recipes {
        background-color: #fff;
    }
    
    .mini-content .mini-buttons .mini-btn.show-popup {
        float: right;
    }
    
    .mini-content .mini-buttons .mini-btn img {
        width: 50%;
        margin: auto;
    }
    
    .mini-content .some-desc {
        padding: 0 10px;
        font-family: "Helvetica-Medium";
        font-size: 14px;
        color: #fff;
    }
    
    .mini-content .some-desc .price {
        color: #00a700;
        font-size: 16px;
        font-weight: 700;
    }
    
    .mini-content .prod-type {
        padding: 2px 9px;
        border: 1px solid #fff;
        margin: 0 3px;
    }
    /** start opened popup **/
    
    .product-popup.opened-popup {
        overflow: auto;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .product-popup.opened-popup {
        overflow-y: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
    }
    
    .product-popup.opened-popup::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0;
    }
    
    .opened-popup #slider {
        -webkit-transition: all ease-out .35s;
        -moz-transition: all ease-out .35s;
        -o-transition: all ease-out .35s;
        -ms-transition: all ease-out .35s;
        transition: all ease-out .35s;
    }
    
    .opened-popup .hover-video .prod-poster,
    .hover-video .prod-poster {
        max-height: 450;
        border-radius: 5px 5px 0 0;
        height: 100%;
    }
    
    .hover-video .product-slides {
        width: 100%;
        max-height: 100%;
        border-radius: 5px 5px 0 0;
        object-fit: cover;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        max-height: 450;
        border-radius: 5px 5px 0 0;
        height: 100%;
    }
    
    .hover-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 150;
        background: rgb(0 0 0 / 0.8);
        display: none;
    }
    
    .opened-popup .hover-video,
    .hover-video {
        height: 75% !important;
    }
    
    .opened-popup .max-content {
        height: 1000px;
        background: #141414;
        display: block;
        font-family: "Helvetica-Medium";
        padding: 30px 30px 30px 20px;
        z-index: 5;
        position: relative;
        display: none;
        height: auto;
    }
    
    #optiondesc {
        white-space: pre-wrap;
    }
    
    .opDesc {
        font-size: 20px;
    }
    
    .vid-bigData {
        display: none;
        position: absolute;
        bottom: 7%;
        left: 3%;
        width: 94%;
        z-index: 5;
        padding: 0 25px;
        padding: 15px;
        cursor: auto;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .8)
    }
    
    .vid-bigData h1 {
        font-size: 2.2rem;
    }
    
    .vid-bigData .prod-logo {
        max-width: 90%;
        max-height: 200px;
    }
    
    .vid-bigData .deliver-Data {
        background: rgba(109, 109, 110, 0.7);
        padding: 10px;
        border-radius: 3px;
        box-shadow: 0px 0px 8px 0px #000;
    }
    
    .vid-bigData .delivery-btn {
        background: #fff;
        border: none;
        padding: 0.5em 15px;
        font-size: 17px;
        border-radius: 3px;
        cursor: pointer;
        font-family: "Helvetica-bold";
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        width: max-content;
        background-color: rgba(109, 109, 110, 0.7);
        margin-right: 0px;
        color: white;
        outline: none;
        margin-bottom: 10px;
    }
    
    .vid-bigData .mini-buttons {
        margin-bottom: 11px;
    }
    
    .delivery-modal .deliver-Data {
        padding: 10px;
        border-radius: 3px;
        text-align: center;
    }
    
    .delivery-modal .each-inp {
        width: 100%;
        padding: 11px;
        font-size: 14px;
        color: #222222;
        outline: none;
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }
    
    .delivery-modal .quantity {
        color: #222222;
        font-size: 14px;
        font-weight: 700;
    }
    
    .delivery-modal .quant-numb {
        outline: none;
        width: 70px;
        padding: 10px;
        text-align: center;
        border: 1px solid #ddd;
    }
    
    .vid-bigData .mini-buttons .mini-btn {
        background-color: transparent;
        color: white;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.7);
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 13px;
        text-align: center;
        outline: none;
        margin: 0 4px;
    }
    
    .vid-bigData .mini-buttons .mini-btn:hover {
        background: rgb(255, 255, 255, 0.2)
    }
    
    .vid-bigData .mini-buttons .mini-btn.recipes {
        background: #fff;
        border: none;
        padding: 0.5em 15px;
        font-size: 17px;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
        font-family: "Helvetica-bold";
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        margin-right: 7px;
        color: #000;
        width: max-content;
    }
    
    .vid-bigData .mini-buttons .mini-btn.recipes.dark {
        background-color: rgba(109, 109, 110, 0.7);
        margin-right: 0px;
        color: white;
    }
    
    .vid-bigData .mini-buttons .mini-btn.recipes:hover {
        opacity: 0.7;
    }
    
    .vid-bigData .mini-buttons .mini-btn.show-popup {
        float: right;
    }
    
    .vid-bigData .mini-buttons .mini-btn img {
        width: 23px;
    }
    
    .vid-bigData .select-duration select {
        width: 100px;
        background: rgba(109, 109, 110, 0.7);
        color: #fff;
        margin: 0 15px;
        cursor: pointer;
        border-radius: 4px;
        padding: 5px;
        outline: none;
        margin-left: 5px;
    }
    
    .vid-bigData .select-duration span {
        color: #fff;
        font-size: 15px;
    }
    
    .vid-bigData .recipes-checks {
        max-height: 140px;
        overflow: auto;
        background: rgba(109, 109, 110, 0.7);
        width: 200px;
        padding: 10px;
        border-radius: 2px;
        box-shadow: 0px 0px 8px 0px #000;
        margin-bottom: 15px;
    }
    
    .vid-bigData .recipes-checks .the-lab {
        font-size: 16px;
        margin-left: 5px;
        color: #fff;
        cursor: pointer;
        font-weight: 500;
    }
    
    .vid-bigData .recipes-checks .the-lab:after {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 17px;
        height: 17px;
        border: 1px solid #0cd20c;
        z-index: 1;
        border-radius: 50%;
    }
    
    .vid-bigData .recipes-checks input[type="checkbox"]:checked+label:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        font-weight: 600;
        font-size: 10px;
        position: absolute;
        left: 3px;
        top: 7px;
        z-index: 2;
    }
    
    .vid-bigData .recipes-checks input[type="checkbox"]:checked+label:after {
        background: #0cd20c;
    }
    
    .vid-bigData .recipes-checks .each-re {
        position: relative;
    }
    
    .vid-bigData .recipes-checks .the-inp {
        cursor: pointer;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        top: 2px;
        position: relative;
        opacity: 0;
    }
    
    .all-gww {
        color: #fff;
        white-space: initial;
    }
    
    .all-gww input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }
    
    .all-gww .qty-wrapper {
        width: 50%;
    }
    
    .all-gww div.qty {
        background: #fff;
        height: 50px;
        padding: 0 !important;
        margin: 0;
    }
    
    .all-gww .qty .increase,
    .all-gww .qty .decrease {
        color: #141414;
        font-size: 1.5em;
        line-height: 2.3em;
    }
    
    .all-gww .qty input {
        color: #141414;
        height: 50px;
    }
    
    .all-gww .col-md,
    .all-gww .col-md-1,
    .all-gww .col-md-10,
    .all-gww .col-md-11,
    .all-gww .col-md-12,
    .all-gww .col-md-2,
    .all-gww .col-md-3,
    .all-gww .col-md-4,
    .all-gww .col-md-5,
    .all-gww .col-md-6,
    .all-gww .col-md-7,
    .all-gww .col-md-8,
    .all-gww .col-md-9,
    .all-gww .col-md-auto {
        padding-left: 0;
        padding-right: 0;
    }
    
    .all-gww .col-sm,
    .all-gww .col-sm-1,
    .all-gww .col-sm-10,
    .all-gww .col-sm-11,
    .all-gww .col-sm-12,
    .all-gww .col-sm-2,
    .all-gww .col-sm-3,
    .all-gww .col-sm-4,
    .all-gww .col-sm-5,
    .all-gww .col-sm-6,
    .all-gww .col-sm-7,
    .all-gww .col-sm-8,
    .all-gww .col-sm-9,
    .all-gww .col-sm-auto {
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .all-gww .row {
        border-bottom: 1px solid;
        padding: 30px 0 10px;
    }
    
    .opened-popup.product-popup .hover-video .side-title .vid-btn {
        width: 45px;
        height: 45px;
    }
    
    .opened-popup.product-popup .hover-video .side-title .vid-btn img {
        width: 21px;
    }
    
    .bigHov-shade {
        display: none;
    }
    
    .opened-popup .bigHov-shade {
        display: block;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0)), color-stop(15%, rgba(20, 20, 20, .15)), color-stop(29%, rgba(20, 20, 20, .35)), color-stop(44%, rgba(20, 20, 20, .58)), color-stop(68%, #141414), to(#141414));
        background-image: -moz- oldlinear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 100%, #141414 100%);
        background-image: -o-linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 100%, #141414 100%);
        background-image: linear-gradient(to bottom, rgba(20, 20, 20, 0) 0, rgba(20, 20, 20, .15) 15%, rgba(20, 20, 20, .35) 29%, rgba(20, 20, 20, .58) 44%, #141414 100%, #141414 100%);
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: 0 top;
        background-repeat: repeat-x;
        background-color: transparent;
        width: 100%;
        height: 60px;
        top: auto;
        position: absolute;
        bottom: -1px;
        z-index: 1;
    }
    
    .closed-popup .max-content {
        display: none;
    }
    
    .opened-popup .max-content .type-price {
        font-family: "Helvetica-Medium";
        font-size: 16px;
        color: #fff;
    }
    
    .opened-popup .max-content .type-price .price {
        color: #00a700;
        font-size: 18px;
        font-weight: 700;
    }
    
    .opened-popup .max-content .type-price .prod-type {
        padding: 2px 9px;
        border: 1px solid #fff;
        margin: 0 6px;
    }
    
    .opened-popup .max-content .comp-name {
        margin: 10px 0;
    }
    
    .opened-popup .max-content .comp-name .comp {
        font-family: "Helvetica-bold";
        font-size: 17px;
        color: #fff;
    }
    
    .opened-popup .max-content .prod-info {
        color: #fff;
        font-weight: 400;
        width: 100%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
        font-family: "Helvetica-Medium";
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 10px 0 20px;
        line-height: 27px;
        font-size: 17px;
    }
    
    .opened-popup .seller .names .title {
        font-size: 14px;
        color: #777777;
    }
    
    .opened-popup .seller .names a {
        font-size: 14px;
        color: #fff;
    }
    
    .recipes-section {
        padding: 30px 0 0;
        white-space: initial;
    }
    
    .recipes-section .duration {
        display: inline-block;
        float: right;
        padding: 4px;
        background: #141414;
        color: #fff;
        border-radius: 3px;
        cursor: pointer;
        outline: none;
    }
    
    .recipes-section .each-recipe {
        padding: 25px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    
    .recipes-section .each-recipe .container {
        padding: 0 0 0 10px;
    }
    
    .recipes-section .each-recipe .container img {
        min-height: 80px;
        object-fit: cover;
        min-width: 110px;
    }
    
    .recipes-section .each-recipe .container img {
        min-height: 80px;
        object-fit: cover;
        min-width: 110px;
    }
    
    .recipes-section .recipe-logo {
        object-fit: cover;
    }
    
    .recipes-section .recipe-title {
        color: #fff;
        font-weight: 400;
        width: 100%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
        font-family: "Helvetica-Medium";
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 0 0 10px;
        font-size: 14px;
    }
    
    .recipes-section .recipe-title span {
        float: right;
    }
    
    .recipes-section .recipe-desc {
        color: #b1b1b1;
        font-weight: 400;
        width: 100%;
        font-family: "Helvetica-Medium";
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 0 0 10px;
        font-size: 13px;
    }
    
    .opened-popup .check-input .the-inp,
    .opened-popup .check-input .the-lab {
        position: absolute;
        left: 0;
        top: 44%;
        width: 10px;
        height: 10px;
    }
    
    .opened-popup .section-title {
        color: #fff;
        font-weight: 400;
        width: 100%;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, .45);
        font-family: "Helvetica-Medium";
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        margin: 0;
        width: max-content;
        display: inline-block;
        font-size: 24px;
    }
    
    .opened-popup .more-section .all-cards {
        padding: 30px 0;
    }
    
    .opened-popup .more-section .each-card {
        background: rgb(221 221 221 / 0.2);
        cursor: pointer;
        color: #fff;
        border-radius: 4px;
        margin-bottom: 30px;
    }
    
    .opened-popup .more-section .top-img img {
        width: 100%;
        height: 100%;
        border-radius: 5px 5px 0 0;
        object-fit: cover;
    }
    
    .opened-popup .more-section .top-img {
        height: 150px;
    }
    
    .opened-popup .more-section .content {
        padding: 15px 15px 25px;
    }
    
    .opened-popup .more-section .upper .gwwprice {
        color: #00a700;
        font-size: 16px;
        display: block;
        font-weight: 700;
        padding-bottom: 5px;
    }
    
    .opened-popup .more-section .upper .type {
        padding: 2px 9px;
        border: 1px solid #fff;
        margin: 0;
    }
    
    .opened-popup .more-section .info {
        color: #d2d2d2;
        font-size: 12px;
        margin-top: 12px;
    }
    
    .opened-popup .more-section {
        padding: 50px 0
    }
    
    .product-popup .close-icon {
        display: none;
    }
    
    .opened-popup .close-icon {
        display: block;
        position: fixed;
        top: 23px;
        right: 10.5%;
        width: 30px;
        background: #141414;
        border-radius: 50%;
        padding: 3px;
        cursor: pointer;
        z-index: 100;
        border: 1px solid grey;
    }
    
    .closed-popup .hover-video .swiper-button-prev,
    .closed-popup .hover-video .swiper-button-next {
        display: none !important
    }
    
    .opened-popup .hover-video .swiper-button-prev,
    .opened-popup .hover-video .swiper-button-next {
        display: block !important;
        top: 135px;
    }
    
    .opened-popup .hover-video .each-im {
        width: 100%;
    }
    
    .volume_discount {
        text-align: left;
        color: #fff;
    }
    /*coupon code css*/
    
    .noCouponTxt {
        text-align: center;
        font-size: 1.5em;
    }
    
    .coupon-offers .coupon-code {
        cursor: pointer;
    }
    
    .applied-coupon {
        text-align: right;
        margin-right: 20px;
    }
    /** **/
    /*address popup*/
    
    .userAdd .selectAddress,
    .userAdd .selectAddress1 {
        margin-bottom: 8px;
    }
    
    .userAdd .selectAddress .addressSec {
        margin-left: 6px;
        padding: 6px;
    }
    .userAdd .selectAddress.selected .addressSec{
        background-color: rgb(224, 224, 224);
    }
    .userAdd .selectAddress .addressSec:hover,
    .userAdd .selectAddress1 .addressSec:hover {
        background: #999;
        opacity: 0.8;
    }
    
    .ceAddressSection .col-sm-6,
    .ceAddressSection .col-md-6,
    .ceAddressSection .col-sm-12, 
    .ceAddressSection .col-md-12 {
        padding: 0;
    }
    
    .ceAddressSection .the-inp {
        width: 90% !important;
    }
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .fa-user:before {
        content: "\f007";
    }
    /*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */
    
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .fa-user:before {
        content: "\f007";
    }
    
    .fixedprice {
        width: 100px;
        left: calc((100% - 130px) / 2);
        text-align: center;
        top: 18px;
        position: fixed;
        z-index: 100;
        background: white;
        padding: 15px;
        font-weight: bold;
    }
    
    #prodtitle {
        font-size: 24px;
        margin-bottom: 10px;
    }
    /** cart **/
    /*! CSS Used from: https://beta.trashless.com/public/index.php?url=js-css/css-common&min=1&sid=1597745894 */
    /*! @import https://fonts.googleapis.com/css?family=ABeeZee */
    /*! CSS Used from: https://fonts.googleapis.com/css?family=ABeeZee */
    /*! end @import */
    
    div,
    span,
    a,
    img,
    strong,
    i,
    table,
    tbody,
    tr,
    td {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: 'Roboto', sans-serif;
        line-height: 1.42857;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        outline: none;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
    }
    
    strong {
        font-weight: 700;
    }
    
    strong {
        font-weight: bold;
    }
    
    a {
        cursor: pointer;
    }
    
    a {
        color: var(--first-color);
    }
    
    a,
    a:visited {
        line-height: normal;
        text-decoration: none;
        outline: 0;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        z-index: 1;
    }
    
    a:hover,
    a:focus {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    input {
        outline: none;
        font-family: inherit;
    }
    
    input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    .text-left {
        text-align: left;
    }
    
    .text-right {
        text-align: right;
    }
    
    .text-center {
        text-align: center;
    }
    
    img {
        max-width: 100%;
        display: block;
    }
    
    .side-title img {
        display: unset;
    }
    
    .ripplelink {
        position: relative;
        overflow: hidden;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 0;
    }
    
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    input {
        outline: none;
        font-family: inherit;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }
    
    input[type="text"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    
    input[type="text"] {
        background-color: #fff;
        border: 1px solid var(--border-color);
        height: 40px;
        padding: 0 10px;
        width: 100%;
        color: var(--txt-color);
        font-family: inherit;
        font-size: 1em;
        font-weight: normal;
        border-radius: 2px;
    }
    
    input[type="text"]:focus {
        border-color: rgba(0, 0, 0, 0.22);
        outline: 0;
        outline: thin dotted \9;
        -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    }
    
    *,
    *::before,
    *::after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    
    .dropsection {
        position: fixed;
        height: 100vh;
        right: 0;
        top: 0;
        background: #fff;
        color: #252a2b;
        z-index: 8888;
        overflow: hidden;
        -webkit-transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    
    .cart-is-active .dropsection {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    
    .cart-detail {
        padding-top: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .cart-summary {
        width: 100%;
    }
    
    .cart-summary td {
        vertical-align: top;
        padding: 4px;
    }
    
    .cart-summary .product-img {
        max-width: 100px;
    }
    
    .cart-summary .product-img img {
        max-width: 100%;
        min-width: 64px;
        background: none;
    }
    
    .cart-summary.item-yk .item-yk-head-title {
        font-size: 0.8em;
        white-space: normal;
    }
    
    .cart-summary.item-yk .item-yk-head-specification {
        font-size: 0.8em;
    }
    
    .cart-summary.item-yk .cutoffdet {
        font-size: 0.8em;
        font-weight: 300;
    }
    
    .cart-summary.item-yk .product_price {
        font-size: 14px;
        font-weight: normal;
        margin-top:  10px;
    }
    .cart-summary.item-yk .product_total {
        font-size: 14px;
        position: absolute;
        bottom: 12px;
        font-weight: normal;
        right: 14px;
    }
    .cart-summary.item-yk .product_total.sb{
        bottom: 37px;
    }
    .cart-summary.item-yk .product_total.of{
        bottom: 14px;
    }
    .cart-summary.item-yk .product_total.pp{
        bottom: 25px;
    }
    .ppprice{
        font-size:14px;
    }
    .cart-summary.item-yk .item-yk-head {
        height: auto;
    }
    
    .item-yk {
        position: relative;
        -webkit-animation: slideRight 600ms ease both;
        animation: slideRight 600ms ease both;
    }
    
    .item-yk-head {
        height: 40px;
    }
    
    .item-yk .item-yk-head-category {
        color: var(--txt-color-light);
        font-size: 0.8em;
        font-weight: 400;
    }
    
    .item-yk .item-yk-head-category a {
        color: inherit;
        font-size: inherit;
    }
    
    .item-yk .item-yk-head-title {
        color: var(--txt-color);
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .item-yk .item-yk-head-title a {
        color: inherit;
        font-size: inherit;
    }
    
    .item-yk .item-yk-head-specification {
        color: var(--txt-color-light);
        font-size: 1em;
        font-weight: 300;
    }
    
    .item-yk .product_price {
        font-size: 15px;
        color: var(--txt-color);
        font-weight: 500;
    }
    .item-yk .product_total {
        font-size: 15px;
        color: var(--txt-color);
        font-weight: 500;
    }
    .qty-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .btnskpunskp {
        color: #fff;
        background: #ce9908;
        padding: 2px 10px;
        border-radius: 4px;
    }
    
    .btnskpunskp:hover {
        color: #fff;
    }
    
    .qty {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        vertical-align: middle;
        white-space: nowrap;
        width: 100px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center;
        border-radius: 4px;
    }
    
    .qty input {
        width: 50px;
        height: 40px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        float: left;
        font-size: 0.8em;
        border: none;
    }
    
    .qty .increase,
    .qty .decrease {
        display: inline-block;
        height: 40px;
        width: 25px;
        float: left;
        line-height: 2.5;
        font-size: 1em;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        vertical-align: middle;
    }
    
    .qty .decrease {
        border-right: none;
    }
    
    .qty .increase {
        border-left: none;
    }
    
    .refresh {
        margin: 5px 10px;
    }
    
    .cartQty,
    .cartPrice {
        width: 50%;
        display: inline-block;
        font-size: 14px;
    }
    .cartPrice{
        text-align: right;
        width: 46%;
    }
    .cartStatus {
        font-size: 14px;
    }
    
    .nav-tabs {
        border: none;
    }
    
    .nav-tabs .nav-link {
        color: #000;
        margin: 0px 4px;
        border-bottom: 4px solid #888;
    }
    
    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: #141414 #141414 #dbdbdb #141414
    }
    
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        color: #000;
        border: none;
        border-bottom: 4px solid #0ed5b5;
        background-color: inherit;
    }
    
    .nav-tabs .nav-link.active:hover {
        border-bottom: 4px solid #0ed5b5;
    }
    
    nav .desktopView .search-inp {
        outline-offset: -2px;
        height: 22px;
        max-width: 50vw !important;
        width: 70% !important;
        background: rgb(255 255 255 / 0.8);
        border: none;
        font-size: 13px;
        padding: 4px 10px;
        font-family: "Helvetica-light";
        outline: none;
        color: #000;
        display: flex;
        border-radius: 4px;
    }
    
    @media only screen and (max-width: 991px) {
        .item-yk .item-yk-head-title {
            font-size: 16px;
        }
        .cart-detail {
            min-width: inherit;
        }
        .item-yk .item-yk-head-title {
            white-space: normal;
        }
        .msgBox {
            font-size: 16px;
        }
        .msgBox .btnCheckOut,
        .openCart {
            font-size: 13px;
            padding: 0 10px;
            width: 12%;
        }
        .signupmsg {
            margin-top: 30px;
        }
        .cart-summary.item-yk .product_total {
            right: 20px;
        }
        .cartTota{
            width: 44%;
            margin-bottom: 16px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .giftsuccess-modal .modal-giftsuccess,
        .tipsuccess-modal .modal-tipsuccess {
            top: 70%;
        }
        .cart-is-active .dropsection {
            width: 100%;
        }
        #bottom {
            margin-top: 20px;
        }
        .header-video .bottom-shade {
            bottom: -50px;
        }
        .msgBox {
            font-size: 20px;
        }
        .msgBox .btnCheckOut,
        .openCart {
            width: 16%;
        }
        .rtborder {
            border-right: 0;
            margin-bottom: 20px;
        }
        .frmGiftCard .field-set {
            text-align: center;
        }
        .giftcard-modal .modal-giftcard .the-inp,
        .gift-card .the-inp {
            width: 87%;
            margin: 3px 0;
        }
        .frmGiftCard .row {
            margin-bottom: 6px;
        }
        .giftcard-modal .modal-giftcard .login-bt,
        .giftcard-modal .modal-giftcard .btnSubmit,
        .giftcard-modal .modal-giftcard button,
        .giftcard-modal .modal-giftcard input[type="button"],
        .gift-card .login-bt,
        .gift-card .btnSubmit,
        .gift-card button,
        .gift-card input[type="button"] {
            margin: 0px auto;
            width: 85%;
        }
    }
    
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .fa-close:before {
        content: "\f00d";
    }
    
    .fa-refresh:before {
        content: "\f021";
    }
    
    .fa-edit:before {
        content: "\f044";
    }
    
    .fa-pause-circle-o:before {
        content: "\f28c";
    }
    /*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css */
    
    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .fa-close:before {
        content: "\f00d";
    }
    
    .fa-refresh:before {
        content: "\f021";
    }
    
    .fa-edit:before {
        content: "\f044";
    }
    
    .fa-pause-circle-o:before {
        content: "\f28c";
    }
    /*! CSS Used from: Embedded */
    
    .loader i {
        font-size: 50px;
        margin: 0px auto;
        text-align: center;
        width: 100%;
        color: #282828;
    }
    
    .dropsection {
        padding-top: 10px !important;
        overflow-y: auto !important;
        right: 100% !important;
        width: 100% !important;
        height: 99% !important;
    }
    
    .delImg {
        height: 35px;
        width: 60px;
        float: left;
    }
    
    .myDelTxt {
        font-weight: 600;
        font-size: 1.4em;
        text-align: center;
    }
    
    .delText {
        clear: both;
        margin-left: 60px;
        font-size: 14px;
    }
    
    .delDateSec {
        background-color: #ccc;
        padding: 10px 0px;
    }
    
    .delDateTxt {
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        padding-left: 1em;
        display: inline-block;
    }
    
    .coupon {
        float: right;
        margin-right: 20px;
    }
    
    .addressTxt {
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        text-align: left;
        padding: 0.5em 1em;
        float: left;
        background-color: #eee;
        border-top: 0px;
    }
    .freedel{
        clear: both;
    }
    .coupon-input.ripplelink {
        font-size: 14px;
    }
    
    .addressAmt {
        width: 30%;
        font-weight: 600;
        font-size: 1.2em;
        text-align: right;
        padding: 0.5em 1em 0.5em 0px;
        float: right;
    }
    
    .distributorTxt {
        width: 100%;
        font-weight: 500;
        font-size: 16px;
        text-align: center;
        padding: 0.5em 0px;
        clear: both;
    }
    
    .action a {
        margin: 0px 2px;
    }
    
    .imgSec {
        width: 100%;
        padding-bottom: 10px;
    }
    
    .qty-wrapper {
        width: 60%;
        float: left;
    }
    
    .qty {
        display: inherit;
        margin-left: 0px;
    }
    
    .cart-summary .product_price {
        width: 39%;
        float: left;
        margin-top: 10px;
    }
    
    .text-left {
        width: 80%;
    }
    
    .text-right {
        width: 20%;
        padding-right: 16px !important;
    }
    
    .totalLBL {
        width: 66%;
        font-weight: 400;
        font-size: 1em;
        text-align: left;
        padding: 3px 0px 3px 1em;
        float: left;
    }
    
    .totalAmt {
        width: 33%;
        font-weight: 400;
        font-size: 1em;
        text-align: right;
        padding: 3px 1em 3px 0px;
        float: right;
    }
    /*! CSS Used keyframes */
    
    @-webkit-keyframes slideRight {
        0% {
            opacity: 0;
            left: 30px;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    @keyframes slideRight {
        0% {
            opacity: 0;
            left: 30px;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }
    
    .cart .cartQuantity {
        background: #fff;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        display: block;
        position: absolute;
        z-index: 0;
        top: 0px;
        right: 0px;
        color: #686868;
        border: solid 2px #686868;
        font-size: 0.7em;
        text-align: center;
        vertical-align: middle;
        line-height: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 2px;
    }
    /** checkbox **/
    
    .rcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    /* Hide the browser's default checkbox */
    
    .rcontainer input[type='checkbox'] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    /* Create a custom checkbox */
    
    .checkmark {
        position: absolute;
        top: 50px;
        left: -30px;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border-radius: 15px;
    }
    
    .all-recipes1 .checkmark {
        left: 0px;
    }
    /* On mouse-over, add a grey background color */
    
    .rcontainer:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    
    .rcontainer input:checked~.checkmark {
        background-color: green;
    }
    
    .rcontainer input:checked:disabled~.checkmark {
        background-color: #eee;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    
    .rcontainer input:checked~.checkmark:after {
        display: block;
    }
    
    .rcontainer input:checked:disabled~.checkmark:after {
        border: solid black;
        border-width: 0 2px 2px 0;
    }
    /* Style the checkmark/indicator */
    
    .rcontainer .checkmark:after {
        left: 8px;
        top: 3px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .vid-bigData {
        color: white;
    }
    
    .product-popup .col-12 {
        padding: 0;
    }
    
    .product-popup .max-content {
        overflow: hidden;
    }
    
    .editpopup-vid {
        display: block;
        left: 7%;
        top: 90%;
    }
    
    .upper-description.row {
        cursor: auto;
    }
    
    .select {
        border: 1px solid #ccc;
        overflow: hidden;
        height: 35px;
        width: auto;
        position: relative;
        display: block;
        border-radius: 4px;
    }
    /*select {
    height: 30px;
    padding: 5px;
    border: 0;
    font-size: 16px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white;
    background: none;
}
*/
    
    .inpLbl {
        font-size: 0.7em;
        color: #fff;
        text-align: center;
        width: 100%;
        font-weight: 500;
        margin-bottom: 0;
    }
    
    .addtodelivery,
    .editDelivery,
    .editSubscription {
        background: #ce9908;
        border: none;
        padding: 7px;
        color: #fff;
        border-radius: 3px;
        width: 95%;
    }
    
    .addtodelivery:disabled,
    .login-bt:disabled,
    .btnRegister:disabled,
    .btngift:disabled,
    .btndonation:disabled {
        background: #999 !important;
    }
    
    .upper-description .qty,
    .upper-description .gww-qty,
    .upper-description .subscribe,
    #delQty,
    .delSubscribe {
        float: left;
        padding-left: 5px;
        margin-left: 10px;
        border: none !important;
        border-radius: 0px;
        padding: 5px;
        width: 100%;
        height: 21px;
        background: none;
    }
    
    .upper-description .qty option,
    .upper-description .gww-qty option,
    .upper-description .subscribe option,
    #delQty option {
        color: #000;
    }
    
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        width: 18px;
    }
    
    .select:after {
        content: "\f0dc";
        font-family: FontAwesome;
        color: #000;
        padding: 8px;
        position: absolute;
        right: 0;
        top: 0;
        background: grey;
        z-index: 1;
        text-align: center;
        width: 35px;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
    }
    
    .cart-icon {
        cursor: pointer;
    }
    
    .select select {
        -webkit-appearance: none;
    }
    
    .prod-info.readmore {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .rmbutton button {
        background: transparent;
        border: none;
        padding: 7px;
        color: #fff;
        border-radius: 3px;
        font-size: 12px;
    }
    /*social css*/
    
    .share-this {
        position: relative;
        display: inline-block;
        float: right;
        top: 0px;
        right: -12px;
        z-index: 10;
    }
    
    .social-toggle {
        display: block;
        width: 40px;
        background: url(/images/retina/share-white.svg) no-repeat center;
        border-radius: 50%;
        height: 40px;
        cursor: pointer;
        background-size: 20px;
        border: solid 1px #fff;
        z-index: 1;
    }
    
    .social-toggle:hover {
        background: url(/images/retina/share-white.svg) no-repeat center;
        background-size: 20px;
    }
    
    .social-networks {
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        /* stops flickering */
        -webkit-backface-visibility: hidden;
        position: absolute;
        z-index: 1;
        left: auto;
        top: 100%;
        background: #fff;
        -webkit-box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        padding: 10px;
    }
    
    .social-networks.open-menu,
    .no-js .social-networks {
        -webkit-transform: scale(1) translateX(0%);
        transform: scale(1) translateX(0%);
        opacity: 1;
    }
    
    .social-networks ul {
        display: inline-block;
        white-space: nowrap;
        text-align: center;
    }
    
    .social-networks ul li:first-child {
        padding-right: 0;
    }
    
    .list__socials li {
        display: block;
        vertical-align: top;
        padding: 0 0 0 0;
        color: var(--txt-color);
        line-height: 30px;
        margin: 5px 0;
    }
    
    .list__socials li:first-child {
        /* padding-right: 10px; */
    }
    
    .list__socials li a {
        font-size: 1.1em;
        color: inherit;
        width: 30px;
        border: none;
        height: 30px;
        display: block;
        /* border-radius: 100%; */
        line-height: 28px;
        text-align: center;
        background-size: 20px;
        margin: 0 auto;
    }
    
    .list__socials li a:hover {
        border-color: inherit;
    }
    
    .list__socials li.social--fb {
        color: #3b5998;
    }
    
    .list__socials li.social--tw {
        color: #55acee;
    }
    
    .list__socials li.social--pt {
        color: #cb2027;
    }
    
    .list__socials li.social--li {
        color: #0177b5;
    }
    
    .list__socials li.social--gp {
        color: #d95232;
    }
    
    .list__socials--filled li.social--fb a {
        background: #3b5998;
        color: #fff;
    }
    
    .list__socials--filled li.social--tw a {
        background: #55acee;
        color: #fff;
    }
    
    .list__socials--filled li.social--pt a {
        background: #cb2027;
        color: #fff;
    }
    
    .list__socials--filled li.social--li a {
        background: #0177b5;
        color: #fff;
    }
    
    .list__socials--filled li.social--gp a {
        background: #d95232;
        color: #fff;
    }
    /*new sign up form*/
    
    .loginDetails .col-md-6,
    .loginDetails .col-md-12,
    .loginDetails .col-lg-4,
    .loginDetails .col-md-4,
    .loginDetails .col-sm-12 {
        padding: 0;
    }
    
    .signInSec .the-inp,
    .signUpSec .the-inp {
        border-radius: 4px;
        padding: 4px 10px;
        border: 1px solid #ccc;
        width: 84%;
        height: 30px;
        margin: 10px 0;
    }
    
    .login-btn {
        margin: 10px 0;
        width: 92%;
        padding: 10px;
        background-color: #00a700;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    
    .signUpSec .p-cards,
    .signUpSec .card-name,
    .signUpSec .address {
        background-color: #fff !important;
        width: 92%;
    }
    
    #cc_expire_date_month,
    #cc_expire_date_year,
    #cc_cvv1 {
        width: 100%
    }
    /** **/
    /**************** start media ********************/
    
    .usermenu {
        width: 52%;
    }
    
    @media(max-height: 780px) {
        .giftcard-modal .modal-giftcard {
            margin-top: 40px;
        }
    }
    
    @media(max-height: 640px) {
        .giftcard-modal .modal-giftcard {
            margin-top: 80px;
        }
    }
    
    @media(max-height: 560px) {
        .giftcard-modal .modal-giftcard {
            margin-top: 120px;
        }
    }
    
    @media(max-height: 480px) {
        .giftcard-modal .modal-giftcard {
            margin-top: 160px;
        }
    }
    
    @media (min-width: 800px) {
        #bottom {
            top: 5.5em;
        }
        #top {
            top: 2em;
        }
        .bottom-shade {
            bottom: -6em !important;
        }
    }
    
    @media (max-width:1350px) {
        .header .cart-pop {
            width: 35%;
        }
        .dropsection {
            width: 100%;
        }
        .mini-content .mini-buttons .mini-btn {
            width: 10%;
        }
        .mini-content .mini-buttons .mini-btn img {
            width: 50%;
        }
        #cc_expire_date_month,
        #cc_expire_date_year {
            width: 87%;
        }
    }
    
    @media (max-width:1200px) {
        #cc_expire_date_month,
        #cc_expire_date_year {
            width: 85%;
        }
        .header .cart-pop {
            width: 40%;
        }
        .container {
            max-width: 88vw !important;
        }
        .the-lists .product-img img {
            height: 110px;
        }
        /*    .navbar-nav .nav-link,
    nav .form-inline .sign-in,
    nav .sign-in {
        font-size: 13px
    }
    nav .form-inline i,
    nav i {
        font-size: 15px;
    }
    /* center product media */
        .center-product .product-buttons .recipes {
            font-size: 14px;
        }
        .center-product .product-buttons .recipes img {
            width: 17px;
        }
        .center-product .product-summ {
            font-size: 1.6vw;
        }
        /** hover pop up media */
        .vid-bigData .mini-buttons .mini-btn {
            width: 37px;
            height: 37px;
        }
        .vid-bigData .mini-buttons .mini-btn img {
            width: 20px;
        }
        .vid-bigData .mini-buttons .mini-btn.recipes {
            font-size: 15px;
        }
        .opened-popup.product-popup .hover-video .side-title .vid-btn img {
            width: 19px;
        }
        .opened-popup.product-popup .hover-video .side-title .vid-btn {
            width: 40px;
            height: 40px;
        }
        .opened-popup .max-content .prod-info {
            font-size: 15px;
        }
        .opened-popup .max-content .comp-name .comp {
            font-size: 16px;
        }
        .opened-popup .max-content .type-price {
            font-size: 15px;
        }
        .opened-popup .seller .names .title {
            font-size: 13px;
        }
        .opened-popup .seller .names a {
            font-size: 13px;
        }
        .opened-popup .section-title {
            font-size: 22px;
        }
        .opened-popup .more-section .upper {
            font-size: 11px;
        }
        .opened-popup .more-section .upper .gwwprice {
            font-size: 14px;
        }
        .opened-popup .more-section .info {
            font-size: 10px;
        }
    }
    
    @media (max-width:991px) {
        #cc_expire_date_month,
        #cc_expire_date_year {
            width: 83%;
        }
        .mobileView {
            display: contents;
        }
        .desktopView {
            display: none !important;
        }
        .each-product .about-product {
            font-size: 12px;
        }
        .header .cart-pop {
            width: 50%;
        }
        .header-video .the-prod-inf.info-shown .the-sum {
            font-size: 1.6vw;
        }
        .header-video .product-buttons .recipes {
            font-size: 14px;
        }
        /** nav media **/
        /*    .navbar-collapse {
        width: 4%;
        position: absolute;
        top: 20px;
        text-align: center;
        right: 12%;
    }*/
        /*.navbar-collapse:after {
        content: "";
        position: absolute;
        height: 5px;
        width: 100%;
        left: 0px;
        top: -6px;
        background: #fff;
    }
    .navbar-collapse:before {
        content: "";
        position: absolute;
        left: 47%;
        top: -24px;
        border-top: 10px solid transparent;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #fff;
    }
    .navbar-toggler {
        position: absolute;1644
        left: 24%;
        color: #fff;
        font-size: 14px;
        outline: none;
    }
    .navbar-nav .nav-link:hover {
        background: rgb(221 221 221 / 0.3);
    }
    */
        .navbar-toggler:hover,
        .navbar-toggler:focus {
            outline: none;
        }
        /** sign in pop up **/
        .all-modal .modal-inner .modal-title,
        .coupon-modal .modal-coupon .modal-title,
        .address-modal .modal-address .modal-title,
        .delivery-modal .modal-delivery .modal-title,
        .forgot-modal .modal-forgot .modal-title,
        .registration-modal .modal-registration .modal-title,
        .card-modal .modal-card .modal-title,
        .giftcard-modal .modal-giftcard .modal-title,
        .register-form .modal-title,
        .gift-card .modal-title{
            font-size: 20px;
        }
        .all-modal .modal-inner .inp-title,
        .coupon-modal .modal-coupon .inp-title,
        .address-modal .modal-address .inp-title,
        .delivery-modal .modal-delivery .inp-title,
        .forgot-modal .modal-forgot .inp-title,
        .registration-modal .modal-registration .inp-title,
        .card-modal .modal-card .inp-title,
        .giftcard-modal .modal-giftcard .inp-title,
        .register-form .inp-title,
        .gift-card .inp-title {
            font-size: 12px;
        }
        .all-modal .modal-inner .the-inp,
        .coupon-modal .modal-coupon .the-inp,
        .delivery-modal .modal-delivery .the-inp,
        .forgot-modal .modal-forgoto .the-inp {
            font-size: 13px;
            margin: 10px 0;
        }
        .address-modal .modal-address label{
            margin-bottom: 0;
        }
        .address-modal .modal-address .the-inp,{
            font-size:13px;
            margin:0 0 10px 0;
        }
        .card-modal .modal-card .the-inp {
            font-size: 13px;
        }
        .giftcard-modal .modal-giftcard .the-inp,
        .gift-card .the-inp {
            font-size: 13px;
            margin: 0;
        }
        .registration-modal .modal-registration .the-inp,
        .register-form .the-inp {
            margin: 4px 0;
        }
        .all-modal .modal-inner .remember {
            margin: 0 0 20px;
        }
        .all-modal .modal-inner,
        .coupon-modal .modal-coupon,
        .address-modal .modal-address,
        .delivery-modal .modal-delivery,
        .forgot-modal .modal-forgot,
        .card-modal .modal-card,
        .migration-modal .modal-migration,
        .giftcard-modal .modal-giftcard,
        .giftsuccess-modal .modal-giftsuccess,
        .tipsuccess-modal .modal-tipsuccess,
        .success-modal .modal-success {
            padding: 45px;
        }
        .registration-modal .modal-registration {
            padding: 0 45px;
        }
        .address-modal .modal-address {
            width: 80%;
        }
        .all-modal .modal-inner .remember label {
            font-size: 13px;
        }
        .all-modal .modal-inner .remember label:before {
            width: 16px;
            height: 16px;
        }
        .all-modal .modal-inner .remember label.checked .checked-icon {
            font-size: 12px;
        }
        .all-modal .modal-inner .remember label {
            padding-left: 28px;
        }
        .all-modal .modal-inner .forgot-pass {
            font-size: 13px;
        }
        .all-modal .modal-inner .login-bt,
        .all-modal .modal-inner .sign-up {
            font-size: 14px;
            padding: 10px 6px;
            width: 50%;
        }
        /* center product media */
        .center-product .product-buttons .recipes {
            font-size: 12px;
        }
        .center-product .product-summ {
            font-size: 1.7vw;
        }
        .center-product .product-info .product-logo {
            max-height: 100px;
        }
        /**/
        /** footer media **/
        .footer .col-data .each-one,
        .footer .col-title,
        .footer .openStore {
            font-size: 10px
        }
        /***/
        /** pop up */
        .mini-content .mini-buttons .mini-btn {
            width: 13%;
            height: 36px;
        }
        .mini-content .some-desc {
            font-size: 12px;
        }
        .mini-content .some-desc .price {
            font-size: 14px;
        }
        .the-lists {}
    }
    
    @media (min-width:767px) {
        .vid-bigData.sm-screen {
            display: none !important;
        }
        .cartTotal {
            position: absolute;
            top: 14px;
            right: 8%;
        }
    }
    
    @media (max-width:767px) {
        /*.navbar {
        left: -3%;
    }*/
        .box1 {
            padding: 0;
        }
        .giftcard-modal .modal-giftcard .the-inp,
        .gift-card .the-inp {
            width: 87%;
            margin: 3px 0;
        }
        .footer {
            margin-top: 0px;
        }
        .checkmark {
            left: 0px !important;
        }
        .cc-year {
            padding: 0 15px;
        }
        .cc-cvv {
            padding-left: 15px;
        }
        #cc_cvv,
        #cc_expire_date_month,
        #cc_expire_date_year {
            width: 88%;
        }
        .card-modal .modal-card label {
            margin-bottom: 0;
        }
        .addtodelivery,
        .editDelivery,
        .editSubscription {
            background: #ce9908;
            border: none;
            padding: 7px;
            color: #fff;
            border-radius: 3px;
            width: 95%;
        }
        .inpLbl {
            margin-bottom: 4px;
            text-align: left;
        }
        .opened-popup .close-icon {
            top: 25px;
            right: 3%;
        }
        nav .mobileView .search-inp {
            width: 82% !important;
            max-width: 90vw !important;
        }
        .vid-bigData.bg-screen {
            display: none !important;
        }
        .location .icn {
            background: url(/images/retina/map-pin-white.svg) no-repeat center;
            vertical-align: middle;
            background-size: 16px 16px;
            display: inline-block;
            width: 16px;
            height: 16px;
        }
        .mobileuserPostalCode {
            display: block;
            margin-left: -4px;
        }
        .vid-bigData {
            position: relative;
            bottom: 0;
            left: -20px;
            width: 100%;
            z-index: 0;
            margin-bottom: 17px;
        }
        .vid-bigData .recipes-checks .the-lab {
            font-size: 14px;
        }
        .vid-bigData .recipes-checks .the-lab:after {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 17px;
            height: 17px;
            border: 1px solid #0cd20c;
            z-index: 1;
            border-radius: 50%;
        }
        .vid-bigData .recipes-checks input[type="checkbox"]:checked+label:before {
            font-family: "Font Awesome 5 Free";
            content: "\f00c";
            font-weight: 600;
            font-size: 10px;
            position: absolute;
            left: 3px;
            top: 7px;
            z-index: 2;
        }
        .vid-bigData .recipes-checks input[type="checkbox"]:checked+label:after {
            background: #0cd20c;
        }
        .vid-bigData .delivery-btn {
            font-size: 14px;
        }
        .header .cart-pop {
            width: 62%;
        }
        /** nav media ** /
    .navbar-toggler {
        left: 31%;
    }
    .navbar-collapse {
        right: 11%;
    }*/
        .the-lists .product-img img,
        .the-lists .side-slider-shade {
            height: 100px;
        }
        .the-lists .side-slider-shade {
            width: 10%;
        }
        .header-video .product-buttons .recipes {
            font-size: 11px;
        }
        .header-video .product-buttons {
            margin-top: 3px;
        }
        .header-video .the-prod-inf.info-shown .the-sum {
            margin-bottom: 3px;
        }
        .header-video .the-prod-inf {
            width: 45%;
        }
        .the-lists .side-slider-shade {
            height: 100px;
        }
        .the-lists .list-title {
            font-size: 18px;
        }
        .the-lists {
            font-size: 13px;
        }
        .header-video .side-title .vid-btn img {
            width: 14px;
        }
        .header-video .side-title .vid-btn {
            width: 25px;
            height: 25px;
            line-height: 0px;
            padding: 0;
        }
        .header-video .side-title .the-title {
            width: 95px;
            padding: 4px 0 4px 15px;
            font-size: 13px;
        }
        .swiper-button-next,
        .swiper-button-prev {
            width: 10%;
            height: 100px;
            line-height: 100px;
            font-size: 15px;
        }
        .each-list {
            margin-bottom: 35px;
        }
        /** sign in popup **/
        .all-modal .modal-inner,
        .coupon-modal .modal-coupon,
        .address-modal .modal-address,
        .delivery-modal .modal-delivery,
        .forgot-modal .modal-forgot,
        .registration-modal .modal-registration,
        .card-modal .modal-card,
        .migration-modal .modal-migration,
        .giftcard-modal .modal-giftcard,
        .giftsuccess-modal .modal-giftsuccess,
        .tipsuccess-modal .modal-tipsuccess,
        .success-modal .modal-success {
            width: 80%
        }
        .giftcard-modal .modal-giftcard {
            padding: 20px;
            margin-top: 160px;
        }
        /* center product media */
        .center-product .product-buttons .recipes {
            font-size: 10px;
        }
        .center-product .product-buttons .recipes img {
            width: 13px;
        }
        .center-video .side-title .the-title {
            width: 82px;
            font-size: 10px;
        }
        .center-product .product-info .product-logo {
            max-height: 90px;
        }
        .center-product {
            top: -11vh;
        }
        /**/
        /** footer media **/
        .footer .col-data .each-one,
        .footer .col-title,
        .footer .openStore {
            font-size: 11px;
        }
        .footer .show-icon {
            display: block;
        }
        .footer .hide-sm {
            display: none;
        }
        .footer .download-img {
            max-width: 150px;
            margin: 10px 5px;
            margin-left: 0;
        }
        .footer .payment-icon{
            max-width: 76px;
            display: inline-block;
        }
        
        /** **/
        /** hover pop up **/
        .opened-popup .max-content .prod-info {
            font-size: 13px;
        }
        .opened-popup .max-content .comp-name .comp {
            font-size: 14px;
        }
        .opened-popup .max-content .type-price {
            font-size: 13px;
        }
        .opened-popup .max-content .type-price .price {
            font-size: 15px;
        }
        .opened-popup .seller .names .title {
            font-size: 12px;
        }
        .opened-popup .seller .names a {
            font-size: 11px;
        }
        .vid-bigData .mini-buttons .mini-btn {
            width: 26px;
            height: 26px;
        }
        .vid-bigData .mini-buttons .mini-btn img {
            width: 13px;
        }
        .vid-bigData .mini-buttons .mini-btn.recipes {
            font-size: 12px;
        }
        .vid-bigData .recipes-checks {
            width: 170px;
        }
        .vid-bigData .prod-logo {
            max-width: 46%;
            max-height: 60px;
        }
        .vid-bigData .select-duration select {
            font-size: 13px;
            width: 100px;
        }
        .vid-bigData .select-duration span {
            font-size: 13px;
        }
        .opened-popup.product-popup .hover-video .side-title .vid-btn {
            width: 33px;
            height: 33px;
        }
        .opened-popup.product-popup .hover-video .side-title .vid-btn img {
            width: 16px;
        }
        .opened-popup .hover-video {
            height: 300px !important;
        }
        .opened-popup .recipes-section .recipe-desc {
            font-size: 11px;
        }
        .opened-popup .recipes-section .recipe-title {
            font-size: 12px;
        }
        .opened-popup .section-title {
            font-size: 18px;
        }
        .opened-popup .more-section .top-img {
            height: 115px;
        }
        .opened-popup .recipes-section .duration {
            font-size: 13px;
        }
        .mini-content .mini-buttons .mini-btn {
            width: 25px;
            height: 25px;
            line-height: 8px;
            padding: 0;
        }
        .mini-content .mini-buttons .mini-btn img {
            width: 12px;
        }
        .mini-content .some-desc {
            font-size: 10px;
        }
        #search {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
        }
        #search .each-product {
            margin-bottom: 5%;
            width: 30%;
        }
        .container {
            width: 95%;
        }
        span.trs {
            opacity: 0.75 !important;
        }
        .volume_discount {
            font-size: 14px;
        }
        .cart-icon{
            height:25px;
            line-height: 25px;
        }
    }
    
    @media (max-width:576px) {
        .deliverymsg,
        .deliverymsgf,
        .pickupmsg {
            text-align: center;
            width: inherit;
            bottom: 0px;
            height: inherit;
            font-size: 17px;
            line-height: 30px;
        }
        .cart-icon{
            font-size:0.6em;
        }
        .deliverymsgf {
            line-height: 0;
            padding-bottom: 10px;
        }
        .pickupmsg {
            font-size: 10px;
            line-height: 20px;
        }
        .coupon-link {
            font-size: small;
        }
        .signupmsg {
            margin: auto;
            font-size: 1em;
            padding-top: 10px;
        }
        .msgBox {
            font-size: 18px;
        }
        .cartTota{
            width: 60%;
            margin-bottom: 5px;
            text-align:right;
        }
        .msgBox .btnCheckOut,
        .openCart {
            width: 22%;
        }
        .all-modal .modal-inner .login-bt,
        .all-modal .modal-inner .sign-up {
            font-size: 14px;
            padding: 10px 6px;
            width: 60%;
        }
        .opened-popup {
            left: 2px!important;
            width: 99%!important;
        }
        .each-list {
            margin-bottom: 20px;
        }
        .header .cart-pop .close-icon {
            width: 28px;
        }
        .header .cart-pop {
            width: 100%;
        }
        .cart-pop .each-item .close-white {
            top: 32px;
        }
        /** nav media ** /
    .navbar-toggler {
        position: relative;
        left: 0;
        font-size: 12px;
        margin-right: auto;
    }*/
        nav .logo-nav {
            position: relative;
            top: -3px;
            width: 100px;
        }
        .navbar-brand {
            margin-right: 5px;
        }
        /*.navbar-collapse {
        right: 10%;
    }
    /*.navbar-nav .nav-link,
    nav .form-inline .sign-in,
    nav .sign-in {
        font-size: 11px;
        margin: 0 5px;
    }
    nav .form-inline i,
    nav i {
        font-size: 13px;
        margin: 0 5px;
    }
    /** video media **/
        .header-video .product-buttons .recipes {
            font-size: 10px;
            padding: 0.5em 8px;
        }
        .header-video .product-buttons .recipes img {
            width: 13px;
            margin-right: 5px;
        }
        .the-lists .list-title {
            font-size: 16px;
        }
        .the-lists {}
        .header-video .info-shown .product-logo {
            max-width: 80%;
        }
        .header-video .side-title .the-title {
            width: 70px;
            padding: 3px 0 3px 15px;
            font-size: 10px;
            margin-left: 5px;
        }
        .header-video .side-title .vid-btn img {
            width: 11px;
        }
        .header-video .side-title .vid-btn {
            width: 20px;
            height: 20px;
            line-height: 0px;
            padding: 0;
        }
        .the-lists .product-img img,
        .the-lists .side-slider-shade {
            height: 85px;
        }
        .swiper-button-next,
        .swiper-button-prev {
            width: 10%;
            height: 80px;
            line-height: 80px;
            font-size: 15px;
        }
        /** sign in popup **/
        .all-modal .modal-inner,
        .coupon-modal .modal-coupon,
        .delivery-modal .modal-delivery,
        .forgot-modal .modal-forgot,
        .registration-modal .modal-registration,
        .migration-modal .modal-migration,
        .giftcard-modal .modal-giftcard,
        .giftsuccess-modal .modal-giftsuccess,
        .tipsuccess-modal .modal-tipsuccess,
        .success-modal .modal-success {
            width: 67%;
            padding: 30px 40px;
        }
        .address-modal .modal-address{
            width: 95%;
        }
        .card-modal .modal-card{
            width: 94%;
            padding:10px;
        }
        .all-modal .modal-inner{
            width: 94%;
        }
        .registration-modal .modal-registration {
            width: 92%;
            padding: 0 15px;
        }
        .all-modal .modal-inner .close-icon img,
        .coupon-modal .modal-coupon .close-icon img,
        .address-modal .modal-address .close-icon img,
        .delivery-modal .modal-delivery .close-icon img,
        .forgot-modal .modal-forgot .close-icon img,
        .registration-modal .modal-registration .close-icon img,
        .card-modal .modal-card .close-icon img,
        .migration-modal .modal-migration .close-icon img,
        .giftcard-modal .modal-giftcard .close-icon img,
        .giftsuccess-modal .modal-giftsuccess .close-icon img,
        .tipsuccess-modal .modal-tipsuccess .close-icon img,
        .success-modal .modal-success .close-icon img {
            width: 33px;
        }
        /* product center media */
        .center-product .product-summ {
            font-size: 2.8vw;
        }
        .center-product .product-buttons .recipes {
            font-size: 12px;
        }
        .center-product .product-info .product-logo {
            max-height: 120px;
            margin-top: 20px;
        }
        .center-product {
            top: -11vh;
        }
        /***/
        /** hover pop up **/
        .opened-popup .hover-video {
            height: 56.25vw !important;
        }
        .opened-popup .max-content .type-price {
            font-size: 10px;
        }
        .opened-popup .max-content .prod-info {
            font-size: 10px;
            line-height: 18px;
        }
        .opened-popup .max-content .type-price .price {
            color: #00a700;
            font-size: 13px;
            font-weight: 700;
        }
        .opened-popup .hover-video .side-title {
            bottom: 63%;
        }
        .vid-bigData .prod-logo {
            max-width: 70%;
            max-height: 60px;
        }
        .vid-bigData .mini-buttons .mini-btn.recipes {
            font-size: 11px;
            display: block;
            margin-bottom: 5px;
        }
        .opened-popup .max-content .comp-name .comp {
            font-size: 12px;
        }
        /*nav .search-inp {
        display: none !important;
    }*/
        #search {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
        }
        #search .each-product,
        #seller .each-product {
            margin-bottom: 5%;
            width: 30%;
            height: 85px;
        }
        .vid-btn img {
            display: unset;
        }
        .form-inline {
            width: 32%;
        }
        .rcontainer img {
            height: auto !important;
        }
        .side-title {
            top: 23vh !important;
        }
    }
    
    @media (max-width: 767px) {
        .the-lists .each-product {
            width: 177px;
            min-width: 177px;
        }
    }
    
    @media (max-width: 576px) {
        .checkmark {
            left: 0px !important;
        }
        .the-lists .each-product {
            width: 151px;
            min-width: 151px;
        }
        #cc_expire_date_month,
        #cc_expire_date_year,
        #cc_cvv {
            width: 85%;
        }
    }
    
    @media (max-width: 575px) {
        .cc-month,.cc-year{
            padding:0;
        }
        #cc_expire_date_month {
            width: 80%;
            margin-left: 15px;
        }
        #cc_expire_date_year {
            width: 80%;
        }
        #cc_cvv {
            width: 91%;
        }
        .cc-month label{
            padding-left: 15px;
        }
    }
    /*@media (max-width: 480px) {
    .the-lists .each-product{
        width: 180px;
        min-width:180px;
    }
}*/
    
    @media (max-width: 360px) {
        .deliverymsgf {
            line-height: 17px;
        }
        .footer .payment-icon{
            max-width: 64px;
            display: inline-block;
        }
    }
    
    @media (max-width:640px) {
        .signupmsg {
            text-align: center;
        }
    }
    
    @media (max-width:454px) {
        nav .mobileView .search-inp {
            width: 86% !important;
        }
    }
    
    @media (max-width:414px) {
        .giftcard-modal .modal-giftcard {
            margin-top: 190px;
            padding: 10px;
            width: 80%;
        }
    }
    
    @media (max-width:375px) {
        nav .mobileView .search-inp {
            width: 82% !important;
        }
        .signupmsg {
            margin-top: -12px;
        }
        .box1 {
            width: 100%;
        }
    }
    
    @media (max-width:341px) {
        nav .mobileView .search-inp {
            width: 82% !important;
        }
        .signupmsg {
            font-size: 12px;
        }
        nav .container{
            max-width:92vw !important;
        }
    }
    
    @media (max-width:420px) {
        .msgBox .btnCheckOut,
        .openCart {
            width: 30%;
        }
        .myDelTxt {
            font-size: 1em;
            vertical-align: sub;
        }
        .delImg {
            height: 30px;
            width: 45px;
        }
        .delText {
            margin-left: 45px;
        }
        .opened-popup {
            left: 2px!important;
            width: 99%!important;
        }
        .cart-summary td {
            padding: 4px 0;
        }
        .qty .increase,
        .qty .decrease {
            width: 10px;
        }
        .cartTota{
            width: 72%;
        }
        /** nav media ** /
    .navbar-toggler {
        position: relative;
        left: 0;
        font-size: 11px;
        padding: 0;
        margin: 0 5px;
        margin-right: auto;
    }
    .navbar-collapse {
        right: 9%;
    }
    /*.navbar-nav .nav-link,
    nav .form-inline .sign-in,
    nav .sign-in {
        font-size: 10px;
        margin: 0 5px;
    }
    nav .form-inline i,
    nav i {
        font-size: 11px;
        margin: 0 5px;
    }*/
        nav .logo-nav {
            width: 80px;
        }
        .header-video .product-logo {
            max-width: 67%;
            max-height: 45px;
        }
        .header-video .the-prod-inf.info-shown .the-sum {
            font-size: 1.7vw;
        }
        .header-video .product-buttons .recipes {
            font-size: 8px;
            padding: 4px 8px;
        }
        .header-video .product-buttons .recipes img {
            width: 10px;
            margin-right: 3px;
        }
        .the-lists .list-title {
            font-size: 13px;
        }
        .the-lists {}
        /** sign in popup **/
        .all-modal .modal-inner .modal-title,
        .coupon-modal .modal-coupon .modal-title,
        .address-modal .modal-address .modal-title,
        .delivery-modal .modal-delivery .modal-title,
        .forgot-modal .modal-forgot .modal-title,
        .registration-modal .modal-registration .modal-title,
        .card-modal .modal-card .modal-title,
        .giftcard-modal .modal-giftcard .modal-title,
        .register-form .modal-title{
            font-size: 16px;
        }
        .all-modal .modal-inner .inp-title,
        .coupon-modal .modal-coupon .inp-title,
        .address-modal .modal-address .inp-title,
        .delivery-modal .modal-delivery .inp-title,
        .forgot-modal .modal-forgot .inp-title,
        .registration-modal .modal-registration .inp-title,
        .card-modal .modal-card .inp-title,
        .giftcard-modal .modal-giftcard .inp-title,
        .register-form .inp-title{
            font-size: 10px;
        }
        .all-modal .modal-inner .the-inp,
        .coupon-modal .modal-coupon .the-inp,
        .address-modal .modal-address .the-inp,
        .delivery-modal .modal-delivery .the-inp,
        .forgot-modal .modal-forgot .the-inp,
        .registration-modal .modal-registration .the-inp,
        .card-modal .modal-card .the-inp,
        .giftcard-modal .modal-giftcard .the-inp,
        .register-form .the-inp{
            font-size: 11px;
            height: 35px;
        }
        .all-modal .modal-inner .remember label {
            padding-left: 26px;
            font-size: 12px;
        }
        .all-modal .modal-inner .remember label:before {
            width: 14px;
            height: 14px;
        }
        .all-modal .modal-inner .login-bt,
        .all-modal .modal-inner .sign-up {
            font-size: 12px;
            padding: 0;
        }
        .all-modal .modal-inner .forgot-pass {
            font-size: 11px;
        }
        .mini-content .mini-buttons .mini-btn {
            width: 20px;
            height: 20px;
            line-height: 0;
            padding: 0;
        }
        .mini-content .mini-buttons .mini-btn img {
            width: 10px;
        }
        .mini-content .some-desc {
            font-size: 9px;
        }
        .mini-content .some-desc .price {
            font-size: 12px;
        }
        #search {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
        }
        #search .each-product {
            margin-bottom: 5%;
            width: 46%;
        }
        .vid-btn img {
            display: unset;
        }
        .form-inline {
            width: 32%;
        }
    }
    
    @media (max-width: 375px) {
        .cartTotal {
            top: 18px;
        }
        /*.navbar-collapse {
        top: 13px;
    }*/
    }
    
    @media (max-width:350px) {
        .opened-popup {
            left: 2px!important;
            width: calc(100vw + 10px)!important;
        }
        /** nav media **/
        nav .logo-nav {
            width: 70px;
        }
        .header-video .product-logo {
            max-width: 67%;
            max-height: 34px;
        }
        .header-video .the-prod-inf {
            width: 55%;
        }
        .the-lists .list-title {
            font-size: 11px;
        }
        .swiper-button-prev {
            top: calc(100%/4);
        }
        .swiper-button-next {
            top: calc(100%/4);
        }
        #search {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-around;
        }
        #search .each-product {
            margin-bottom: 5%;
        }
        .vid-btn img {
            display: unset;
        }
        .form-inline {
            width: 32%;
        }
        .giftcard-modal .modal-giftcard {
            margin-top: 230px;
            padding: 10px;
            width: 90%;
        }
    }
    /*.title {
    font-size: 3em;
    color: white;
    text-shadow: 1px 1px black;
    background-color: transparent;
}

.soldby {
    color: white;
}
*/
    /** new **/
    /*! CSS Used from: https://trashless.com/public/index.php?url=js-css/css-common&min=1&sid=1597322981 */
    /*! @import https://fonts.googleapis.com/css?family=ABeeZee */
    /*! CSS Used from: https://fonts.googleapis.com/css?family=ABeeZee */
    /*! end @import */
    
    div,
    span,
    p,
    a,
    i,
    ul,
    li {
        margin: 0;
        padding: 0;
        border: 0;
        font-family: "Roboto", sans-serif;
        line-height: 1.42857;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
    }
    
    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        outline: none;
    }
    
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
    }
    
    ul {
        list-style: none;
    }
    
    p {
        margin: 0 0 15px 0;
        line-height: 1.5;
        font-size: 0.9em;
    }
    
    a {
        cursor: pointer;
    }
    
    a {
        color: var(--first-color);
    }
    
    a,
    a:visited {
        line-height: normal;
        text-decoration: none;
        outline: 0;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
        z-index: 1;
    }
    
    a:hover,
    a:focus {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    
    ul {
        margin-bottom: 0px;
    }
    
    ul {
        list-style: none outside;
    }
    
    ul ul {
        margin: 0px;
    }
    
    ul ul li {
        margin-bottom: 0px;
    }
    
    .hide--desktop {
        display: none!important;
    }
    
    .align--center {
        text-align: center!important;
    }
    
    .align--center {
        margin: 0 auto;
        text-align: center;
    }
    
    .link {
        color: inherit;
    }
    
    *,
    *::before,
    *::after {
        -webkit-box-sizing: inherit;
        box-sizing: inherit;
    }
    
    .login-account {
        margin: 0;
        margin-inline-start: 30px;
        float: right;
        position: relative;
        margin-right: 5px;
    }
    
    .login-account>a {
        display: inline-block;
        color: inherit;
        margin: 6px 0;
    }
    
    .login-account .icn-txt {
        color: white;
        font-size: 0.8em;
        font-weight: 400;
        text-transform: uppercase;
        padding-right: 5px;
    }
    
    .login-account .icn {
        background: url(https://trashless.com/public/images/retina/account.svg) no-repeat center;
        vertical-align: top;
        background-size: 20px 20px;
        display: inline-block;
        width: 20px;
        height: 20px;
    }
    
    .dropdown__target {
        min-width: 170px;
        z-index: 10;
        right: 0;
        top: 100%;
        background: #000;
        color: #fff;
        -webkit-box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        filter: alpha(opacity=0);
        -webkit-transition: all 300ms;
        transition: all 300ms;
        -webkit-transform-origin: top right;
        transform-origin: top right;
    }
    
    .dropdown.is-active .dropdown__target {
        right: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        filter: alpha(opacity=100);
        -webkit-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.75);
        box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.75);
    }
    
    .dropdown__target-head {
        padding: 15px;
        background: #000;
    }
    
    .dropdown__target-head p {
        margin: 6px 0 0;
        color: #fff;
        font-size: 0.9em;
    }
    
    .dropdown__target-head .link {
        border: 1px solid #fff;
        color: #fff;
        display: inline-block;
        margin: 5px 0;
        padding: 2px 20px 4px;
    }
    
    .dropdown__target .iconavtar {
        border: 2px solid #fff;
        display: block;
        position: relative;
        margin: 0 auto 5px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #fff;
        padding: 2px;
    }
    
    .dropdown__target .iconavtar .icon {
        position: absolute;
        left: auto;
        top: 50%;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        color: #000;
        font-size: 2.5em;
        line-height: 1;
    }
    
    .list--vertical {
        margin: 0;
    }
    
    .list--vertical li {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        padding: 6px 10px;
    }
    
    .list--vertical li span {
        color: #fff;
    }
    
    .list--vertical li:last-child {
        border-bottom: none;
    }
    
    .list--vertical a {
        color: #fff;
        display: block;
        overflow: hidden;
        position: relative;
        text-align: left;
        font-size: 0.9em;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .list--vertical a:hover{
        color: #fff;
        text-decoration: underline !important;
    }
    .list--vertical a:active {
        background: rgba(0, 0, 0, 0.05);
        color: #555555;
    }
    
    .list--vertical li .parents--link {
        position: relative;
    }
    
    .list--vertical li .parents--link:after {
        position: absolute;
        content: "+";
        font-weight: 600;
        font-size: 1.25em;
        color: #888;
        right: 10px;
        top: -4px;
    }
    
    .list--vertical li.has-child.is--active .parents--link:after {
        content: "-";
    }
    
    .list--vertical li .parents--link {
        display: block;
        cursor: pointer;
        text-align: left;
    }
    
    .list--vertical .childs {
        display: none;
    }
    
    .list--vertical .childs.opened {
        display: block;
    }
    
    .list--vertical .childs li {
        font-size: 0.95em;
        margin: 4px 0;
        padding-left: 0;
    }
    
    .dropdown {
        position: relative;
        display: inline-block;
    }
    
    @media only screen and (max-width: 991px) {
        nav .mobileView .search-inp {
            width: 82% !important;
            max-width: 90vw !important;
        }
        .hide--tab {
            display: none!important;
        }
        .hide--desktop {
            display: block!important;
        }
        .login-account .icn-txt {
            display: none;
        }
        .login-account {
            margin-top: 3px;
            margin-inline-start: 5px;
            margin-right: 5px;
        }
        .login-account>a {
            padding: 4px;
            margin: 0;
            display: inline-block;
        }
        .dropdown__target {
            position: fixed;
            top: 0;
            overflow-x: auto;
            height: 100%;
            top: 47px;
            right: 5px;
        }
        .tabs a {
            padding: 0 20px;
        }
        .tabs a {
            height: 40px;
            line-height: 40px;
            font-size: 1em;
            padding: 0 8px;
        }
        .tabs--scroll {
            margin: 0;
            padding-left: 0;
        }
        .tabs--scroll ul {
            white-space: nowrap;
            overflow-y: hidden;
            overflow-x: scroll;
            padding-right: 30px;
        }
        .tabs--scroll:after {
            position: absolute;
            right: -10px;
            bottom: 0;
            top: 0;
            /*  content: "";*/
            width: 80px;
            pointer-events: none;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(72%, rgba(255, 255, 255, 0.99)), color-stop(73%, #ffffff));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 72%, #ffffff 73%);
        }
        .tabs--scroll li {
            float: none;
            display: inline-block;
            vertical-align: top;
        }
        .tabs--scroll li:last-child {
            margin-right: 30px;
        }
        .tabs--offset {
            margin: 0;
            margin-bottom: 20px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .hide--tab {
            display: none!important;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .hide--mobile {
            display: none!important;
        }
        .tabs--offset {
            margin: 0;
            margin-bottom: 20px;
        }
        .login-account .icn {
            background-size: 18px 18px;
        }
    }
    
    @media only screen and (max-width: 576px) {
        .login-account .icn {
            background-size: 16px 16px;
        }
    }
    
    @media only screen and (max-width: 420px) {
        .login-account .icn {
            background-size: 14px 14px;
        }
    }
    
    .options {
        height: auto;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
    }
    
    .each-product {
        min-width: 213px;
    }
    /*cc form mobile css*/
    
    @media only screen and (max-width: 767px) {}
    /*.seller-page .nav-tabs .nav-item.show .nav-link,
.seller-page .nav-tabs .nav-link.active {
    color: #000;
}

.seller-page .nav-tabs .nav-link {
    color: #000;
}

.seller-page .nav-tabs .nav-link:hover {
    border-color: grey grey lightgrey grey
}
*/
    
    .img-sm {
        width: 46px;
        height: 46px;
    }
    
    .panel {
        box-shadow: 0 2px 0 rgba(110, 110, 110, 0.075);
        border-radius: 0;
        border: 0;
        margin-bottom: 15px;
    }
    
    .panel .panel-footer,
    .panel>:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .panel .panel-heading,
    .panel>:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    
    .panel-body {
        padding: 25px 20px;
    }
    
    .media-block .media-left {
        display: block;
        float: left;
        padding-right: 10px;
    }
    
    .media-block .media-right {
        float: right
    }
    
    .media-block .media-body {
        display: block;
        overflow: hidden;
        width: auto
    }
    
    .middle .media-left,
    .middle .media-right,
    .middle .media-body {
        vertical-align: middle
    }
    
    .thumbnail {
        border-radius: 0;
        border-color: #e9e9e9
    }
    
    .tag.tag-sm,
    .btn-group-sm>.tag {
        padding: 5px 10px;
    }
    
    .tag:not(.label) {
        background-color: #fff;
        padding: 6px 12px;
        border-radius: 2px;
        border: 1px solid #cdd6e1;
        font-size: 12px;
        line-height: 1.42857;
        vertical-align: middle;
        -webkit-transition: all .15s;
        transition: all .15s;
    }
    
    .text-muted,
    a.text-muted:hover,
    a.text-muted:focus {
        color: #acacac;
    }
    
    .text-sm {
        font-size: 0.9em;
    }
    
    .text-5x,
    .text-4x,
    .text-5x,
    .text-2x,
    .text-lg,
    .text-sm,
    .text-xs {
        line-height: 1.25;
    }
    
    .btn-trans {
        background-color: transparent;
        border-color: transparent;
        color: #929292;
    }
    
    .btn-icon {
        padding-left: 9px;
        padding-right: 9px;
    }
    
    .btn-sm,
    .btn-group-sm>.btn,
    .btn-icon.btn-sm {
        padding: 5px 10px !important;
    }
    /** Discuss **/
    
    .mar-top {
        margin-top: 15px;
    }
    
    [role=button] {
        cursor: pointer;
    }
    
    .ql-container {
        font-size: 16px;
    }
    /** End  **/
    /* breakpoint and up - mega dropdown styles */
    
    @media screen and (min-width: 992px) {
        /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
        .navbar .nav-item {
            padding: .3rem .3rem .1rem .3rem;
            margin: 0 .25rem;
        }
        .navbar .dropdown-menu {
            top: 40px !important;
        }
    }
    
    .nav-item button {
        border: 0px;
        background-color: #fff;
    }
    
    button:focus {
        outline: 0;
    }
    .lc-18lt2h0 {
        background: rgb(66 119 92) !important;
    }

    /* for froala menu */
    
    /*.navbar .clsnavtog {
        border-color:#cecece !important;
    }
    .navbar .navtogicn {
        background-color: #0009 !important;
    }*/

    .container-0 .navbar button {
        background-color: #272f32;
        border: 2px solid rgb(255,255,255,0.5) !important;
        padding: 5px 10px !important;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }
     .container-0 .navbar button span {
        /*background-color: #495057 !important;
        border-radius: .2rem;*/
    }
    /* end Froala menu */