.form-wrapper .form-static-map {
    height: auto;
    width: 100%;
    flex-direction: column;
    padding-bottom: 20px;
}
    .form-wrapper .form-static-map .map-img {
        max-width: 100%;
        max-height: 100%;
        object-fit: cover;
        border-radius: 12px;
        height: 195px;
        filter: brightness(0.95);
    }

    .modal-pin-location {
        height: 100px;
        height: auto;
    }
    .modal-pin-location .modal-form {
        /* // height: 80vh !important; */
        height: calc(80vh + 250px) !important;
        max-height: 800px;
        height:571px!important;
        /*@media only screen and (max-width:$switch-to-mobile) {
            max-height: unset;
            // height: 100vh!important;
            height: calc(80vh + 210px) !important;
        }*/
    }
@media screen and (max-width: 767px) {
    .modal-pin-location{
        height:580px!important;
    }
        /* height: 100%; */
}


        .modal-pin-location .modal-header {
            margin-top: 44px;
        }
            .modal-pin-location .modal-header .modal-title {
                font-size: 31px;

                /*@media only screen and (max-width:$switch-to-mobile) {
                    font-size: 25px!important;
                }*/
            }
            .modal-pin-location .modal-header button .close-container {
                width: 35px;
                height: 35px;
                position:relative;
            }
            .modal-pin-location .modal-header button .close-container::after {
                /*content:"x";*/
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                height: 2px;
                background-color: #000;
                transform: rotate(-45deg);
            }
            .modal-pin-location .modal-header button .close-container::before {
                /*content:"x";*/
                content: '';
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                height: 2px;
                background-color: #000;
                transform: rotate(45deg);
            }
            .modal-pin-location .modal-header button .close-container.leftright, .modal-pin-location .modal-form .modal-header button .close-container.rightleft {
                width: 16px;
            }

.modal-pin-location .modal-body #addressForm_Location {
    height: 80vh !important;
    max-height: 550px;
    border-radius: 5px;
}
    .modal-pin-locatio .modal-body #addressForm_Location div {
        border-radius: 8px;
    }
.modal-pin-location .address-button {
    display: flex;
    flex-direction: column;
}
    .modal-pin-location .address-button .bgs-btn-primary {
        max-width: 200px !important;
        box-sizing: border-box;
        height: 48px;
        /* padding: 23px 25px; */
        color: #ebab2d;
        border: 1px solid #ebab2d;
        background-color: transparent;
        border-radius: 50px;
        text-align: center;
        padding: 10px 10px;
        margin: 0 auto;
        width: 200px;
    }
    .modal-pin-location .address-button .bgs-btn-primary:nth-child(2){
        color: #0c4da1;
        border-color: #0c4da1;
        margin-top: 8px;
    }


    .mix-your-own .section-products .info-holder {
        bottom: 4px !important;
    }

.mix-your-own .section-products .info-name {
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 19px;
}

    .mix-your-own .section-products .info-name span {
        width: 100%;
        display: block;
    }

