.block_new_product .catalog-item-photo.color_block_first h3 {
    margin-right: 20px;
}

.block_new_product .catalog-item-photo.color_block_first p {
    margin-left: 40px;
    margin-right: 20px;
}

@media (max-width: 550px) {
    .cart-remove {
        top: auto !important;
        left: auto !important;
        right: 18px !important;
        bottom: 20px !important;
    }
}

.view-pass {
    position: absolute;
    bottom: 5px;
    right: 10px;
    cursor: pointer;
}

.btn__icon--view {
    height: 28px;
    width: 28px;
}

::-webkit-scrollbar {
    height: 10px;
    width: 7px
}

::-webkit-scrollbar-thumb {
    background: #b7c06f;
    cursor: pointer
}

#checkout-button {
    background: #B7D58F !important;
    border: transparent !important;
    color: #333 !important;
    border-radius: 12px;
    text-align: center;
    outline: 2px solid transparent;
    transition: outline 0.2s ease;
    font-size: 13px !important;
}

#checkout-button:hover {
    color: white;
    outline: 2px solid black;
    background-color: #154339;
}

#content {
    display: flex;
    gap: 16px;
}

@media (max-width: 767px) {
    #content {
        display: block;
        gap: 16px;
    }
}

.subscribe-answer.opensans {
    top: 35px
}

.btn-review {
    background-color: #b7d58f;
    text-align: center;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    outline: 2px solid transparent;
    transition: outline 0.2s ease;
    -webkit-align-items: center;
    align-items: center;
    height: auto;
    text-decoration: none;
    justify-content: center;
    min-height: 43px;
    border-radius: 12px;
    padding: 20px;
}

.btn-review:hover {
    background-color: #154339;
    outline: 2px solid black;
    color: white;
}

.btn-review-position {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
}

.gallery-reviews-images {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery-reviews-images .m-width {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.m-width {
    margin-right: 10px;
}

.buttons .margin_buttons {
    align-items: end;
}

.main-reviews h1 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.reviews-list .content-block .city {
    color: #8f8f8f;
    margin-top: -15px;
    margin-bottom: 5px;
    font-size: 15px;
}

.reviews-list .footer-info {
    font-size: 0.9em;
    text-align: right;
}

.reviews-list .footer-info img {
    margin-top: 2px;
}

.btn-review-margin {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .btn-review {
        margin: 0 0 40px 0;
    }

    .btn-review-position {
        position: inherit;
        bottom: 0;
    }

    .buttons .margin_buttons {
        align-items: start;
    }

    .reviews-list {
        margin-top: 5em;
    }

}

.images-upload {
    margin-top: 20px;
}

.gallery-reviews-images::-webkit-scrollbar-thumb {
    background: #b7d58f;
}

.footer-bottom-links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
}

.footer-bottom-links__item {
    font-size: 13px;
}

.footer-bottom-links__item:hover {
    text-decoration: underline;
}

@media (max-width: 991.98px) {
    .footer-bottom-links {
        justify-content: center;
        margin-bottom: 50px;
        padding: 30px;
        text-align: center;
    }

    .footer-bottom-links__item {
        margin: 5px;
    }

}

#cookie_notification {
    display: none;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: #ffffffde;
    z-index: 10;
    color: white;
}

.cookie_accept {
    border-radius: 18px;
    background-color: #B7D58F;
    font-family: 'Playfair Display';
    color: #000000;
    width: 250px;
    margin: 0 auto;
    padding: 11px 12px 9px;
}

.cookie_accept:hover {
    outline: 2px solid #333;
}

#cookie_notification p {
    color: black;
}

#cookie_notification a {
    color: #B7D58F;
}

@media (min-width: 576px) {
    #cookie_notification.show {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 575px) {
    #cookie_notification.show {
        display: block;
        text-align: center;
    }

    #cookie_notification {
        bottom: 50px;
    }
}

.green_text {
    color: #B7D58F;
}

.form_text_politics {
    margin: 20px 0;
    font-size: 12px;
}

.telegram-icon,
.vk-icon {
    transition: all 0.3s ease;
    fill: grey;
    stroke: #f6f7f8;
}

.telegram-bg,
.vk-bg {
    transition: all 0.3s ease;
    fill: #f6f7f8;
}

svg:hover .telegram-icon,
svg:hover .vk-icon {
    fill: #b7d58f;
}