:root {
    --color-primary: #E7C4B9;
    --color-primary-light: #FDF1EC;
    --color-primary-darker: #DCAEA0;
    --color-primary-dark: #D19786;
    --color-secondary: #B3BFA4;
    --color-secondary-lighter: #DBE3D0;
    --color-secondary-darker: #627F48;
    --color-active: #282524;
    --color-body: #403C3B;
    --color-label: #5C5857;
    --color-placeholder: #95908E;
    --color-line: #CBC9C8;
    --color-input: #E6E5E5;
    --color-background: #F8F7F7;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../fonts/Jost-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.wrapper {
    font-family: dgJory, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.img-rect {
    object-fit: cover;
}

div.col-6.col-lg-4, div.col-6.col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.header__top {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.navmenu__top__container {
    width: 100%;
}

.navmenu__top {
    padding: 0;
    display: flex;
    justify-content: left;
}

.navmenu__top a {
    margin-right: 15px;
    color: var(--color-label);
    transition: .2s;
}

.navmenu__top a:hover {
    color: var(--color-secondary-darker);
}

.top__info {
    display: flex;
}

.info__phone-link {
    display: none;
    text-decoration: none;
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-label);
}

.top__info div span {
    font-family: dgJory, sans-serif;
}

.info__icon {
    color: var(--color-secondary-darker);
    font-size: 13px;
}

.info__address-link {
    text-decoration: none;
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-label);
}

.info__text {
    font-size: 14px;
    color: var(--color-label);
}

.logo__container {
    margin-top: 3.75rem;
}

.logo__container .container-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo__img {
    width: 100%;
    height: auto;
}

.phone__wrapper {
    text-decoration: none;
    padding: 5px 20px;
    border: 1px solid #DBE3D0;
    border-radius: 10px;
}

.phone__wrapper span {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

.bi-telephone {
    margin-right: 5px;
    color: var(--color-secondary);
    font-weight: 500;
}

.search__input {
    position: relative;
    width: 370px;
}

.input__text {
    padding: 10px 36px 10px 15px;
}

.input__text::placeholder {
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #95908E;
}

.form-control {
    background: var(--color-background);
    border-radius: 10px;
    border: none;
    outline: none;
    transition: none;
}

.form-control:focus {
    background: var(--color-background);
    outline: none;
    border: none;
    box-shadow: none;
}

.bi-search {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    color: var(--color-secondary-darker);
}

.shopping__link {
    text-decoration: none;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    transition: .2s;
    position: relative;
}

.shopping__link:hover, .shopping__link:focus {
    background: var(--color-background);
}

.shopping__link span {
    position: absolute;
    top: 0;
    right: 5px;
}

.shopping__link-cart {
    margin-left: 5px;
}

.badge.rounded-pill.text-bg-danger {
    background-color: #D19786 !important;
}

.sup__menu {
    margin-top: 45px;
}

.scroll {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.scroll::-webkit-scrollbar {
    display: none;
}

.sup__menu__list {
    padding-left: 0;
    display: flex;
}

.sup__menu__item {
    list-style: none;
}

.sup__menu__link {
    display: block;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.75);
    transition: .2s;
}

.sup__menu__link:hover, .sup__menu__link:focus {
    color: var(--color-secondary-darker);
    background: var(--color-background);
    border-radius: 40px;
}

.best__sellers {
    margin-left: 93px;
}

.sup__menu__nav.scroll {
    overflow: visible! important;
    max-width: 100%;
}

.sup__menu__nav.scroll:hover {
    overflow: visible! important;
    max-width: 100%;
}

.top__container {
    max-height: 600px;
    background-color: #d5d4cf;
    background-position: center;
    background-size: cover;
}

.top__container .container .row {
    align-items: center;
}

.top__title {
}

.suptitle__text {
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #000000;
}

.title__text {
    font-size: 4rem;
    line-height: 4rem;
    letter-spacing: -0.02em;
    margin-bottom: 13px;
    color: #000000;
}

.subtitle__text {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    color: #000000;
}

.top__link {
    font-size: 12px;
}

div.top__container div.container div.row div.top__title .top__link:hover {
    background: var(--color-primary-darker);
}

.bi-chevron-right {
    margin-left: 5px;
}

.jenya__container {
    text-align: right;
}

header {
    margin-bottom: 3.75rem;
}

.about-us__title {
    margin-bottom: 3.75rem;
}

.card {
    border: none;
}

.goods__card {
    height: 100%;
    border-radius: 15px;
}

.card__link {
    display: block;
    text-decoration: none;
    text-align: end;
}

.card__link:visited {
    color: #000000;
}

.card__img {
    border-radius: 15px;
    object-fit: cover;
}

.card__title {
    padding: 5px 30px 30px 30px;
    text-align: left;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.card__color {
    margin-bottom: 10px;
}

.card__title.goods__title {
    margin-bottom: 0;
}

.card__color:nth-child(4n+1) .goods__card {
    background-color: var(--color-background) !important;
}

.card__color:nth-child(4n+2) .goods__card {
    background-color: var(--color-primary-light) !important;
}

.card__color:nth-child(4n+3) .goods__card {
    background-color: #FCF7E4 !important;
}

.card__color:nth-child(4n+4) .goods__card {
    background-color: #F3FDEC !important;
}

.featured__wrapper {
    margin-bottom: 30px;
    align-items: center;
}

.section__title {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.005em;
    color: #000000;
}

.featured__arrows {
    text-align: right;
}

.featured__arrows a {
    padding: 0.75rem 1.05rem;
    color: #000000;
    font-size: 1rem;
    font-weight: 500;
    transition: .2s;
}

.featured__arrows a:hover {
    background: var(--color-background);
    border-radius: 10px;
}

.slider1 {
    padding-right: 4px;
    padding-left: 1px;
}

.slider1__heart {
    display: block;
    padding: 8px;
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

.slider1 .slider1__heart a.slider1__link {
    color: #000000;
    text-decoration: none;
}

.slider1__heart .bi-heart:hover {
    color: #FF3F35;
    fill: #FF3F35;
}

.slider1 img {
    border-radius: 15px;
}

.slick-slider1 {
    position: relative;
    padding: 0;
}

.arrows__wrapper {
    display: flex;
    justify-content: flex-end;
}

.arrow__btn {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: .2s;
}

.arrow__btn:hover, .arrow__btn:focus {
    background: #F8F7F7;
    border-radius: 10px;
}

.arrow__btn-pic {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000000;
}

.arrow__next {
    margin-left: 15px;
}

.our__services {
    margin-top: 60px;
}

.our__services-wrapper {
    padding: 60px;
    background: linear-gradient(0deg, #F8F7F7, #F8F7F7), #FFFFFF;
    border-radius: 15px;
}

.service__card {
    display: flex;
    flex-direction: column;
}

.service__pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    background: #FEEAE3;
    border-radius: 50%;
}

.service__text-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.service__text-description {
    font-family: dgJory, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-label);
    margin-bottom: 0;
}

.products {
    margin-top: 3.75rem;
}

.products__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.products__link {
    text-decoration: none;
    color: var(--color-secondary-darker);
    padding: 10px 25px;
    background: var(--color-background);
    border-radius: 24px;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: .2s;
}

.products__link:hover, .products__link:focus {
    color: var(--color-secondary-darker);
    background: var(--color-input);
}

.product__card_group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 991px) {
    .product__card_group {
        gap:10px;
    }
}

.product__card {
    padding: 5px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    position: relative;
    margin: 5px;
}

.product__card img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product__slider-wrapper2 {
    position: relative;
}

.heart__link {
    text-decoration: none;
    padding: 8px 15px;
    color: #000000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: .2s;
}

.product__description {
    padding: 10px;
    text-align: left;
}

.product__title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.125rem;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__price {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}

.post__body-home {
    margin-top: 30px;
    margin-bottom: 30px;
}

.post__body-home h3 {
    margin-bottom: 30px;
    color: var(--color-body);
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}

.post__body-home p {
    margin-bottom: 0;
    font-family: dgJory, sans-serif;
    line-height: 20px;
    color: var(--color-body);
}

footer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    background: #F8F7F7;
    border-top: 1px solid #E6E5E5;
}

.footer__title {
    text-transform: uppercase;
    font-family: Jost;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.25em;
    margin-bottom: 30px;
}

.contacts__description {
    margin-bottom: 30px;
}

.footer__title, .contacts__description, .contacts__address, .contacts__phone, .contacts__time, .footer__navbar .nav-link {
    color: var(--color-body);
}

.contacts__description, .contacts__address, .contacts__phone, .contacts__time, .footer__navbar .nav-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.footer__navbar {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}

.footer__navbar a:hover, .footer__navbar a:focus {
    color: var(--color-secondary-darker);
}