.mix-your-own .section-products .bag-image-holder img {
    max-width: 100%;
}
@media only screen and (max-width:990px){

    .mix-your-own .section-products .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .mix-your-own .section-products .products-listing-holder {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mix-your-own .section-products .bag-mixture-holder-res {
        display: flex !important;
    }
    .mix-your-own .section-products .products-mixture-holder.open-mix {
        /*top: 0;*/
        /*height: auto;*/
    }
    .mix-your-own .section-products .holder-mobile-fixed {
        box-shadow: unset !important;
    }
    .mix-your-own .section-products .products-mixture-holder.is-affixed {
        /*bottom: -100%;*/
        overflow-y: hidden;
        height: min-content !important;
        box-shadow: 0;
    }
        .mix-your-own .section-products .products-mixture-holder.is-affixed .inner-wrapper-sticky{
            transform:unset!important;
            position:relative;
            top:0!important
        }
    .mix-your-own .section-products .holder-mobile-fixed .info-group{
        height:54px!important;
    }
    /* .mix-your-own
    {
        display:none;
    } */
}
.mix-your-own .section-products .bag-mixture-holder-res {
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    width: 35%;
    height: 5px !important;
    width: 100vw !important;
    transform: scale(-1);
    position: fixed !important;
    left: 0 !important;
    bottom: 59px !important;
    z-index: 89;
}
    .mix-your-own .section-products .bag-mixture-holder-res .bag-mixture-list {
        /* // display: flex;
        // align-items: center;
        // justify-content: center;
        // flex-direction: column-reverse;
        // height: 100%; */
        /* // width: 60px; */
        /* // margin-bottom: 0; */
        /* // border: 1px solid #cecece; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: row-reverse;
        height: 24px;
        height: 16px;
        width: 100%;
        margin-bottom: 0;
        border: 1px solid #cecece;
        background: white;
        box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.18  );
        border-left: 0;
        border-right: 0;
        /*border:0!important;*/
    }
.mix-your-own .section-products .container .products-wrapper .bag-mixture-holder-res .bag-mixture-color {
    transition: all .3s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 1;
    width: 100%;
    width: auto;
    height: auto;
    height: 100% !important;
    /* border-bottom: .5px solid $gray236; */
    list-style-type: none;
    /*box-shadow: 8px 4px 8px rgba(0, 0, 0, 0.2);*/
    border: 0;
}


.home .section-products .listing-wrapper .swiper-slide {
    padding: 0px 10px;
    text-align: center;
}

.home .section-products .product-details-wrapper {
    min-height: 120px;
}

.home .section-products .product-image {
    max-width: 100%;
}

.home .section-free-layout-one .free-layout-right-title {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}

.home .section-free-layout-one .free-layout-right-subtitle {
    color: #fff;
    text-shadow: 0px 0px 10px #000;
}

header.header-layout-one.corporatePage .header-wrapper .btn-holder-shop .btn-blue {
    padding: 12px 75px 8px;
}

.my-mixesmembership-page .card-body {
    flex-wrap: wrap;
}

.my-mixesmembership-page .nuts-list-holder {
    width: 100%;
}

.my-mixesmembership-page .image-holder {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

    .my-mixesmembership-page .image-holder img {
        max-width: 100%;
    }



.sidebar {
    will-change: min-height;
}

.sidebar__inner {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}




.SwiperMenu .screen {
    width: 100%;
    overflow: hidden;
}

.SwiperMenu .swiper-slide {
    width: 16.6% !important;
}

    .SwiperMenu .swiper-slide:nth-child(5) {
        width: 27.6% !important;
    }

    .SwiperMenu .swiper-slide:nth-child(6) {
        width: 11.6% !important;
    }

    .SwiperMenu .swiper-slide:nth-child(1) {
        width: 14.6% !important;
    }

    .SwiperMenu .swiper-slide:nth-child(4) {
        width: 12.6% !important;
    }

.SwiperMenu .nav-link {
    position: relative !important;
    margin: auto !important;
    padding: 31px 7px 26px !important;
}



header.header-layout-one .nav-item.is-open-dropdown .dropdown-toggle:after {
    top: 5px;
}

header.header-layout-one .dropdown-toggle:after {
    margin-top: 3px;
    position: relative;
    margin-left: 6px;
}

header .navbar-expand-sm .navbar-nav .nav-item {
    padding-left: 30px;
}

header.header-layout-one .nav-item.dropdown {
    padding-left: 30px;
}

header .navbar-expand-sm .navbar-nav .nav-item .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
}










@media screen and (min-width:768px) {
    .SwiperMenu .swiper-wrapper {
        transform: none !important;
        justify-content: center !important;
        align-items: center;
    }
}


@media (max-width: 1300px) and (min-width: 1200px) {
    header .navbar-expand-sm .navbar-nav .nav-link.dropdown-toggle {
        padding-right: 13px;
    }
}

@media screen and (max-width:1390px) {
    header.header-layout-one .nav-item.is-open-dropdown .dropdown-menu-content {
        width: 213px;
    }

    header.header-layout-one .nav-item.is-open-dropdown:before {
        width: 213px;
    }
}


@media screen and (max-width:1230px) {
    header .navbar-expand-sm .navbar-nav .nav-item {
        padding-left: 14px;
    }
}


@media screen and (max-width:1199px) {
    header .navbar-expand-sm .navbar-nav .nav-link.dropdown-toggle {
        padding-right: 13px;
    }

    .my-mixesmembership-page .image-holder {
        margin-bottom: 32px;
        display: inline-block;
    }

    .my-mixesmembership-page .nuts-item {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 17px;
    }

    .my-mixesmembership-page .nuts-list-holder {
        flex-wrap: wrap;
        height: auto;
    }

    .my-mixesmembership-page .card-body {
        text-align: center;
    }
}

@media screen and (max-width:1055px) {
    .SwiperMenu .nav-link {
        font-size: 12px !important;
    }

    .SwiperMenu .swiper-slide:nth-child(6) {
        width: 8.6% !important;
    }

    .SwiperMenu .swiper-slide:nth-child(5) {
        width: 32.6% !important;
    }

    .SwiperMenu .swiper-slide:nth-child(4) {
        width: 10.6% !important;
    }
}


@media screen and (max-width: 991px) {
    header.header-layout-one .nav-item.is-open-dropdown .dropdown-menu {
        height: 397px;
    }

    header .navbar-expand-sm {
        overflow: auto;
    }


    .mix-your-own .section-products .holder-mobile-fixed .holder-caret-up .fas {
        display: none;
    }

    .mix-your-own .section-products .holder-mobile-fixed .holder-caret-up:after {
        content: 'check & update your mix';
        display: block;
        padding-top: 1px;
        font-size: 13px;
    }

    .mix-your-own .section-products .holder-mobile-fixed .holder-caret-up {
        width: auto;
        border-radius: 14px;
        padding: 0px 10px;
        cursor: pointer;
    }

    .mix-your-own .section-products .holder-mobile-fixed .title-holder,
    .mix-your-own .section-products .holder-mobile-fixed .info-cost-holder {
        display: none;
    }

    .mix-your-own .section-products .holder-mobile-fixed .info-group {
        height: 85px;
        justify-content: flex-start;
        padding-left: 12px;
    }

    .mix-your-own .section-products .holder-mobile-fixed .caption {
        font-family: "Amplitude";
        color: #5c5c5c;
        font-size: 14px;
    }

    .inner-wrapper-sticky {
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
    }

    /* .mix-your-own .section-products .products-mixture-holder{height: auto!important;position: fixed!important;} */

    header.header-layout-one .dropdown-toggle:after {
        top: auto;
    }

    header.header-layout-one .dropdown-menu.dropdown-submenu {
        max-height: none !important;
        height: auto !important;
        position: relative;
    }

    header.header-layout-one .nav-item .dropdown-menu-content {
        position: relative !important;
        width: 100% !important;
        padding: 0px 0px !important;
    }

    header.header-layout-one .dropdown-menu-links li .link + .dropdown-menu.dropdown-submenu {
        opacity: 1;
        overflow: visible;
    }

    header.header-layout-one .dropdown-menu {
        background: none;
    }

        header.header-layout-one .dropdown-menu.open {
            opacity: 1;
            position: fixed !important;
            width: 100%;
            height: calc(100% - 159px) !important;
            max-height: calc(100% - 159px) !important;
            border: 0px;
            overflow: auto;
            background: #eee;
            top: 159px !important;
            left: 0px;
            padding: 0px 23px;
            display: block;
        }

    header.header-layout-one .dropdown-menu-links li .link + .dropdown-menu.dropdown-submenu {
        position: relative !important;
        display: block;
        top: auto !important;
        border-top: 0px;
        border-left: 0px;
        border-radius: 0px;
        border-right: 0px;
        border-bottom: 0px;
        padding: 0px 13px;
    }

    header.header-layout-one .dropdown-menu-links li {
        border-bottom-color: #ccc;
    }

        header.header-layout-one .dropdown-menu-links li.active .link {
            color: #0c4da1 !important;
        }

    .page-filters {
        margin-top: 25px;
    }


    .dropdown-subsubmenu.toshowonlymobile {
        max-height: none !important;
        display: block !important;
        margin-top: -3px;
        overflow: visible !important;
        opacity: 1 !important;
        top: auto !important;
        height: auto !important;
        border: 0px !important;
        position: relative !important;
    }

    .navbar-nav .dropdown .togglearrow::after {
        top: 4px !important;
        transform: rotate(225deg) !important;
    }

    .dropdown-menu-links .link > span {
        font-weight: bold;
        color: #3f3f3f !important;
        font-size: 15px;
        cursor: default;
    }

    .dropdown-menu-links .link {
        padding-bottom: 0px;
    }

    .dropdown-subMenu .dropdown-menu-links .link > span {
        color: #3f3f3f !important;
        font-size: 13px;
        cursor: default;
    }

    .dropdown-subMenu .dropdown-menu-links .fas {
        color: #3f3f3f !important;
    }

    .dropdown-subsubMenu .link,
    .dropdown-subsubMenu a.view-all {
        color: #3f3f3f !important;
        font-size: 12px !important;
        padding: 0px 10px;
    }

    .subcategories-menu .link,
    .subcategories-menu a.view-all {
        color: #3f3f3f !important;
        font-size: 12px !important;
        padding: 0px 10px;
    }

    .dropdown-subsubMenu a.view-all,
    .subcategories-menu a.view-all {
        padding: 0px;
    }

    header .navbar-expand-sm .navbar-nav .nav-item:nth-child(3) .subcategories-menu .dropdown-subMenu a.view-all {
        display: none !important;
    }

    .subcategories-menu li .link {
        padding-bottom: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .mix-your-own .section-products .info-name {
        line-height: 17px;
        font-size: 14px;
    }

    .mix-your-own .section-products .info-holder {
        bottom: -16px;
    }

    .mix-your-own .section-products .product-mix-list {
        height: 164px;
        position: relative;
        overflow: unset;
    }
    .mix-your-own .section-products .product-mix-list .mixture-quantity {
        position: absolute;
        color: white;
        background: #0c4da1;
        top:6px;
        right: 6px;
        width: 25px;
        height: 25px;
        padding-top: 3px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }
    .breadcrumb-item {
        position: relative;
        padding-right: 20px;
        text-transform: uppercase;
        display: flex;
    }

        .breadcrumb-item::before {
            display: block;
            padding: 0px !important;
            position: absolute;
            right: 5px;
            content: "/" !important;
            color: #6c757d;
        }

        .breadcrumb-item:last-child:before {
            display: none;
        }

    header .navbar-expand-sm .navbar-nav .nav-link.dropdown-toggle {
        margin-right: 9px;
    }

    header.header-layout-one.corporatePage .header-wrapper .btn-holder-shop .btn-blue {
        padding: 5px 35px 1px;
    }

    .SwiperMenu {
        border-bottom: 1px solid #f0f0f0;
    }

        .SwiperMenu .nav .swiper-slide {
            width: auto !important;
        }

        .SwiperMenu .swiper-wrapper {
            overflow: visible !important;
            flex-wrap: nowrap;
            padding: 0px !important;
            margin: 0px !important;
            justify-content: flex-start !important;
        }

        .SwiperMenu .nav-link {
            width: auto !important;
            position: relative !important;
            top: auto !important;
            left: auto !important;
            display: block !important;
            padding: 20px 7px 16px !important;
        }

    .membership-page .navigation-wrapper .SwiperMenu .section-nav .nav-link.active:after {
        position: relative;
        top: auto;
    }

    .dollar-points .tabs {
        margin-top: 0px;
    }
}


@media screen and (min-width: 992px) {
    .mix-your-own .section-products .products-listing-holder {
        width: calc(100% - 462px) !important;
        margin-bottom: 0px;
    }

    .mix-your-own .section-products .products-mixture-holder {
        background: none;
        padding: 0px;
        box-shadow: none;
        width: 462px !important;
    }

    .mix-your-own .product-mixture-holder-wrapper {
        background: #fff;
        width: 462px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        padding: 15px 30px;
    }

    main.mix-your-own .section-products {
        padding-bottom: 70px;
    }
}


@media screen and (max-width: 575px) {
    .home .section-products .product-title {
        font-size: 14px;
        min-height: 43px;
    }
}


@media screen and (min-width: 992px) and (max-width: 1112px) {
    .mix-your-own .section-products .products-listing-holder {
        width: calc(100% - 350px) !important;
    }

    .mix-your-own .section-products .products-mixture-holder {
        width: 350px !important;
    }

    .mix-your-own .product-mixture-holder-wrapper {
        width: 350px;
    }

        .mix-your-own .product-mixture-holder-wrapper.sticky2 {
            top: calc(-100vh + 308px);
        }
}


@media screen and (max-device-width: 767px) {

    /* only mobiles */
    header.header-layout-one.corporatePage .header-wrapper .btn-holder-shop .btn-blue {
        padding-top: 6px;
        padding-bottom: 0px;
    }

    header.header-layout-one .dropdown-menu.open {
        top: 130px !important;
        height: calc(100% - 130px) !important;
        max-height: calc(100% - 130px) !important;
    }
}



@keyframes bounce {

    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes textSize {
    0% {
        color: #5c5c5c;
        font-size: 14px;
    }

    50% {
        color: #ebab2d;
        font-size: 15px;
    }


    90% {
        color: #5c5c5c;
        font-size: 14px;
    }
}


header.header-layout-one .header-wrapper .navbar-nav.nav-actions .nav-item.cart .nav-link.animate.has-items:after {
    animation-name: bounce;
    animation-duration: 1s;
    animation-fill-mode: both;
}



.mix-your-own .section-products .holder-mobile-fixed .info-group .items-count.animate {
    animation-name: textSize;
    animation-duration: 0.8s;
    animation-fill-mode: both;
}

.text-wrapper-container ul {
    list-style: none !important;
}

@media screen and (max-device-width: 767px) {
    .product-listing .product-list .product-col .product {
        /* min-height: 100%; */
    }

        .product-listing .product-list .product-col .product .product-name {
            height: 100%;
            position: relative;
            display: block;
            margin-bottom: 0;
            max-height: 25px;
        }

    .product .product-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 150px);
        vertical-align: bottom;
    }
}

.section-payment .col-addresses .order-notes {
    width: 100%;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    color: #666666;
    margin-top: -4px;
    position: relative;
    display: block;
}

.receipt-wrapper .order-notes-container {
    position: relative;
    display: block;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 75px;
}

    .receipt-wrapper .order-notes-container .order-notes-label {
        position: relative;
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #0c4da1;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

.m-b-0 {
    margin-bottom: 0 !important;
}

.checkout-process .checkout-summary .shipping-note {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
    text-align: center;
}

.checkout-process .checkout-summary .shipping-terms-link {
    text-decoration: underline;
    position: relative;
    font-size: 10px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 10px;
    display: block;
    margin-bottom: 5px;
}

    .checkout-process .checkout-summary .shipping-terms-link:hover {
        text-decoration: none;
        color: #ebab2d;
    }

.home .section-collections .collection-box:before {
    display: none;
}

.checkout-process .main-form-content .quantity {
    margin-right: 15px;
}

@media screen and (max-device-width: 767px) {
    .checkout-process .main-form-content .quantity {
        margin-right: 0px;
    }
}

.checkout-process .main-form-content .quantity .quantity-opt {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background-color: #0c4da1;
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: none;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
}

    .checkout-process .main-form-content .quantity .quantity-opt.quantity-minus {
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding-left: 6px;
    }

.checkout-process .main-form-content .quantity .quantity-value {
    padding: 0;
    width: 30px;
    text-align: center;
    background: none;
    border: 0 none;
    border-top: 1px solid #0c4da1;
    border-bottom: 1px solid #0c4da1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 30px;
}

.checkout-process .main-form-content .quantity .quantity-opt.quantity-add {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 6px;
    padding-top: 1px;
}

.checkout-process .main-form-content .quantity .fa-spinner {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
}


.section-payment .checkout-summary-options.payment-currency-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.section-payment .option-wrapper-empty {
    margin-bottom: 15px;
    font-size: 13px;
    color: #5c5c5c;
}

.checkout-process .checkout-summary .total-wrapper p.checkout-total:nth-of-type(2) {
    display: flex;
    flex-direction: column;
}

.checkout-process .checkout-summary .total-wrapper .checkout-total .checkout-total-secondary{
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: -20px;
}

.section-payment .checkout-summary-options.payment-currency-wrapper .option-wrapper.highlight-option {
    color: #0c4da1;
}

    .section-payment .checkout-summary-options.payment-currency-wrapper .option-wrapper.highlight-option .option-text .option-text-amount {
        font-size: 22px;
        font-weight: bold;
        margin-left: 5px;
        font-family: "Amplitude";
        margin-top: -5px;
    }

.section-payment .checkout-summary-options.payment-currency-wrapper .option-wrapper .option-text .option-text-amount {
    margin-left: 5px;
}

header.header-layout-one .header-wrapper .navbar-nav.nav-actions .nav-item .select-icon.fas.fa-chevron-down{
    display: none;
}
header.header-layout-one .header-wrapper .navbar-nav.nav-actions .nav-item .nice-select .list{
    width: 100%;
}
header.header-layout-one .header-wrapper .navbar-nav.nav-actions .nav-item .nice-select .option{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

header.header-layout-one .header-wrapper .navbar-nav.nav-actions .nav-item .nice-select:hover{
    border-color: #0c4da1;
}

.modal.globalPopupNotification {
    bottom: auto;
}

@media screen and (max-width: 575px) {
    .home .section-free-layout-two .free-box-title {
        margin-bottom: 30px;
        width: 270px;
        font-size: 31px;
        text-align: center;
        line-height: 33px;
        font-size: 28px;
        line-height: 31px;
    }
    .home .section-products .info-title {
        margin-bottom: 24px;
        font-size: 31px;
        line-height: 36px;
        font-size: 24px;
        line-height: 31px;
    }
    .home .section-banner .banner-title {
        margin-bottom: 17px;
        font-size: 32px;
        font-size: 24px;
    }
}

@media screen and (max-width: 575px){
    .home .section-banner .banner-subtitle {
        font-size: 16px;
    }
    .home .section-banner .banner-title {
        font-size: 18px;
    }
    .home .section-banner .banner-image {
        height: 434px;
    }
    .home .section-banner .btn-invert-blue{
        padding: 15px;
    }
    .t-h3{
        font-size: 16px;
    }
    .home .section-products .info-title {
        margin-bottom: 7px;
        font-size: 18px;
    }
    .home .section-products .info-subtitle-second {
        font-size: 13px;
    }
    .home .section-free-layout-two .free-box-title{
        font-size: 20px;
    }
    .home .section-free-layout-two .free-box-link {
        padding: 15px 40px;
    }
    .home .section-category .categories-box p {
        font-size: 16px;
    }
    .home .section-free-layout-one .free-layout-left-title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .home .section-free-layout-one .free-layout-left-link{
        font-size: 13px;
        padding:15px;
    }
    .home .section-free-layout-one .free-layout-right-title{
        font-size: 24px;
    }
    .home .section-free-layout-one .free-layout-right-subtitle{
        font-size: 16px;
    }
    .home .section-free-layout-one .free-layout-right-link{
        font-size: 14px;
        padding: 15px 43px;
    }
    .home .section-collections .collection-title {
        font-size: 16px;
    }
    .home .section-products .product-price {
        font-size: 16px;
    }
    .home .section-products .products-layout-one {
        padding: 10px 0;
    }

    .price-holder {
        width: 100%;
    }
    .price-holder .price {
        color: #5c5c5c;
    }
    .price-holder.sale .price {
        margin-right: 7px;
        color: #bebebe;
        font-size: 12px;
        text-decoration: line-through;
    }
    .price-holder.sale .sale-price {
        color: #5c5c5c;
    }
    .mix-your-own .section-products .info-name span{
        display: inline;
    }

    .products-layout-one .price-holder {
        margin-top: 12px;
    }
    .products-layout-one .price-holder .item-price.old {
        position: relative;
        margin-right: 10px;
        font-size: 14px;
    }
    .products-layout-one .price-holder .item-price.old::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        width: 95%;
        height: 2px;
        background: #ebab2d;
    }
    .product .product-info .price-holder .price {
        font-size: 18px;
    }
    .shop-details .section-details-content .price-holder .item-price.old {
        font-size: 18px;
    }
    .shop-details .section-details-content .price-holder .item-price.old:before{
        height: 2px;
    }
    .product .product-info .price-holder .price:before {
        height: 2px;
    }
}
.modal.modal-mix-name{
    bottom: auto;
}
.modal.modal-mix-name .btn-wrapper .btn-invert-yellow {
    padding: 10px 30px;
    min-width: 120px;
}
#survey-modal .modal-body {
    padding-left: 30px;
}
#survey-modal .modal-body .question-title-container {
    text-align: center;
}

