body {
    font-size: 17px;
    line-height: 30px;
}

/* header */

.navbar .navbar-nav .nav-link {
    font-size: 20px;
}
header .btn.btn-switch-text.btn-small > span {
    padding: 11px 25px 9px;
}
.sticky .header-transparent .header-button .btn {
    background-color: var(--dark-gray);
    border-color: rgba(23, 23, 23, 0.20);
    color: var(--white);
}
.sticky .header-transparent .header-button .btn:hover {
    background-color: var(--dark-gray);
    color: var(--white);
    border-color:  var(--dark-gray);
}
/* heading */
h1, .h1 {
    line-height: 4rem;
}
h2 {
    line-height: 3.2rem;
}
/* btn */
[class*="btn-transparent"], [class*=" btn-transparent"] {
    font-weight: 500;
}
.btn i {
    top: 0px;
}
.btn.btn-switch-text.btn-extra-large > span {
    font-size: 18px;
    padding: 19px 32px 16px;
}
.btn.btn-switch-text.btn-large > span {
    font-size: 17px;
    padding: 17px 28px 14px;
}
.btn.btn-switch-text.btn-medium > span {
    font-size: 16px;
    padding: 15px 24px 12px;
}
.btn.btn-switch-text.btn-small > span {
    font-size: 14px;
    padding: 13px 20px 11px;
}
.btn.btn-switch-text.btn-very-small > span {
    font-size: 13px;
    padding: 10px 18px 7px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-hover-animation-switch .btn-icon i {
    font-size: 24px;
    line-height: 0;
    top: -2px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 5px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 5rem;
    line-height: 5rem;
}
.page-title-extra-large h2 {
    font-size: 15px;
    line-height: 26px;
}
/* border color */
.border-color-extra-medium-gray {
    border-color: #c7c2bf !important;
}
/* bg color transparent */
.bg-base-color-transparent {
    background: rgba(211,145,33,0.9);
}
.text-outline-base-color-background {
    -webkit-text-fill-color: var(--base-color);
}
.subscribe-popup .newsletter-style-05 .submit {
    font-size: 17px;
}
/* portfolio */
.portfolio-filter li {
    padding: 0 35px;
}
/* top right bottom left */
.top-minus-35px {
    top: -35px;
}
/* review */
.review-star-icon i {
    letter-spacing: 1px;
}
/* categories */
.categories-btn {
    line-height: 21px;
    letter-spacing: 0;
    padding: 3px 14px 4px;
}
/* blog comment */
.blog-comment li .btn-reply {
    padding: 6px 20px 7px;
}
/* footer */
footer {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    color: #aaa;
    background-image: url('../images/footer-bg.jpg');
}

.footer-curve {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

footer svg {
    display: block;
    width: 100%;
    height: auto;
}

.footer-content {
    padding: 100px 20px;
}


.footer-bg {
    -webkit-clip-path: ellipse(100% 100% at 50% 100%);
    clip-path: ellipse(100% 100% at 50% 100%);
}
footer .footer-logo img {
    max-height: 140px;
}
footer .elements-social .medium-icon li {
    margin: 0 3px;
}
footer .social-icon-style-09 ul.light li a {
    background: rgba(255, 255, 255, 0.1);
    border: none;
}
.footer-navbar li a:hover {
    color:  var(--white);
}

.footer-navbar a.active {
    color: var(--white);
}

/* team style */
.team-style-05:hover img {
    filter: grayscale(100%);
}
/* margin */
.mt-minus-2px {
    margin-top: -2px;
}
/* map */
.infowindow .mb-3 {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0;
}
.infowindow p {
    font-size: 17px;
    letter-spacing: 0;
}
.google-maps-link a {
    font-size: 13px;
    letter-spacing: 1px;
}
/* media query responsive */
@media (max-width: 1199px) {
    header .btn.btn-switch-text.btn-small > span {
        padding: 10px 15px 8px;
    }
}
@media (max-width: 991px) {
    header .btn.btn-transparent-white-light {
        background-color: var(--dark-gray);
        border-color: rgba(23, 23, 23, 0.20);
        color: var(--white);
    }
    header .btn.btn-transparent-white-light:hover {
        background-color: var(--dark-gray);
        color: var(--white);
    }

    .footer-bg {
        -webkit-clip-path: ellipse(200% 100% at 50% 100%);
        clip-path: ellipse(200% 100% at 50% 100%);
    }

}
@media (max-width: 767px) {
    .portfolio-filter li {
        padding: 0;
        margin-bottom: 5px;
    }
    .sm-text-outline-width-1px {
        -webkit-text-stroke-width: 1px;
    }
}
@media (max-width: 575px) {
    .video-icon-large .video-icon {
        width: 75px;
        height: 75px;
    }
    .video-icon .video-icon-sonar .video-icon-sonar-bfr {
        top: -30px;
        left: -30px;
    }
    .xs-w-320px {
        width: 320px !important
    }
    .xs-h-320px {
        height: 320px !important;
    }
    .btn.btn-switch-text.btn-extra-large > span {
        font-size: 17px;
        padding: 14px 22px 11px;
    }
}

/* custom */

.product-price del, .product-subtotal del {
    font-size: 16px;
    line-height: 1;
    opacity: 0.6;
    display: block;
}

.buy-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    border-radius: var(--main-radius);
    background: var(--red);
    color: #fff;
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 1px var(--red) solid;
    transition: all 0.3s ease;
}

.cart-btn:hover {
    background: var(--red-hover);
    border: 1px var(--red-hover) solid;
    transition: all 0.3s ease;
}

.buy-btn-minus {
    border-radius: var(--main-radius);
}

.remove-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: var(--red);
    color: #fff;
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;
    border: 1px var(--red) solid;

}