footer .contacts {
    display: flex;
    padding-right: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

footer .contacts.rtl {
    padding-right: 0px;
    padding-left: 30px;
}

footer .contacts p.contacts__description {
    color: #403C3B;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
}

footer p.footer__title {
    margin-bottom: 0;
    color: #000;
}

footer .contacts .contact_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

footer .contacts .contact_item {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

footer .contacts .contact_items .contact_item a, footer .contacts .contact_item p, footer .contacts .contact_item span {
    color: #403C3B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

footer a:hover {
    color: #819865!important;
}

.footer__navbar a {
    color: #403C3B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.footer__navbar a,.footer-select-lang a,.footer-select-lang span {
    color: #403C3B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.footer-select-lang span {
    color: #403C3B;
}

.bottom__container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.footer_social_links {
    display: flex;
}

.footer_social_links a {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer_payments_methods {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_menu,.footer_main_menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: stretch;
}

.footer_menu .footer__navbar,.footer_menu .footer-select-lang {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.bottom__container .col-md a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    color: var(--color-body);
}

.bottom__container .col-md a:first-child {
    margin-right: 1.25rem;
}

.bottom__container .col-md a:hover, .bottom__container .col-md a:focus, .contacts__email:hover, .contacts__email:focus {
    color: var(--color-secondary-darker);
}

.copyright {
    display: flex;
    justify-content: flex-end;
}

.copyright p {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    color: #5C5857;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .footer__title {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    footer .container {
        padding: 0 15px;
    }

    .footer_main_menu {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .footer_menu_districts .footer__navbar {
        flex-direction: row;
        align-self: stretch;
        justify-content: flex-start;
    }

    .footer_menu_products .footer__navbar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .bottom__container {
        gap: 30px;
        align-items: flex-start;
    }

    .bottom__container .copyright,.bottom__container .copyright p {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .catalog, .site {
        padding-top: 15px;
        border-top: 1px solid #E6E5E5;
    }
}

.catalog__products.products {
    margin-top: 0;
}

.catalog__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page__title {
    font-size: 45px;
    color: #000000;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: -0.45px;
    margin-top: 15px;
    margin-bottom: 0px;
}

.filters {
    display: none;
}

.filters__btn {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #DBE3D0;
    border-radius: 10px;
}

.filters__btn:hover, .filters__btn:focus {
    background-color: var(--color-background);
}

.filters__wrap {
    position: relative;
}

.filters__title {
    display: none;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #000000;
}

.filters-close {
    display: none;
    width: 2em;
    height: 2em;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
}

.filters-close-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
}

.filters-close-line:first-child {
    transform: translateY(-50%) rotate(45deg);
}

.filters-close-line:last-child {
    transform: translateY(-50%) rotate(-45deg);
}

.sort__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sort__buttons label.color {
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    background: var(--color-background);
    border-radius: 10px;
    border: none;
    transition: .2s;
    margin-bottom: 0;
    cursor: pointer;
}

#mse2_sort .sort__buttons label {
    margin-right: 1rem;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.sort__buttons input {
    visibility: hidden;
    position: absolute;
}

.sort__buttons button, .sort__buttons a {
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-left: 5px;
    padding: 5px 10px;
    background: var(--color-background);
    border-radius: 10px;
    border: none;
    transition: .2s;
    display: block;
}

.sort__buttons button:hover, .sort__buttons button:focus, .sort__buttons a:hover, .sort__buttons a:focus {
    color: var(--color-secondary-darker);
}

button.active__btn, a.active__btn {
    background: #DBE3D0;
    color: var(--color-secondary-darker);
}

.categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.categories__title {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #5C5857;
}

.categories li {
    margin-bottom: 10px;
}

.categories-link {
    padding: 5px 0;
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    transition: .2s;
}

.categories-link:hover, .categories-link:focus {
    color: var(--color-secondary-darker);
}

.range-filter {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-top: 1px solid #E6E5E5;
    border-bottom: 1px solid #E6E5E5;
}

.color-filter {
    padding-top: 1.875rem;
}

.price-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.price-input {
    max-width: 100px;
    padding: 10px 15px;
    background: var(--color-background);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    outline: none;
}

.price-controls span {
    margin: 0 5px;
}

.filter__btn {
    margin-bottom: 15px;
}

.apply__buttons {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    border-top: 1px solid #E6E5E5;
}

.apply__btn {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-primary-dark);
    background: #FFFFFF;
    border: 1px solid #E6E5E5;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    transition: .2s;
}

.apply__filters {
    color: #FFFFFF;
    background: var(--color-primary-dark);
}

.apply__btn.apply__filters:hover, .apply__btn.apply__filters:focus {
    background: var(--color-primary-darker)
}

.apply__btn:hover, .apply__btn:focus {
    background: var(--color-background);
}

.btn__container {
    text-align: center;
    margin-top: 1.875rem;
}

.view__btn {
    width: 100%;
    padding: 10px 0;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--color-secondary-darker);
    border: none;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
    transition: .2s;
}

.view__btn:hover, .view__btn:focus {
    background: var(--color-input);
}

.bi-chevron-down {
    font-size: 1rem;
    margin-left: 0.875rem;
}

.address__container {
    margin-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.address__container .container .row. p {
    margin-top: 1.875rem;
}

.google__map {
    width: 100%;
    height: 400px;
    margin-top: 30px;
}

.product__page {
    padding-top: 60px;
    border-top: 1px solid #E6E5E5;
}

.product__column-left {
    position: sticky;
    position: -webkit-sticky;
    height: fit-content;
    top: 25px;
}

.product__item {
    object-fit: cover;
    border-radius: 10px;
}

.product__pic {
    border-radius: 10px;
    width: 100%;
}

.page__price {
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.005em;
    color: #000000;
    margin-bottom: 0;
}

.availability {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    color: #000000;
}

.state__wrap {
    display: flex;
}

.availability .block__title {
    margin-right: 15px;
}

.block__title {
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #000000;
}

.availability__outofstock {
    color: var(--color-placeholder);
}

.colors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.colors__wrap {
    display: flex;
}

.colors .block__title {
    margin-bottom: 0;
    margin-right: 1rem;
}

.color__item {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
    border: 1px solid #E6E5E5;
    transition: .2s;
}

.color__item:hover, .color__item:focus {
    border: 3px solid #E6E5E5;
}

.color__item-active {
    border: 3px solid #E6E5E5;
}

.color__white {
    background: #ffffff;
}

.color__milky {
    background: #F8F8EC;
}

.color__pink {
    background: #F5A2B4;
}

.color__red {
    background: #BD2337;
}

.color__green {
    background: #3A4F16;
}

.counter {
    margin-right: 10px;
}

.number {
    user-select: none;
    position: relative;
    text-align: left;
    padding: 0;
    width: 140px;
    border-radius: 10px;
    display: inline-block;
}

.number-minus, .number-plus {
    position: absolute;
    top: 0;
    width: 40px;
    height: 32px;
    line-height: 32px;
    display: block;
    background: var(--color-background);
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    text-decoration: none;
}

.number-minus {
    left: 0;
    background: var(--color-background);
}

.number-plus {
    right: 0;
    background: var(--color-background);
}

.number-minus:hover, .number-plus:hover {
    color: var(--color-secondary-darker);
    background: var(--color-background);
}

.number-minus:active, .number-plus:active {
    background: #e8e4e2;
}

.number-text {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 32px;
    height: 32px;
    padding: 0;
    margin: 0 0 0 42px;
    background: var(--color-background);
    outline: none;
    border: none;
    width: 57px;
    text-align: center;
}

.mobile_footer_content .pay__btn {
    padding: 9px 10px;
    display: flex;
    align-items: center!important;
    justify-content: center;
    min-width: 120px;
    margin-right: 4px;
}

.mobile_footer_content .flex-column {
    min-width: 90px;
}

.mobile_footer_content .pay__btn .fab {
    font-size: 20px;
    margin-right: 5px;
}

.pay__buttons .pay__btn {
    padding: 9px 20px;
    min-width: 160px;
}

.pay__buttons .pay__btn .fab {
    font-size: 20px;
}

.pay__btn {
    margin-right: 14px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    padding: 9px 10px;
    border-radius: 8px;
    border: none;
    outline: none;
    box-shadow: none;
    transition: .2s;
}

.flex-basis-40 {
    flex-basis: 40%;
}

.pay__btn:hover, .pay__btn:focus {
    opacity: .75;
}

.addcard__btn {
    background: var(--color-secondary-darker);
}

.pay__buttons .bi-heart-fill {
    color: #FF3F35;
    font-size: 20px;
}

.pay__buttons a.heart__container {
    text-decoration: none;
    position: relative;
    width: 24px;
    height: 24px;
}

.heart__container img {
    max-width: 24px;
}

.heart__default, .heart__fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(-10%);
    width: 26px;
    height: 26px;
}

.info__title {
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 30px;
    color: #000000;
}

.info__description, p {
    font-family: dgJory, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
}

.social {
    margin-top: 35px;
    padding-bottom: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social__title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 30px;
    margin: 0 40px 0 0;
}

.social__link {
    text-decoration: none;
    padding: 10px;
    text-align: center;
    color: #000000;
    transition: .2s;
}

.social__link:hover, .social__link:focus {
    background: #F8F7F7;
    border-radius: 10px;
    color: var(--color-secondary-darker);
}

.social__ico {
    font-size: 18px;
}

.product__page .featured__container {
    border-top: 1px solid #E6E5E5;
}

.heart__container .heart__fill, .heart__container.active .heart__default, .heart__container:hover .heart__default {
    display: none;
}

.heart__container .heart__default, .heart__container.active .heart__fill, .heart__container:hover .heart__fill {
    display: inline-block;
}

.product__heart {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

@media (max-width: 768px) {
    .product__heart {
        top: 2px;
        right: 2px;
    }
}

.wish__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: rgba(240, 90, 29, 0.5);
    border-radius: 10px;
    border: none;
    box-shadow: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.wish__button.active {
    background: rgba(255, 255, 255, 1);
}

.wish__img , .product__heart .wish__button .wish__img {
    position: absolute;
    width: auto;
}

.wish__button .wish__img-fill, .wish__button.active .wish__img-default {
    display: none!important;
}

.wish__button:hover .wish__img-default path,.wish__button:hover .wish__img-fill {
}

.wish__button .wish__img-default, .wish__button.active .wish__img-fill {
    display: inline-block!important;
    ;}

@media (max-width: 991px) {
    .wish__button {
        width: 35px;
        height: 35px;
    }
}

.shopping__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

@media (min-width: 1200px) {
    .phone__wrapper {
        position: relative;
        left: 5%;
    }
}

li.dropdown:hover > ul.dropdown-menu {
    display: block !important;
}

ul.dropdown-menu {
    box-shadow: 0px 2px 3px rgb(0 0 0 / 6%), 0px 10px 30px rgb(0 0 0 / 6%);
}

.sup__menu__nav.scroll:hover {
    overflow: visible! important;
    max-width: 100%;
}

.dropdown-menu .dropdown-toggle::after {
    vertical-align: 0em;
    margin-left: 0.3em;
}

.dropdown-menu > li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-menu li {
    position: relative;
}

.sup__menu__link.dropdown-item {
    border-radius: unset;
}

@media (min-width: 992px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    ul.dropdown-menu > li > ul.dropdown-menu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .sup__menu__link .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #f1f1f1
    }
}

@media (max-width: 991px) {
    .dropdown-menu {
        width: 92vw;
    }

    ul.dropdown-menu {
        width: 85vw;
        margin-left: 0;
        position: relative;
    }

    .header__top {
        position: relative;
        padding-left: 60px;
    }

    nav.navmenu__top div.navmenu__top__container {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    button.navbar-toggler {
        text-align: end;
        width: 45px;
        position: absolute;
        top: 0;
        right: 10px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        background: #FDF1EC;
        padding: 25px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 10px 30px rgba(0, 0, 0, 0.06);
    }

    .sup__menu {
        margin-top: 15px;
    }
}

.top__info {
    width: 100%;
}

@media (min-width: 1400px) {
    .top__info {
        max-width:650px;
    }
}

@media (max-width: 1399px) {
    .top__info {
        max-width:400px;
    }
}

@media (max-width: 991px) {
    .navmenu__top {
        padding: 0;
        position: absolute;
        display: block;
        top: 5px;
        left: 0;
        right: 0;
        z-index: 100;
    }

    nav.navmenu__top div.navmenu__top__container {
        display: flex;
        flex-direction: column;
        position: relative;
    }

    button.navbar-toggler {
        text-align: end;
        width: 45px;
        position: absolute;
        top: -3px;
        left: 0;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-collapse {
        background: #FDF1EC;
        padding: 25px;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 10px 30px rgba(0, 0, 0, 0.06);
    }

    .info__phone-link {
        display: block;
    }

    button.navbar-toggler {
        border: none;
    }

    .header__top {
        flex-direction: row;
        justify-content: space-between;
    }

    .logo__container {
        display: block;
        width: 100%;
        margin-top: 0;
        order: -1;
        min-height: 50px;
    }

    .search__form, .phone__wrapper {
        display: none;
    }

    .shopping__container {
        min-width: 99px;
    }

    .top__info {
        flex-direction: column;
        margin-top: 20px;
        display: flex;
    }

    .top__info div.info__time {
        margin-left: 0;
    }

    .info__address {
        margin-bottom: 10px;
    }

    .top__container {
        max-height: 100%;
    }

    .top__row {
        flex-direction: column;
    }

    .top__title {
        padding-top: 60px;
    }

    .title__text {
        font-weight: 500;
        font-size: 30px;
        line-height: 45px;
        letter-spacing: -0.005em;
    }

    .btn.btn-primary.top__link {
        margin-top: 30px;
    }

    .goods__wrapper {
        margin-top: 30px;
    }

    .card__title {
        padding: 5px 15px 15px 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .featured__wrapper {
        margin-bottom: 15px;
    }

    .product__title {
        font-size: 14px;
        line-height: 20px;
    }

    .product__price {
        font-size: 18px;
        letter-spacing: 0.02em;
    }

    .our__services {
        margin-top: 30px;
    }

    .our__services-wrapper {
        padding: 30px 15px;
    }

    .section__title {
        font-size: 22px;
        line-height: 30px;
    }

    .service__card {
        flex-direction: row;
        align-items: center;
        margin-bottom: 30px;
    }

    .service__pic {
        min-width: 3.75rem;
    }

    .service__text {
        margin-left: 15px;
    }

    .service__text-title {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .products {
        margin-top: 30px;
    }

    .products__head {
        margin-bottom: 15px;
    }

    .post {
        margin-top: 30px;
    }

    .post__body h3 {
        font-weight: 400;
        font-size: 18px;
    }

    .post__body p {
        font-size: 12px;
        letter-spacing: 0.02em;
    }

    footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer__title {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .contacts .footer__title {
        margin-top: 0;
    }

    .contacts__description, .contacts__address, .contacts__phone, .contacts__time, .footer__navbar .nav-link {
        margin-bottom: 10px;
    }

    .contacts__email p {
        margin-bottom: 10px;
    }

    .bottom__container {
        margin-top: 30px;
        flex-direction: column;
    }

    .copyright {
        margin-top: 30px;
        margin-bottom: 25px;
        justify-content: flex-start;
    }

    .sup__menu__list {
        margin-bottom: 0;
    }

    .catalog__wrap {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .card__title-name {
        padding-left: 0;
    }

    .catalog__row {
    }

    .catalog__leftside {
        position: absolute;
        top: -15px;
        left: 0;
        transform: translateX(-200%);
        width: 100%;
        height: fit-content;
        background-color: #FFFFFF;
        z-index: 11;
        transition: .2s all linear;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06), 0px 10px 30px rgba(0, 0, 0, 0.06);
        border-radius: 15px;
        padding-top: 15px;
    }

    .catalog__leftside-active {
        transform: translateX(0%);
        position: absolute;
        z-index: 100;
        top: 0;
    }

    .catalog__rightside {
        width: 100%;
    }

    .page__title {
        font-weight: 500;
        font-size: 22px;
        line-height: 30px;
        padding-left: 15px;
    }

    .sort__buttons-top {
        display: none;
    }

    .filters {
        display: flex;
        justify-content: space-around;
        width: 45%;
    }

    .filters-close {
        display: block;
    }

    .filters__title {
        display: block;
    }

    .filters__btn {
        flex-basis: 100%;
    }

    .btn__container {
        margin-top: 15px;
    }

    .address__container {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .filters__title {
        margin-bottom: 25px;
    }

    .categories__title {
        border-top: 1px solid #E6E5E5;
        padding-top: 30px;
    }

    .range-filter {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .apply__buttons {
        display: flex;
        justify-content: space-around;
    }

    .apply__btn {
        flex-basis: 45%;
    }

    .product__column-left {
        position: relative;
        top: 0;
        width: 100%;
    }

    .product__column-rigth {
        width: 100%;
    }

    .product__breadcrumb {
        display: none;
    }

    .page__title {
        padding-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -0.15px;
    }

    .page__price {
        margin-top: 0;
        font-size: 22px;
        line-height: 30px;
    }

    .availability {
        margin-top: 15px;
        justify-content: space-between;
    }

    .block__title, .availability__state {
        margin-right: 0;
        margin-bottom: 0;
    }

    .state__wrap {
        display: flex;
        justify-content: space-between;
    }

    .colors {
        margin-top: 10px;
        justify-content: space-between;
    }

    .colors__wrap {
        display: flex;
        align-items: center;
    }

    .flex-basis {
        flex-basis: auto;
    }

    .counter {
        width: 100%;
        margin-right: 0;
    }

    .number {
        max-width: 120px;
        text-align: center;
    }

    input.number-text {
        margin-left: 0;
    }

    .number-minus, .number-plus {
        width: 30%;
    }

    .info__title {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #000000;
    }

    .social {
        margin-top: 30px;
        padding-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .social__title {
        margin-right: 0;
        margin-bottom: 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #000000;
    }

    .last__viewed {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .slick-list {
        padding-right: 30px;
    }

    .product__items-for .slick-list {
        padding-right: 0;
    }
}

.wishlist-btn {
    color: #000;
    fill: #000;
}

.wishlist-btn:focus, .wishlist-btn:hover {
    color: #ff3f35;
    fill: #ff3f35;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s;
    transform: translateY(100%)
}

.cookie-banner.active {
    transform: translateY(0)
}

.cookie-banner .container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    padding: 10px 14px;
    background-color: #fff;
    border-top: 1px solid #627F48;
    border-left: 1px solid #627F48;
    border-right: 1px solid #627F48;
    font-size: 14px;
    font-weight: 400
}

.cookie-submit-button {
    border-radius: 50px;
    padding: 5px 20px;
    background-color: #627F48;
    color: #fff!important;
    font-size: 14px;
    line-height: 1.5;
    border: none;
    outline: 0!important;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: .3s ease-in;
    width: 165px;
    margin-left: 20px;
    cursor: pointer
}

.cookie-submit-button:hover {
    background-color: #d19786;
}

.cookie-text {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media(max-width: 768px) {
    .cookie-text {
        flex-direction:column;
        text-align: center;
        font-size: 11px;
    }

    .cookie-submit-button {
        margin-left: 0;
        margin-top: 8px;
    }
}

@media(max-width: 380px) {
    .cookie-text {
        flex-direction:column;
        text-align: center;
        font-size: 9px;
    }

    .cookie-submit-button {
        margin-left: 0;
        margin-top: 5px;
        padding: 3px 20px;
        background-color: #627F48;
        color: #fff!important;
        font-size: 11px;
    }
}

.cookie-more-button {
    margin-left: 10px;
    white-space: nowrap;
    color: #627F48;
}

.cookie-more-button:hover {
    color: #d19786;
}

@media(max-width: 500px) {
    .cookie-submit-button {
        width:100%
    }
}

.mobile_footer_content {
    transition: .2s
}

#scrollToTop {
    z-index: 11;
}

.mb20 {
    margin-bottom: 20px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1
    }
}

.valentine-banner {
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .2s;
    transform: translateY(100%);
}

.valentine-banner.active {
    transform: translateY(0)
}

.valentine-banner .container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: flex;
    padding: 10px 14px;
    background-color: #fff;
    border-top: 1px solid #627F48;
    border-left: 1px solid #627F48;
    border-right: 1px solid #627F48;
    font-size: 14px;
    font-weight: 400
}

.valentine-submit-button {
    border-radius: 50px;
    padding: 8px 20px;
    background-color: #627F48;
    color: #fff!important;
    font-size: 15px;
    line-height: 1.5;
    border: none;
    outline: 0!important;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    transition: .3s ease-in;
    width: 165px;
    margin: 0 auto;
    ;cursor: pointer
}

.valentine-submit-button:hover {
    background-color: #d19786;
}

.valentine-text {
    display: grid;
}

.valentine-text p {
    font-family: dgJory, sans-serif;
    ;font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.site {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.site__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.site__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.site__footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.breadcrumb {
    background: transparent;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.breadcrumb-item {
    position: relative;
}

[dir=ltr] .breadcrumb-item {
    padding-left: 0;
    padding-right: 30px;
}

[dir=rtl] .breadcrumb-item {
    padding-right: 0;
    padding-left: 30px;
}

.breadcrumb-item a {
    color: #b6b5b5;
    -webkit-transition: color .15s;
    transition: color .15s;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #627F48;
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 30px;
    line-height: 1.692em;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
    padding-right: 0;
    padding-left: 30px;
    font-size: .867em;
    line-height: 1.692em;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: none;
}

.breadcrumb-item.active {
    color: #999;
}

.breadcrumb-arrow {
    fill: #d1d1d1;
    position: absolute;
    top: 7px;
}

[dir=ltr] .breadcrumb-arrow {
    right: 11px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .breadcrumb-arrow {
    left: 11px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.card {
}

.card-body {
    padding: 0px;
}

.card-header, .card-footer {
    padding: 1.5rem 2rem;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
}

.card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6, .card-footer h1, .card-footer h2, .card-footer h3, .card-footer h4, .card-footer h5, .card-footer h6, .card-header .h1, .card-header .h2, .card-header .h3, .card-header .h4, .card-header .h5, .card-header .h6, .card-footer .h1, .card-footer .h2, .card-footer .h3, .card-footer .h4, .card-footer .h5, .card-footer .h6 {
    margin-bottom: 0;
}

.card-title {
    margin-bottom: 1.75rem;
}

.card-title h1, .card-title h2, .card-title h3, .card-title h4, .card-title h5, .card-title h6, .card-title .h1, .card-title .h2, .card-title .h3, .card-title .h4, .card-title .h5, .card-title .h6 {
    margin-bottom: 0;
}

.card-divider {
    height: 25px;
}

.card-body .card-title:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-header, .card-footer {
        padding: 1.25rem 1.5rem;
    }

    .card-title {
        font-size: 26px;
        margin-bottom: 1.5rem;
    }

    .card-body {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .card-header, .card-footer {
        padding: 1rem 1.375rem;
    }

    .card-title {
        font-size: 26px;
        margin-bottom: 1.5rem;
    }

    .card-body {
        padding: 0px;
    }
}

.card-table {
    font-size: 15px;
}

.card-table table {
    width: 100%;
    min-width: 500px;
}

[dir=ltr] .card-table table {
    text-align: left;
}

[dir=rtl] .card-table table {
    text-align: right;
}

.card-table thead th {
    border-bottom: 2px solid #f0f0f0;
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 12px;
}

.card-table tbody td {
    padding: 12px 12px;
}

.card-table tbody tr + tr td {
    border-top: 1px solid #f0f0f0;
}

.card-table tbody tr:hover > * {
    background-color: #f7f7f7;
}

[dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
    padding-left: 2rem;
}

[dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
    padding-right: 2rem;
}

[dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
    padding-right: 2rem;
}

[dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
    padding-left: 2rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-table {
        font-size: 14px;
    }

    [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
        padding-left: 1.5rem;
    }

    [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
        padding-right: 1.5rem;
    }

    [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
        padding-right: 1.5rem;
    }

    [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
        padding-left: 1.5rem;
    }
}

@media (max-width: 767px) {
    .card-table {
        font-size: 14px;
    }

    [dir=ltr] .card-table th:first-child, [dir=ltr] .card-table td:first-child {
        padding-left: 1.375rem;
    }

    [dir=ltr] .card-table th:last-child, [dir=ltr] .card-table td:last-child {
        padding-right: 1.375rem;
    }

    [dir=rtl] .card-table th:first-child, [dir=rtl] .card-table td:first-child {
        padding-right: 1.375rem;
    }

    [dir=rtl] .card-table th:last-child, [dir=rtl] .card-table td:last-child {
        padding-left: 1.375rem;
    }
}

.filter__title {
    display: block;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    width: calc(100% + 20px);
    position: relative;
    color: inherit;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    border-radius: 2px;
    margin: 0 -10px;
    -webkit-transition: background-color .2s, fill .2s;
    transition: background-color .2s, fill .2s;
    background: transparent;
    fill: #ccc;
}

[dir=ltr] .filter__title {
    text-align: left;
}

[dir=rtl] .filter__title {
    text-align: right;
}

.filter__title:focus, .filter__title:hover {
    -webkit-transition-duration: .1s, .1s;
    transition-duration: .1s, .1s;
    background: #f2f2f2;
    fill: #b3b3b3;
}

.filter__title:focus {
    outline: none;
}

.filter__arrow {
    position: absolute;
    top: 11px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

[dir=ltr] .filter__arrow {
    right: 10px;
}

[dir=rtl] .filter__arrow {
    left: 10px;
}

.filter__body {
    margin: 0 -20px;
    overflow: hidden;
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.filter__container {
    padding: 10px 20px 16px;
}

.filter--opened .filter__body {
    -webkit-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
    visibility: visible;
    height: auto;
    opacity: 1;
}

.filter--opened .filter__arrow {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.filter-categories__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
}

.filter-categories__list a {
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
}

.filter-categories__list a:hover {
    color: #1a66ff;
}

.filter-categories__item {
    padding: 6px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filter-categories__item > a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[dir=ltr] .filter-categories__item > a {
    padding-right: 10px;
}

[dir=rtl] .filter-categories__item > a {
    padding-left: 10px;
}

.filter-categories__item--parent {
    position: relative;
}

[dir=ltr] .filter-categories__item--parent {
    padding-left: 14px;
}

[dir=rtl] .filter-categories__item--parent {
    padding-right: 14px;
}

.filter-categories__item--current {
    font-weight: 500;
}

.filter-categories__item--child {
    position: relative;
    font-size: 15px;
}

[dir=ltr] .filter-categories__item--child {
    padding-left: 14px;
}

[dir=rtl] .filter-categories__item--child {
    padding-right: 14px;
}

.filter-categories__arrow {
    fill: #ccc;
    position: absolute;
    top: 10px;
}

[dir=ltr] .filter-categories__arrow {
    left: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

[dir=rtl] .filter-categories__arrow {
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.filter-categories__counter {
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px;
    font-weight: 400;
    color: #999;
}

.filter-categories-alt__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 18px;
}

.filter-categories-alt__list a {
    color: inherit;
    -webkit-transition: color .15s;
    transition: color .15s;
    text-decoration: none;
}

.filter-categories-alt__list a:hover {
    color: #627F48;
}

.filter-categories-alt__expander {
    margin: -3px 0;
    width: 24px;
    height: 24px;
    position: relative;
    border: none;
    border-radius: 1.5px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    color: #ccc;
    -webkit-transition: all .2s;
    transition: all .2s;
}

[dir=ltr] .filter-categories-alt__expander {
    float: right;
    margin-left: 8px;
}

[dir=rtl] .filter-categories-alt__expander {
    float: left;
    margin-left: -6px;
    margin-right: 8px;
}

.filter-categories-alt__expander:before, .filter-categories-alt__expander:after {
    display: block;
    position: absolute;
    content: '';
    background: currentColor;
    width: 8px;
    height: 2px;
    top: calc(50% - 1px);
}

[dir=ltr] .filter-categories-alt__expander:before, [dir=ltr] .filter-categories-alt__expander:after {
    left: calc(50% - 4px);
}

[dir=rtl] .filter-categories-alt__expander:before, [dir=rtl] .filter-categories-alt__expander:after {
    right: calc(50% - 4px);
}

.filter-categories-alt__expander:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}

.filter-categories-alt__expander:focus, .filter-categories-alt__expander:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #a6a6a6;
}

.filter-categories-alt__expander:focus {
    outline: none;
}

.filter-categories-alt__children {
    overflow: hidden;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: height 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.filter-categories-alt__children:before, .filter-categories-alt__children:after {
    display: block;
    content: '';
    clear: both;
}

.filter-categories-alt__list--level--1 > .filter-categories-alt__item {
    padding: 6px 0;
}

.filter-categories-alt__list--level--1 > .filter-categories-alt__item > .filter-categories-alt__children {
    margin: 0 -20px;
}

.filter-categories-alt__list--level--1 > .filter-categories-alt__item > .filter-categories-alt__children:before {
    height: 12px;
}

.filter-categories-alt__list--level--2 {
    list-style: none;
    padding: 10px 20px;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    border: 0 solid #ebebeb;
    border-top-width: 1px;
    border-bottom-width: 1px;
    background: #f7f7f7;
}

.filter-categories-alt__list--level--2 > .filter-categories-alt__item {
    padding: 4px 0;
}

.filter-categories-alt__list--level--2 .filter-categories-alt__children {
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
}

.filter-categories-alt__list--level--2 .filter-categories-alt__children:before {
    height: 5px;
}

.filter-categories-alt__list--level--3, .filter-categories-alt__list--level--3 .filter-categories-alt__list {
    font-size: 14px;
    line-height: 17px;
}

[dir=ltr] .filter-categories-alt__list--level--3, [dir=ltr] .filter-categories-alt__list--level--3 .filter-categories-alt__list {
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    padding-left: 14px;
    margin-left: 6px;
}

[dir=rtl] .filter-categories-alt__list--level--3, [dir=rtl] .filter-categories-alt__list--level--3 .filter-categories-alt__list {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 14px;
    margin-right: 6px;
}

.filter-categories-alt__list--level--3 > .filter-categories-alt__item, .filter-categories-alt__list--level--3 .filter-categories-alt__list > .filter-categories-alt__item {
    padding: 2px 0;
}

.filter-categories-alt__list--level--3 .filter-categories-alt__children:after, .filter-categories-alt__list--level--3 .filter-categories-alt__list .filter-categories-alt__children:after {
    height: 3px;
}

.filter-categories-alt__item--open > .filter-categories-alt__expander:after {
    -webkit-transform: none;
    transform: none;
}

.filter-categories-alt__item--open > .filter-categories-alt__children {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}

.filter-categories-alt__item--current > a {
    font-weight: 500;
}

.filter-color__list {
    padding: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.filter-color__item {
    cursor: pointer;
    margin: 4px;
}

.filter-color__check {
    display: block;
}

.filter-list__list {
    margin: -8px 0;
}

.filter-list__item {
    padding: 1px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0;
}

.filter-list__input {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .filter-list__input {
    margin-right: 7px;
}

[dir=rtl] .filter-list__input {
    margin-left: 7px;
}

.filter-list__title {
    padding: 1px 0;
    font-size: 14px;
    line-height: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.filter-list__counter {
    padding-top: 3px;
    font-size: 12px;
    line-height: 12px;
    color: #999;
}

[dir=ltr] .filter-list__counter {
    margin-left: 12px;
}

[dir=rtl] .filter-list__counter {
    margin-right: 12px;
}

.filter-list__item--disabled {
    cursor: default;
}

.filter-list__item--disabled .filter-list__title {
    color: #999;
}

.filter-price__slider {
    margin-top: 6px;
}

.filter-price__title {
    margin-top: 16px;
    font-size: 14px;
    color: #999;
}

.view-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
}

[dir=ltr] .view-options__legend {
    margin-left: 20px;
}

[dir=rtl] .view-options__legend {
    margin-right: 20px;
}

.view-options__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[dir=ltr] .view-options__filters-button {
    margin-right: 12px;
}

[dir=rtl] .view-options__filters-button {
    margin-left: 12px;
}

.view-options__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[dir=ltr] .view-options__control {
    margin-left: 24px;
}

[dir=rtl] .view-options__control {
    margin-right: 24px;
}

.view-options__control label {
    margin-bottom: 0;
}

[dir=ltr] .view-options__control label {
    margin-right: 8px;
}

[dir=rtl] .view-options__control label {
    margin-left: 8px;
}

@media (max-width: 991px) {
    .view-options {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    [dir=ltr] .view-options__legend {
        margin-left: auto;
    }

    [dir=rtl] .view-options__legend {
        margin-right: auto;
    }

    [dir=ltr] .view-options__control {
        margin: 16px 0;
    }

    [dir=rtl] .view-options__control {
        margin-right: auto;
    }

    [dir=ltr] .view-options__control + .view-options__control {
        margin-left: 24px;
    }

    [dir=rtl] .view-options__control + .view-options__control {
        margin-right: 24px;
    }
}

@media (max-width: 474px) {
    .view-options__legend {
        width: 100%;
        padding-top: 12px;
    }

    .view-options__divider {
        height: 8px;
    }

    [dir=ltr] .view-options__control {
        margin: 16px 0;
    }

    [dir=rtl] .view-options__control {
        margin-right: 0;
        margin-left: 24px;
    }

    [dir=ltr] .view-options__control + .view-options__control {
        margin-left: 0;
    }

    [dir=rtl] .view-options__control + .view-options__control {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .view-options--offcanvas--mobile .view-options__filters-button {
        display: none;
    }
}

.wishlist__product-name {
    color: inherit;
}

.wishlist__product-rating {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.wishlist__product-rating-legend {
    font-size: 13px;
    line-height: 1;
    color: #b3b3b3;
    padding-top: 1px;
}

[dir=ltr] .wishlist__product-rating-legend {
    margin-left: 9px;
}

[dir=rtl] .wishlist__product-rating-legend {
    margin-right: 9px;
}

@media (min-width: 768px) {
    .wishlist {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
    }

    .wishlist__column {
        padding: 12px 18px;
        border-top: 1px solid #ebebeb;
    }

    [dir=ltr] .wishlist__column:first-child {
        border-left: 1px solid #ebebeb;
    }

    [dir=rtl] .wishlist__column:first-child {
        border-right: 1px solid #ebebeb;
    }

    [dir=ltr] .wishlist__column:last-child {
        border-right: 1px solid #ebebeb;
    }

    [dir=rtl] .wishlist__column:last-child {
        border-left: 1px solid #ebebeb;
    }

    .wishlist__head {
        background: #f7f7f7;
        font-size: 15px;
    }

    .wishlist__head .wishlist__column {
        font-weight: 500;
    }

    [dir=ltr] .wishlist__head .wishlist__column:first-child {
        border-top-left-radius: 2.5px;
    }

    [dir=rtl] .wishlist__head .wishlist__column:first-child {
        border-top-right-radius: 2.5px;
    }

    [dir=ltr] .wishlist__head .wishlist__column:last-child {
        border-top-right-radius: 2.5px;
    }

    [dir=rtl] .wishlist__head .wishlist__column:last-child {
        border-top-left-radius: 2.5px;
    }

    .wishlist__body .wishlist__column {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .wishlist__body .wishlist__row:last-child .wishlist__column {
        border-bottom: 1px solid #ebebeb;
    }

    [dir=ltr] .wishlist__body .wishlist__row:last-child .wishlist__column:first-child {
        border-bottom-left-radius: 2.5px;
    }

    [dir=rtl] .wishlist__body .wishlist__row:last-child .wishlist__column:first-child {
        border-bottom-right-radius: 2.5px;
    }

    [dir=ltr] .wishlist__body .wishlist__row:last-child .wishlist__column:last-child {
        border-bottom-right-radius: 2.5px;
    }

    [dir=rtl] .wishlist__body .wishlist__row:last-child .wishlist__column:last-child {
        border-bottom-left-radius: 2.5px;
    }

    .wishlist__column--image {
        width: 1px;
        text-align: center;
    }

    .wishlist__column--image img {
        width: 80px;
    }

    .wishlist__column--stock {
        white-space: nowrap;
        text-align: center;
        width: 1px;
    }

    .wishlist__column--price {
        width: 170px;
    }

    [dir=ltr] .wishlist__column--price {
        text-align: right;
        padding-left: 90px;
    }

    [dir=rtl] .wishlist__column--price {
        text-align: left;
        padding-right: 90px;
    }

    .wishlist__column--tocart {
        white-space: nowrap;
        width: 1px;
    }

    [dir=ltr] .wishlist__column--tocart {
        padding-left: 90px;
        padding-right: 0;
    }

    [dir=rtl] .wishlist__column--tocart {
        padding-right: 90px;
        padding-left: 0;
    }

    .wishlist__column--remove {
        width: 1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .wishlist__column--price {
        width: 140px;
    }

    [dir=ltr] .wishlist__column--price, [dir=ltr] .wishlist__column--tocart {
        padding-left: 30px;
    }

    [dir=rtl] .wishlist__column--price, [dir=rtl] .wishlist__column--tocart {
        padding-right: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wishlist__column--price {
        width: 1px;
    }

    [dir=ltr] .wishlist__column--product, [dir=ltr] .wishlist__column--tocart, [dir=ltr] .wishlist__column--price, [dir=ltr] .wishlist__column--stock {
        padding-left: 0;
    }

    [dir=rtl] .wishlist__column--product, [dir=rtl] .wishlist__column--tocart, [dir=rtl] .wishlist__column--price, [dir=rtl] .wishlist__column--stock {
        padding-right: 0;
    }

    [dir=ltr] .wishlist__column--remove {
        padding-left: 8px;
        padding-right: 12px;
    }

    [dir=rtl] .wishlist__column--remove {
        padding-right: 8px;
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .wishlist {
        display: block;
    }

    .wishlist__head {
        display: none;
    }

    .wishlist__body {
        display: block;
    }

    .wishlist__row {
        position: relative;
        width: 100%;
        display: block;
        border: 1px solid #ebebeb;
        border-radius: 2px;
        padding: 20px 20px 24px;
    }

    .wishlist__row + .wishlist__row {
        margin-top: 15px;
    }

    .wishlist__column {
        display: block;
        padding: 0;
    }

    .wishlist__column--image {
        padding: 20px 20px 10px;
        text-align: center;
    }

    .wishlist__column--image img {
        width: 100%;
        max-width: 160px;
    }

    .wishlist__column--product, .wishlist__column--stock, .wishlist__column--price, .wishlist__column--tocart {
        text-align: center;
    }

    .wishlist__column--stock {
        margin-top: 8px;
    }

    .wishlist__column--price {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
    }

    .wishlist__column--tocart {
        margin-top: 24px;
    }

    .wishlist__column--remove {
        position: absolute;
        top: 5px;
    }

    [dir=ltr] .wishlist__column--remove {
        right: 5px;
    }

    [dir=rtl] .wishlist__column--remove {
        left: 5px;
    }

    .wishlist__product-rating {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.widget-tags {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 28px;
}

._active_ {
    display: none;
}

._value {
    cursor: pointer;
}

.visible-none {
    display: none;
}

.cart-stroyka button {
    display: none;
}

#catalog_sort_block {
    margin-right: 10px;
}

.catalog_sort_block a, .catalog_sort_block a:hover {
    text-decoration: none;
    color: #000;
}

.order-header {
    padding: 1.625rem 2rem 1.375rem
}

.order-header:after {
    display: block;
    content: "";
    clear: both
}

.order-header__actions {
    margin-top: -1px;
    float: right
}

.order-header__title {
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 4px;
    margin-bottom: 0;
    padding-right: 3.5rem;
    float: left
}

.order-header__subtitle {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.375;
    clear: both;
    padding-top: 12px
}

.order-header__subtitle mark {
    padding: 0;
    color: #3d464d;
    background: transparent;
    font-weight: 500
}

@media (min-width: 768px) and (max-width:991px) {
    .order-header {
        padding:1.375rem 1.5rem 1.25rem
    }
}

@media (max-width: 767px) {
    .order-header {
        padding:1.125rem 1.375rem 1rem
    }
}

@media (max-width: 440px) {
    .order-header__actions {
        margin-bottom:.875rem;
        float: none
    }
}

.order-list a {
    color: inherit
}

.order-list a:hover {
    color: inherit;
    text-decoration: underline
}

.order-list table {
    width: 100%;
    font-size: 15px
}

.order-list__header td,.order-list__header th {
    text-transform: uppercase;
    color: #6c757d;
    font-size: 13px;
    font-weight: 500
}

.order-list__footer {
    font-size: 20px
}

.order-list__footer th {
    font-weight: 500
}

.order-list__column-image {
    width: 1px
}

.order-list__column-image .product-image {
    width: 40px
}

.order-list__column-product {
    line-height: 1.25
}

.order-list__column-quantity {
    text-align: center
}

.order-list__column-total {
    text-align: right
}

.order-list__options {
    color: #6c757d;
    font-size: 13px;
    margin-top: 2px
}

.order-list__options-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.order-list__options-item:not(:last-child) {
    position: relative;
    padding-right: 19px
}

.order-list__options-item:not(:last-child):after {
    position: absolute;
    content: "";
    display: block;
    background: #ccc;
    width: 1px;
    height: 10px;
    top: calc(50% - 5px);
    transform: skewX(-20deg);
    right: 9px
}

@media (min-width: 576px) {
    .order-list td,.order-list th {
        padding:4px 12px
    }

    .order-list td:first-child,.order-list th:first-child {
        padding-left: 1.5rem
    }

    .order-list td:last-child,.order-list th:last-child {
        padding-right: 1.5rem
    }

    .order-list__header td,.order-list__header th {
        border-bottom: 2px solid #f0f0f0;
        padding: 10px 12px
    }

    .order-list__products td,.order-list__products th {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .order-list__products tr:first-child td,.order-list__products tr:first-child th {
        padding-top: 14px
    }

    .order-list__products tr:last-child td,.order-list__products tr:last-child th {
        padding-bottom: 14px
    }

    .order-list__products .order-list__column-product {
        padding-left: 4px
    }

    .order-list__subtotals td,.order-list__subtotals th {
        padding-top: 3px;
        padding-bottom: 3px
    }

    .order-list__subtotals tr:first-child td,.order-list__subtotals tr:first-child th {
        padding-top: 12px;
        border-top: 1px solid #f0f0f0
    }

    .order-list__subtotals tr:last-child td,.order-list__subtotals tr:last-child th {
        padding-bottom: 12px
    }

    .order-list__footer td,.order-list__footer th {
        padding-top: 14px;
        padding-bottom: 14px;
        border-top: 1px solid #f0f0f0
    }
}

1 @media (max-width: 575px) {
    .order-list table,.order-list td,.order-list th,.order-list tr {
        display:block;
        padding: 0
    }

    .order-list__footer,.order-list__header,.order-list__products,.order-list__subtotals {
        display: block
    }

    .order-list__footer tr,.order-list__header tr,.order-list__products tr,.order-list__subtotals tr {
        padding: 0 1rem
    }

    .order-list__footer tr,.order-list__header tr,.order-list__subtotals tr {
        display: -ms-flexbox;
        display: flex
    }

    .order-list__footer .order-list__column-label,.order-list__header .order-list__column-label,.order-list__subtotals .order-list__column-label {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .order-list__footer .order-list__column-quantity,.order-list__header .order-list__column-quantity,.order-list__subtotals .order-list__column-quantity {
        display: none
    }

    .order-list__header tr {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f0f0f0
    }

    .order-list__products tr {
        padding-top: .75rem;
        padding-bottom: .75rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-list__products tr:not(:first-child) {
        border-top: 1px solid #f0f0f0
    }

    .order-list__products .order-list__column-image {
        width: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .order-list__products .order-list__column-product {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% - 40px);
        padding-left: 1rem
    }

    .order-list__products .order-list__column-quantity:before {
        content: attr(data-title) " "
    }

    .order-list__products .order-list__column-total {
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .order-list__products .order-list__column-quantity,.order-list__products .order-list__column-total {
        margin-top: .625rem;
        margin-bottom: -.125rem
    }

    .order-list__subtotals {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #f0f0f0
    }

    .order-list__subtotals td,.order-list__subtotals th {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .order-list__footer {
        padding-top: 12px;
        padding-bottom: 12px;
        border-top: 1px solid #f0f0f0
    }
}

.order-success__body {
    max-width: 690px;
    margin: 0 auto
}

.order-success__header {
    padding: 60px 0 52px;
    text-align: center
}

.order-success__icon {
    fill: #627F48;
    margin: 0 auto;
    display: block
}

.order-success__title {
    margin-top: 24px;
    margin-bottom: 2px
}

.order-success__subtitle {
    font-size: 19px;
    font-weight: 500
}

.order-success__actions {
    margin-top: 20px
}

.order-success__meta {
    margin-bottom: 28px;
    text-align: center
}

.order-success__meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    -ms-flex-pack: center
}

.order-success__meta-item,.order-success__meta-list {
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.order-success__meta-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    line-height: 1.25;
    position: relative;
    padding: 2px 12px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center
}

.order-success__meta-item:not(:last-child):before {
    position: absolute;
    display: block;
    content: "";
    border-left: 2px dashed #ebebeb;
    width: 0;
    height: 100%;
    top: 0;
    right: -1px
}

.order-success__meta-title {
    display: block;
    font-size: 13px;
    color: #6c757d;
    margin-bottom: 4px
}

.order-success__meta-value {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500
}

@media (max-width: 767px) {
    .order-success__header {
        padding:44px 0 40px
    }

    .order-success__meta-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order-success__meta-item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .order-success__meta-item:nth-child(2n):before {
        display: none
    }

    .order-success__meta-item:nth-child(n+3) {
        margin-top: 16px
    }
}

.nav-panel {
    height: 100px;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04);
    color: #3d464d;
}

.nav-panel--stuck {
    z-index: 10;
    width: 100%;
    position: fixed;
    top: 0;
    background: #fff;
    -webkit-box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px rgba(0, 0, 0, 0.04), inset 0 -1px rgba(0, 0, 0, 0.04), 0 1px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.nav-panel--stuck.nav-panel--show {
    -webkit-transform: none;
    transform: none;
}

.nav-panel__container {
    height: 100%;
}

.nav-panel__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 100%;
}

.nav-panel__logo svg {
    display: block;
    fill: #3d464d;
}

.nav-panel__departments {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

[dir=ltr] .nav-panel__logo + .nav-panel__nav-links, [dir=ltr] .nav-panel__departments + .nav-panel__nav-links {
    margin-left: 18px;
}

[dir=rtl] .nav-panel__logo + .nav-panel__nav-links, [dir=rtl] .nav-panel__departments + .nav-panel__nav-links {
    margin-right: 18px;
}

[dir=ltr] .nav-panel__nav-links {
    margin-right: 4px;
}

[dir=rtl] .nav-panel__nav-links {
    margin-left: 4px;
}

.nav-panel__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

[dir=ltr] .nav-panel__indicators {
    margin-left: auto;
}

[dir=rtl] .nav-panel__indicators {
    margin-right: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
    [dir=ltr] .nav-panel__logo + .nav-panel__nav-links, [dir=ltr] .nav-panel__departments + .nav-panel__nav-links {
        margin-left: 14px;
    }

    [dir=rtl] .nav-panel__logo + .nav-panel__nav-links, [dir=rtl] .nav-panel__departments + .nav-panel__nav-links {
        margin-right: 14px;
    }
}

.indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: none;
}

.indicator__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
    color: inherit;
    fill: currentColor;
}

.indicator__button:focus {
    outline: none;
}

.indicator__button:hover {
    color: inherit;
}

.indicator__area {
    background: transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    border-radius: 2px;
    height: 42px;
    padding: 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indicator__value {
    font-size: 10px;
    padding: 3px;
    position: relative;
    top: -11px;
    font-weight: 500;
    width: 15px;
    height: 15px;
}

[dir=ltr] .indicator__value {
    margin-left: -5px;
    margin-right: -8px;
}

[dir=rtl] .indicator__value {
    margin-right: -5px;
    margin-left: -8px;
}

.indicator__dropdown {
    display: none;
    top: 100%;
    position: absolute;
    visibility: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotateX(60deg);
    transform: rotateX(60deg);
    opacity: 0;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

[dir=ltr] .indicator__dropdown {
    right: 0;
}

[dir=rtl] .indicator__dropdown {
    left: 0;
}

.indicator__icon {
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.indicator__icon--open {
    position: absolute;
}

.indicator--display .indicator__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.indicator--open .indicator__button, .indicator--hover .indicator__button {
    color: none;
}

.indicator--open .indicator__area, .indicator--hover .indicator__area {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
}

.indicator--open .indicator__value, .indicator--hover .indicator__value {
    background: #fff;
    color: #3d464d;
}

.indicator--open .indicator__dropdown {
    z-index: 1;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.indicator--trigger--click:not(.indicator--open) .indicator__icon--open {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.indicator--trigger--click.indicator--open .indicator__icon:not(.indicator__icon--open) {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.indicator--mobile .indicator__area {
    height: 36px;
    padding: 0 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .indicator__area {
        padding: 0 12px;
    }
}

@media (min-width: 768px) {
    .about-us__image {
        background-image: url("/assets/themes/stroyka/images/aboutus.webp")!important;
    }
}

.about-us__image {
    background-size: cover;
    background-position: bottom center;
    height: 500px;
}

.about-us__body {
    background: #fff;
    min-height: 380px;
    margin-top: -380px;
    border-radius: 4px 4px 0 0;
    padding: 75px 92px;
}

.about-us__title {
    text-align: center;
}

.about-us__text {
    text-align: center;
}

.about-us__team {
    margin-top: 75px;
    text-align: center;
}

.about-us__team-subtitle {
    margin-top: 24px;
}

.about-us__teammates {
    margin-top: 42px;
}

.teammates .owl-carousel .owl-dots {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.teammates .owl-carousel .owl-dots.disabled {
    display: none;
}

.teammates .owl-carousel .owl-dot {
    display: block;
    color: #e5e5e5;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.teammates .owl-carousel .owl-dot::before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: currentColor;
    margin: 6px;
}

.teammates .owl-carousel .owl-dot:focus {
    outline: none;
}

.teammates .owl-carousel .owl-dot:hover {
    color: #ccc;
}

.teammates .owl-carousel .owl-dot.active {
    color: #627F48;
}

.teammate__avatar img {
    max-width: 100%;
    border-radius: 2px;
}

.teammate__name {
    font-size: 18px;
    font-weight: 500;
    margin-top: 16px;
}

.teammate__position {
    font-size: 14px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .about-us__image {
        height: 460px;
    }

    .about-us__title {
        margin-bottom: 36px;
    }

    .about-us__body {
        padding: 50px;
    }

    .about-us__team {
        margin-top: 75px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .about-us__image {
        height: 360px;
    }

    .about-us__title {
        margin-bottom: 24px;
    }

    .about-us__body {
        min-height: 290px;
        margin-top: -290px;
        padding: 40px;
    }

    .about-us__team {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .about-us__image {
        height: 330px;
    }

    .about-us__body {
        min-height: 290px;
        margin-top: -290px;
        padding: 30px 24px;
    }

    .about-us__title {
        margin-bottom: 20px;
    }

    .about-us__team {
        margin-top: 50px;
    }
}

.input-radio-color {
    display: block;
}

.input-radio-color__list {
    padding: 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -2px;
}

.input-radio-color__item {
    width: 30px;
    height: 30px;
    display: block;
    margin: 2px;
    cursor: pointer;
}

.input-radio-color__item input {
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.input-radio-color__item span {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 15px;
    background: currentColor;
    -webkit-transform: scale(0.73333);
    transform: scale(0.73333);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.input-radio-color__item span:before, .input-radio-color__item span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 1000px;
}

.input-radio-color__item span:before {
    left: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.input-radio-color__item span:after {
    left: 8px;
    top: 8px;
    width: 14px;
    height: 14px;
    background: currentColor;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.input-radio-color__item:hover input:enabled ~ span {
    -webkit-transform: scale(0.86667);
    transform: scale(0.86667);
}

.input-radio-color__item input:enabled:checked ~ span, .input-radio-color__item input:enabled:checked ~ span:before, .input-radio-color__item input:enabled:checked ~ span:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-radio-color__item--disabled {
    cursor: default;
}

.input-radio-color__item--disabled span {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}

.input-radio-color__item--disabled span:before {
    -webkit-transform: scale(1.33) rotateZ(45deg);
    transform: scale(1.33) rotateZ(45deg);
    left: 14px;
    top: -1px;
    width: 2px;
    height: calc(100% + 2px);
    background: rgba(0, 0, 0, 0.3);
}

.input-radio-color__item--white span {
    -webkit-box-shadow: inset 0 0 0 2px #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
}

.input-radio-color__item--white span:after {
    -webkit-box-shadow: inset 0 0 0 2px #ccc;
    box-shadow: inset 0 0 0 2px #ccc;
}

.cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.cart-table__product-name {
    color: inherit;
}

.cart-table__options {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
    font-size: 14px;
    color: #999;
    line-height: 19px;
}

.cart-table__options li {
    position: relative;
}

[dir=ltr] .cart-table__options li {
    padding-left: 12px;
}

[dir=rtl] .cart-table__options li {
    padding-right: 12px;
}

.cart-table__options li::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: currentColor;
}

[dir=ltr] .cart-table__options li::before {
    left: 1px;
}

[dir=rtl] .cart-table__options li::before {
    right: 1px;
}

@media (min-width: 768px) {
    .cart-table__column {
        padding: 12px 18px;
        border-top: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__column:first-child {
        border-left: 1px solid #ebebeb;
    }

    [dir=rtl] .cart-table__column:first-child {
        border-right: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__column:last-child {
        border-right: 1px solid #ebebeb;
    }

    [dir=rtl] .cart-table__column:last-child {
        border-left: 1px solid #ebebeb;
    }

    .cart-table__head {
        background: #f7f7f7;
        font-size: 15px;
    }

    .cart-table__head .cart-table__column {
        font-weight: 500;
    }

    [dir=ltr] .cart-table__head .cart-table__column:first-child {
        border-top-left-radius: 2.5px;
    }

    [dir=rtl] .cart-table__head .cart-table__column:first-child {
        border-top-right-radius: 2.5px;
    }

    [dir=ltr] .cart-table__head .cart-table__column:last-child {
        border-top-right-radius: 2.5px;
    }

    [dir=rtl] .cart-table__head .cart-table__column:last-child {
        border-top-left-radius: 2.5px;
    }

    .cart-table__body .cart-table__column {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .cart-table__body .cart-table__row:last-child .cart-table__column {
        border-bottom: 1px solid #ebebeb;
    }

    [dir=ltr] .cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
        border-bottom-left-radius: 2.5px;
    }

    [dir=rtl] .cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
        border-bottom-right-radius: 2.5px;
    }

    [dir=ltr] .cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
        border-bottom-right-radius: 2.5px;
    }

    [dir=rtl] .cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
        border-bottom-left-radius: 2.5px;
    }

    .cart-table__column--image {
        width: 1px;
        text-align: center;
    }

    .cart-table__column--image img {
        width: 80px;
    }

    .cart-table__column--price {
        width: 170px;
    }

    [dir=ltr] .cart-table__column--price {
        text-align: right;
    }

    [dir=rtl] .cart-table__column--price {
        text-align: left;
    }

    .cart-table__column--quantity {
        text-align: center;
        width: 1px;
    }

    [dir=ltr] .cart-table__column--quantity {
        padding-left: 90px;
    }

    [dir=rtl] .cart-table__column--quantity {
        padding-right: 90px;
    }

    .cart-table__column--total {
        width: 170px;
    }

    [dir=ltr] .cart-table__column--total {
        text-align: right;
    }

    [dir=rtl] .cart-table__column--total {
        text-align: left;
    }

    .cart-table__column--remove {
        width: 1px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    [dir=ltr] .cart-table__column--quantity {
        padding-left: 40px;
    }

    [dir=rtl] .cart-table__column--quantity {
        padding-right: 40px;
    }

    .cart-table__column--price, .cart-table__column--total {
        width: 130px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    [dir=ltr] .cart-table__column--quantity {
        padding-left: 0;
        padding-right: 0;
    }

    [dir=rtl] .cart-table__column--quantity {
        padding-right: 0;
        padding-left: 0;
    }

    .cart-table__column--price, .cart-table__column--total {
        width: 1px;
    }

    [dir=ltr] .cart-table__column--remove {
        padding-left: 0;
    }

    [dir=rtl] .cart-table__column--remove {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .cart-table {
        display: block;
    }

    .cart-table__head {
        display: none;
    }

    .cart-table__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .cart-table__row {
        position: relative;
        width: 100%;
        display: block;
        border: 1px solid #ebebeb;
        border-radius: 2px;
    }

    .cart-table__row + .cart-table__row {
        margin-top: 15px;
    }

    .cart-table__column {
        display: block;
        padding: 0;
    }

    .cart-table__column--image {
        padding: 5px 20px 0px 20px;
        text-align: center;
    }

    .cart-table__column--image img {
        width: 100%;
        max-width: 160px;
    }

    .cart-table__column--product {
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        padding: 0 20px 18px;
    }

    .cart-table__column--price, .cart-table__column--quantity, .cart-table__column--total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 8px 20px;
    }

    .cart-table__column--price::before, .cart-table__column--quantity::before, .cart-table__column--total::before {
        font-weight: 500;
        width: 55%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        content: attr(data-title) ": ";
    }

    [dir=ltr] .cart-table__column--price::before, [dir=ltr] .cart-table__column--quantity::before, [dir=ltr] .cart-table__column--total::before {
        text-align: right;
        margin-right: 5px;
    }

    [dir=rtl] .cart-table__column--price::before, [dir=rtl] .cart-table__column--quantity::before, [dir=rtl] .cart-table__column--total::before {
        text-align: left;
    }

    .cart-table__column--quantity .input-number {
        width: 110px;
    }

    .cart-table__column--price {
        padding-top: 18px;
    }

    .cart-table__column--total {
        padding-bottom: 18px;
    }

    .cart-table__column--remove {
        position: absolute;
        top: 5px;
    }

    [dir=ltr] .cart-table__column--remove {
        right: 5px;
    }

    [dir=rtl] .cart-table__column--remove {
        left: 5px;
    }

    .cart-table__options li::before {
        display: none;
    }
}

.cart__actions {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
}

.cart__coupon-form {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cart__coupon-form .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

[dir=ltr] .cart__coupon-form .btn {
    margin-left: .5rem;
}

[dir=rtl] .cart__coupon-form .btn {
    margin-right: .5rem;
}

.cart__buttons {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

[dir=ltr] .cart__update-button {
    margin-left: .5rem;
}

[dir=rtl] .cart__update-button {
    margin-right: .5rem;
}

.cart__totals {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 40px;
}

.cart__totals a:hover {
    text-decoration: underline;
}

.cart__totals th, .cart__totals td {
    vertical-align: top;
    padding: 6px 0;
}

.cart__totals th {
    font-weight: 500;
}

[dir=ltr] .cart__totals tr > :first-child {
    padding-right: 20px;
}

[dir=rtl] .cart__totals tr > :first-child {
    padding-left: 20px;
}

[dir=ltr] .cart__totals tr > :last-child {
    text-align: right;
}

[dir=rtl] .cart__totals tr > :last-child {
    text-align: left;
}

.cart__totals-header tr:last-child > * {
    padding-bottom: 10px;
}

.cart__totals-body tr:first-child > * {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.cart__totals-body tr:last-child > * {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.cart__totals-footer {
    font-size: 24px;
}

.cart__totals-footer th {
    font-weight: 500;
}

.cart__totals-footer tr:first-child > * {
    padding-top: 20px;
}

.cart__calc-shipping {
    margin-top: 2px;
    font-size: 15px;
}

@media (max-width: 767px) {
    .cart__actions {
        margin-top: 1.5rem;
        display: block;
    }

    .cart__coupon-form {
        width: 100%;
    }

    .cart__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 2.5rem;
        width: 100%;
    }

    .cart__update-button {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: .75rem;
    }

    [dir=ltr] .cart__update-button {
        margin-left: 0;
    }

    [dir=rtl] .cart__update-button {
        margin-right: 0;
    }
}

.input-number {
    display: block;
    width: 100%;
    position: relative;
}

.input-number__input {
    -moz-appearance: textfield;
    display: block;
    width: 100%;
    min-width: 88px;
    padding: 0 24px 1px;
    text-align: center;
}

.input-number__input::-webkit-inner-spin-button, .input-number__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.input-number__sub, .input-number__add {
    position: absolute;
    height: 100%;
    width: 24px;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: .3;
    -webkit-transition: opacity .18s;
    transition: opacity .18s;
}

.input-number__sub:before, .input-number__sub:after, .input-number__add:before, .input-number__add:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: currentColor;
}

.input-number__sub:before, .input-number__add:before {
    width: 8px;
    height: 2px;
}

.input-number__sub:hover, .input-number__add:hover {
    opacity: 1;
}

[dir=ltr] .input-number__sub {
    left: 1px;
}

[dir=rtl] .input-number__sub {
    right: 1px;
}

[dir=ltr] .input-number__add {
    right: 1px;
}

[dir=rtl] .input-number__add {
    left: 1px;
}

.input-number__add:after {
    width: 2px;
    height: 8px;
}

.input-radio {
    display: inline-block;
}

.input-radio__body {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}

.input-radio__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: inherit;
}

.input-radio__circle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.17) inset;
    -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, -webkit-box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s;
    transition: background 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.input-radio__circle::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: background 0.2s, transform 0.2s, visibility 0s 0.2s;
    transition: background 0.2s, transform 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    visibility: hidden;
}

.input-radio__input:checked ~ .input-radio__circle {
    background: #627F48;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset;
}

.input-radio__input:checked ~ .input-radio__circle::after {
    background: #3d464d;
    visibility: visible;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-radio__input:disabled ~ .input-radio__circle {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12) inset;
}

.input-radio__input:disabled ~ .input-radio__circle::after {
    background: rgba(0, 0, 0, 0.2);
}

.input-check {
    display: inline-block;
}

.input-check__body {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
}

.input-check__input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: inherit;
}

.input-check__box {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 1.2px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: background 0.15s, -webkit-box-shadow 0.15s;
    transition: background 0.15s, -webkit-box-shadow 0.15s;
    transition: background 0.15s, box-shadow 0.15s;
    transition: background 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.input-check__icon {
    pointer-events: none;
    position: absolute;
    left: 4px;
    top: 5px;
    fill: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
    transition: fill 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
    transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s;
    transition: fill 0.15s, transform 0.15s, visibility 0s 0.15s, -webkit-transform 0.15s;
}

.input-check__input:checked ~ .input-check__box {
    background: #627F48;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset;
}

.input-check__input:checked ~ .input-check__icon {
    fill: #3d464d;
    -webkit-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.input-check__input:disabled ~ .input-check__box {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
}

.input-check__input:disabled ~ .input-check__icon {
    fill: rgba(0, 0, 0, 0.2);
}

.checkout__totals {
    font-size: 15px;
    line-height: 19px;
    width: 100%;
    margin-bottom: 40px;
}

.checkout__totals th, .checkout__totals td {
    padding: 4px 0;
}

.checkout__totals th {
    font-weight: 500;
}

[dir=ltr] .checkout__totals tr > :first-child {
    padding-right: 20px;
}

[dir=rtl] .checkout__totals tr > :first-child {
    padding-left: 20px;
}

.checkout__totals tr > :last-child {
    white-space: nowrap;
}

[dir=ltr] .checkout__totals tr > :last-child {
    text-align: right;
}

[dir=rtl] .checkout__totals tr > :last-child {
    text-align: left;
}

.checkout__totals-header tr:last-child > * {
    padding-bottom: 10px;
}

.checkout__totals-products tr:first-child > * {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.checkout__totals-products tr:last-child > * {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.checkout__totals-subtotals tr:first-child > * {
    padding-top: 20px;
}

.checkout__totals-subtotals tr:last-child > * {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.checkout__totals-footer {
    font-size: 24px;
}

.checkout__totals-footer th {
    font-weight: 500;
}

.checkout__totals-footer tr:first-child > * {
    padding-top: 20px;
}

.payment-methods {
    margin-bottom: 30px;
}

.payment-methods__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.payment-methods__item {
    border-radius: 10px;
    background: transparent;
    border: 1px solid #e5e5e5;
}

.payment-methods__item:hover {
    background: transparent;
    border: 1px solid #eeeeee;
}

.payment-methods__item + .payment-methods__item {
    margin-top: 6px;
}

.payment-methods__item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .01em;
    cursor: pointer;
    margin-bottom: 0;
}

[dir=ltr] .payment-methods__item-radio {
    margin-right: 10px;
}

[dir=rtl] .payment-methods__item-radio {
    margin-left: 10px;
}

.payment-methods__item-container {
    overflow: hidden;
    height: 0;
    -webkit-transition: height .2s;
    transition: height .2s;
}

.payment-methods__item-description {
    font-size: 15px;
    line-height: 20px;
    padding: 2px 16px 13px 16px;
}

.payment-methods__item--active, .payment-methods__item--active:hover {
    background: transparent;
    border: 2px solid #8e9b7b;
}

.payment-methods__item--active .payment-methods__item-container {
    height: auto;
}

.checkout__agree {
    margin-bottom: 36px;
}

.checkout__agree a:hover {
    text-decoration: underline;
}

.form-group {
    font-size: 14px;
    color: #999;
    margin-top: 16px;
}

[dir=ltr] .form-check {
    padding-left: 1.5rem;
}

[dir=rtl] .form-check {
    padding-right: 1.5rem;
}

.form-check-input {
    position: absolute;
    margin-top: .1875rem;
}

[dir=ltr] .form-check-input {
    margin-left: -1.5rem;
}

[dir=rtl] .form-check-input {
    margin-right: -1.5rem;
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 1.125rem;
    }
}

.form-control {
    border-radius: 2px;
    line-height: 1.25;
}

.form-control-sm {
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .3125rem .5rem;
}

.form-control-lg {
    height: calc(2.75rem + 2px);
    line-height: 1.25;
}

.form-control:valid, .form-control.is-valid, .form-control:invalid, .form-control.is-invalid {
    background-image: none;
    border-radius: 10px;
    background-color: #ffffff;
    border: 2px solid #e5e5e5;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select.form-control::-ms-expand {
    display: none;
}

select.form-control, select.form-control:valid, select.form-control.is-valid, select.form-control:invalid, select.form-control.is-invalid {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='%234d4d4d' d='M4.503,4 L0.497,4 C0.094,4 -0.142,3.492 0.089,3.122 L2.095,0.233 C2.293,-0.084 2.712,-0.084 2.911,0.233 L4.911,3.122 C5.142,3.492 4.906,4 4.503,4 ZM0.497,6 L4.503,6 C4.906,6 5.142,6.504 4.911,6.871 L2.905,9.737 C2.707,10.052 2.288,10.052 2.089,9.737 L0.089,6.871 C-0.142,6.504 0.094,6 0.497,6 Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 5px 10px;
}

[dir=ltr] select.form-control, [dir=ltr] select.form-control:valid, [dir=ltr] select.form-control.is-valid, [dir=ltr] select.form-control:invalid, [dir=ltr] select.form-control.is-invalid {
    background-position: right 0.75rem center;
    padding-right: calc(.75rem * 2 + 5px);
}

[dir=rtl] select.form-control, [dir=rtl] select.form-control:valid, [dir=rtl] select.form-control.is-valid, [dir=rtl] select.form-control:invalid, [dir=rtl] select.form-control.is-invalid {
    background-position: left 0.75rem center;
    padding-left: calc(.75rem * 2 + 5px);
}

[dir=ltr] select.form-control-sm, [dir=ltr] select.form-control-sm:valid, [dir=ltr] select.form-control-sm.is-valid, [dir=ltr] select.form-control-sm:invalid, [dir=ltr] select.form-control-sm.is-invalid {
    background-position: right 0.5rem center;
    padding-right: calc(.5rem * 2 + 5px);
}

[dir=rtl] select.form-control-sm, [dir=rtl] select.form-control-sm:valid, [dir=rtl] select.form-control-sm.is-valid, [dir=rtl] select.form-control-sm:invalid, [dir=rtl] select.form-control-sm.is-invalid {
    background-position: left 0.5rem center;
    padding-left: calc(.5rem * 2 + 5px);
}

[dir=ltr] select.form-control-lg, [dir=ltr] select.form-control-lg:valid, [dir=ltr] select.form-control-lg.is-valid, [dir=ltr] select.form-control-lg:invalid, [dir=ltr] select.form-control-lg.is-invalid {
    background-position: right 1rem center;
    padding-right: calc(1rem * 2 + 5px);
}

[dir=rtl] select.form-control-lg, [dir=rtl] select.form-control-lg:valid, [dir=rtl] select.form-control-lg.is-valid, [dir=rtl] select.form-control-lg:invalid, [dir=rtl] select.form-control-lg.is-invalid {
    background-position: left 1rem center;
    padding-left: calc(1rem * 2 + 5px);
}

.btn-light.focus, .btn-light:focus, .btn-light:hover {
    border-color: #f0f0f0;
    background: #f0f0f0;
    color: #3d464d;
    fill: #3d464d;
}

.btn-light.focus .fake-svg-icon, .btn-light:focus .fake-svg-icon, .btn-light:hover .fake-svg-icon {
    color: #3d464d;
}

.btn-light.focus, .btn-light:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    border-color: #e5e5e5;
    background: #e5e5e5;
    color: #3d464d;
    fill: #3d464d;
}

.btn-light:not(:disabled):not(.disabled):active .fake-svg-icon, .btn-light:not(:disabled):not(.disabled).active .fake-svg-icon {
    color: #3d464d;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-light, .btn-light.disabled, .btn-light:disabled {
    border-color: #e5e5e5;
    background: #f0f0f0;
    color: #3d464d;
    fill: #ccc;
}

.btn-light .fake-svg-icon, .btn-light.disabled .fake-svg-icon, .btn-light:disabled .fake-svg-icon {
    color: #ccc;
}

.btn-light.btn-loading:not(:disabled):not(.disabled), .btn-light.btn-loading:not(:disabled):not(.disabled):active, .btn-light.btn-loading:not(:disabled):not(.disabled).active {
    cursor: default;
    border-color: transparent;
    background: transparent;
}

.btn-light, .btn-danger {
    border-radius: 5px;
}

.block {
    margin-bottom: 50px;
}

.btn.btn-primary {
    background: var(--color-primary-dark);
    border-radius: 8px;
    box-shadow: none;
    border: none;
}

.btn.btn-primary-checkout {
    min-width: 160px;
    padding: 14px 20px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.btn.btn-primary:hover, .btn.btn-primary:first-child:hover {
    background: var(--color-primary-dark);
    opacity: .75;
}

.block-empty__body {
    text-align: center;
    padding: 18px 0 60px;
}

.block-empty__message {
    font-size: 17px;
}

.block-empty__actions {
    margin-top: 24px;
}

.block-features__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-features__item {
    padding: 16px 24px;
    display: -ms-flexbox;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 33.33%;
}

.block-features__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.block-features__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    fill: #627F48;
}

[dir=ltr] .block-features__icon {
    margin: 0px auto;
}

[dir=rtl] .block-features__icon {
    margin: 0px auto;
}

.block-features__icon svg {
    display: block;
}

.block-features__content {
    padding-top: 2px;
}

.block-features__title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
}

.block-features__subtitle {
    font-size: 14px;
}

.block-features--layout--boxed {
    margin-top: -36px;
}

.block-features--layout--boxed .block-features__list {
    border: none;
}

.block-features--layout--boxed .block-features__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f7f7f7;
    border-radius: 3px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 28px 28px;
}

.block-features--layout--boxed .block-features__divider {
    width: 14px;
}

.block-features--layout--boxed .block-features__icon {
    margin-bottom: 12px;
}

[dir=ltr] .block-features--layout--boxed .block-features__icon {
    margin-right: 0;
}

[dir=rtl] .block-features--layout--boxed .block-features__icon {
    margin-left: 0;
}

@media (min-width: 480px) and (max-width: 991px) {
    .block-features--layout--boxed .block-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-features--layout--boxed .block-features__item {
        width: 50%;
    }

    .block-features--layout--boxed .block-features__divider:nth-child(4n) {
        width: 100%;
        height: 14px;
    }
}

@media (max-width: 479px) {
    .block-features--layout--boxed .block-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-features--layout--boxed .block-features__item {
        width: 100%;
    }

    .block-features--layout--boxed .block-features__divider {
        width: 100%;
        height: 14px;
    }
}

.block-features--layout--classic {
    margin-top: -20px;
}

.block-features--layout--classic .block-features__divider {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1199px) and (min-width: 992px), (max-width: 767px) and (min-width: 576px) {
    .block-features--layout--classic .block-features__item {
        padding: 12px;
    }

    .block-features--layout--classic .block-features__content {
        padding-top: 0;
    }
}

@media (max-width: 991px) and (min-width: 420px) {
    .block-features--layout--classic .block-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-features--layout--classic .block-features__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: calc(50% - 1px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .block-features--layout--classic .block-features__divider:nth-child(4n) {
        width: 100%;
        height: 2px;
    }
}

@media (max-width: 575px) and (min-width: 420px) {
    .block-features--layout--classic .block-features__item {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .block-features--layout--classic .block-features__icon {
        margin-bottom: 20px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 419px) {
    .block-features--layout--classic .block-features__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-features--layout--classic .block-features__item {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .block-features--layout--classic .block-features__divider {
        width: 100%;
        height: 2px;
    }
}

.block-finder {
    margin-bottom: 50px;
}

.block-finder--layout--full {
    margin-top: 20px;
}

.block-finder__body {
    padding: 0 52px 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 400px;
    background: #f5f5f5 no-repeat bottom center;
    color: #3d464d;
}

.block-finder__header {
    padding: 46px 0 36px;
}

.block-finder__title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
}

.block-finder__subtitle {
    margin-top: 2px;
    font-size: 17px;
    line-height: 1.25;
    color: #6c757d;
}

.block-finder__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    align-self: center;
}

.block-finder__button {
    margin-top: 40px;
    height: 43px;
    padding-left: 44px;
    padding-right: 44px;
    font-size: 17px;
}

.block-finder__select, .block-finder__select + .select2-container--default {
    width: 100%;
}

.block-finder__select, .block-finder__select + .select2-container--default .select2-selection--single {
    height: 42px;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09), 0 0 0 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09), 0 0 0 1px rgba(0, 0, 0, 0.03);
    cursor: pointer;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 10'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' d='M4.503,4 L0.497,4 C0.094,4 -0.142,3.492 0.089,3.122 L2.095,0.233 C2.293,-0.084 2.712,-0.084 2.911,0.233 L4.911,3.122 C5.142,3.492 4.906,4 4.503,4 ZM0.497,6 L4.503,6 C4.906,6 5.142,6.504 4.911,6.871 L2.905,9.737 C2.707,10.052 2.288,10.052 2.089,9.737 L0.089,6.871 C-0.142,6.504 0.094,6 0.497,6 Z'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: 5px 10px;
}

[dir=ltr] .block-finder__select, [dir=ltr] .block-finder__select + .select2-container--default .select2-selection--single {
    background-position: right 12px center;
}

[dir=rtl] .block-finder__select, [dir=rtl] .block-finder__select + .select2-container--default .select2-selection--single {
    background-position: left 12px center;
}

.block-finder__select:focus, .block-finder__select + .select2-container--default .select2-selection--single:focus {
    outline: none;
}

.block-finder__select, .block-finder__select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #3d464d;
}

[dir=ltr] .block-finder__select, [dir=ltr] .block-finder__select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 13px;
    padding-right: 31px;
    text-align: left;
}

[dir=rtl] .block-finder__select, [dir=rtl] .block-finder__select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 13px;
    padding-left: 31px;
    text-align: right;
}

.block-finder__select:disabled, .block-finder__select + .select2-container--disabled .select2-selection--single {
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    opacity: 0.6;
    cursor: default;
}

.block-finder__select:disabled, .block-finder__select + .select2-container--disabled .select2-selection--single .select2-selection__rendered {
    color: #6c757d;
}

.block-finder__select {
    -webkit-transition: background-color .15s, color .15s, opacity .15s, -webkit-box-shadow .15s;
    transition: background-color .15s, color .15s, opacity .15s, -webkit-box-shadow .15s;
    transition: background-color .15s, box-shadow .15s, color .15s, opacity .15s;
    transition: background-color .15s, box-shadow .15s, color .15s, opacity .15s, -webkit-box-shadow .15s;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.block-finder__select::-ms-expand {
    display: none;
}

.block-finder__select + .select2-container--default .select2-selection--single {
    -webkit-transition: background-color .15s, opacity .15s, -webkit-box-shadow .15s;
    transition: background-color .15s, opacity .15s, -webkit-box-shadow .15s;
    transition: background-color .15s, box-shadow .15s, opacity .15s;
    transition: background-color .15s, box-shadow .15s, opacity .15s, -webkit-box-shadow .15s;
}

.block-finder__select + .select2-container--default .select2-selection--single .select2-selection__rendered {
    -webkit-transition: color .15s;
    transition: color .15s;
}

.block-finder__select + .select2-container--default .select2-selection--single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block-finder__select + .select2-container--default .select2-selection__arrow {
    display: none;
}

.block-finder--layout--with-departments .block-finder__body {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .block-finder--layout--with-departments .block-finder__body {
        margin-top: 15px;
        height: 395px;
    }

    [dir=ltr] .block-finder--layout--with-departments .block-finder__body {
        margin-left: -15px;
    }

    [dir=rtl] .block-finder--layout--with-departments .block-finder__body {
        margin-right: -15px;
    }

    .block-finder--layout--with-departments .block-finder__select, .block-finder--layout--with-departments .block-finder__select + .select2-container--default .select2-selection--single {
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .block-finder--layout--with-departments .block-finder__form {
        margin: -6px;
        width: 728px;
    }

    .block-finder--layout--with-departments .block-finder__form-item {
        width: calc(100% / 4 - 12px);
        margin: 6px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block-finder--layout--with-departments .block-finder__form {
        margin: -6px;
        width: 424px;
    }

    .block-finder--layout--with-departments .block-finder__form-item {
        width: calc(100% / 2 - 12px);
        margin: 6px;
    }

    .block-finder--layout--with-departments .block-finder__header {
        padding-bottom: 32px;
    }

    .block-finder--layout--with-departments .block-finder__button {
        margin-top: 36px;
    }
}

@media (min-width: 992px) {
    .block-finder--layout--full .block-finder__form {
        margin: -7px;
        width: 816px;
    }

    .block-finder--layout--full .block-finder__form-item {
        width: calc(100% / 4 - 14px);
        margin: 7px;
    }
}

@media (max-width: 991px) {
    .block-finder__header {
        padding-bottom: 28px;
    }

    .block-finder__button {
        margin-top: 32px;
    }

    .block-finder__form {
        margin: -7px;
        width: 428px;
    }

    .block-finder__form-item {
        width: calc(100% / 2 - 14px);
        margin: 7px;
    }
}

@media (max-width: 767px) {
    .block-finder__header {
        padding-top: 40px;
    }

    .block-finder__title {
        font-size: 28px;
        line-height: 30px;
    }

    .block-finder__subtitle {
        margin-top: 8px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .block-finder__body {
        height: auto;
    }

    .block-finder__form {
        margin: -7px;
        width: 234px;
    }

    .block-finder__form-item {
        width: calc(100% / 1 - 14px);
        margin: 7px;
    }

    .block-finder__select, .block-finder__select + .select2-container--default .select2-selection--single {
        height: 40px;
    }
}

.block-map {
    margin-bottom: 10px;
}

.block-map__body {
    height: 540px;
    position: relative;
}

.block-map__body::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.block-map__body::after {
    position: absolute;
    content: '';
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.block-map__body iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 1199px) {
    .block-map__body {
        height: 500px;
    }
}

@media (max-width: 991px) {
    .block-map__body {
        height: 440px;
    }
}

@media (max-width: 767px) {
    .block-map__body {
        height: 380px;
    }
}

@media (max-width: 575px) {
    .block-map__body {
        height: 300px;
    }
}

.product-card {
    position: relative;
    padding: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
}

.product-card::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #ededed inset;
    box-shadow: 0 0 0 1px #ededed inset;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.product-card:hover::before {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.product-card:hover .product-card__quickview {
    -webkit-transition-duration: 0s, 0s;
    transition-duration: 0s, 0s;
    background: #627F48;
}

.product-card:hover .product-card__quickview:not(.product-card__quickview--preload) {
    color: #3d464d;
}

.product-card:hover .product-card__quickview:not(.product-card__quickview--preload):hover {
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    background: #3d464d;
    color: #fff;
}

.product-card__image {
    padding: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.product-card__image a {
    display: block;
    padding-bottom: 100%;
    position: relative;
}

.product-card__image img {
    max-width: 100%;
    display: block;
    position: absolute;
}

.product-card__quickview {
    z-index: 2;
    position: absolute;
    border: none;
    font-size: 10px;
    text-transform: uppercase;
    fill: currentColor;
    padding: 7px;
    cursor: pointer;
    top: 0;
    background: transparent;
    color: #ccc;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

[dir=ltr] .product-card__quickview {
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
}

[dir=rtl] .product-card__quickview {
    left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}

.product-card__quickview .fake-svg-icon {
    display: none;
}

@supports (-ms-ime-align: auto) {
    .product-card__quickview svg {
        display: none;
    }

    .product-card__quickview .fake-svg-icon {
        display: block;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        font-size: 16px;
    }

    .product-card__quickview .fake-svg-icon::before {
        content: "\e900";
    }
}

.product-card__quickview:focus {
    outline: none;
}

.product-card__quickview--preload {
    color: transparent;
}

.product-card__quickview--preload:after {
    display: block;
    content: '';
    position: absolute;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: border-color .1s;
    transition: border-color .1s;
    -webkit-animation-name: preloader-animation;
    animation-name: preloader-animation;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    left: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

.product-card__info {
    padding: 2px 22px 24px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card__name {
    font-size: 15px;
    line-height: 19px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-card__name a {
    color: inherit;
    -webkit-transition: .15s;
    transition: .15s;
    text-decoration: none;
}

.product-card__name a:hover {
    color: #627F48;
}

.product-card__rating {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__rating-legend {
    font-size: 13px;
    line-height: 1;
    color: #b3b3b3;
    padding-top: 1px;
}

[dir=ltr] .product-card__rating-legend {
    margin-left: 9px;
}

[dir=rtl] .product-card__rating-legend {
    margin-right: 9px;
}

.product-card__prices {
    margin-top: 14px;
    line-height: 1;
    font-weight: 500;
    color: #3d464d;
}

.product-card__new-price {
    color: #ff2626;
}

.product-card__old-price {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 13px;
    text-decoration: line-through;
}

.product-card__old-price__page {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
}

.product-card__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

[dir=ltr] .product-card__buttons > *:first-child {
    margin-right: auto;
}

[dir=rtl] .product-card__buttons > *:first-child {
    margin-left: auto;
}

[dir=ltr] .product-card__buttons > * + * {
    margin-left: 4px;
}

[dir=rtl] .product-card__buttons > * + * {
    margin-right: 4px;
}

.product-card__addtocart--list {
    display: none;
}

.product-card__features-list {
    list-style: none;
    margin: 10px 0 6px;
    padding: 0;
    color: #6c757d;
    font-size: 13px;
    line-height: 15px;
}

.product-card__features-list li {
    padding: 3px 0 3px;
    position: relative;
}

[dir=ltr] .product-card__features-list li {
    padding-left: 12px;
}

[dir=rtl] .product-card__features-list li {
    padding-right: 12px;
}

.product-card__features-list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 9px;
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    border: 1px solid currentColor;
}

[dir=ltr] .product-card__features-list li::before {
    left: 0;
}

[dir=rtl] .product-card__features-list li::before {
    right: 0;
}

.product__card-img {
    position: relative;
}

.product-card__badges-list {
    bottom: 0px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    z-index: 1;
}

[dir=ltr] .product-card__badges-list {
    right: 0px;
}

[dir=rtl] .product-card__badges-list {
    right: 0px;
}

.product-card__badge {
    display: inline-flex;
    height: 20px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-family: Jost, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    padding: 0px 5px;
    border-radius: 8px;
    margin-bottom: 5px;
}

.product-card__badge-svg {
    margin-bottom: 5px;
    padding: 0px 5px;
}

[dir=ltr] .product-card__badge {
    margin-right: 5px;
}

[dir=rtl] .product-card__badge {
    margin-right: 5px;
}

.product-card__badge--sale {
    background: #ff3333;
    color: #fff;
}

.product-card__badge--new {
    background: #3377ff;
    color: #fff;
}

.product-card__badge--free_delivery {
    background: #0F9916;
    color: #fff;
}

.product-card__badge--hot {
    background: #614ba6;
    color: #fff;
}

@media (max-width: 768px) {
    .product-card__badge-svg {
        margin-bottom: 1px;
        padding: 0px 2px;
    }

    .product-card__badge-svg img {
        height: 16px;
    }

    [dir=ltr] .product-card__badge {
        margin-right: 2px;
    }

    [dir=rtl] .product-card__badge {
        margin-right: 2px;
    }

    .product-card__badge {
        height: 15px;
        font-size: 8px;
        letter-spacing: 0.4px;
        margin-bottom: 2px;
    }
}

.product-card--layout--horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-card--layout--horizontal .product-card__image {
    width: 120px;
    padding: 16px;
}

.product-card--layout--horizontal .product-card__badges-list {
    top: 10px;
}

[dir=ltr] .product-card--layout--horizontal .product-card__badges-list {
    left: 10px;
}

[dir=rtl] .product-card--layout--horizontal .product-card__badges-list {
    right: 10px;
}

.product-card--layout--horizontal .product-card__badge {
    padding: 3px 5px 2px;
}

.product-card--layout--horizontal .product-card__info {
    padding-top: 14px;
    padding-bottom: 42px;
    width: 100%;
}

[dir=ltr] .product-card--layout--horizontal .product-card__info {
    padding-left: 0;
    padding-right: 30px;
}

[dir=rtl] .product-card--layout--horizontal .product-card__info {
    padding-right: 0;
    padding-left: 30px;
}

.product-card--layout--horizontal .product-card__name {
    overflow: hidden;
    height: 38px;
}

.product-card--layout--horizontal .product-card__rating {
    white-space: nowrap;
}

.product-card--layout--horizontal .product-card__description {
    display: none;
}

.product-card--layout--horizontal .product-card__availability {
    display: none;
}

.product-card--layout--horizontal .product-card__buttons {
    display: none;
}

.product-card--layout--horizontal .product-card__actions {
    position: absolute;
    bottom: 18px;
}

[dir=ltr] .product-card--layout--horizontal .product-card__actions {
    left: 120px;
}

[dir=rtl] .product-card--layout--horizontal .product-card__actions {
    right: 120px;
}

.product-card--layout--horizontal .product-card__features-list {
    display: none;
}

.product-card--layout--grid .product-card__image {
    padding: 18px 18px 20px;
}

.product-card--layout--grid .product-card__info {
    padding: 0 24px 0;
}

.product-card--layout--grid .product-card__actions {
    padding: 0 24px 24px;
}

.product-card--layout--grid .product-card__description {
    display: none;
}

.product-card--layout--grid .product-card__availability {
    display: none;
}

.product-card--layout--grid .product-card__features-list {
    display: none;
}

.product-card--layout--grid.product-card--size--sm .product-card__image {
    padding: 15px;
}

.product-card--layout--grid.product-card--size--sm .product-card__badges-list {
    top: 16px;
}

[dir=ltr] .product-card--layout--grid.product-card--size--sm .product-card__badges-list {
    left: 16px;
}

[dir=rtl] .product-card--layout--grid.product-card--size--sm .product-card__badges-list {
    right: 16px;
}

.product-card--layout--grid.product-card--size--sm .product-card__info {
    padding: 0 15px 0;
}

.product-card--layout--grid.product-card--size--sm .product-card__actions {
    padding: 0 15px 15px;
}

.product-card--layout--grid.product-card--size--sm .product-card__buttons .btn {
    font-size: .8125rem;
    height: calc(1.5rem + 2px);
    line-height: 1.25;
    padding: .25rem .5625rem;
    font-weight: 500;
}

.product-card--layout--grid.product-card--size--sm .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.5rem + 2px);
}

@media (hover: hover) {
    .product-card--layout--grid.product-card--size--sm .product-card__buttons {
        display: none;
    }

    .product-card--layout--grid.product-card--size--sm:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px;
    }

    .product-card--layout--grid.product-card--size--sm:hover .product-card__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-card--layout--grid.product-card--size--sm .product-card__buttons {
        display: none;
    }

    .product-card--layout--grid.product-card--size--sm:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -50px;
    }

    .product-card--layout--grid.product-card--size--sm:hover .product-card__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-card--layout--grid.product-card--size--nl .product-card__buttons .btn {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
}

.product-card--layout--grid.product-card--size--nl .product-card__buttons .btn.btn-svg-icon {
    width: calc(1.875rem + 2px);
}

@media (hover: hover) {
    .product-card--layout--grid.product-card--size--nl .product-card__buttons {
        display: none;
    }

    .product-card--layout--grid.product-card--size--nl:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -56px;
    }

    .product-card--layout--grid.product-card--size--nl:hover .product-card__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .product-card--layout--grid.product-card--size--nl .product-card__buttons {
        display: none;
    }

    .product-card--layout--grid.product-card--size--nl:hover {
        position: relative;
        z-index: 3;
        margin-bottom: -56px;
    }

    .product-card--layout--grid.product-card--size--nl:hover .product-card__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.product-card--layout--grid.product-card--size--lg .product-card__image {
    padding: 25px;
}

.product-card--layout--grid.product-card--size--lg .product-card__info {
    padding: 0 30px 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.product-card--layout--grid.product-card--size--lg .product-card__name {
    font-size: 17px;
    line-height: 23px;
}

.product-card--layout--grid.product-card--size--lg .product-card__actions {
    padding: 0 30px 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-card--layout--grid.product-card--size--lg .product-card__rating {
    margin-top: 10px;
}

.product-card--layout--grid.product-card--size--lg .product-card__prices {
    margin-bottom: auto;
    font-size: 20px;
}

.product-card--layout--list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-card--layout--list .product-card__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 24px;
    width: 210px;
}

.product-card--layout--list .product-card__info {
    padding: 20px 0;
}

[dir=ltr] .product-card--layout--list .product-card__info {
    padding-left: 24px;
    padding-right: 4px;
}

[dir=rtl] .product-card--layout--list .product-card__info {
    padding-right: 24px;
    padding-left: 4px;
}

.product-card--layout--list .product-card__name {
    font-size: 16px;
    line-height: 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.product-card--layout--list .product-card__rating {
    margin-top: 7px;
}

.product-card--layout--list .product-card__description {
    color: #6c757d;
    font-size: 15px;
    line-height: 22px;
    margin-top: 12px;
}

.product-card--layout--list .product-card__actions {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px;
    padding: 16px 20px;
}

[dir=ltr] .product-card--layout--list .product-card__actions {
    border-left: 1px solid #ebebeb;
}

[dir=rtl] .product-card--layout--list .product-card__actions {
    border-right: 1px solid #ebebeb;
}

.product-card--layout--list .product-card__prices {
    margin-top: 16px;
    font-size: 18px;
}

.product-card--layout--list .product-card__old-price {
    font-size: 14px;
}

.product-card--layout--list .product-card__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-card--layout--list .product-card__addtocart {
    display: none;
}

.product-card--layout--list .product-card__addtocart--list {
    display: block;
}

.product-card--layout--list .product-card__addtocart {
    width: 100%;
}

[dir=ltr] .product-card--layout--list .product-card__addtocart + * {
    margin-left: 0;
}

[dir=rtl] .product-card--layout--list .product-card__addtocart + * {
    margin-right: 0;
}

.product-card--layout--list .product-card__addtocart ~ * {
    margin-top: 8px;
}

.product-card--layout--list .product-card__addtocart, .product-card--layout--list .product-card__wishlist, .product-card--layout--list .product-card__compare {
    font-size: .875rem;
    height: calc(1.875rem + 2px);
    line-height: 1.25;
    padding: .375rem 1rem;
    font-weight: 500;
}

.product-card--layout--list .product-card__addtocart.btn-svg-icon, .product-card--layout--list .product-card__wishlist.btn-svg-icon, .product-card--layout--list .product-card__compare.btn-svg-icon {
    width: calc(1.875rem + 2px);
}

.product-card--layout--list .product-card__availability {
    color: #999;
    font-size: 14px;
}

[dir=ltr] .product-card--layout--list .product-card__availability {
    padding-right: 10px;
}

[dir=rtl] .product-card--layout--list .product-card__availability {
    padding-left: 10px;
}

.product-card--layout--list .product-card__features-list {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
}

.product-card--layout--list .product-card__features-list li {
    padding: 3px 0;
}

[dir=ltr] .product-card--layout--list .product-card__features-list li {
    padding-left: 12px;
    padding-right: 0;
}

[dir=rtl] .product-card--layout--list .product-card__features-list li {
    padding-right: 12px;
    padding-left: 0;
}

.product-card--layout--list .product-card__features-list li::before {
    top: 8px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-card--layout--list .product-card__image {
        width: 180px;
    }

    [dir=ltr] .product-card--layout--list .product-card__image {
        padding-left: 20px;
        padding-right: 20px;
    }

    [dir=rtl] .product-card--layout--list .product-card__image {
        padding-right: 20px;
        padding-left: 20px;
    }

    [dir=ltr] .product-card--layout--list .product-card__info {
        padding-left: 0;
        padding-right: 20px;
    }

    [dir=rtl] .product-card--layout--list .product-card__info {
        padding-right: 0;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .product-card--layout--list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product-card--layout--list .product-card__image {
        width: 250px;
        padding: 20px;
        margin: 0 auto;
    }

    .product-card--layout--list .product-card__info {
        border-top: 1px solid #ebebeb;
        padding: 20px;
    }

    .product-card--layout--list .product-card__actions {
        width: auto;
        border-top: 1px solid #ebebeb;
        padding: 20px;
    }

    [dir=ltr] .product-card--layout--list .product-card__actions {
        border-left: none;
    }

    [dir=rtl] .product-card--layout--list .product-card__actions {
        border-right: none;
    }

    .product-card--layout--list .product-card__buttons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .product-card--layout--list .product-card__buttons .btn {
        font-size: 1rem;
        height: calc(2.25rem + 2px);
        line-height: 1.5;
        padding: .375rem 1.25rem;
        font-weight: 500;
    }

    .product-card--layout--list .product-card__buttons .btn.btn-svg-icon {
        width: calc(2.25rem + 2px);
    }

    .product-card--layout--list .product-card__addtocart--list {
        width: auto;
    }

    [dir=ltr] .product-card--layout--list .product-card__addtocart--list {
        margin-right: auto;
    }

    [dir=rtl] .product-card--layout--list .product-card__addtocart--list {
        margin-left: auto;
    }
}

.not-found {
    text-align: center;
}

.not-found__404 {
    font-size: 80px;
    font-weight: 500;
    color: #ebebeb;
    padding: 40px 0 20px;
}

.not-found__content {
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
}

.not-found__title {
    margin-bottom: 30px;
}

.not-found__text {
    margin-bottom: 20px;
}

.not-found__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.not-found__search-input {
    width: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

[dir=ltr] .not-found__search-input {
    margin-right: 10px;
}

[dir=rtl] .not-found__search-input {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .not-found__404 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .not-found__404 {
        font-size: 50px;
        line-height: 54px;
        padding: 40px 0 32px;
    }
}

.address-card {
    position: relative;
}

.address-card__badge {
    position: absolute;
    background-color: #627F48;
    color: #3d464d;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 4px 8px 2px;
    top: -2px;
}

[dir=ltr] .address-card__badge {
    right: .75rem;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

[dir=rtl] .address-card__badge {
    left: .75rem;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.address-card__body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 18px;
}

.address-card__name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1.125rem;
}

.address-card__row + .address-card__row {
    margin-top: .75rem;
}

.address-card__row-title {
    font-size: 12px;
    color: #999;
}

.address-card__footer {
    margin-top: 1.625rem;
}

.address-card--featured .address-card__body {
    padding: 2rem;
}

.address-card--featured .address-card__name {
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
    .address-card--featured .address-card__body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {
    .address-card--featured .address-card__body {
        padding: 1.375rem;
    }
}

.post-header__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.post-header__categories a {
    padding: 5px 7px 4px;
    display: block;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: #808080;
    background: #ebebeb;
    border-radius: 1.5px;
}

.post-header__meta {
    font-size: 14px;
    letter-spacing: .02em;
    color: #b2b2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-header__meta a {
    color: inherit;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.post-header__meta a:hover {
    color: #1a66ff;
}

.post-header__meta-item {
    position: relative;
}

[dir=ltr] .post-header__meta-item {
    margin-right: 20px;
}

[dir=rtl] .post-header__meta-item {
    margin-left: 20px;
}

.post-header__meta-item::after {
    position: absolute;
    display: block;
    content: '';
    background: currentColor;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    top: 8px;
}

[dir=ltr] .post-header__meta-item::after {
    right: -12px;
}

[dir=rtl] .post-header__meta-item::after {
    left: -12px;
}

[dir=ltr] .post-header__meta-item:last-child {
    margin-right: 0;
}

[dir=rtl] .post-header__meta-item:last-child {
    margin-left: 0;
}

.post-header__meta-item:last-child::after {
    display: none;
}

.post-header--layout--classic .post-header__categories {
    margin-bottom: 12px;
}

.post-header--layout--classic .post-header__title {
    line-height: 38px;
    margin-bottom: 8px;
}

.post-header--layout--classic .post-header__meta {
    margin-bottom: 30px;
}

@media (max-width: 1199px) {
    .post-header--layout--classic .post-header__title {
        margin-bottom: 6px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .post-header--layout--classic .post-header__meta {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .post-header--layout--classic .post-header__meta {
        margin-bottom: 20px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .post-header--layout--classic .post-header__title {
        font-size: 30px;
        line-height: 32px;
    }
}

@media (max-width: 479px) {
    .post-header--layout--classic .post-header__title {
        font-size: 28px;
        line-height: 30px;
    }
}

.post-header--layout--full {
    width: 640px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 50px;
}

.post-header--layout--full .post-header__categories {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
}

.post-header--layout--full .post-header__title {
    line-height: 42px;
}

.post-header--layout--full .post-header__meta {
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .post-header--layout--full {
        padding: 10px 0 24px;
    }

    .post-header--layout--full .post-header__categories {
        margin-bottom: 16px;
    }

    .post-header--layout--full .post-header__title {
        font-size: 30px;
        line-height: 32px;
    }

    .post-header--layout--full .post-header__meta {
        margin-top: 12px;
    }
}

@media (max-width: 575px) {
    .post-header--layout--full {
        padding-top: 0;
    }

    [dir=ltr] .post-header--layout--full {
        text-align: left;
    }

    [dir=rtl] .post-header--layout--full {
        text-align: right;
    }

    .post-header--layout--full .post-header__categories {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .post-header--layout--full .post-header__meta {
        margin-top: 8px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.posts-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -32px -15px;
}

.posts-list__item {
    margin: 32px 15px;
}

.posts-list--layout--classic .posts-list__item {
    width: 100%;
}

@media (max-width: 767px) {
    .posts-list--layout--classic .posts-list__body {
        margin: 0;
    }

    .posts-list--layout--classic .posts-list__item {
        margin: 0;
    }

    .posts-list--layout--classic .posts-list__item + .posts-list__item {
        margin-top: 36px;
    }
}

@media (max-width: 479px) {
    .posts-list--layout--classic .posts-list__item + .posts-list__item {
        margin-top: 30px;
    }
}

.posts-list--layout--list .posts-list__body {
    margin: -20px 0;
}

.posts-list--layout--list .posts-list__item {
    width: 100%;
    margin: 20px 0;
}

.posts-list--layout--grid2 .posts-list__item {
    width: calc(50% - 30px);
}

.posts-list--layout--grid3 .posts-list__item {
    width: calc(33% - 30px);
}

@media (max-width: 767px) {
    .posts-list--layout--grid2 .posts-list__body {
        margin: 0;
    }

    .posts-list--layout--grid2 .posts-list__item {
        margin: 0;
        width: 100%;
    }

    .posts-list--layout--grid2 .posts-list__item + .posts-list__item {
        margin-top: 36px;
    }

    .posts-list--layout--grid3 .posts-list__body {
        margin: 0;
    }

    .posts-list--layout--grid3 .posts-list__item {
        margin: 0;
        width: 100%;
    }

    .posts-list--layout--grid3 .posts-list__item + .posts-list__item {
        margin-top: 36px;
    }
}

.posts-view__pagination {
    padding-top: 48px;
}

@media (max-width: 991px) {
    .posts-view__pagination {
        padding-top: 32px;
        padding-bottom: 10px;
    }
}

.widget-newsletter {
    background: #f5f5f5;
    border-radius: 2px;
    padding: 32px 30px 36px;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
}

.widget-newsletter__title {
    font-size: 24px;
    padding-top: 6px;
    margin-bottom: 24px;
}

.widget-newsletter__text {
    margin-bottom: 22px;
}

.widget-newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.widget-posts {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 28px;
}

.widget-posts__list {
    padding-top: 10px;
}

.widget-posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-posts__item + .widget-posts__item {
    margin-top: 22px;
}

.widget-posts__image {
    width: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 1.5px;
    overflow: hidden;
    -ms-flex-item-align: self-start;
    align-self: self-start;
    position: relative;
}

[dir=ltr] .widget-posts__image {
    margin-right: 16px;
}

[dir=rtl] .widget-posts__image {
    margin-left: 16px;
}

.widget-posts__image ::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    z-index: 1;
}

.widget-posts__image img {
    max-width: 100%;
    display: block;
}

.widget-posts__image:hover ::before {
    opacity: 1;
}

.widget-posts__info {
    margin-top: -2px;
}

.widget-posts__name {
    font-size: 15px;
    line-height: 18px;
}

.widget-posts__name a {
    color: inherit;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.widget-posts__name a:hover {
    color: #1a66ff;
}

.widget-posts__date {
    margin-top: 2px;
    font-size: 13px;
    color: #999;
}

.typography {
    line-height: 1.625;
}

.typography a:hover {
    text-decoration: underline;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6 {
    margin-top: 1.75em;
    margin-bottom: .75em;
}

.typography p {
    margin-bottom: 1.5em;
}

.typography ol, .typography ul {
    margin: 1.7em 0;
}

.typography li {
    margin-bottom: .7em;
}

.typography > *:first-child {
    margin-top: 0;
}

.typography > *:last-child {
    margin-bottom: 0;
}

.typography a > img {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.typography a:hover > img {
    opacity: .8;
}

.typography img {
    max-width: 100%;
}

.typography figure {
    margin: 2.5em 0;
}

.typography figcaption {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.typography hr {
    position: relative;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border: none;
    background: #ccc;
    margin: 2.5em auto;
}

.typography hr::after, .typography hr::before {
    position: absolute;
    content: '';
    display: block;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
}

[dir=ltr] .typography hr::after {
    left: -30px;
}

[dir=rtl] .typography hr::after {
    right: -30px;
}

[dir=ltr] .typography hr::before {
    right: -30px;
}

[dir=rtl] .typography hr::before {
    left: -30px;
}

.typography blockquote {
    margin: 3em 2.5em 2.5em;
    text-align: center;
    font-size: 18px;
    font-style: italic;
}

.typography blockquote cite {
    margin-top: -.5em;
    color: #999;
    display: block;
    font-size: 15px;
    font-style: normal;
}

.typography blockquote p {
    margin-bottom: 1.25em;
}

.typography blockquote > *:first-child {
    margin-top: 0;
}

.typography blockquote > *:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6, .typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6 {
        margin-top: 1.25em;
        margin-bottom: .5em;
    }
}

@media (max-width: 767px) {
    .typography ol, .typography ul {
        margin: 1.5em 0;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .typography blockquote {
        margin: 2.5em 1.5em 2em;
    }
}

@media (max-width: 575px) {
    .typography blockquote {
        font-size: 16px;
        margin: 2.25em 0;
    }

    [dir=ltr] .typography blockquote {
        text-align: left;
    }

    [dir=rtl] .typography blockquote {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .typography--expanded figure {
        text-align: center;
        position: relative;
        width: calc(100% + 190px);
        margin: 3em 0;
    }

    [dir=ltr] .typography--expanded figure {
        left: -95px;
    }

    [dir=rtl] .typography--expanded figure {
        right: -95px;
    }

    .typography--expanded figure img {
        overflow: hidden;
        border-radius: 3px;
    }
}

.post__featured {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 40px;
}

.post__featured img {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    max-width: 100%;
}

.post__featured:hover img {
    opacity: .8;
}

.post__footer {
    margin-top: 60px;
}

.post__tags-share-links {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[dir=ltr] .post__tags {
    margin-right: 30px;
}

[dir=rtl] .post__tags {
    margin-left: 30px;
}

.post__share-links {
    padding-top: 2px;
}

.post__section {
    margin-top: 70px;
}

.post__section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 28px;
    font-size: 22px;
}

.post__section-title::after {
    margin-top: 1px;
    content: '';
    display: block;
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #ebebeb;
}

[dir=ltr] .post__section-title::after {
    margin-left: 16px;
}

[dir=rtl] .post__section-title::after {
    margin-right: 16px;
}

@media (max-width: 1199px) {
    .post__section {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .post__featured {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .post__featured {
        margin-bottom: 24px;
    }

    .post__footer {
        margin-top: 40px;
    }

    .post__tags-share-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    [dir=ltr] .post__tags {
        margin-right: 0;
    }

    [dir=rtl] .post__tags {
        margin-left: 0;
    }

    .post__tags .tags__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .post__share-links {
        padding: 20px 0 0;
    }
}

@media (min-width: 992px) {
    .post--layout--full .post__featured {
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    .post--layout--full .post__featured {
        width: calc(100% + 380px);
    }

    [dir=ltr] .post--layout--full .post__featured {
        left: -190px;
    }

    [dir=rtl] .post--layout--full .post__featured {
        right: -190px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .post--layout--full .post__featured {
        width: calc(100% + 240px);
    }

    [dir=ltr] .post--layout--full .post__featured {
        left: -120px;
    }

    [dir=rtl] .post--layout--full .post__featured {
        right: -120px;
    }
}

.block-sidebar__item + .block-sidebar__item {
    margin-top: 30px;
}

[dir=ltr] .block-sidebar--position--start {
    padding-right: 20px;
}

[dir=rtl] .block-sidebar--position--start {
    padding-left: 20px;
}

@media (max-width: 1199px) {
    [dir=ltr] .block-sidebar--position--start {
        padding-right: 6px;
    }

    [dir=rtl] .block-sidebar--position--start {
        padding-left: 6px;
    }
}

@media (max-width: 991px) {
    [dir=ltr] .block-sidebar--position--start {
        padding-right: 0;
    }

    [dir=rtl] .block-sidebar--position--start {
        padding-left: 0;
    }
}

[dir=ltr] .block-sidebar--position--end {
    padding-left: 20px;
}

[dir=rtl] .block-sidebar--position--end {
    padding-right: 20px;
}

@media (max-width: 1199px) {
    [dir=ltr] .block-sidebar--position--end {
        padding-left: 6px;
    }

    [dir=rtl] .block-sidebar--position--end {
        padding-right: 6px;
    }
}

@media (max-width: 991px) {
    [dir=ltr] .block-sidebar--position--end {
        padding-left: 0;
    }

    [dir=rtl] .block-sidebar--position--end {
        padding-right: 0;
    }
}

.block-sidebar__header {
    height: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    display: none;
}

.block-sidebar__title {
    padding: 0 20px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.block-sidebar__close {
    border: none;
    background: transparent;
    height: 54px;
    width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    cursor: pointer;
    fill: #999;
    -webkit-transition: fill .2s;
    transition: fill .2s;
}

[dir=ltr] .block-sidebar__close {
    border-left: 1px solid #ebebeb;
}

[dir=rtl] .block-sidebar__close {
    border-right: 1px solid #ebebeb;
}

.block-sidebar__close:focus {
    outline: none;
}

.block-sidebar__close:focus, .block-sidebar__close:hover {
    fill: #3d464d;
}

.block-sidebar--offcanvas--always {
    visibility: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
}

[dir=ltr] .block-sidebar--offcanvas--always {
    left: 0;
}

[dir=rtl] .block-sidebar--offcanvas--always {
    right: 0;
}

.block-sidebar--offcanvas--always .block-sidebar__backdrop {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3d464d;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

[dir=ltr] .block-sidebar--offcanvas--always .block-sidebar__backdrop {
    left: 0;
}

[dir=rtl] .block-sidebar--offcanvas--always .block-sidebar__backdrop {
    right: 0;
}

.block-sidebar--offcanvas--always .block-sidebar__body {
    position: absolute;
    top: 0;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[dir=ltr] .block-sidebar--offcanvas--always .block-sidebar__body {
    left: 0;
    -webkit-transform: translateX(-100%) translateX(-30px);
    transform: translateX(-100%) translateX(-30px);
}

[dir=rtl] .block-sidebar--offcanvas--always .block-sidebar__body {
    right: 0;
    -webkit-transform: translateX(100%) translateX(30px);
    transform: translateX(100%) translateX(30px);
}

.block-sidebar--offcanvas--always .block-sidebar__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.block-sidebar--offcanvas--always.block-sidebar--open {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.block-sidebar--offcanvas--always.block-sidebar--open .block-sidebar__backdrop {
    opacity: .9;
}

.block-sidebar--offcanvas--always.block-sidebar--open .block-sidebar__body {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 991px) {
    .block-sidebar--offcanvas--mobile {
        visibility: hidden;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        -webkit-transition: visibility 0s 0.3s;
        transition: visibility 0s 0.3s;
    }

    [dir=ltr] .block-sidebar--offcanvas--mobile {
        left: 0;
    }

    [dir=rtl] .block-sidebar--offcanvas--mobile {
        right: 0;
    }

    .block-sidebar--offcanvas--mobile .block-sidebar__backdrop {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #3d464d;
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    [dir=ltr] .block-sidebar--offcanvas--mobile .block-sidebar__backdrop {
        left: 0;
    }

    [dir=rtl] .block-sidebar--offcanvas--mobile .block-sidebar__backdrop {
        right: 0;
    }

    .block-sidebar--offcanvas--mobile .block-sidebar__body {
        position: absolute;
        top: 0;
        width: 290px;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    [dir=ltr] .block-sidebar--offcanvas--mobile .block-sidebar__body {
        left: 0;
        -webkit-transform: translateX(-100%) translateX(-30px);
        transform: translateX(-100%) translateX(-30px);
    }

    [dir=rtl] .block-sidebar--offcanvas--mobile .block-sidebar__body {
        right: 0;
        -webkit-transform: translateX(100%) translateX(30px);
        transform: translateX(100%) translateX(30px);
    }

    .block-sidebar--offcanvas--mobile .block-sidebar__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .block-sidebar--offcanvas--mobile.block-sidebar--open {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

    .block-sidebar--offcanvas--mobile.block-sidebar--open .block-sidebar__backdrop {
        opacity: .9;
    }

    .block-sidebar--offcanvas--mobile.block-sidebar--open .block-sidebar__body {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: -2px;
}

.tags__list a {
    display: block;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #3d464d;
    border-radius: 1.5px;
    padding: 3px 8px 2px;
    margin: 2px;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.tags__list a:focus, .tags__list a:hover {
    background: #627F48;
    border: 1px solid #627F48;
    color: #3d464d;
}

.tags--lg .tags__list {
    margin: -3px;
}

.tags--lg .tags__list a {
    padding: 6px 10px 5px;
    margin: 3px;
}

.document {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    padding: 85px 200px 120px;
}

.document__header {
    text-align: center;
    margin-bottom: 80px;
}

.document__subtitle {
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

@media (max-width: 1199px) {
    .document {
        padding: 75px 110px 110px;
    }

    .document__header {
        margin-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .document {
        padding: 45px 35px 60px;
    }

    .document__header {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .document {
        padding: 35px 30px 50px;
    }

    .document__header {
        margin-bottom: 30px;
    }

    .document__title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .document__subtitle {
        margin-top: 6px;
    }
}

@media (max-width: 575px) {
    .document {
        padding: 26px 20px 40px;
    }

    [dir=ltr] .document__header {
        text-align: left;
    }

    [dir=rtl] .document__header {
        text-align: right;
    }
}

.cookie_contacts {
    display: block;
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    z-index: 999;
}

.whatsapp-button {
    position: fixed;
    right: 0px;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: #25D366;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

.whatsapp-button a {
    color: #fff;
    text-decoration: none !important;
}

a.whatsapp-button:hover {
    color: #F8F7F7;
}

.whatsapp-button:before, .whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.email-button:before, .email-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #f05a1d;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsapp-button:after {
    animation-delay: .5s;
}

@media (min-width: 961px) {
    .whatsapp-button {
        display: flex;
        font-size: 35px;
        width: 55px;
        height: 55px;
        line-height: 53px;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 960px) {
    .whatsapp-button {
        display: flex;
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 41px;
        transition: .2s;
        align-items: center;
        justify-content: center;
    }

    .whatsapp-button-up {
        bottom: 60px!important;
    }
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.phone-button {
    position: fixed;
    right: 0px;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: #D19786;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

.phone-button a {
    color: #fff;
}

a.phone-button:hover {
    color: #F8F7F7;
}

.phone-button:before, .phone-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #D19786;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.phone-button:after {
    animation-delay: .5s;
}

@media (min-width: 961px) {
    .phone-button {
        font-size: 35px;
        width: 55px;
        height: 55px;
        line-height: 53px;
    }
}

@media (max-width: 960px) {
    .phone-button {
        font-size: 15px;
        width: 35px;
        height: 35px;
        line-height: 33px;
    }
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (min-width: 961px) {
    .mob_contacts {
        display:none;
    }
}

@media (max-width: 960px) {
    #logo_left_wrapper {
        display: none !important;
    }

    body.admin-bar .header_style_wrapper.scroll {
        padding-top: 46px! important
    }

    .top_bar.scroll #logo_wrapper {
        display: flex !important;
    }

    #logo_transparent {
        display: none! important;
    }

    .mob_contacts .phone_top, .mob_contacts #rsvp.button-ws.ghost2, .mob_contacts #rsvp.button-ws.ghost3 {
        display: block! important;
        margin: 0px 8px;
    }

    .mob_contacts_in {
        text-align: center;
        display: flex;
        text-align: center;
        margin: 0 auto;
        display: block;
        background: #fff;
        text-align: center;
        padding: 20px 0px;
        box-shadow: 0px 0px 5px #cecece;
    }

    .mob_contacts_in1 {
        display: inline-flex;
        align-content: center;
        align-items: center;
    }

    .mob_contacts_in1+.mob_contacts_in1 {
        margin-top: 10px;
    }

    .phone_top {
        display: none;
    }

    #rsvp.button-ws.ghost2 {
        display: none;
    }

    #rsvp.button-ws.ghost3 {
        display: none !important;
    }

    #rsvp.button-ws.ghost3 {
        padding: 3px 12px 3px 10px! important;
        background-color: #29a61a! important;
        color: #fff! important;
        border-color: #29a61a! important;
        text-transform: none;
        border-radius: 50px! important;
        vertical-align: middle! important;
        width: 42px;
        height: 42px;
    }

    #rsvp.button-ws.ghost2:hover {
        background-color: #333! important;
        color: #e4dcd9! important;
    }

    #rsvp.button-ws.ghost2 {
        padding: 3px 12px 3px 10px! important;
        background-color: #e4dcd9! important;
        color: #000! important;
        font-size: 14px! important;
        border: 0px! important;
        border-radius: 50px ! important;
        font-weight: 400! important;
        width: 42px;
        height: 42px;
    }

    #rsvp.button-ws.ghost2:hover .fa {
        color: #e4dcd9;
    }
}

.contact-us__address a {
    color: #000;
    text-decoration: none;
}

.contact-us__address a:hover {
    color: #627F48;
    text-decoration: none;
}

@media (max-width: 960px) {
    .desktop {
        display:none;
    }
}

@media (min-width: 961px) {
    .mobile {
        display:none;
    }
}

.product__description ol, .product__description ul {
    padding-left: 1.2rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.t20_product__column-rigth {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 991px) {
    .t20_product__column-rigth {
        margin-top:20px;
        gap: 15px;
    }
}

.justify-content-between {
    justify-content: space-between!important;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bg-brand-second-darker {
    background-color: #0ea548;
}

.mobile_footer_content.active {
    transform: translateY(0);
}

.mobile_footer_content {
    transition: .2s;
}

.mobile_footer_content {
    transform: translateY(100%);
    box-shadow: 0 -4px 6px rgb(0 0 0 / 6%), 0 -4px 30px rgb(0 0 0 / 6%);
}

.position-fixed-bottom {
    position: fixed;
    bottom: 0;
    z-index: 1;
}

.bg-shades-100 {
    background-color: #f7f8fa;
}

.w-100 {
    width: 100%
}

.flex-column {
    flex-direction: column!important;
    flex: auto;
}

.d-flex {
    display: flex!important;
}

.flex-row {
    flex-direction: row!important;
}

.letter-spacing-0_5 {
    letter-spacing: .05em;
}

.color-shades-500 {
    color: #8c98ab;
}

.fs-9 {
    font-size: 9px;
}

.text-uppercase {
    text-transform: uppercase;
}

.align-items-center {
    align-items: center!important;
}

.color-shades-black {
    color: #000;
}

.fs-18 {
    font-size: 18px;
}

.font-weight-normal {
    font-weight: 400;
}

.ml-n1, .mx-n1 {
    margin-left: -0.25rem!important;
}

.mr-n1, .mx-n1 {
    margin-right: -0.25rem!important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}

.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}

.m-0 {
    margin: 0!important;
}

.flex-grow-1 {
    flex-grow: 1!important;
}

.product__card {
    padding: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0);
    border-radius: 15px;
    position: relative;
    margin: 5px 0px;
}

.product__card img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px;
}

.catalog__products.products .container {
    padding: 0px;
}

.card__img {
    border-radius: 0px;
    object-fit: contain;
}

.slider1 {
    padding-right: 2px;
    padding-left: 0px;
}

.product__description .product__title, .product__description .product__price {
    text-align: center;
}

.product__card .product__title {
    margin-bottom: 25px;
}

.product__card .product__price {
    margin-top: -30px;
    text-align: center;
    pointer-events: none;
}

.product-related-slider .product__card .product__price {
    margin-top: -25px;
    pointer-events: none;
}

.product-card__buttons {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    justify-content: center;
}

.product-card__buttons > *:first-child {
    margin: 0 auto;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 3%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#mse2_mfilter .btn_more {
    display: flex;
    height: 40px;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #E6E5E5;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 153.846%;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    align-items: flex-start;
    justify-content: center;
    width: 240px;
}

#mse2_mfilter .btn_more span {
    display: block;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 762px) {
    #mse2_mfilter .btn_more {
        width:100%;
    }
}

.navbar-collapse .filter-categories-alt__expander {
    margin: -3px 0;
    width: 24px;
    height: 24px;
    position: relative;
    border: none;
    border-radius: 1.5px;
    cursor: pointer;
    padding: 0;
    background: transparent;
    color: #8e9b7b;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.navbar-collapse .filter-categories-alt__expander:before, .navbar-collapse .filter-categories-alt__expander:after {
    display: block;
    position: absolute;
    content: '';
    background: currentColor;
    width: 14px;
    height: 2px;
    top: calc(50% - 1px);
}

@media (min-width: 991px) {
    .catalog__wrap .landing-wa-container {
        padding:5px;
    }

    #pinned_products {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    .sup__menu {
        display:none;
    }

    #mse2_results .col-6:nth-child(odd) {
        padding-right: 1px;
        padding-left: 0px;
    }

    #mse2_results .col-6:nth-child(even) {
        padding-left: 1px !important;
        padding-right: 0px !important;
    }

    #pinned_products .col-6:nth-child(odd) {
        padding-right: 1px;
        padding-left: 0px;
    }

    #pinned_products .col-6:nth-child(even) {
        padding-left: 1px !important;
        padding-right: 0px !important;
    }

    #pinned_products {
        margin-top: 10px;
    }

    .catalog__wrap .landing-wa-container {
        padding: 0px;
    }

    .card__color:nth-child(odd) {
        padding-left: 0px !important;
        padding-right: 1px!important;
    }

    .card__color:nth-child(even) {
        padding-left: 1px!important;
        padding-right: 0px!important;
    }

    .product__column-left {
        position: relative;
        top: 0;
        width: 100%;
        padding: 0px;
    }

    .product__pic {
        border-radius: 0px;
        width: 100%;
    }

    .breadcrumb .breadcrumb-item {
        display: none;
    }

    .breadcrumb .breadcrumb-item:nth-last-child(2) {
        display: block;
        padding-left: 12px;
    }

    .breadcrumb .breadcrumb-arrow {
        fill: #d1d1d1;
        position: absolute;
        top: 3px;
        left: 0px;
        right: 11px;
        -webkit-transform: scaleX(1);
        transform: scaleX(-1);
    }
}

#msOrder .btn-primary {
    min-width: 160px;
}

.search__button_close,.search-button-mob {
    display: none;
}

@media screen and (max-width: 992px) {
    .logo__img {
        position: relative;
        z-index: 50;
    }

    .shopping__container {
        position: relative;
        z-index: 50;
    }

    .search__form_mob {
        position: absolute;
        top: -5px;
        background: #fff;
        display: block;
        width: 100%;
        left: 0;
        padding: 5px 10px 5px 10px;
        z-index: 100;
    }

    .search-button-mob {
        display: block;
        padding: 9px 10px 0px 15px;
        cursor: pointer;
    }

    .search__button_close {
        display: block;
        border: 0px;
        margin: 5px;
        background: inherit;
    }

    .search__form_mob .search__input {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .logo__container .container-block a.logo_a {
        margin-top:5px;
        max-width: 50%;
    }

    .search-button-mob {
        display: block;
        padding: 9px 5px 0px 5px;
        cursor: pointer;
    }
}

.post__navigation {
    display: flex;
}

.post__navigation .post__navigation-item {
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    margin: 10px;
    padding: 15px;
    width: 50%;
}

.post__navigation .post__navigation-item:not(:has(.prev-next-link)) {
    border: none;
}

.prev-next-link__arrow {
    color: #b2b2b2;
}

.filter_sort {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#mse2_sort_mob {
    width: 45%;
}

.filter_sort .form-control {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #DBE3D0;
    border-radius: 10px;
}

.filter_sort .sorting_cat {
    height: 41.6px;
}

.filter_sort .view-options__control {
    margin: 0!important;
}

.color_cat {
    position: relative;
    margin-top: 60px;
}

.random_cat {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    flex-direction: column;
}

.random_cat_links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.random_cat_link_item {
    padding: 0px;
    color: #627F48;
}

.random_cat_link_item:hover {
    color: #718855;
    text-decoration: underline;
}

.random_cat-left,.random_cat-right,.color_cat-left,.color_cat-right {
    width: 0px;
    height: 0px;
}

@media (max-width: 992px) {
    .color_cat {
        margin-top: 30px;
    }

    .random_cat {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
        gap: 15px;
        border-top: 1px solid #E6E5E5;
    }
}

.colors__links_in_cat {
    overflow-x: auto;
    white-space: nowrap;
    display: block!important;
}

.random_cat-left,.random_cat-right,.color_cat-left,.color_cat-right {
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 1px;
    background: #fff;
    z-index: 1;
}

.random_cat-left,.color_cat-left {
    left: 0px;
}

.random_cat-right,.color_cat-right {
    right: 0px;
}

.colors__links_in_cat {
    display: inline-block;
    padding: 5px;
}

.random_cat_links,.colors__links_in_cat {
    scrollbar-width: none;
}

.random_cat_links::-webkit-scrollbar,.colors__links_in_cat::-webkit-scrollbar {
    display: none;
}

.random_cat_links,.colors__links_in_cat {
    -ms-overflow-style: none;
}

.random_cat_links::-webkit-scrollbar,.colors__links_in_cat::-webkit-scrollbar {
    display: none;
}
}

.colors__links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 992px) {
    .colors__links {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .colors__links {
        grid-template-columns: 1fr;
    }
}

.colors__links a.color-link {
    position: relative;
    text-decoration: none;
    margin-left: 30px;
}

.colors__links a.color-link::before {
    content: '';
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid #E6E5E5;
}

.colors__links_in_cat a.color-link {
    margin-left: 30px;
    margin-right: 20px;
}

.colors__links_in_cat a.color-link::before {
    left: -35px;
}

@media (max-width: 992px) {
    .colors__links a.color-link {
        margin-left:20px;
    }

    .colors__links a.color-link::before {
        left: -20px;
        width: 20px;
        height: 20px;
    }

    .colors__links_in_cat a.color-link::before {
        left: -25px;
    }

    .colors__title {
        justify-content: space-between;
    }
}

.colors__links a.color-link-White::before {
    background-color: #ffffff;
}

.colors__links a.color-link-Black::before {
    background-color: #000000;
}

.colors__links a.color-link-Yellow::before {
    background-color: #FFFF00;
}

.colors__links a.color-link-Red::before {
    background-color: #f44040;
}

.colors__links a.color-link-Blue::before {
    background-color: #40bfff;
}

.colors__links a.color-link-Green::before {
    background-color: #47cc5e;
}

.colors__links a.color-link-Purple::before {
    background-color: #7766cc;
}

.colors__links a.color-link-Orange::before {
    background-color: #ff8126;
}

.colors__links a.color-link-Peach::before {
    background-color: #FFDAB9;
}

.colors__links a.color-link-Pink::before {
    background-color: #e478c3;
}

.colors__links a.color-link-Golden::before {
    background-color: #FFD700;
}

.colors__links a.color-link-Silver::before {
    background-color: #C0C0C0;
}

.colors__links a.color-link-Bronze::before {
    background-color: #cd7f32;
}

.colors__links_in_cat {
    grid-template-columns: repeat(auto-fit, 100px);
}

.review_item_author {
    display: flex;
    margin: 15px 0;
}

.total_ratings {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E5E5;
}

.social-gg-color {
    display: block;
    margin-right: 15px;
    width: 48px;
    height: 48px;
    background-color: #f5f5f5;
    background-image: url(/images/social-gg-color.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 48px;
}

.profile_photo {
    max-width: 64px;
    height: 64px;
    margin-right: 20px;
}

.google-stars-plp {
    height: 19px;
    width: 98px;
    -webkit-mask: url(/images/stars_plp.svg) no-repeat center/contain;
    mask: url(/images/stars_plp.svg) no-repeat center/contain;
    position: relative;
    background: #ebedf2;
    margin-right: 10px;
}

.google-stars-plp .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #e18e3a;
}

.rating {
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2;
    margin-right: 10px;
}

.review_rating {
    display: flex;
    align-items: center;
}

.review_time {
    color: #b6b5b5;
}

.review_text {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: var(--color-body);
}

.product-featured-slider, .product-related-slider {
    padding: 0px;
}

@media screen and (max-width: 768px) {
    @supports (grid-template-columns: 1fr) {
        .cart-table__row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px;
        }

        .cart-table__column--image {
            grid-column: 1;
        }

        .cart-table__column--product {
            grid-column: 1;
        }

        .cart-table__column--price, .cart-table__column--quantity, .cart-table__column--total {
            grid-column: 2;
        }

        .cart-table__column--price {
            position: absolute;
            top: 0px;
        }

        .cart-table__column--quantity {
            position: absolute;
            top: 50px;
        }

        .cart-table__column--total {
            position: absolute;
            top: 120px;
        }

        .cart-table__column--price, .cart-table__column--quantity, .cart-table__column--total, .cart-table__column--remove {
            display: block;
        }

        .cart-table__head {
            display: none;
        }
    }
}

.navbar-toggler-close {
    display: none;
}

@media (max-width: 991px) {
    .navbar-toggler-close {
        position: fixed;
        top: 5px;
        right: 5px;
        display: inline-block;
        vertical-align: middle;
        background-color: transparent;
        border: 0px;
        box-shadow: none;
        background-size: 100%;
        z-index: 10000;
    }

    .navbar-collapse {
        position: fixed;
        overflow-y: scroll;
        left: 0px;
        top: 0px;
        max-height: 100%;
        width: 100vw;
    }

    .no-scroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }
}

.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
}

.toggle-icon {
    float: right;
    display: none!important;
}

.sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: var(--color-label);
    left: 0;
    top: 100%;
    z-index: 1000;
    display: none;
    background-color: #f8f7f7;
    width: 300px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.sub-menu li {
    border-bottom: 0px solid #ddd;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.navbar-nav>li {
    padding: 10px 20px;
    cursor: pointer;
}

.sub-menu li {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
}

div.nav-item-flowers {
    padding: 10px 20px;
    cursor: default!important;
}

li.nav-item-flowers-children {
    padding-left: 40px;
    cursor: default;
}

.sub-links>li {
    font-size: 90%;
    padding: 7px;
    padding-left: 40px;
}

.top_catalog_menu>li a {
    color: #ee2222;
}

@media (min-width: 992px) {
    .nav-item:hover > .sub-menu, .nav-item .sub-menu li:hover > .sub-menu {
        display: block;
    }

    .nav-item-catalog {
        padding: 8px 15px;
        cursor: default;
    }

    .nav-item-catalog:hover {
        background-color: #f8f7f7;
    }

    .nav-item-catalog > span {
        font-weight: 500;
    }

    .has-children > div::after, .has-children > a::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid rgba(0,0,0,0.15);
    }

    .nav-item-catalog > span::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    .sub-menu li>div,.sub-menu li>a {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .sub-menu li:hover {
        background-color: var(--color-primary-light);
    }

    .sub-menu .sub-menu li:hover {
        background-color: rgba(255,255,255,0.4);
    }

    .sub-menu .sub-menu {
        top: 0;
        background-color: var(--color-primary-light);
        left: 100%;
        min-height: 100%;
    }

    .whatsapp-button-header {
        color: var(--color-secondary);
    }

    .whatsapp-button-header:hover {
        color: #65d072;
    }

    .whatsapp-button-header i.fab {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .nav-item-catalog .sub-menu-open {
        display: block;
    }

    .nav-item-catalog > span {
        display: none;
    }

    header {
        margin-bottom: 0rem;
    }

    .sub-links>li {
        font-size: 90%;
        padding: 6px;
        padding-left: 40px!important;
    }

    .navbar-nav>li {
        padding: 10px 0px;
        cursor: pointer;
        font-size: 16px;
        color: #000;
    }

    .nav-item-catalog {
        padding: 0.5em 0px;
        cursor: pointer;
    }

    .nav-item-li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-item-catalog > span {
        font-weight: 500;
        vertical-align: sub;
    }

    .nav-item-catalog > .sub-menu {
        margin: 10px 0 30px;
    }

    div.nav-item-flowers {
        padding: 6px 0px;
        padding-bottom: 0px;
    }

    li span.toggle-icon {
        cursor: pointer;
        font-size: 18px;
        display: inline!important;
    }

    .toggle-icon .fa:before {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
        color: rgba(0,0,0,0.15);
    }

    .toggle-icon-open .fa:before {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        display: inline-block;
    }

    .sub-menu {
        font-size: 14px;
        position: relative;
        width: 100%;
        background-color: transparent;
        box-shadow: none;
    }

    .sub-menu li {
        padding: 6px 0px;
    }

    .sub-menu li .sub-menu li {
        padding-left: 20px;
    }

    .sub-menu li.nav-item-flowers-children {
        padding-left: 20px;
        cursor: default;
    }

    .sub-menu li .sub-menu li a {
        font-weight: 300;
    }

    .mob-tel-button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .whatsapp-button-header {
        margin: 0 20px;
    }

    .whatsapp-button-header i.fab {
        color: var(--color-secondary);
        font-size: 30px;
    }

    .whatsapp-button-header i.fab:hover {
        color: #65d072;
    }
}

.select-lang {
    display: flex;
}

.select-lang span {
    text-decoration: underline;
}

.select-lang .link-data-href {
    cursor: pointer;
}

@media (max-width: 991px) {
    .order-row {
        flex-direction: column-reverse;
    }
}

.checkout__totals {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.checkout__agree {
    display: flex;
    justify-content: flex-end;
}

.checkout__agree .form-check {
}

.checkout__agree .form-check-input {
    border: none;
}

.checkout__agree .input-check__icon {
    fill: #fff!important;
}

.checkout__agree .form-check-input,.checkout__agree .input-check__box,.checkout__agree .input-check__body {
    width: 24px;
    height: 24px;
}

.checkout__agree .input-check__icon {
    width: 16px!important;
    height: 16px!important;
}

.checkout__agree .form-check-input {
    margin-left: -2.5rem;
}

.border_red {
    border: 3px solid #ff0000;
}

.btn-continue_shopping {
    border-radius: 5px;
    border: none;
    color: #567F1B;
    background: #DBEEBF;
}

.btn-continue_shopping:hover {
    border-radius: 5px;
    border: none!important;
    color: #567F1B!important;
    background: #DBEEBF!important;
    opacity: 0.75;
}

#jGrowl {
    display: none;
}

.post table, .block-categories table {
    border: 1px solid #eee;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}

.post table th,.block-categories table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

.post table td,.block-categories table td {
    padding: 5px 10px;
    border: 1px solid #eee;
    text-align: left;
}

.post table tbody tr:nth-child(odd),.block-categories table tbody tr:nth-child(odd) {
    background: #fff;
}

.post table tbody tr:nth-child(even),.block-categories table tbody tr:nth-child(even) {
    background: #F7F7F7;
}

.service__text-description, .post-home p, .review_text, .contacts__description, .block p, .post-card__content p,.breadcrumb-item, .accordion-content p,label,input,ul,ol,.btn,.pay__btn {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.product-related-slider img {
    object-fit: cover;
    border-radius: 15px;
}

.product-related-slider .product__description {
    margin-top: 5px;
    padding: 1px 0px;
    text-align: left;
}

.product-related-slider .product__title {
    color: #5C5857;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 138.889%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-related-slider .product__price {
    color: #000;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 136.364%;
    text-align: left;
}

@media (max-width: 768px) {
    .product-related-slider img {
        border-radius:10px;
    }

    .product-related-slider .product__title {
        font-size: 14px;
    }

    .product-related-slider .product__price {
        font-size: 18px;
    }
}

.breadcrumb-item.active {
    display: none!important;
}

.breadcrumb-item a {
    color: #5C5857;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.breadcrumb-item:nth-last-child(n+3) a::after {
    content: '\2022';
    font-size: 8px;
    vertical-align: middle;
}

.breadcrumb-arrow {
    display: none;
}

[dir=ltr] .breadcrumb-item {
    padding-left: 0;
    padding-right: 5px;
    line-height: 1;
}

[dir=ltr] .breadcrumb-arrow {
    right: 4px;
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: 5px;
    line-height: 1;
}

.breadcrumb .breadcrumb-item:nth-last-child(n+3) {
    padding-left: 0px;
}

.breadcrumb .breadcrumb-item:nth-last-child(n+3) .breadcrumb-arrow {
    display: none;
}

ol.breadcrumb {
    margin-bottom: 0px;
}

.mb-60-30 {
    margin-bottom: 60px;
}

.product__page-row {
    margin-top: 60px;
}

.product-related-slider .owl-nav {
    position: absolute;
    top: -85px;
    right: 0px;
    display: flex;
    justify-content: flex-end;
}

.wrapper_product_price_div, .product_price_div {
    display: flex;
    gap: 15px;
    align-items: center;
}

.product_free_delivery {
    display: flex;
    gap: 5px;
    align-items: center;
}

@media (max-width: 992px) {
    .product-related-slider .owl-nav {
        top: -64px;
    }
}

.product-related-slider .owl-nav button {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: .2s;
    display: flex!important;
    ;align-items: center;
    justify-content: center;
}

.product-related-slider .owl-nav .owl-prev:hover, .product-related-slider .owl-nav .owl-prev:focus, .product-related-slider .owl-nav .owl-next:hover, .product-related-slider .owl-nav .owl-next:focus {
    background: #F8F7F7!important;
    border-radius: 10px;
    color: #000!important;
}

.product-related-slider .owl-nav button span {
    display: none;
}

.product-related-slider .owl-nav .owl-prev::after,.product-related-slider .owl-nav .owl-next::after {
    display: block;
    width: 24px;
    height: 24px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M17.0306 12.5307L9.53062 20.0307C9.46093 20.1004 9.37821 20.1556 9.28716 20.1933C9.19612 20.2311 9.09854 20.2505 8.99999 20.2505C8.90144 20.2505 8.80386 20.2311 8.71282 20.1933C8.62177 20.1556 8.53905 20.1004 8.46936 20.0307C8.39968 19.961 8.34441 19.8783 8.30669 19.7872C8.26898 19.6962 8.24957 19.5986 8.24957 19.5001C8.24957 19.4015 8.26898 19.3039 8.30669 19.2129C8.34441 19.1218 8.39968 19.0391 8.46936 18.9694L15.4397 12.0001L8.46936 5.03068C8.32863 4.88995 8.24957 4.69907 8.24957 4.50005C8.24957 4.30103 8.32863 4.11016 8.46936 3.96943C8.61009 3.8287 8.80097 3.74963 8.99999 3.74963C9.19901 3.74963 9.38988 3.8287 9.53062 3.96943L17.0306 11.4694C17.1003 11.5391 17.1557 11.6218 17.1934 11.7128C17.2312 11.8039 17.2506 11.9015 17.2506 12.0001C17.2506 12.0986 17.2312 12.1962 17.1934 12.2873C17.1557 12.3783 17.1003 12.461 17.0306 12.5307Z" fill="black"/></svg>');
}

.product-related-slider .owl-nav .owl-prev::after {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.product-related-slider .owl-nav .owl-next::after {
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

.product__slider-wrapper2 .owl-dots {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: 0px;
}

.product__slider-wrapper2 .owl-theme .owl-dots .owl-dot span {
    background: #fff!important;
    opacity: 0.5;
    width: 6px;
    height: 6px;
    margin: 5px 2px;
}

.product__slider-wrapper2 .owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

.product__slider-wrapper2 .owl-theme .owl-nav {
    display: flex;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    pointer-events: none;
}

.product__slider-wrapper2 .owl-theme .owl-nav button {
    background: transparent!important;
    pointer-events: auto;
}

.product__slider-wrapper2 .owl-theme .owl-nav button span {
    display: none;
}

.product__slider-wrapper2 .owl-theme .owl-nav button::after {
    display: block;
    width: 24px;
    height: 20px;
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="19" viewBox="0 0 12 19" fill="none"><path d="M10.5307 10.0306L3.03068 17.5306C2.96099 17.6002 2.87827 17.6555 2.78722 17.6932C2.69618 17.7309 2.5986 17.7503 2.50005 17.7503C2.4015 17.7503 2.30392 17.7309 2.21288 17.6932C2.12183 17.6555 2.03911 17.6002 1.96943 17.5306C1.89974 17.4609 1.84447 17.3781 1.80676 17.2871C1.76904 17.1961 1.74963 17.0985 1.74963 16.9999C1.74963 16.9014 1.76904 16.8038 1.80676 16.7128C1.84447 16.6217 1.89974 16.539 1.96943 16.4693L8.93974 9.49993L1.96943 2.53055C1.82869 2.38982 1.74963 2.19895 1.74963 1.99993C1.74963 1.80091 1.82869 1.61003 1.96943 1.4693C2.11016 1.32857 2.30103 1.24951 2.50005 1.24951C2.69907 1.24951 2.88995 1.32857 3.03068 1.4693L10.5307 8.9693C10.6004 9.03896 10.6557 9.12168 10.6935 9.21272C10.7312 9.30377 10.7506 9.40137 10.7506 9.49993C10.7506 9.59849 10.7312 9.69608 10.6935 9.78713C10.6557 9.87818 10.6004 9.9609 10.5307 10.0306Z" fill="white"/><path d="M1.61588 17.8841L1.61587 17.8841C1.49976 17.768 1.40765 17.6301 1.34482 17.4784C1.28198 17.3267 1.24963 17.1641 1.24963 16.9999C1.24963 16.8357 1.28198 16.6731 1.34482 16.5214C1.40766 16.3697 1.49976 16.2319 1.61587 16.1158L1.6159 16.1157L8.23258 9.49993L1.6159 2.88413L1.61587 2.88411C1.38137 2.64961 1.24963 2.33156 1.24963 1.99993C1.24963 1.6683 1.38137 1.35025 1.61587 1.11575C1.85037 0.881251 2.16842 0.749512 2.50005 0.749512C2.83168 0.749512 3.14973 0.881251 3.38423 1.11575L10.884 8.61555L10.8842 8.61575L10.5307 8.9693C10.6004 9.03896 10.6557 9.12168 10.6935 9.21272L1.61588 17.8841ZM1.61588 17.8841C1.73199 18.0002 1.86983 18.0923 2.02154 18.1552C2.17324 18.218 2.33584 18.2503 2.50005 18.2503C2.66426 18.2503 2.82686 18.218 2.97857 18.1552C3.13027 18.0923 3.26811 18.0002 3.38423 17.8841L3.03068 17.5306L3.38423 17.8841L10.884 10.3843L10.8842 10.3841L10.5307 10.0306L1.61588 17.8841Z" stroke="black" stroke-opacity="0.25"/></svg>');
    ;}

.product__slider-wrapper2 .owl-theme .owl-nav button.owl-prev::after {
    transform: rotate(180deg);
}

.color_links {
    margin-top: 15px;
}

@media (min-width: 992px) {
    .product__column-rigth {
        padding-left:75px;
    }
}

.pay__buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.pay__buttons .pay__btn, .wishlist-btn {
    padding: 10px 25px;
    border: 1px solid #E6E5E5;
    text-align: center;
    border-radius: 25px;
    margin-right: 0px;
    height: 45px;
}

.pay__buttons .addcard__btn , .mobile_footer_content .addcard__btn {
    color: #fff;
    background: #D19786;
    border: 1px solid #D19786;
    text-transform: uppercase;
    font-family: Jost;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
}

.pay__btn.addcard__btn_disable {
    background-color: #D19786;
    border: 1px solid #D19786;
    text-transform: uppercase;
    font-family: Jost;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center;
}

.addcard__btn_disable:hover {
    color: #fff;
}

.quickorder__btn {
    display: flex;
    gap: 8px;
    border: 1px solid #E6E5E5;
    text-align: center;
    color: #000;
    align-items: center;
}

.quickorder__btn div {
    width: 100%;
}

.mobile_footer_content .quickorder__btn {
    padding: 9px 10px!important;
}

.quickorder__btn .fab {
    color: #20B038;
    font-weight: 500;
}

.quickorder__btn:hover {
    color: #000;
    opacity: 0.75;
}

.wishlist-btn {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E5E5;
    color: #000!important;
}

.wishlist-btn.active, .wishlist-btn:hover {
    border: 1px solid #E6E5E5!important;
}

.btn_whatsapp_wishlist {
    display: flex;
    gap: 15px;
}

.wishlist-btn .wish__img {
    position: relative;
}

.wishlist-btn .wish__img-fill {
    display: none;
}

.wishlist-btn.active .wish__img-default {
    display: none;
}

.wishlist-btn.active .wish__img-fill {
    display: block;
}

.colors__links_filter {
    margin-top: 10px;
}

.colors__links_filter a.color-link {
    margin-left: 35px;
    margin-right: 10px;
}

.colors__links_filter a.color-link::before {
    left: -35px;
}

.whatsapp_notification {
    display: flex;
    gap: 10px;
    padding: 0px;
    color: #5C5857;
}

.container-RelatedProducts {
    border-top: 1px solid #E6E5E5;
    margin-top: 60px;
    padding-top: 45px;
}

.mobile_footer_content .pay__btn {
    padding: 9px 10px;
    display: flex;
    align-items: center!important;
    justify-content: center;
    min-width: 120px;
    max-width: 140px;
    margin-right: 0px;
    border-radius: 50px;
    margin-left: 5px;
}

.mobile_footer_content .addcard__btn {
    width: 100%;
}

.mobile_footer_content .pay__btn .fab {
    font-size: 18px;
    margin-right: 0px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .wishlist-btn span {
        display:none;
    }

    .wishlist-btn {
        padding: 10px 0px;
        min-width: 45px;
    }
}

@media (max-width: 992px) {
    .breadcrumb-item {
        padding-left: 12px!important;
    }

    .breadcrumb-arrow {
        display: block;
    }

    .product__page-row {
        margin-top: 0px;
    }

    .page-header__container {
        margin-top: 15px;
    }

    .color_links {
        margin-top: 5px;
    }

    .colors__links_filter {
        margin-top: 5px;
    }

    .colors__links_filter a.color-link {
        margin-left: 25px;
    }

    .colors__links_filter a.color-link::before {
        left: -25px;
    }

    .container-RelatedProducts {
        margin-top: 30px;
        padding-top: 30px;
    }
}

@media (max-width: 768px) {
    [dir=ltr] .container-RelatedProducts {
        padding-right:0px;
        overflow-x: hidden;
    }

    [dir=rtl] .container-RelatedProducts {
        padding-left: 0px;
        overflow-x: hidden;
    }

    .mb-60-30 {
        margin-bottom: 30px;
    }

    .page-header__container {
        margin-top: 0px;
    }

    .product__pic {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .product__slider-wrapper2 {
        position: relative;
        margin: 0 5px;
    }

    .wrapper_product_price_div {
        align-items: flex-start;
        justify-content: space-between;
    }

    .product_price_div {
        display: flex;
        gap: 5px;
        flex-direction: column;
        align-items: flex-start;
    }

    .pay__buttons {
        flex-direction: column;
    }

    .pay__buttons .addcard__btn {
        width: 100%;
    }

    .btn_whatsapp_wishlist {
        width: 100%;
        gap: 10px;
    }

    .quickorder__btn {
        width: 100%;
    }

    .wishlist-btn {
        padding: 10px 0px;
        min-width: 45px;
    }

    .wishlist-btn span {
        display: none;
    }

    .whatsapp_notification {
        padding: 15px 0px;
    }
}

.headlines_H3,.h3 {
    font-family: Jost;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.005em;
    margin-bottom: 0px;
}

.headlines_H4 {
    font-family: Jost;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.bodyText {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

.smallText {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
}

.subtitle3 {
    font-family: Jost;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
}

@media (max-width: 992px) {
    .headlines_H3,.h3 {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0px;
    }

    .headlines_H4 {
        font-size: 18px;
    }

    .bodyText {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
}

.btn_more_loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #819865;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn_more_div {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.mse2_pagination ul.pagination-wrapper li {
    float: left;
    margin: 10px;
    list-style: none;
}

.apply__buttons {
    margin-top: 0px;
}

[id="mse2_msoption|color"] h4.filter_title {
    margin-top: 30px;
    font-weight: 500;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #5C5857;
}

[id="mse2_msoption|color"] br {
    display: none;
}

[id="mse2_msoption|color"] label {
    display: flex;
    gap: 5px;
    cursor: pointer;
    padding: 3px 5px;
}

[id="mse2_msoption|color"] label:hover {
    background-color: #F8F7F7;
    border-radius: 5px;
}

.product-related-slider .owl-nav {
    top: -100px;
}

.goods__wrapper {
    position: relative;
}

.home-title-container {
    padding-top: 60px;
    padding-bottom: 90px;
}

.home-title {
    font-size: 60px;
    line-height: 65px;
    letter-spacing: -0.02em;
}

.home-slogan {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.005em;
}

.featured__wrapper {
    margin-bottom: 45px;
}

.featured__wrapper p.h3 {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: -0.01em;
}

.featured__container {
    padding: 45px 0px 15px 0px;
}

.container-RelatedProducts {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px!important;
    height: 10px!important;
    margin: 6px 10px!important;
    background: #E6E5E5!important
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #B3BFA4!important;
}

.home-reviews .review-hr {
    display: none;
}

.home-info .benefits {
    margin-bottom: 90px;
}

.map-block {
    margin-top: 90px;
    margin-bottom: 90px;
    color: #000;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.map-block h2 {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: -0.01em;
    margin-bottom: 0px;
}

.map-block iframe {
    height: 450px;
    border-radius: 15px;
}

.content-text-block {
    margin-top: 45px;
    margin-bottom: 90px;
    color: #000;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.content-text-block .qa-container {
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.content-text-block .qa-container .qa-item {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.content-text-block p {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0px;
}

.content-text-block h2 {
    font-family: dgJory, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

.content-text-block h3,h4 {
    font-family: dgJory, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .featured__wrapper {
        margin-bottom:15px;
    }

    .featured__wrapper p.h3 {
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }

    .product-related-slider .owl-nav {
        top: -64px;
    }
}

@media (min-width: 768px) {
    .home-bg-pc {
        position:absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        display: block!important;
        width: 100%;
    }

    .landing-info-container {
        gap: 30px;
        height: 300px!important;
        margin: 35px 0px 50px 0px;
    }

    .landing-info-text {
        font-size: 30px;
        font-weight: 400;
    }

    .landing-info-text-pc {
        display: block!important;
        max-width: 770px;
        font-family: dgJory, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .landing-info-container {
        margin:45px 0px 45px 0px;
        padding: 0px;
    }

    .home-bg-mobile {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: -1;
        display: block!important;
        width: 100%;
    }

    .home-title-container {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .home-title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -0.005em;
        text-align: center;
    }

    .home-slogan {
        display: none;
    }

    .featured__container {
        padding: 15px 0px;
    }

    .RelatedProducts-wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-RelatedProducts {
        padding-left: 12px;
        padding-top: 0px;
    }

    .owl-dots {
        margin-top: 15px;
    }

    .map-block {
        margin-top: 30px;
        padding-top: 30px;
        margin-bottom: 30px;
        border-top: 1px solid #E6E5E5;
        gap: 15px;
    }

    .map-block h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .map-block iframe {
        height: 220px;
        border-radius: 10px;
    }

    .content-text-block {
        margin-top: 15px;
        margin-bottom: 30px;
        gap: 15px;
    }

    .content-text-block p {
        font-size: 14px;
        line-height: 20px;
    }

    .content-text-block h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .content-text-block h3,h4 {
        font-size: 16px;
        line-height: 25px;
    }

    .home-info .benefits {
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    body {
        margin-top: 0px;
    }

    .mobile-header {
        height: 60px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .item-menu-parent-wrapper-open {
        position: fixed;
        border-top: 1px solid #E6E5E5;
        left: 0;
        top: 60px;
        width: 100%;
        height: 100%;
        background-color: white;
        z-index: 10101;
    }

    .main-menu-btn {
        width: 40px;
        height: 40px;
        padding: 10px;
        cursor: pointer;
    }

    .mobile-menu {
        border-top: 1px solid #E6E5E5;
        background-color: white;
        position: fixed;
        top: 60px;
        width: 100%;
        height: 100%;
        z-index: 10100;
        font-family: Jost;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
        color: #000;
        overflow: scroll;
        padding-bottom: 60px;
    }

    .mobile-menu-block1 {
        padding: 30px;
    }

    .mobile-menu-block1 ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-menu-block1 ul li {
        list-style: none;
    }

    .mobile-menu-block1 ul li a {
        color: #000;
        display: flex;
        height: 45px;
        align-items: center;
    }

    .mobile-menu-block1 ul li a.active-link {
        color: #819865;
    }

    .mobile-menu-block {
        padding: 15px 10px;
        border-top: 1px solid #E6E5E5;
        display: flex;
        flex-direction: column;
    }

    .mobile-menu-block .item-menu {
        color: #000;
        display: flex;
        padding: 10px;
        gap: 20px;
        align-items: center;
        cursor: pointer;
    }

    .mobile-menu-block .item-menu span {
        width: 100%;
    }

    .mobile-menu-block .item-menu svg {
        width: 20px;
        height: 20px;
    }

    .item-menu-caret-left {
        width: 16px;
        height: 16px;
    }

    .item-menu.item-menu-parent-close {
        padding: 10px;
    }

    .item-menu-parent-close .item-menu-text {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.05em;
        text-align: left;
    }

    .item-menu-parent-wrapper-open {
        padding: 15px 10px;
    }

    .item-menu-parent-wrapper-open .select-lang {
        padding: 0px 10px 30px 10px;
        display: flex;
        flex-direction: column;
    }

    .mobile-menu-child {
        padding: 15px 10px 15px 10px;
    }

    .item-menu-parent-wrapper-open .select-lang a,.item-menu-parent-wrapper-open .select-lang span,.item-menu-parent-wrapper-open .select-lang div {
        color: #000;
        display: flex;
        height: 45px;
        align-items: center;
    }

    .item-menu-parent-wrapper-open .select-lang span {
        color: #95908E;
        text-decoration: none;
    }

    .poloska {
        display: block;
        width: 100%;
        height: 1px;
        margin-bottom: 15px;
        margin-top: 30px;
        background-color: #E6E5E5;
    }

    .item-menu.text-contact {
        padding: 10px 15px;
        color: #95908E;
        font-family: Inter;
        font-size: 15px;
        font-weight: 400;
        line-height: 25px;
        text-align: left;
    }

    .item-menu-parent-close.mobile-menu-container {
        padding: 10px !important;
    }
}

body {
    margin-top: 0px;
}

.menu-pc-top-wrapper {
    display: flex;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.menu-pc-top-container {
    padding-left: 2px!important;
    padding-right: 2px!important;
}

.address-wrapper {
    font-family: Inter,sans-serif;
    display: flex;
}

.item-address {
    font-family: Inter,sans-serif;
    cursor: pointer;
    height: 40px;
    display: flex;
    padding: 5px 10px;
    border-radius: 30px;
    align-items: center;
    gap: 5px;
}

.item-menu-caret-down {
    transform: rotate(90deg);
}

.pc-menu-child {
    display: none;
    position: absolute;
    width: 330px;
    padding: 10px;
    left: 10px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px 0px #0000000F;
    box-shadow: 0px 30px 90px 0px #0000001A;
    z-index: 10000;
    background: #fff;
}

.pc-select-lang.pc-menu-child {
    width: 160px;
    padding: 5px;
    left: auto;
    right: 10px;
}

.pc-select-lang.pc-menu-child .select-lang {
    flex-direction: column;
    font-family: Inter,sans-serif;
}

.pc-select-lang.pc-menu-child .select-lang span,.pc-select-lang.pc-menu-child .select-lang a:hover,.pc-select-lang.pc-menu-child .select-lang div:hover {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    height: 40px;
    background: #F8F7F7;
    text-decoration: none;
    font-size: 14px;
}

.pc-select-lang.pc-menu-child .select-lang a,.pc-select-lang.pc-menu-child .select-lang .link-data-href {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
    height: 40px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.pc-menu-child .item-menu {
    color: #000;
    font-size: 14px;
    display: flex;
    padding: 7.5px 15px 7.5px 10px;
    gap: 20px;
    align-items: flex-start;
    line-height: 25px;
}

.pc-menu-child .item-menu svg {
    min-width: 20px;
    margin-top: 4px;
}

.item-address-wrapper {
    position: relative;
}

.item-address-wrapper:hover .item-address {
    background: #F8F7F7;
}

.item-address-wrapper:hover .pc-menu-child,.pc-menu-child:hover {
    display: block;
}

.menu-pc-top-wrapper2 {
    display: flex;
    gap: 30px;
}

.menu-pc-top {
    display: flex;
    align-items: center;
}

.menu-pc-top ul {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.menu-pc-top ul li {
    list-style: none;
    color: #000;
}

.menu-pc-top ul li a {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.menu-pc-top ul li a.active-link,.menu-pc-top ul li a:hover {
    color: #819865;
}

.header-pc-wrapper {
    height: 105px;
    display: flex;
    border-bottom: 1px solid #E6E5E5;
    align-items: center;
    justify-content: space-between;
}

.logo-pc-wrapper {
    display: flex;
    align-items: center;
    gap: 30px
}

.logo-pc-wrapper .logo-text {
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding: 10px 0px;
}

.phone_and_whatsapp {
    display: flex;
    height: 45px;
}

.phone_and_whatsapp .phone_header-pc {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 10px 15px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #E6E5E5;
    border-right: 0px solid #E6E5E5;
}

.phone_and_whatsapp .phone_header-pc span {
    font-family: Inter;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

.phone_and_whatsapp .whatsapp_header-pc {
    display: flex;
    height: 100%;
    padding: 0px 12.5px;
    border-radius: 0px 10px 10px 0px;
    align-items: center;
    border: 1px solid #E6E5E5;
}

.cart-pc-wrapper {
    display: flex;
    gap: 30px;
}

.cart_icons_container {
    display: flex;
}

.cart-pc-wrapper .cart_icons_container svg {
    width: 24px!important;
    height: 24px!important;
}

.cart-pc-wrapper .cart_icons_container .indicator__area {
    padding: 10.5px;
}

.cart-pc-wrapper .cart_icons_container .indicator__area {
    padding: 10.5px;
    border-radius: 10px;
}

.cart-pc-wrapper .cart_icons_container .indicator__area:hover {
    background: #F8F7F7;
    cursor: pointer;
}

@media (max-width: 992px) {
    .home-top-catalog-mobile {
        max-width: 100% !important;
        padding: 0px !important;
        margin-bottom: 45px;
        display: block!important;
    }

    .home-top-catalog-mobile-row {
        display: flex;
        gap: 10px;
        overflow-x: scroll;
        max-width: 100% !important;
        padding: 0px 12px;
    }

    .home-top-catalog-mobile-row::-webkit-scrollbar {
        display: none;
    }

    .home-top-catalog-mobile-item {
        position: relative;
        border-radius: 10px;
        min-width: 260px;
        cursor: pointer;
    }

    .home-top-catalog-mobile-item-img {
        border-radius: 10px;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        opacity: 1;
        display: block;
        object-fit: cover;
    }

    .home-top-catalog-mobile-item-text {
        position: absolute;
        top: 5px;
        left: 10px;
        color: #000;
        font-family: Jost;
        font-size: 16px;
    }
}

@media (max-width: 578px) {
    .home-top-catalog-mobile-item {
        min-width:44vw;
    }
}

@media (min-width: 992px) {
    .home-top-catalog-pc {
        display:block!important;
        margin-bottom: 90px;
    }

    .home-top-catalog-pc-row {
        display: flex;
        gap: 15px;
        position: relative;
        max-height: 302px;
        min-height: 302px;
        overflow: hidden;
        border-radius: 15px;
    }

    .home-top-catalog-pc-row > * {
        flex: 1;
    }

    .home-top-catalog-pc-grid {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .home-top-catalog-pc-item-parent {
        position: relative;
        border-radius: 15px;
        cursor: pointer;
    }

    .home-top-catalog-pc-item-img {
        border-radius: 15px;
    }

    .home-top-catalog-pc-item-parent .home-top-catalog-pc-item-text {
        position: absolute;
        top: 20px;
        left: 25px;
        font-size: 22px;
        color: #000;
    }

    .home-top-catalog-pc-grid .home-top-catalog-pc-item-parent .home-top-catalog-pc-item-text {
        position: absolute;
        top: 10px;
        left: 15px;
        font-size: 18px;
    }

    .active.home-top-catalog-pc-item {
        overflow: hidden;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #F8F7F7;
        z-index: 2;
        border-radius: 15px;
    }

    .active.home-top-catalog-pc-item {
        display: flex;
    }

    .active.home-top-catalog-pc-item .home-top-catalog-pc-item-parent {
        min-width: 302px;
        min-height: 302px;
        max-width: 302px;
        max-height: 302px;
    }

    .active.home-top-catalog-pc-item .home-top-catalog-pc-item-text {
        font-size: 30px;
        top: 20px;
        left: 25px;
    }

    .active.home-top-catalog-pc-item .home-top-catalog-pc-child {
        display: flex!important;
        position: relative;
    }

    .home-top-catalog-pc-child .back-to-categories {
        position: absolute;
        top: 20px;
        left: 30px;
        cursor: pointer;
        display: flex;
        padding: 10px 0px;
        gap: 10px;
    }

    .home-top-catalog-pc-child .back-to-categories span {
        font-family: Jost;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0.05em;
    }

    .home-top-catalog-pc-child-items {
        display: flex;
        flex-wrap: wrap;
        padding-left: 30px;
        padding-right: 30px;
        align-content: center;
    }

    .home-top-catalog-pc-child-items .item-menu {
        flex-basis: calc(33%);
        height: 35px;
        color: #000;
        font-size: 15px;
        font-family: Jost;
    }

    .home-top-catalog-pc-child-items .item-menu:hover {
        color: #819865;
    }
}

@media (min-width: 1200px) {
    .home-top-catalog-pc-item-parent .home-top-catalog-pc-item-text {
        font-size: 30px;
    }

    .home-top-catalog-pc-grid .home-top-catalog-pc-item-parent .home-top-catalog-pc-item-text {
        font-size: 22px;
    }

    .home-top-catalog-pc-row {
        display: flex;
        gap: 15px;
        position: relative;
        max-height: 362px;
        min-height: 362px;
    }

    .active.home-top-catalog-pc-item .home-top-catalog-pc-item-parent {
        min-width: 362px;
        min-height: 362px;
        max-width: 362px;
        max-height: 362px;
    }

    .home-top-catalog-pc-child-items {
        display: flex;
        flex-wrap: wrap;
        padding-left: 60px;
        padding-right: 60px;
        align-content: center;
    }

    .home-top-catalog-pc-child-items .item-menu {
        flex-basis: calc(33% - 10px);
        height: 40px;
        color: #000;
        font-size: 18px;
        line-height: 25px;
        font-family: Jost;
    }
}

@media (min-width: 1400px) {
    .home-top-catalog-pc-row {
        max-height:422px;
        min-height: 422px;
    }

    .active.home-top-catalog-pc-item .home-top-catalog-pc-item-parent {
        min-width: 422px;
        min-height: 422px;
        max-width: 422px;
        max-height: 422px;
    }
}

.home-category-container {
    margin-bottom: 45px;
}

.category-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.home-flower-category-item {
    position: relative;
    border-radius: 10px;
    width: 100%;
    background: #f5f5f5;
}

.home-flower-category-item-img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    opacity: 1;
    display: block;
    object-fit: cover;
}

.home-flower-category-item-text {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #000;
    font-family: Jost;
    font-size: 18px;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .home-flower-category-item-text {
        font-size: 14px;
        top: 5px;
        left: 10px;
    }
}

@media (max-width: 992px) {
    .home-category-container {
        max-width:100%!important;
        padding: 0px!important;
        margin-bottom: 15px;
    }

    .category-row {
        overflow-x: scroll;
        max-width: 100%!important;
        padding: 0px 12px;
    }

    .category-row::-webkit-scrollbar {
        display: none;
    }

    .home-flower-category-item {
        min-width: 160px;
    }
}

@media (max-width: 576px) {
    .home-flower-category-item {
        min-width: 33vw;
    }
}

.landing-wa-container-home .landing-wa-wrapper {
    background: url(/images/tpl/home-cta-contactus-bg.webp) no-repeat center center #EDF2E6;
    background-size: cover;
    border-radius: 15px;
    padding: 60px;
    margin-bottom: 45px;
    margin-top: 45px;
}

.landing-wa-container-home .landing-wa-h {
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.005em;
    margin-bottom: 15px;
}

.landing-wa-container-home .landing-wa-text {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.landing-wa-container-home .landing-wa-button {
    display: flex;
    height: 40px;
    padding: 10px 30px 10px 15px;
    max-width: 240px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 50px;
    background: #627F48;
}

.landing-wa-container-home .landing-wa-button:hover {
    background: #627F48bb;
}

.landing-wa-container-home .landing-wa-button div {
    color: #FFF;
    width: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 156.25%;
}

@media (max-width: 768px) {
    .landing-wa-container-home .landing-wa-wrapper {
        background: url(/images/tpl/cta-contactus-bg-mobile.webp) no-repeat center center #EDF2E6;
        background-size: cover;
        border-radius: 15px;
        padding: 30px 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .landing-wa-container-home .landing-wa-body {
        display: flex;
        padding: 30px;
        align-items: center;
        justify-content: space-between;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.66);
        box-shadow: 0px 0px 0px 1px #FFF inset;
        backdrop-filter: blur(15px);
    }

    .landing-wa-container-home .landing-wa-h {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .landing-wa-container-home .landing-wa-text {
        width: 100%;
        text-align: left;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .landing-wa-container-home .landing-wa-container {
        padding: 0px;
    }

    .landing-wa-container-home .landing-wa-wrapper {
        border-radius: 0px;
    }

    .landing-wa-container-home .landing-wa-body {
        flex-direction: column;
    }
}

.last-delivered-slid {
    position: relative;
}

.last_delivered_product_card {
    position: relative;
    display: flex;
    justify-content: center;
}

.last-delivered-slid .last-delivered-text {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 30px;
    z-index: 2;
    font-size: 27px;
}

.last_delivered_product_card_label {
    position: absolute;
    display: flex;
    gap: 4px;
    background: #fff;
    border-radius: 8px;
    bottom: 5px;
    padding: 2px 10px 2px 5px;
    z-index: 2;
    font-size: 14px;
    align-items: center;
    color: #000;
}

@media (max-width: 992px) {
    .last-delivered-slid .last-delivered-text {
        padding:20px;
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .last-delivered-slid .last-delivered-text {
        padding:15px;
        font-size: 16px;
    }
}

.landing-info-container {
    background: url(/images/tpl/info-bg.png) no-repeat center center;
    background-size: contain;
    width: 100%;
    height: 150px;
    margin: 60px 0px;
    padding: 0 20px;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.landing-info-text-pc {
    display: none;
}

.landing-info-text {
    color: #000;
    font-size: 45px;
    line-height: 133.333%;
    letter-spacing: -0.15px;
}

.benefit-item {
    border-radius: 15px;
    background: #F8F7F7;
    padding: 30px;
    height: 100%;
}

.benefits .col-12 {
    padding: 0px 5px;
}

.benefit-item-text {
    color: #000;
    margin-top: 15px;
    font-size: 22px;
    line-height: 136.364%;
}

.benefits {
    margin-bottom: 60px;
}

.photos {
    margin-bottom: 50px;
}

.photos .item img {
    border-radius: 15px;
}

.photos .col-md-3 {
    padding: 5px;
}

@media (max-width: 992px) {
    .benefit-item-text {
        font-size: 18px;
    }

    .benefit-item {
        padding: 15px;
    }

    .benefit-item svg {
        width: 24px;
        height: 24px;
    }
}

@media (min-width: 769px) {
    .horizontal-scroll-wrapper {
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 7px;
        padding-bottom: 5px;
    }

    .horizontal-scroll-wrapper .row {
        flex-wrap: nowrap;
    }

    .horizontal-scroll-wrapper .col-3 {
        display: inline-block;
        float: none;
    }

    .horizontal-scroll-wrapper::-webkit-scrollbar {
        margin-top: 5px;
        height: 6px;
        border-radius: 3px;
    }

    .horizontal-scroll-wrapper::-webkit-scrollbar-track {
        background: #f9f9f9;
    }

    .horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
        background: #81986544;
    }

    .horizontal-scroll-wrapper::-webkit-scrollbar-thumb:hover {
        background: #819865;
    }
}

@media (max-width: 768px) {
    .landing-info-container {
        margin:30px 0px;
        height: 120px;
    }

    .landing-info-text {
        font-size: 30px;
    }

    .benefits {
        margin-bottom: 30px;
        border-radius: 15px;
        background: #F8F7F7;
        padding: 10px 0px;
    }

    .benefit-item-text {
        margin: 0px 15px;
        font-size: 14px;
        line-height: 136.364%;
    }

    .benefit-item {
        display: flex;
        align-items: center;
    }

    .benefits .col-12 {
        padding: 0px;
    }

    .benefit-item {
        padding: 8px 15px;
    }

    .photos {
        margin-bottom: 25px;
    }

    .photos .col-4 {
        padding: 2.5px;
    }
}

.review-hr {
    margin-top: 0px;
    margin-bottom: 60px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #E6E5E5;
}

.landing-review {
    display: flex;
    padding: 5px 60px 5px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.landing-total-ratings {
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.landing-total-ratings .rating {
    color: #000;
    font-size: 30px;
    line-height: 133.333%;
    letter-spacing: -0.15px;
}

.landing-total-ratings .rating-count, .landing-review p {
    color: #5C5857;
    font-family: Inter;
    font-size: 15px;
    line-height: 166.667%;
    margin-bottom: 0px;
}

.btn-reviews {
    display: flex;
    height: 40px;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #E6E5E5;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 153.846%;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    align-items: flex-start;
    justify-content: center;
}

.btn-reviews:hover {
    border: 2px solid #E2E1E1;
    background: #f9f9f9;
    cursor: pointer;
}

.review_items .btn-reviews {
    width: 240px;
    margin-left: 60px;
}

.review_items .btn-reviews span {
    display: block;
    width: 100%;
    margin-right: 20px;
}

.review_items .review_time {
    color: #5C5857;
    font-family: Inter;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.24px;
}

.google-stars-plp {
    height: 25px;
    width: 130px;
}

.review_items .google-stars-plp {
    height: 16px;
    width: 83px;
}

.google-stars-plp .cover {
    background: #FBBC04;
}

.landing-review h2 {
    color: #000;
    font-size: 22px;
    line-height: 136.364%;
    margin-bottom: 0px;
}

.landing-review-h {
    display: flex;
    gap: 12px;
    align-items: center;
}

.review_items {
    display: flex;
    padding-left: 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-left: 1px solid #E6E5E5;
}

.review_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}

.profile_photo {
    max-width: 45px;
    height: 45px;
    margin-right: 0px;
}

.review_item_body .h5 {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    line-height: 166.667%;
    margin-bottom: 0px;
}

.review_text {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    line-height: 166.667%;
}

.review_rating {
    display: flex;
    padding: 5px 0px;
    align-items: center;
    gap: 5px;
    align-self: stretch;
}

.count-h {
    color: #000;
    font-size: 22px;
    line-height: 30px;
}

.review_item_author {
    margin: 0px;
}

@media (max-width: 992px) {
    .landing-review {
        padding: 0px;
    }

    .landing-total-ratings .rating {
        font-size: 22px;
    }

    .landing-total-ratings .rating-count, .landing-review p {
        font-size: 14px;
        line-height: 20px;
    }

    .landing-review h2 {
        font-size: 18px;
    }

    .review_text {
        font-size: 14px;
        line-height: 20px;
    }

    .count-h {
        font-size: 18px;
    }

    .review-hr {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .review_items {
        padding-left: 0px;
        border-left: 0px;
    }

    .landing-review {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .review_item_mob_h {
        display:flex;
        align-items: center;
        gap: 10px;
    }

    .review_items .btn-reviews {
        width: 100%;
        margin-left: 0px;
    }

    .review_rating {
        justify-content: space-between;
    }
}

.loader_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 100000;
    background: #fff;
    transition: 0.1s;
    align-content: center;
    align-items: center;
    justify-content: center
}

.loader {
    width: 75px;
    height: 75px;
    border: 10px solid #DBE3D0;
    border-radius: 50%;
    border-left-color: #627F48;
    animation: loader 1.3s linear infinite;
}

@keyframes loader {
    100% {
        transform: rotate(360deg);
    }
}

.whatsapp-button-notification {
    position: fixed;
    right: 10px;
    bottom: 100px;
    background-color: #DBE3D0;
    color: #333;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.whatsapp-button-notification .notification-close-btn {
    position: absolute;
    top: -13px;
    right: 5px;
    width: 26px;
    height: 26px;
    background-color: #FDF1EC;
    border: 1px solid #FDF1EC;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

.whatsapp-button-notification .notification-close-btn::before, .whatsapp-button-notification .notification-close-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background-color: #333;
}

.whatsapp-button-notification .notification-close-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.whatsapp-button-notification .notification-close-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 960px) {
    .whatsapp-button-notification {
        bottom: 100px;
    }

    .whatsapp-button {
        bottom: 20px;
    }
}

.accordion.description, .accordion.delivery {
    padding-top: 15px!important;
    padding-bottom: 10px;
    border-top: 1px solid #E6E5E5;
    border-bottom: none;
}

.accordion-title {
    margin-bottom: 5px;
    cursor: pointer;
}

.accordion-content,.accordion-content p {
    color: #5C5857;
}

.accordion-title::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2023 Fonticons, Inc.--><path d="M201.4 137.4c12.5-12.5 32.8-12.5 45.3 0l160 160c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 205.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l160-160z"/></svg>');
    float: right;
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    margin: 0 10px;
}

.accordion-title.active::after {
    transform: rotate(0deg);
}

.addcard__btn:disabled {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #fff;
}

@media (min-width: 768px) {
    .withOutTopBorder {
        border-top: none;
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    .RelatedProducts-wrapper {
        padding-left:0px;
        padding-right: 0px;
    }

    .container-RelatedProducts {
        padding-left: 12px;
    }

    .addcard__btn_disable {
        width: 100%;
    }
}

.filter_sort {
    width: 40%;
}

#mse2_sort_mob {
    width: 100%;
    justify-content: flex-end;
}

#input-sort {
    width: max-content;
    text-align: end;
    border: none;
    font-size: 14px;
}

#input-sort:focus {
    border-color: #E6E5E5;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(240,240,240,.25);
}

.sort_mob_label {
    color: #797372;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.24px;
    margin: 0px 10px;
}

@media (max-width: 991px) {
    .filter_sort {
        width: 100%;
    }

    .filter_sort .sorting_cat {
        height: 40px;
    }

    .filter_sort .form-control {
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #000000;
        background-color: #FFFFFF;
        border: 0px solid #DBE3D0!important;
    }

    .filter_sort {
        display: block;
    }

    #mse2_sort_mob {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 10px!important;
        border-radius: 10px;
        border-bottom: 1px solid #E6E5E5;
        padding: 0px 0px 0px 18px;
    }

    #input-sort {
        max-width: max-content;
        text-align: right;
        border: none;
        color: #000;
        font-family: Inter;
        font-size: 14px;
        line-height: 20px;
    }

    .filters {
        display: none;
    }

    .col-filter-select {
        padding: 0px 2.5px;
    }

    .catalog__wrap {
        margin-bottom: 10px;
    }

    .mob-filter-select {
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        color: #000000;
        line-height: 20px;
        border-radius: 10px;
        border: 1px solid #E6E5E5;
        height: 40px;
        padding: 0px 10px 0px 15px;
        background-position: right 0.5rem center;
    }

    .form-select:focus {
        border-color: #E6E5E5;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(240,240,240,.25);
    }
}

.btn-primary-link {
    border: 2px solid #66c700!important;
    padding: 3px 20px;
    color: #66c700!important;
    background: #fff!important;
}

@media (min-width: 992px) {
    .form-select {
        cursor:pointer;
    }

    .mob-filter-select,.sorting_cat {
        width: max-content;
        min-width: 140px;
        text-align: start!important;
        ;border: 1px solid #E6E5E5!important;
        ;height: auto!important;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .col-filter-select {
        flex:1;
    }
}

.filter_cat_links {
    list-style: none;
    display: flex;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0px 12px;
    margin: 0;
    margin-top: 25px;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 5px;
}

.filter_cat_links a {
    padding: 8px;
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
    border-radius: 40px;
    border: 1px solid #CBC9C8;
    background: #FFF;
    display: flex;
    height: 30px;
    padding: 0px 10px;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.filter_cat_links a:hover {
    border: 1px solid #627F48;
    background: #DBE3D0;
    color: #000;
}

.filter_cat_link_item {
    display: flex;
    padding: 0 10px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 2px;
}

.div_filter_submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    padding-top: 5px;
    min-width: 200px;
    width: max-content;
    z-index: 1000;
}

.filter_submenu {
    list-style: none;
    padding: 5px 5px;
    margin: 0;
    box-shadow: 0px 10px 15px 0px #0000000F,0px 30px 90px 0px #0000001A;
    background: #ffffff;
    border-radius: 10px;
    columns: 2;
    column-gap: 20px;
}

.filter_submenu_item {
}

.filter_submenu_item a {
    padding: 6px 10px;
}

.filter_submenu_item:hover {
    border-radius: 10px;
    background: #F8F7F7;
}

.filter_cat_link_item:hover .div_filter_submenu {
    display: block;
}

.filter_cat_link_item:hover {
    background: #F8F7F7;
}

@media (max-width: 991px) {
    .filter_cat_links {
        list-style: none;
        display: flex;
        padding: 0px 5px;
        margin: 0;
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .filter_cat_links::-webkit-scrollbar {
        display: none;
    }

    .filter_cat_links .filter_cat_links_1 {
        margin-left: 6px;
    }
}

ul#ui-id-1 {
    min-width: 335px!important;
    z-index: 1000000;
    border: 1px solid #E6E5E5 !important;
    border: 15px;
}

ul#ui-id-2 {
    min-width: 100%!important;
    left: 0!important;
    z-index: 1000000;
    top: 80px!important;
    ;border: 0px;
}

.product__card-search {
    display: flex;
    gap: 15px;
}

.product__description-search {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    padding-top: 10px;
}

.product__card-img-search {
    min-width: 100px;
    max-width: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.product__description-search p {
    margin-bottom: 0px;
}

.product__title-search {
    font-size: 16px;
    line-height: 1.2;
}

.ui-menu .ui-menu-item-wrapper {
    margin: 0!important;
    background: #fff!important;
    border: 1px solid #fff!important;
    border-top: 1px solid #fff!important;
    ;border-bottom: 1px solid #E6E5E5!important;
    ;}

.ui-menu .ui-menu-item-wrapper:hover {
    margin: 0!important;
    background: #F8F7F7!important;
    border: 1px solid #E6E5E5!important;
    ;border-top: 1px solid #E6E5E5!important;
    ;border-bottom: 1px solid #E6E5E5!important;
    ;}

.ui-menu-divider {
    display: none!important;
}

.promozone_wrapper {
    border-radius: 15px;
    background-color: #FAEEEB;
    padding: 0px 20px 0px 20px;
    display: flex;
    overflow: hidden;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.promozone_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    padding: 20px 60px 20px 40px;
}

.promozone_text h2 {
    color: #000;
    font-family: Jost;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
    letter-spacing: -0.15px;
    text-transform: uppercase;
}

.promozone_btn {
    display: flex;
    height: 45px;
    padding: 12px 25px;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: #403C3B;
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.promozone_btn:hover {
    color: #FFF;
}

.promozona-product-item {
    border-radius: 15px;
    border: 5px solid #FFF;
    background: #FFF;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06), 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.promozona-product-item p.product__price {
    position: absolute;
    display: block;
    bottom: 5px;
    right: 5px;
    padding: 0px 5px;
    border-radius: 5px;
    background: #FFF;
    color: #000;
    font-family: Jost;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.promozona-products-slider .owl-stage-outer {
    padding: 20px 0px;
}

@media (max-width: 991px) {
    .promozone_wrapper {
        flex-direction: column;
        padding: 15px 0px 20px 0px;
        width: 100%;
        background-size: cover;
        border-radius: 0px;
        background-position: top center;
    }

    .promozona-products-slider .owl-stage-outer {
        padding: 15px 0px;
    }

    .promozone_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px 10px;
    }

    .promozona-product-item {
        transform: translateX(-50%);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.06), 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
    }

    .promozone_text h2 {
        color: #000;
        text-align: center;
        font-family: Jost;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 0px;
    }

    .promozone_btn {
        min-width: 270px;
    }
}

@media (max-width: 767px) {
    .promozona-product-item {
        transform: translateX(-150%);
    }
}

.district-landing-block .review-hr {
    display: none!important;
}

.landing-wa-wrapper {
    background: url(/images/tpl/cta-contactus-bg.webp) no-repeat center center #EDF2E6;
    background-size: cover;
    border-radius: 15px;
    padding: 55px 90px;
    margin-bottom: 60px;
}

.landing-wa-body {
    display: flex;
    padding: 25px 30px 25px 35px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.66);
    box-shadow: 0px 0px 0px 1px #FFF inset;
    backdrop-filter: blur(15px);
}

.landing-wa-text {
    color: #000;
    font-size: 20px;
    line-height: 150% ;
}

.landing-wa-button {
    display: flex;
    height: 40px;
    padding: 10px 30px 10px 15px;
    max-width: 240px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 50px;
    background: #627F48;
}

.landing-wa-button:hover {
    background: #627F48bb;
}

.landing-wa-button div {
    color: #FFF;
    width: 170px;
    text-align: center;
    font-size: 16px;
    line-height: 156.25%;
}

@media (max-width: 992px) {
    .landing-wa-wrapper {
        background: url(/images/tpl/cta-contactus-bg-mobile.webp) no-repeat center center #EDF2E6;
        background-size: cover;
        border-radius: 15px;
        padding: 35px 30px;
        margin-bottom: 30px;
    }

    .landing-wa-text {
        text-align: center;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .landing-wa-container {
        padding: 0px;
        overflow: hidden;
    }

    .landing-wa-wrapper {
        border-radius: 0px;
    }

    .landing-wa-body {
        flex-direction: column;
        gap: 20px;
    }
}

.div-check-size {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    gap: 5px;
}

.div-check-size .form-check-input {
    appearance: none;
    position: absolute;
    clip: rect(0,0,0,0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.div-check-size .form-check {
    display: block;
    padding-left: 0px!important;
    margin-bottom: 0px;
}

.div-check-size .form-check_size_XXL {
    order: 1;
}

.div-check-size .form-check_size_XL {
    order: 2;
}

.div-check-size .form-check_size_L {
    order: 3;
}

.div-check-size .form-check_size_M {
    order: 4;
}

.div-check-size .form-check_size_S {
    order: 5;
}

.div-check-size .form-check_size_XS {
    order: 6;
}

.div-check-size .form-check-label {
    color: #000;
    display: flex;
    padding: 8px 15px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    cursor: pointer;
    min-height: 45px;
    width: 60px;
    font-size: 15px;
    user-select: none;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.div-check-size .form-check-input:checked + .form-check-label {
    border: 2px solid #000000;
    background-color: #ffffff;
}

.div-check-size {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: row;
    gap: 5px;
}

.div-check-size .form-check-input {
    appearance: none;
    position: absolute;
    clip: rect(0,0,0,0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
}

.div-check-size .form-check {
    display: block;
    padding-left: 0px!important;
    margin-bottom: 0px;
}

.div-check-size .form-check_size_XXL {
    order: 1;
}

.div-check-size .form-check_size_XL {
    order: 2;
}

.div-check-size .form-check_size_L {
    order: 3;
}

.div-check-size .form-check_size_M {
    order: 4;
}

.div-check-size .form-check_size_S {
    order: 5;
}

.div-check-size .form-check_size_XS {
    order: 6;
}

.div-check-size .form-check-label {
    color: #000;
    display: flex;
    padding: 8px 15px;
    border: 1px solid #cccccc;
    border-radius: 50px;
    cursor: pointer;
    min-height: 45px;
    width: 60px;
    font-size: 15px;
    user-select: none;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.div-check-size .form-check-input:checked + .form-check-label, .div-check-size .form-check-label-checked {
    border: 2px solid #000000;
    background-color: #ffffff;
}

.div-check-size div.form-check-label {
    cursor: auto;
}

.product-card__badges-list-bottom-right {
    position: absolute;
    display: flex;
    gap: 2px;
    left: 0px;
    bottom: 0px;
    padding: 5px;
}

.product-card__badges-list-bottom-right .badge-item-svg img, .product-card__badges-list-bottom-right .badge-item-svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

@media (max-width: 768px) {
    .product-card__badges-list-bottom-right {
        padding:3px;
    }

    .product-card__badges-list-bottom-right .badge-item-svg img, .product-card__badges-list-bottom-right .badge-item-svg {
        height: 16px;
        width: 16px;
    }

    .product-card__badge-svg {
        margin-bottom: 2px;
        padding: 0px 3px;
    }
}