#survey-modal .modal-body .holder-modal-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
#survey-modal .modal-body .progress-text {
    display: inline;
    font-weight: bold;
    font-size: 18px;
    margin-left: 5px;
    color: #0c4da1;
}

#survey-modal .modal-body .survey-question-choice-container{
    display: flex;
    align-items: center;
}
#survey-modal .modal-body .survey-question-choice-text {
    margin-bottom: 0;
    padding-left: 8px;
}
#survey-modal .modal-body textarea{
    width: 100%;
    height: 100px;
}
#survey-modal .modal-body .progress-navigation {
    padding-top: 10px;
}
#survey-modal .modal-body .btn-curved-blue {
    padding:5px 10px;
    font-size: 12px;
}
#survey-modal .modal-body .btn-curved-blue:nth-child(2) {
    float: right;
}

#survey-modal .modal-body .btn-wrapper {
    justify-content: center;
    padding-top: 5px;
}
#survey-modal .modal-body .btn-invert-yellow {
    padding: 5px 10px;
    margin-top: 10px;
}
#survey-modal .modal-body .disabled-btn{
    pointer-events: none;
    opacity: 0.3;
}

#survey-modal .modal-body .survey-question-title {
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 10px;
}

#survey-modal .modal-body .btn-curved-blue:hover {
    color: #fff;
    background-color: #0c4da1;
}
#survey-modal .modal-body .survey-progress .progress-bar {
    height: 4px !important;
    background-color: #0c4da1 !important;
}