.success-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    gap: 8px;
    color: var(--green);
    text-align: center;
    height: 40px;
    width: 100%;
    line-height: 1;
    padding: 0;
    margin: 0;

}

.price-btn {
    display: none;
}


.price-increase-decrese-group {
    padding: 0px 0px;
    border-radius: var(--main-radius);
    width: 100%;
    position: relative;
    border: 1px var(--extra-medium-gray) solid;
    background: #fff;
}

.price-increase-decrese-group .disabled {
    opacity: 0.35;
    color: #aaa;
}

.price-increase-decrese-group button {
    cursor: pointer;
    outline: none;
    background: transparent;
    height: 38px;
    width: 38px;
    padding: 0;
    line-height: 1;
    border: none;
    display: block;
    color: #000;
}


.price-increase-decrese-group button:hover {
    background: var(--very-light-gray);
}

.price-increase-decrese-group button:focus {
    outline: none;
    box-shadow: none;
}
.price-increase-decrese-group input {
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 0px;
    text-align: center;
    background: transparent;
    color: #000;
    line-height: 38px;
    width: 100%;
}

.counter_overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: var(--main-radius);
    opacity: 1;
    background: #fff url('../images/loader_black.svg') no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 10;
}

.cart-products .price-increase-decrese-group {
    width: 120px;
}

.cart-btn-toggle {
    position: relative;
}

.product-element .cart-btn-toggle {
    width: 60%;
}

.product-details-content .cart-btn-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}



.product-details-content .buy-btn, .product-details-content .remove-btn {
    /*width: 240px;*/
}

.product-details-content h2 {
    font-size: 36px;
    line-height: 1.5;
    margin-bottom: 0;
}

.width-buy-short {
    width: 240px !important;
}

@media (max-width: 991px) {

    .width-buy-short {
        width: 100% !important;
    }

    .product-details-content .cart-btn-toggle {
        display: block;
    }

    .product-details-content .buy-btn, .product-details-content .remove-btn {
        width: 100%;
    }

    .success-btn {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}


.product-details-content .buy-btn, .product-details-content .remove-btn {
    height: 56px;
    font-size: 18px;
}

.product-details-content .price-increase-decrese-group {
    margin-bottom: 0px;
    line-height: 54px;
    justify-content: space-between;
}

.product-details-content .price-increase-decrese-group input {
    color: #000;
    font-size: 20px;
    width: 100%;
    line-height: 52px;
}

.product-details-content .price-increase-decrese-group button {
    width: 54px;
    height: 54px;
}

.product-details-content label {
    font-size: 15px;
    line-height: 1;
}

.product-element {
    background: #fff;
    padding: 10px 10px 30px 10px;
    border-radius: var(--card-radius);
    border: 1px #f1f1f1 solid;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.product-item {
    background-color: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: var(--inner-radius);
}
.product-item .product-thumb {
    position: relative;
    text-align: center;
    padding: 0;

}

.product-item .product-thumb .thumb-container {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.product-item .product-thumb .thumb-container a {
    display: block;
}
.product-item .product-thumb .thumb-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-section .price {
    font-size: 20px;
    line-height: 22px;
}

.product-section .old-price {
    font-size: 14px;
    padding-left: .25rem;
}

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

.bottom-line {
    position: relative;
}

.bottom-line:before {
    content: ' ';
    width: 100%;
    height: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: var(--base-color);
    z-index: 100;
}




.page-content {
    min-height: calc(100vh - 397px);
}
.cursor-pointer {
    cursor: pointer;
}

input[disabled] {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.grecaptcha-info {
    font-size: 12px;
    line-height: 1.2;
    color: #999;
}

#sendOrderSpinner {
    padding: 16px 0;
    display: none;
}

#sendOrderSpinner .loader {
    background: url('../images/loader_black.svg') no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 28px;
    display: flex;
    vertical-align: top;
}

#sendOrderSpinner .text {

}


.order-status-badge {
    display: flex;
}

.order-dynamic-color-wait {
    background-color: #f5ba4e !important;
    color: #fff;
}

.order-dynamic-color-prepare {
    background-color: #f5ba4e !important;
    color: #fff;
}

.order-dynamic-color-delivery {
    background-color: #f5ba4e !important;
    color: #fff;
}

.order-dynamic-color-done {
    background-color: #45A245 !important;
    color: #fff;
}

.order-dynamic-color-cancel {
    background-color: #961313 !important;
    color: #fff;
}

.border-card {
    border: 1px #eeeeee solid;
}

.course-item p {
    margin-bottom: 0 !important;
}

.course-item .pincode {
    border-radius: 4px;
    padding: 15px 20px;
    background: var(--base-color);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    text-align: center;
}

.course-item .pincode .desc {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}

.course-item.last-dates {
    opacity: 70%;
    color: #777;

}

.course-item.last-dates .pincode {
    background: #aaa;
}

.order-info-extra {

}
.feature-box-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.feature-box-content.about {
    min-height: 156px;
}

.slider-overlay::before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0) 100%);
}

.slider-overlay .container {
    position: relative;
    z-index: 2; /* Контент поверх оверлея */
}

.product-section {
    padding: 60px 0;
}

.product-section:nth-child(even) {
    background: #faf8f2;
}

.box-layout {
    padding: 0 85px;
}

@media (max-width: 1600px) {

    .box-layout {
        padding: 0;
    }

}


/*------Menu------------------------------------------------*/
.hero-menu_header:before {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    width:1px;
    background:rgba(255,255,255,0.3)
}
.hero-menu_header {
    padding:40px 30px 50px;
    margin-top: 0;
    overflow: hidden;
}
.single-menu .hero-menu_header {
    padding: 0;
    margin-bottom:0px;
}
.hero-menu_header li{
    width:100%;
    text-align:left;
    color:#fff;
    font-size:16px;
    font-weight: 600;
    line-height: 1;
    position:relative;
}
.single-menu .hero-menu_header li {
    width:auto;
    display:inline-block;
    margin:0;
}
.single-menu .hero-menu_header li a.category-scroll {
    margin:0 6px;
}

.single-menu .hero-menu_header ul {
    display:inline-table;
    padding:10px;
    background:#fff;
    position:relative;
    width: 100%;
}

.hero-menu_header li:last-child {
    margin-bottom:0;
}
.hero-menu_header li a {
    color:#fff;
    position:relative;
}
.single-menu .hero-menu_header li a{
    background: #faf8f2;
    border-radius: var(--main-radius);
    color:#705200;
    padding: 6px 15px;
}
.hero-menu_header li a span {
    font-size:10px;
    position:absolute;
    left:-20px;
    bottom: 4px;
    color: var(--medium-gray);
}
.single-menu .hero-menu_header li a span {
    font-size:12px;
}

.hero-menu_content {
    margin-top:50px;
    padding-left:80px;
}
.hero-menu-item {
    margin-bottom:16px;
    position:relative;
}
.single-menu .hero-menu-item {
    margin-bottom:20px;
}
.single-menu .hero-menu-item:nth-child(even) {

}
.single-menu .hero-menu_content {
    padding:60px 30px 40px;
    margin-bottom:20px;
    margin-top:0;
    background:#f9f9f9;
    border:1px solid #eee;
}
.hero-menu-item-title h6{
    color:#fff;
    font-size:16px;
    font-weight:600;
    position:relative;
}
.hero-menu-item-title span.weight_unit {
    color: #d1d1d1;
}
.hero-menu-item-title h6 a {
    color:#fff;
}
.single-menu .hero-menu-item h6 {
    color:#000;
    font-size:17px;
}
.hero-menu-item-title h6 span {
    position:absolute;
    left:-60px;
    top:0;
}
.single-menu .hero-menu-item-title h6 span {
    left:0;
}
.hero-menu-item-price {
    font-size:18px;
    position:relative;
}
.hero-menu-item-price del {
    opacity: 0.7;
    display: block;
    font-size: 15px;
    margin-top: 8px;
}
.single-menu .hero-menu-item .hero-menu-item-price {
    font-size:22px;
    text-align: right;
    line-height: 1;
}
.single-menu .hero-menu-item .hero-menu-item-price .currency {
    font-size: 16px;
}

.hero-menu-item-details p{
    color:rgba(255,255,255,0.8);
    text-align:left;
    max-width:400px;
    font-weight:300;
}
.single-menu .hero-menu-item .hero-menu-item-details p {
    color:#000;
    font-weight:400;
}
.hero-menu-item-details {
    color: rgba(255, 255, 255, 0.5);
}


.header-breadcrumbs {
    width: 100%;
    position: relative;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: auto;
    text-align: center;
}


.breadcrumb-wrap {

    position: relative;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: auto;

}

.header-breadcrumbs::-webkit-scrollbar, .breadcrumb-wrap::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.single-menu .hero-menu_header li a.active {
    color: #fff;
    background: var(--base-color);
}

.breadcrumb {
    background-color: transparent;
    margin:0;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.cat-slide-menu {
    margin-top: 60px;
}

.cat-slide-menu.fixed-top {
    margin-top: 0;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 8;
    box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.06);
    background: #fff;
}

.fixed-top {
    z-index: 9;
}

.cat-slide-menu-overlay.fixed {
    height: 110px;
}

.terms-block {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #F7F0E2;
    color: #000;
    padding: 20px 0px;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    line-height: 1.5;
}

.terms-block-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10000;
    opacity: 0.6;
    cursor: pointer;
}