#mixYourOwnModal .close-holder, #saveYourMixModal .close-holder, #globalPopupNotification .close-holder, #reset-modal .close-holder 
,#login-modal .close-holder, #register-modal .close-holder {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}
#mixYourOwnModal .close-holder button, #saveYourMixModal .close-holder button, #globalPopupNotification .close-holder button, #reset-modal .close-holder button 
,#login-modal .close-holder button, #register-modal .close-holder button{
    width: 25px;
    opacity: 0.5;
}

.modal.modal-mix-name .content-wrapper {
    padding: 20px;
}
.modal.modal-mix-name .btn-wrapper {
    justify-content: center;
}
.modal.modal-mix-name .holder-reminder {
    margin-bottom: 0;
    text-align: center;
}
.modal.modal-mix-name .blue-text{
    color: #0c4da1;
    font-weight: bold;
    text-align: center;
}
.modal.modal-mix-name .form-container {
    text-align: center;
}
.sidebar-menu .btn-close {
    right: -5px;
    width: 25px;
}

.mix-your-own .section-products .info-group-mixture .btn-adjust {
    font-size: 20px;
}

 .home .section-banner .banner-content{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        padding-bottom: 40px;
        justify-content: center;
    }

    .home .section-banner .banner-content .btn-invert-blue{
        color: #fff;
        background: #0c4da1;
        border-color: #0c4da1;
    }
    .home .section-banner .banner-content .btn-invert-blue:hover{
        color: #0c4da1;
        background: #fff;
        border-color: #0c4da1;
    }