.terms-block-close:hover {
    opacity: 1;
}

.grecaptcha-badge { visibility: hidden; }

.productModal {
    cursor: pointer;
}

.modal-dialog-bottom {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2);

}
.modal-dialog-bottom .modal-content {
    overflow: initial;
    border: none;
    border-radius: var(--card-radius);
}

.modal-dialog-bottom .modal-content .modal-header {
    padding: 40px 40px 0 40px;
}


.modal-dialog-bottom .modal-content .modal-body {
    padding: 20px 40px 40px 40px;
}

.modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-header {
    padding: 1rem;
}


.modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-body {
    padding: 0.5rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.modal-dialog-bottom.mdb-fullscreen .modal-content {
    height: 60% !important;
}

.modal-dialog-bottom.mdb-fullscreen-mobile .modal-content {

}

.product-button-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: #f7f7f7;
    border-radius: 100%;
    padding: 0;
    width: 32px;
    opacity: 1;
    border: none;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.energy-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}

.energyBlock h6 {
    font-size: 18px;
    line-height: 0;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.energyBlock span {
    color:#999;
    font-size: 14px;
    margin: 0;
}

.cart-prices {
    margin-top: 20px;
    margin-bottom: 20px;
}
.description-review-area {
    padding-top: 20px;
    padding-bottom: 20px;
}
.description-review-area p {
    margin-bottom: 10px;
}
.description-review-area p:last-child {
    margin-bottom: 0;
}
.description-review-area ul {
    padding-left: 40px;
    margin-bottom: 30px;
}
.description-review-area ul li {
    position: relative;
}
.description-review-area ul li:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: var(--base-color);
}

.description-review-area .product-anotherinfo-wrapper {
    margin-bottom: 30px;
}

@media(max-width: 1200px) {

    .cart-prices {
        margin-bottom: 0px;
    }

    .product-element .cart-btn-toggle {
        width: 80%;
    }

    .modal-dialog-bottom.mdb-fullscreen .modal-content {
        height: 90% !important;
    }

}

@media(min-width: 768px) {
    .cart-prices {
        position: initial !important;
    }
}

@media (max-width: 991.98px) {

    .subtitle-line {
        margin-bottom: 24px;
    }

    .energy-wrap {
        margin-top: 15px;
    }

    .modal-dialog-bottom {
        display: flex;
        align-items: flex-end;
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .product-button-close {
        right: 18px;
    }

    .modal-dialog-bottom .modal-content {
        border-radius: var(--card-radius) var(--card-radius) 0 0;
        border: none;
    }





    .modal-dialog-bottom .modal-footer {
        border-radius: 0;
    }

    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content {
        padding-top: 0;

    }

    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-header {
        /*padding: 0;*/
    }


    .modal-dialog-bottom.modal-dialog-smallpadding .modal-content .modal-body {
        padding: 0;
        margin-top: 1.5rem;
        margin-bottom: 0;
    }

    .product-popup .product-zoom-info-container {
        /*margin-top: -1.2rem;*/
    }

}

@media(max-width: 767px) {

    .product-element {
        padding: 10px 10px 20px 10px;
    }

    .product-element .cart-btn-toggle {
        width: 90%;
    }

    .energyBlock h6 {
        font-size: 16px;
        line-height: 0;
        margin-top: 10px;
    }

    .energyBlock span {
        font-size: 11px;
        line-height: 11px;
    }

    .cart-prices {

        bottom: 0px;
        z-index: 12;
        background: #fff;
        padding-bottom: 8px;
        padding-top: 8px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        border-top: 1px #ddd solid;

    }

    .cart-prices .price-button-group{

    }

    .product-popup .cart-prices {
        bottom: 0;
    }

    .description-review-area {
        padding-bottom: 75px;
    }

}

@media(max-width: 360px) {

    .modal-dialog-bottom .modal-content .modal-header {
        padding: 20px 20px 0 20px;
    }


    .modal-dialog-bottom .modal-content .modal-body {
        padding: 20px 20px 20px 20px;
    }

    .product-details-content .quantity, .product-details-content .article, .subtitle-line .product-rating {
        font-size: 14px;
    }

    .product-details-content .price-increase-decrese-group input {
        font-size: 16px;
    }

}

@media(max-width: 330px) {
    .energyBlock h6 {
        font-size: 14px;
        line-height: 0;
        margin-top: 10px;
    }

    .energyBlock span {
        font-size: 10px;
        line-height: 10px;
    }
}

@media(max-width: 310px) {
    .product-details-content .quantity, .product-details-content .article, .subtitle-line .product-rating {

    }

    .product-details-content .price-increase-decrese-group button {
        width: 30px;
        padding-left: 3px;
        padding-right: 3px;
    }

    .subtitle-line {
        display: block !important;
    }

    .product-details-content .quantity, .product-details-content .article {
        display: inline-block;
    }

    .product-details-content .quantity {
        margin-right: 5px;
    }


}

.modal {
    overflow: hidden;
}

.modal.fade .modal-dialog {
    /*transform: scale(0);*/
    /*opacity: 0;*/
    /*-webkit-transition: all .25s linear;*/
    /*-o-transition: all .25s linear;*/
    /*transition: all .25s linear;*/
    transition: transform .1s linear;
    transform: translate(0px,50px);
}

.modal.show.fade .modal-dialog {
    opacity: 1;
    transform: scale(1);
}

.product-info .sku {
    color: var(--medium-gray);
    font-size: 16px;
    line-height: 1;
}


.product-slider-container {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: var(--inner-radius);
}

.product-slider-container.product-slider::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: #fff url(../images/loader_black.svg) no-repeat;
    background-position: center center;
    background-size: auto;
}