@media (max-width: 575px) {
    .home .section-banner .banner-image {
        background-position: 91% bottom;
        height: 420px;
        background-size: 805px;
    }
    
    .home .section-banner .banner-content{
        padding-bottom: 15px;
    }
}

.btn-red {
    padding: 15px 0;
    font-size: 15px;
    letter-spacing: 1px;
    width: 100%;
    color: #f83434;
    background-color: transparent;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    border:1px solid #f83434;
    transition: all 0.2s ease-in;
    border-radius: 50px;
  }
  .edit-account .form-group{
      margin-top: 20px;
  }
  .edit-account .checkbox-container {
      margin-top: 26px;
  }
  .edit-account .form-container:nth-child(2) .btn-wrapper {
      margin-top: 20px;
  }

  html.isIOS .cart-review{
    height: 100vh !important;
  }
  .cart-review .remove-order {
      margin: 0 16px;
  }

  .modal-instant-delivery .modal-body{
        padding-left: 33px;
        padding-right: 33px;
        overflow-x: hidden;
  }
  .modal-instant-delivery .modal-body .section-head .head-title {
      color:#0c4da1;
      font-weight: 900;
      font-size: 2.2rem;
      text-transform: uppercase;
      padding-top: 20px;
      line-height: 25px;
      font-family: 'Amplitude';
  
  }
  .modal-instant-delivery .modal-body .section-head .head-subtitle {
    color:#0c4da1;
    font-size: 14px;
    font-weight: 500;
    padding-top: 5px;
}