.product-slider-container.product-slider .swiper-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-slider-container-container .swiper-slide .banner-content-area {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    width: 100%;
}
.product-slider-container .swiper-slide .banner-content-area .slider-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.product-slider-container .swiper-slide .banner-content-area .container {
    position: relative;
    z-index: 2;
}
.product-slider-container .swiper-pagination {
    display: flex;
      width: auto;
    left: initial;
    right: 20px;
    bottom: 20px;
    position: absolute;
    transform: none !important;
}

.product-slider-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    opacity: 0.3;
    background-color: #fff;
}

.product-slider-container .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.25;
    background-color: #808080;
}

.product-slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #808080;
    opacity: 0.75;
}

.description-review-area h4 {
    color: #000;
    margin-bottom: 16px;
    font-size: 24px;
}
.product-zoom-info-section {
    /*background: #fff;*/
}


.input-item.radio {
    position: relative;
}
.input-item.radio input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}
.input-item.radio label {
    position: relative;
    padding-left: 22px;
    line-height: 1.5;
}
.input-item.radio label:after {
    content: "";
    left: 0px;
    top: 5px;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/svg/radiobutton-unactive.svg') no-repeat;
    background-size: contain;
}

.input-item.radio:hover label:after {
    content: "";
    left: 0px;
    top: 5px;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/svg/radiobutton-hover.svg') no-repeat;
    background-size: contain;
}

.input-item.radio input[type=radio]:checked ~ label:after {
    content: "";
    left: 0px;
    top: 5px;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url('../images/svg/radiobutton-selected.svg') no-repeat;
    background-size: contain;

}


.checkoutAddressEdit {
    padding: 12px 25px;
    width: 100%;
    max-width: 100%;
    resize: none;
    outline: none;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    color: var(--medium-gray);
    line-height: inherit;
    word-break: normal;
    -webkit-transition: 0.3s;
    transition: 0.3s;

    display: block;
    font-weight: 400;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: var(--main-radius);
}

.checkoutAddressEdit:hover {
    cursor: pointer;
}

.checkoutAddressEdit::before {
    content: '';
    position: absolute;
    background: url('../images/svg/edit.svg') no-repeat;
    background-size: contain;
    background-position: center;
    width: 16px;
    height:100%;
    right: 20px;
    top:0;
}

.checkoutAddressEdit.is-invalid {
    border-color: #dc3545;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    outline: none !important;
    box-shadow: none;
    border-color: var(--base-color);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid var(--base-color);
    -webkit-text-fill-color: #212529;
    -webkit-box-shadow: 0 0 0px 1000px #F7F0E2 inset;
    transition: background-color 5000s ease-in-out 0s;
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
    border-radius: var(--main-radius);
}

.checkout-item {
    border-bottom: 2px #ddd dotted;
    line-height: 18px;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-form .shop-closed {
    margin-top: 0;
}

.billing-form .shop-closed .input-item {
    margin-bottom: 4px;
}

.billing-form .shop-closed .sc-message {
    color:#fff;
    background: #be0015;
    padding: 4px;
    border-radius: var(--main-radius);
    line-height: 1;
    font-size: 12px;
    text-align: center;
}

.coupon-input {
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-left: 20px !important;
}

.sitebar-cart .cart-product-item {
    padding: 1rem;
    border-bottom: 1px solid #ececec;
    position: relative;
    opacity: 1;
}

.sitebar-cart .cart-product-item.active {
    opacity: 0.5;
}

.sitebar-cart .cart-product-item.inactive .product-price {
    opacity: 0.2;
}

.sitebar-cart .cart-product-item .close-item {
    position: absolute;
    right: 0px;
    top: 1px;
    line-height: 1;
    cursor: pointer;
    z-index: 1;
}

.sitebar-cart .cart-product-item .cart-addons-list {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
}

.sitebar-cart .cart-product-item .cart-addons-list a.showAddons {
    color: var(--red);
    font-size: 14px;
}

.cart-item.sitebar-cart .cart-product-item .close-item {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.sitebar-cart .cart-product-item .thumb img, .order-info-extra img {
    border-radius: 6px;
}

.sitebar-cart .cart-product-item .product-content .product-title {
    font-size: 15px;
    line-height: 18px;
    color: #363636;
}
.sitebar-cart .cart-product-item .product-content .product-cart-info {
    font-size: 13px;
    color: #bebebe;
}
.sitebar-cart .product-price {
    font-size: 18px;
    line-height: 1;
    margin-top: 11px;
}

.sitebar-cart .product-price-one {
    font-size: 16px;
    line-height: 1;
    margin-top: 5px;
}

.cart-item.sitebar-cart .product-price {
    margin-top: 0;
}

@media(max-width: 767px) {
    .cart-item.sitebar-cart .product-price {
        margin-top: 15px;
    }
    .cart-item.sitebar-cart .cart-product-item .close-item {
        position: absolute;
        right: 10px;
        top: 10px;
        margin-top: 0;
    }
}

.sitebar-cart .product-counter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 11px;
}

.sitebar-cart .product-price-small {
    font-size: 14px;
    line-height: 1;
    margin-top: 0px;
    display: flex;
    color: #808080;
    opacity: 1;
    font-weight: 500;
    align-items: center;
    gap: 4px;
}

.cart-item.sitebar-cart .product-price-small {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sitebar-cart .product-price del {
    color: #bebebe;
    font-weight: 400;
}
.sitebar-cart .product-price span {
    color: #363636;
}
.sitebar-cart .cart-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.sitebar-cart .price-increase-decrese-group {
    padding: 0px 0px;

}

.sitebar-cart .weight_unit {
    padding: 2px 0px 0 8px;
    color:var(--red);
}

.sitebar-cart .cart-btn-toggle {
    max-width: 130px;
}

.sitebar-cart .price-increase-decrese-group button {
    cursor: pointer;
    outline: none;
    border: none;
}
.sitebar-cart .price-increase-decrese-group button:focus {
    outline: none;
    box-shadow: none;
}

.sitebar-cart .price-increase-decrese-group input {
    text-align: center;
}

@media(max-width: 370px) {
    .sitebar-cart .product-price-small {
        font-size: 12px;
        gap: 2px;
    }

    .sitebar-cart .price-increase-decrese-group input {
        font-size: 12px;
        line-height: 28px;
    }

    .sitebar-cart .price-increase-decrese-group button {
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .sitebar-cart .cart-btn-toggle {
        max-width: 110px;
    }

    .sitebar-cart .product-price {
        font-size: 16px;
    }

}


.cart-item.sitebar-cart {
    position: static;
    width: 100%;
    padding: 0px !important;
    height: auto;
}
.cart-item.sitebar-cart .cart-product-container {
    height: auto;
    overflow-y: auto;
}

.cart-item.sitebar-cart .cart-product-container .cart-product-item {
    padding: 10px 25px;
}
.cart-item.sitebar-cart .cart-product-container .cart-product-item > .row:first-child {
    margin-bottom: 10px;
}
.cart-item.sitebar-cart .cart-footer {
    position: static;
}
.cart-item.sitebar-cart .cart-footer .product-other-charge {
    padding: 30px 35px;
}
.cart-item.sitebar-cart .cart-footer .cart-total {
    padding: 30px 35px;
    background-color: #f5f5f5;
}

.cart-total {
    position: relative;
    z-index: 1;
    width: 100%;
}
.cart-total .saving {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.cart-total .saving small {
    font-size: 12px;
}

.cart-total .total-price {
    font-weight: 700;
    font-size: 20px;
    color: var(--red);
    margin-bottom: 5px;
}
.cart-total .procced-checkout {
    background-color: var(--red);
    color: white;
    display: block;
    text-align: center;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 10px;
}
.cart-total .procced-checkout:hover {
    background-color: var(--red);
}

#collapseOrderFee .card {
    text-align: left;
    font-size: 12px;
    line-height: 1.35;
}

#collapseOrderFee .card p {
    margin-bottom: 5px;
}

#collapseOrderFee .card small {
    color: #999;
}


#googlemap {
    height: calc(100vh - 200px);
    max-height: 500px;

}

@media(max-width: 991px) {
    #googlemap {
        height: calc(100vh - 300px);
        max-height: 2000px;
    }
}

#googlemapFinal {
    height: calc(100vh - 200px);

}

@media(max-width: 991px) {
    #googlemapFinal {
        max-height: calc(100vh - 300px);
    }
}

#googlemapStatic {
    height: 150px;
    border-radius: .375rem;
    margin-bottom: 12px;
    cursor: pointer;
}

.gm-style-iw-a {
    display: none;
}
.gm-style-cc {
    display: none;
}

.googlemapPinStatic {
    width: 100%;
    height: 100%;
}

.googlemapPinStatic:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url('../images/svg/map_pin.svg') no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
}