.modal-instant-delivery .modal-body .section-footer .footer-listing ul {
    padding: 0;
    margin: 0;
}
.modal-instant-delivery .modal-body .section-footer .footer-listing ul li{
    color: #ebab2d;
    font-weight: 500;
    list-style: none;
}
.modal-instant-delivery .modal-body .section-footer .footer-btn-container .footer-btn{
    background-color: #003E92;
    border: 1px solid #003E92;
    color: #fff;
    padding: 15px 50px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.modal-instant-delivery .modal-heading {
    height: 30px;
    width: 30px;
}
.modal-instant-delivery .modal-heading .modal-heading-img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
.modal-instant-delivery .modal-body .section-map{
    margin-bottom: 20px;
    margin-top: 20px;
    z-index: 1;
    position: relative;
}
.modal-instant-delivery .modal-body .section-map .map-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.modal-instant-delivery .modal-body .section-footer .footer-listing {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.modal-instant-delivery .modal-body .section-footer .footer-img-container {
    position: absolute;
    height: 185px;
    right: -122px;
    bottom: 27px;
    z-index: 0;
}
.modal-instant-delivery .modal-body .section-footer .footer-img-container .footer-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.modal-instant-delivery .modal-body .section-footer .footer-btn-container {
    position: relative;
    left: -8px;
}
.modal-instant-delivery .modal-content:after {
    display: none;
}
.modal-instant-delivery .modal-content:before {
    display: none;
}
.modal-instant-delivery .modal-body .section-footer  {
    position: relative;
}
.modal-instant-delivery .modal-body .section-head {
    max-width: 300px;
}

.shop-listing .quantity .quantity-opt.quantity-minus{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 6px;
}
.shop-listing .quantity .quantity-opt {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    background-color: #0c4da1;
    width: 50px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: none;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
}
.shop-listing .quantity .quantity-value {
    padding: 0;
    width: 50px;
    text-align: center;
    background: none;
    border: 0 none;
    border-top: 1px solid #0c4da1;
    border-bottom: 1px solid #0c4da1;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 30px;
}
.shop-listing .quantity .quantity-opt.quantity-add {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 6px;
    padding-top: 1px;
}
.shop-listing .in-basket {
    justify-content: center !important;
}
.shop-listing .disableIncrDecrQtty {
    opacity: 0.5;
    pointer-events: none;
}
.shop-listing .quantity .quantity-value {
    font-family: "Amplitude";
    padding-bottom: 1px;
    font-size: 13px;
}
.checkout-process .checkout-summary .checkout-info-row .checkout-info-value.small-note {
    font-size: 13px;
    font-weight: 400;
    padding-left: 5px;
    padding-top: 2px;
}
@media screen and (min-width:575px) {
    .hide-on-desktop {
        display: none;
    }
}
@media (max-width:575px) {
    .hide-on-mobile {
        display: none;
    }
.home .section-banner .banner-image {
        height: 200px;
        background-size: 100%;
    }
    .home .section-banner .btn-invert-blue:nth-child(2) {
        color: #fff;
        background-color: #0c4da1;
        margin: 0 auto;
        display: block;
        width:fit-content;
        margin-top: 10px;
    }
}

@media (max-width:500px) {

    .home .section-banner .banner-image {
            height: 180px;
            background-size: 100%;
        }
    }
    

@media (max-width:420px) {

    .home .section-banner .banner-image {
            height: 177px;
            background-size: 100%;
        }
}   
main.checkout-process .main-content .section-checkout .btn-orange {
    margin-top: 20px;
}
#embed-target {
    position: fixed;
    top:50%;
    left: 50%;
    width: 50%;
    border: 1px solid black;
}
#hostedPaymentModal  .modal-body {
	max-height:500px !important;
}

.qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
    background: #f5f7fb;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.redirect-box {
    background: #fff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    max-width: 420px;
    width: 100%;
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Pulse animated circle - using your colors */
.pulse-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #eef2ff;
    border: 8px solid #003E92;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto;
    animation: pulse 1s infinite ease-in-out;
}

@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.07); }
    100% { transform: scale(1); }
}

.redirect-icon {
    font-size: 40px;
    color: #003E92;
    font-weight: bold;
}