.googlemapPinText {
    pointer-events: none;
    border-radius: 4px;
    background: #fff;
    text-align:center;
    font-size: 16px;
    line-height: 24px;
    font-family: "Onest";
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px #ddd solid;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}

.googlemapPinText::before {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #ddd transparent transparent transparent;
}

.googlemapPinText::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.googlemapPinTextBalance {
    pointer-events: none;
    height: 36px;
    width: 1px;
}

.googlemapPin {
    background: url('../images/svg/map_pin.svg') no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    pointer-events: none;
    margin-bottom: 30px;
}

.googlemapPin.loading {
    background: url('../images/svg/map_pin_loader.svg') no-repeat;
    background-position: bottom;
    background-size: contain;
    width: 32px;
    height: 32px;
    pointer-events: none;
}

.product-item .product-thumb .batch {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    /*pointer-events: none;*/
}

.batch {
    text-align: center;
    border-radius: 1px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.batch span {
    padding: 4px 5px;
    font-size: 9px;
    text-transform: uppercase;
    color: white;
    background-color: var(--red);
    font-weight: 400;
    line-height: 1;
}

.batch span.discount {
    display: inline-block;
    position: relative;
    background: var(--red);
    margin-right: 0px;
    padding: 0 0px 0 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    height: 18px;
    min-width: 36px;
    text-align: left;
    line-height: 18px;
    border-radius: 10px;
}

.product-zoom-area .batch span.discount {
    margin-right: -15px;
    padding: 0 0px 0 5px;
    min-width: 40px;
}

.product-popup .product-zoom-area .batch span.discount {
    margin-right: -10px;
    padding: 0 0px 0 5px;
    min-width: 36px;
}

.product-zoom-area .batch {
    position: absolute;
    right: 15px;
    top: 20px;
    z-index: 1;
}

.product-popup .product-zoom-area .batch {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}

.cart-markers {
    display: flex;
    gap: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.cart-markers span {
    display: flex;
    gap: 10px;
}

.border-radius-main {
    border-radius: var(--main-radius);
}

.border-radius-card {
    border-radius: var(--card-radius);
}

.navbar .navbar-nav .nav-link {
    font-weight: 500;
}

@media (max-width: 767px) {
    header .navbar-brand.chef-logo img {
        width: 100px;
        margin-top: -40px;
    }

    header.scrolled .navbar-brand.chef-logo img {
        width: 100px;
        margin-top: -30px;
    }
}

@media(max-width: 480px) {

    .cart-markers span {
        font-size: 12px;
    }
}

@media(min-width: 768px) and (max-width: 930px) {
    .product-popup .cart-markers span {
        font-size: 12px;
        line-height: 12px;
        align-items: center;
        width: 25%;

    }
}

@media(max-width: 460px) {

    .cart-markers span {
        flex-direction: column;
        width: 25%;
        line-height: 12px;

    }

    .product-section .price {
        font-size: 16px;
        line-height: 20px;
    }

    .product-section .old-price {
        font-size: 13px;
    }

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

}

@media(max-width: 400px) {
    .product-section .price {
        font-size: 14px;
        line-height: 20px;
    }

    .product-section .old-price {
        font-size: 12px;
        padding-left: .15rem;
    }


}


@media(max-width: 290px) {
    .cart-markers span {
        font-size: 10px;
        line-height: 10px;

    }
}



.br-wrapper {
    margin-top: 7px;
}

.br-theme-cs-icon .br-widget {
    height: 40px;
    white-space: nowrap;
    display: flex;
    gap: 8px;

}

.br-theme-cs-icon .br-widget a {
    width: 40px;
    height: 40px;
    background: url('../images/svg/comment-star-gray.svg') no-repeat;
    background-size: contain;
}

.br-theme-cs-icon .br-widget a.br-active,
.br-theme-cs-icon .br-widget a.br-selected {
    background: url('../images/svg/comment-star.svg') no-repeat;

    background-size: contain;
}

.br-theme-cs-icon .br-widget .br-current-rating {
    /*display: flex;*/
    display: none;
    /*margin-left: 10px;*/
    /*width: 32px;*/
    /*text-align: center;*/
    /*font-size: 24px;*/
    /*color: var(--eazy-color-primary);*/
    /*font-weight: 700;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 0px;*/
    /*align-content: center;*/
    /*justify-content: space-around;*/
}

.br-theme-cs-icon .br-readonly a {
    cursor: default; }

.br-theme-cs-icon.sm .br-widget {
    height: 18px; }
.br-theme-cs-icon.sm .br-widget a {
    font-size: 16px; }

@media(max-width: 1400px) {
    .signin-option a {
        font-size: 14px;
    }
}

@media(max-width: 460px) {
    .br-theme-cs-icon .br-widget {
        height: 40px;
    }

    .br-theme-cs-icon .br-widget a {
        font-size: 40px;
    }
}

@media(max-width: 330px) {
    .br-theme-cs-icon .br-widget {
        height: 20px;
    }

    .br-theme-cs-icon .br-widget a {
        font-size: 20px;
    }
}


.review-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px; /* чтобы кнопка не прыгала по ширине */
}

.loader-in-button {
    display: none; /* скрыт по умолчанию */
    margin-right: 8px;
}

.review-submit.loading .loader-in-button {
    display: inline-block;
}

.review-submit.loading .button-text {
    opacity: 0.6;
}

.rate-now {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    font-weight: 500;
    color: #000;
    background: #ECECEC;
    border-radius: var(--main-radius);
    padding: 0 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;

}

.rate-now:hover {
    cursor: pointer;
    background: #f1f1f1;
    color: #444;
}


.review-comments-section h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}

.review-comments-section .comments-rating {
    color: var(--eazy-color-primary);
    margin-left: 20px;
    margin-right: 30px;
    float:right;
}

#showMoreComments {
    display: none;
}

.review-comment-item {
    border: 1px solid #E3E3E3;
    padding: 24px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: var(--main-radius);
}

.review-comment-item.hidden {
    display: none;
}

@media only screen and (min-width: 768px) {
    .review-comment-item {
        text-align: left;
    }

}

.review-comment-item .thumb {
    width: 100px;
    display: inline-block;
    margin-bottom: 20px;
}
.review-comment-item .thumb img {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .review-comment-item .thumb {
        display: block;
        margin-bottom: 0;
    }
}
.review-comment-item .content {
    text-align: left;
}

.review-comment-item .rating-text {
    display: flex;
    margin-left: 0px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #484848;
    font-weight: 700;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
}

@media only screen and (min-width: 768px) {
    .review-comment-item .content {
        width: 100%;
        text-align: left;
    }
}
.review-comment-item .content .head {
    margin-bottom: 0;
}
.review-comment-item .content .head .rating i {
    color: #F5A623;
}
.review-comment-item .content .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.review-comment-item .content .post-time {
    font-size: 16px;
    line-height: 25px;
    color: #808080;

}
.review-comment-item .content .review-body p {
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
}
.review-comment-item .content .review-body p:last-child {
    margin-bottom: 0;
}

.commentRate {
    color: #ddd;
    float: left;
    display: flex;
}

.commentRate.widthRate {
    width: 80px;
}

.commentRate .rating-color {
    color: var(--eazy-color-primary);
}
.btn-check-comments {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
    width: auto;

}

.btn-check-comments.disabled + .btn-outline-theme-gray {
    opacity: 0.4;
    pointer-events: none;
}


.btn-check-comments + .btn-outline-theme-gray {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: var(--main-radius);
}

.btn-check-comments:checked + .btn-outline-theme-gray {
    border-color: #B9974F !important;
    color: #B9974F !important;

}

.btn-check-comments:checked + .btn-outline-theme-gray span {
    color: #B9974F !important;

}

.ratings-rate {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

@media(max-width: 575px) {
    .ratings-rate, .btn-check-comments + .btn-outline-theme-gray {
        font-size: 14px;
        line-height: 20px;

    }

    .btn-check-comments + .btn-outline-theme-gray {
        padding-left: 6px;
        padding-right: 6px;
    }

    .btn-outline-theme-gray span {
        margin-left: 0;
    }

}


@media(max-width: 400px) {
    .ratings-rate, .btn-check-comments + .btn-outline-theme-gray {
        font-size: 13px;
        line-height: 20px;
    }
}

.product-comment-title {
    font-size: 20px;
    line-height: 1.25;
}

.text-title {
    color: var(--title-color);
}

.product-section .price {

}


.single-menu .hero-menu_header li a {
}

.btn {
    font-family: var(--primary-font);
}

.product-item .product-thumb .product-rating {
    position: absolute;
    left: 10px;
    bottom: -3px;
    font-size: 15px;
    line-height: 1;
    padding: 3px 3px 0px 3px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 1px -2px 4px 0px rgb(0 0 0 / 3%);
    cursor: pointer;
}

.product-item .product-thumb .product-rating span {
    margin-right: 2px;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.product-item .product-thumb .product-rating a {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #aaa;

}
.product-item .product-thumb .product-rating a:hover {
    color: #aaa;
}

.subtitle-line .product-rating {
    font-size: 16px;
    line-height: 1;
    color: var(--eazy-color-primary);
}

.subtitle-line .product-rating a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--eazy-color-primary);
}

.subtitle-line .product-rating a i {
    height: 20px;
    color: var(--eazy-color-primary);
}

.subtitle-line .product-rating span {
    color: #484848;
    font-weight: 500;
    padding-right: 12px;
}

.subtitle-line .product-rating a:hover{
    color: inherit;
}
.writeComment {
    cursor: pointer;
}


.section-with-shape-divider {
    position: relative;
    overflow: hidden;
}



.section-with-shape-divider .shape-divider {
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 0;
}

.section-with-shape-divider .shape-divider svg {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translate3d(-50%, 0, 0);
}



.section-with-shape-divider .shape-divider.shape-divider-bottom {
    top: auto;
    bottom: -4px;
    height: 500px;
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-y {
    transform: rotateY(180deg);
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-x {
    transform: rotateX(180deg);
}

.section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
    transform: rotateY(180deg) rotateX(180deg);
    height: 1000px;
}

.banner-height {
    height: 550px !important;
}

@media (max-width: 500px) {
    .section-with-shape-divider .shape-divider.shape-divider-bottom {
        height: 180px;
    }

    .section-with-shape-divider .shape-divider.shape-divider-reverse-xy {
        height: 900px;
    }

    .banner-height {
        height: 150px !important;
    }
}

.section-with-shape-divider .container {
    position: relative;
    z-index: 1;
}

.checkout-item .cart-addons-list {
    font-size: 13px;
    line-height: 1.4;
    color: #888;
}