.cost__text {
    margin-right: 15px;
}
.cash-on-delivery {
    display: none;
}
.ocf-offcanvas .ocfilter-mobile-handle {
    top: 135px;
}
.ocfilter-mobile-handle .btn-primary {
    padding: 0.2em 1em;
}
/* theme */
@font-face {
    font-family: 'Karsten';
    src: url('../fonts/karsten-semibold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
    font-weight: 500;
}
.h1 {
    font-size: 3.6em;
    margin:0 0 20px;
    text-align: center;
    font-family: 'Karsten';
}
.h2 {
    font-size: 3.4em;
    margin: 0 0 55px;
    text-align: center;
    font-family: 'Karsten';
}
h3, .h3 {
    font-family: 'Karsten';
    font-size: 2em;
    margin-bottom: 25px;
    margin-top: 35px;
}
p {
    line-height: 1.6em;
    margin: 0;
}
ul, ol {
    line-height: 1.6em;
    margin: 0;
}
.frame-bg {
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
    outline: 2px dashed #DADADA;
    border-radius: 20px;
    outline-offset: -15px;
    padding: 25px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.frame-bg-center {
    max-width: 810px;
    /* width: max-content; */
    position: absolute;
    right: 0;
    left: 0;
    top: 25%;
}
.title__wrapper {
    margin-top: 20px;
    margin-bottom: 80px;
    padding: 30px 25px;
    position: static;
}
.title__wrapper .h1 {
    margin: 0;
}
.mb-lowest {
    margin-bottom: 50px;
}
button.compare,
button.wishlist {
    font-size: 0.9em;
}
.content-bg,
.content-container {
    padding: 0 15px;
    margin: 0 auto;
}
.category-wall__image::after {
    content: "";
	display: block;
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;    
	left: 0;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 47.4%, rgba(0, 0, 0, 0.66) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47.4%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.66)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47.4%, rgba(0, 0, 0, 0.66) 100%);
    border-radius: 20px;
}
.slick-dots {
    bottom: -30px;
}
.footer__column-li {
    font-size: 1em;
}
.success-page__a {
    color: #ff5e3a;
}
.success-page__a:hover {
    text-decoration: underline;
}
ul,
ol,
p {
    margin-bottom: 10px;
}
.banner__wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.checkbox label,
.radio label {
    font-weight: 500;
}
/* header */
.top-menu {
    display: none;
}
.main-menu.set-before:before {
    background: none;
}
.menu {
    background: none;
}
.menu-right .menu__level-1-a {
    font-weight: 600;
}
.header-logo {
    background: #ff522c;
    padding: 20px 10px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header-logo img {
    max-width: 110px;
    max-height: 33px;
}
.header-logo:hover {
    -webkit-box-shadow: 0px 4px 10px rgba(255, 94, 58, 0.7);
            box-shadow: 0px 4px 10px rgba(255, 94, 58, 0.7);
}
.header-search__input {
    height: 73px;
    border-radius: 20px;
}
.header-search__btn {
    width: 60px;
    font-size: 1.4em;
    margin-top: -1px;
}
.header-search__btn:hover {
    border-radius: 0 20px 20px 0;
}
.header-search__btn:hover .fa {
    color: #FF5E3A;
}
.header-search .search-btn-clear {
    top: 36%;
    right: 63px;
    font-size: 1.5em;
    width: 21px;
    height: 21px;
}
.header-search .search-btn-clear:hover,
.search-btn-clear:hover {
    color: #FF5E3A;
}
.header-search {
    /* max-width: 630px; */
    max-width: 700px;
}
.header-block__item-search {
    padding-left: 0;
}
/* .header-content {
    max-width: 1100px;
} */
.header-content:last-child .row {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
}
.header-block {
    padding: 28px 0 15px;
}
.header-block-bg {
    background: -o-linear-gradient(358.35deg, #FF522C -8.38%, #FFA149 106.47%);
    background: linear-gradient(91.65deg, #FF522C -8.38%, #FFA149 106.47%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding-left: 0;
}
.form-control {
    font-size: 1em;
}
.header-search__form {
    margin-left: -1px;
}
.header-search__input {
    padding: 0 32px;
}
.menu__header {
    font-weight: 600;
}
.menu1 .menu__header {
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 12px;
    -webkit-transition: all linear .15s;
    -o-transition: all linear .15s;
    transition: all linear .15s;
}
.menu1 .menu__header:hover {
    color: #FF5E3A;
}
.menu__header-icon {
    display: none;
}
.menu__collapse {
    font-size: 1em;
}
.menu2 .menu__level-1-li {
    -webkit-transition: all linear .15s;
    -o-transition: all linear .15s;
    transition: all linear .15s;
}
.menu2 .menu__level-1-li:hover {
    background: none;
}
.header-whatsapp__icon,
.header-telegram__icon {
    font-size: 2.1em;
    color: var(--header-icon-c);
}
.header-whatsapp__icon {
    font-size: 2.5em;
}
.header-phones,
.header-account__icon,
.header-wishlist__icon,
.header-cart__icon,
.header-whatsapp__icon,
.header-telegram__icon {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.header-phones:hover,
.header-account__icon:hover,
.header-wishlist__icon:hover,
.header-cart__icon:hover,
.header-whatsapp__icon:hover,
.header-telegram__icon:hover {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}
.header-phones {
    margin: 0 auto;
}
.header-block__item-wishlist {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}
.header-block__item-account {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}
.menu__header-title-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.menu__header-title-a:hover {
    color: #FF5E3A;
}
.header-block__item-whatsapp,
.header-block__item-telegram {
    padding: 0 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 80px;
    width: 100%;
}
.header-block__item-telephone {
    max-width: 240px;
    width: 100%;
}
.header-whatsapp,
.header-telegram {
    margin: 0 auto;
}
/* footer */
.footer__socials-payments {
    display: none;
}
.footer__km {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #000;
    color: #fff;
}
.footer__km-right {
    text-align: right;
}
.footer .footer__km-a {
    color: #fff!important;
}
.footer .footer__km-a:hover {
    color: #ff5e3a!important;
}
.footer__logo .footer__column-heading,
.footer__logo .footer__column-ul {
    display: none;
}
.footer__logo-img {
    max-width: 140px;
    margin: 0 auto;
}
.footer__column-heading-addr,
.footer__contacts-li {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
}
.footer__contacts-mail.footer__contacts-mail {
    margin-bottom: 8px;
}
.footer__contacts:last-child .fa-map-marker {
    display: none;
}
.footer__contacts:last-child .footer__column-a {
    text-align: end;
    padding-left: 30px;
}
/* homepage */
.content-bg {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.homepage-banner {
    background-image: url(../image/design-parts/main-page.png);
    margin-top: -180px;
    min-height: 850px;
    max-height: 850px;
}
.negative-index {
    position: relative;
    z-index: -1;
}
.homepage-banner__wrapper {
    padding: 40px 50px 45px;
}
.homepage-about__wrapper {
    position: relative;
    margin-bottom: 100px;
}
.homepage-about__wrapper::before,
.homepage-about__wrapper::after {
    position: absolute;
    content: '';
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.homepage-about__wrapper::before {
    width: 325px;
    height: 402px;
    background-image: url(../image/design-parts/leaf.png);
    left: -15px;
    top: -15px;
}
.homepage-about__wrapper::after {
    width: 292px;
    height: 486px;
    background-image: url(../image/design-parts/flower.png);
    right: -15px;
    top: 0;
}
.about__text {
    max-width: 1235px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.about__text p {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    text-align: justify;
    padding: 0 20px;
}
.homepage-cat-wall__wrapper {
    margin-bottom: 80px;
}
.homepage-slider__wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.slider__single {
    padding: 0 10px;
}
.slider__single img {
    margin: 0 auto;
}
.slick-prev-custom,
.slick-next-custom {
    font-size: 3em;
    color: #FF5E3A;
    position: absolute;
    top: 0;
    top: 40%;
    cursor: pointer;
}
.slick-prev-custom {
    left: -35px;
}
.slick-next-custom {
    right: -35px;
}
/* category-wall module */
.category-wall__item {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    border-radius: 20px;
    padding: 15px;
    background: #F6F4FA;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.category-wall__ul.child-empty {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0;
    margin-bottom: 25px;
    padding: 0 23px;
}
.category-wall__title {
    font-size: 1.6em;
    line-height: 1.1em;
}
.category-wall__title.child-empty a {
    color: #fff;
}
.category-wall__image {
    -webkit-filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
}
.category-wall__image img {
    border-radius: 20px;
    position: relative;
}
.button__wrapper {
    text-align: center;
    margin-top: 25px;
}
/* buttons */
.btn-default,
.btn-primary,
.add_to_cart {
    font-size: 1em;
    padding: 0 2.2em;
    background: -o-linear-gradient(358.35deg, #FF522C -8.38%, #FFA149 106.47%);
    background: linear-gradient(91.65deg, #FF522C -8.38%, #FFA149 106.47%);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-bottom: 10px;
    font-weight: 500;
    height: 36px;
    line-height: 34px;
}
.btn-large {
    font-size: 1.4em;
    padding: 0 2em;
    height: 54px;
    line-height: 42px;
}
a.btn.btn-large {
    line-height: 52px;
}
.btn-default:hover, .btn-default:focus,
.btn-primary:hover, .btn-primary:focus,
.add_to_cart:hover, .add_to_cart:focus, .add_to_cart:active {
    background: -o-linear-gradient(358.35deg, #FFA149 -8.38%, #FF522C 106.47%);
    background: linear-gradient(91.65deg, #FFA149 -8.38%, #FF522C 106.47%);
}
.btn-green,
.add_to_cart.in_cart, .add_to_cart.in_cart:hover, .add_to_cart.in_cart:focus, .add_to_cart.in_cart:active {
    background: -o-linear-gradient(181.22deg, #A0CC91 -33.11%, #6B973F 89.77%);
    background: linear-gradient(268.78deg, #A0CC91 -33.11%, #6B973F 89.77%);
}
.btn-green:hover, .btn-green:focus {
    background: -o-linear-gradient(181.22deg, #6B973F -33.11%, #A0CC91 89.77%);
    background: linear-gradient(268.78deg, #6B973F -33.11%, #A0CC91 89.77%);
}
.btn-full-width {
    display: block;
    margin: 10px 0;
}
.buttons {
    margin-top: 10px;
}
a.btn {
    line-height: 35px;
}
a.btn-lg {
    line-height: 35px;
}
.btn-sm {
    line-height: 1.5!important;
    height: 32px;
}
/* request form */
.km-request-form {
    background-image: url(../image/design-parts/request-form.png);
    min-height: 835px;
    max-height: 835px;
    margin-top: 55px;
}
.km-request-form__wrapper {
    padding: 40px 50px 55px;
}
.km-request-form__text .h2{
    margin: 0 0 5px;
}
.km-request-form__buttons {
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.homepage-content .km-request-form {
    margin-top: 0;
}
.product-page-request-form {
    margin-bottom: 30px;
}
.product-page-request-form .km-request-form {
    margin-top: 0;
}
.km-request-form__text p {
    font-size: 1.2em;
    line-height: 1.5em;
    max-width: 510px;
    margin: 0 auto;
}
.km-request-form__phone {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.7em;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
/* benefits */
.homepage-benefits__wrapper {
    padding-top: 100px;
    margin-bottom: 100px;
    position: relative;
}
.homepage-benefits__wrapper::before,
.homepage-benefits__wrapper::after {
    position: absolute;
    content: '';
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.homepage-benefits__wrapper::before {
    width: 367px;
    height: 443px;
    background-image: url(../image/design-parts/flower-bud.png);
    left: -15px;
    bottom: -10px;
}
.homepage-benefits__wrapper::after {
    width: 357px;
    height: 341px;
    background-image: url(../image/design-parts/leaf-1.png);
    right: -15px;
    top: -90px;
}
.homepage-benefits-content {
    max-width: 1430px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.homepage-benefits {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.benefit-single {
    padding: 20px 10px;
    margin: 20px 0;
    outline-offset: -10px;
    max-width: 410px;
}
.benefit-single-content {
    margin: 0 auto;
    width: 100%;
    height: 130px;
}
.benefit-title {
    font-size: 2em;
    font-weight: 600;
    font-family: 'Karsten';
}
.benefit-text {
    padding: 0 10px;
}
/* about us */
.aboutus__wrapper {
    margin-bottom: 70px;
}
.aboutpage .about__text {
    max-width: 1500px;
}
.about-slider__wrapper {
    max-width: 1430px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.about-benefits {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    padding: 0 10px;
}
.about-benefits .benefit-single-content{
    height: 160px;
}
.about-benefits__wrapper {
    margin-bottom: 25px;
}
.flowers-bg {
    position: relative;
}
.flowers-bg::before,
.flowers-bg::after {
    position: absolute;
    content: '';
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.flowers-bg.flower-bg-2::before {
    width: 367px;
    height: 443px;
    background-image: url(../image/design-parts/flower-bud.png);
    left: -25px;
    top: 55px;
}
.flowers-bg.flower-bg-2::after {
    width: 292px;
    height: 486px;
    background-image: url(../image/design-parts/flower.png);
    right: -15px;
    top: -110px;
}
.flowers-bg.leaf-bg::before {
    display: none;
}
.flowers-bg.leaf-bg::after {
    width: 322px;
    height: 331px;
    background-image: url(../image/design-parts/leaf-2.png);
    right: -15px;
    top: 0px;
}
.about-list__wrapper {
    padding: 0 20px;
}
/* reviews */
.reviews-list__wrapper {
    margin-top: 30px;
}
.reviews-list__wrapper .reviews-list {
    margin-bottom: 40px;
}
.about-slider__wrapper .owl-nav {
    top: 45%;
}
.about-slider__wrapper .gallery-module__item {
    margin: 0 10px 20px;
}
.about-slider__wrapper .gallery-module__image a,
.about-slider__wrapper .gallery-module__image img {
    border-radius: 20px;
}
.review-single {
    text-align: left;
    margin: 0px 10px 10px;
    width: 470px;
    padding: 30px 40px 35px;
    outline-offset: -10px;
}
.review-single p {
    padding: 0;
}
.review-title {
    font-family: 'Karsten';
    font-size: 2.4em;
}
.review-single span {
    color: #939393;
}
.review-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 10px;
}
.review-title,
.review-from {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.review-from {
    text-align: right;
}
.review-text {
    text-align: justify;
    margin-bottom: 35px;
}
/* category */
.product-thumb__image {
    -webkit-filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
}
.product-thumb__image img {
    border-radius: 20px;
}
.product-thumb__name {
    font-weight: 700;
}
.product-thumb {
    border-radius: 20px;
    padding: 15px 15px 10px;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.owl-item:not(.active) .product-thumb {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.product-thumb__price {
    font-size: 1.4em;
}
.product-thumb__cart {
    justify-content: space-between;
    margin: 20px 0 0;
}
.product-thumb__cart button.wishlist {
    background: none;
    font-size: 1.6em;
    position: static;
    width: 40px;
    height: 36px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background: none;
    border-radius: 12px;
    margin: 0 0 0 15px;
}
.wishlist:hover .far,
.wishlist.active .far {
    font-weight: 900;
    color: #FF5E3A;
}
.btn.quick-order {
    border-radius: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.category-info {
    background: transparent;
}
.category-info__image {
    display: none;
}
.category-info__description h2 {
    font-family: 'Karsten';
    font-size: 1.8em;
    margin-top: 20px;
}
.category-info__description h3 {
    font-size: 1.6em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.category-info__description a {
    color: #ff5e3a;
}
.category-info__description a:hover {
    text-decoration: underline;
}
/* product card */
button.product-page__wishlist-btn {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    height: 54px;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 1.5em;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    margin-right: 0;
}
button.product-page__wishlist-btn .fa-heart {
    font-size: 1.4em;
}
#product .title__wrapper {
    margin-top: 0;
    margin-bottom: 30px;
}
.autorelated-module .product-thumb {
    margin-top: 20px;
    margin-bottom: 25px;
}
.autorelated-module .owl-stage {
    padding: 0 15px;
}
.product-page__image:not(.fixed) .product-page__image-main {
    background: #fff;
    padding: 23px 17px 25px;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.product-page__image:not(.fixed) .product-page__image-main-carousel {
    -webkit-filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.25));
    border-radius: 20px;
}
.product-page__image:not(.fixed) .product-page__image-main-carousel img {
    border-radius: 20px;
}
#product .add_to_cart:not(.product-thumb__add-to-cart) {
    font-size: 1.4em;
    padding: 0 4em;
    height: 54px;
    line-height: 52px;
}
.product-page__quick-order {
    height: 54px;
    font-size: 1.5em;
    padding: 0 20px;
}
.product-page .qty-switch {
    margin-bottom: 15px;
    margin-right: 25px;
    background: #fff;
    border-radius: 20px;
    padding: 0 15px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    height: 54px;
}
.product-page .qty-switch__input {
    width: 60px;
    height: auto;
    font-size: 1.4em;
    margin: 0 10px;
    border: none;
    background: none;
}
.product-page .qty-switch__btn {
    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;
    border: none;
    background: none;
    font-size: 1.4em;
    height: auto;
}
.qty-switch__btn.fa {
     color: #4a4a4a;
     -webkit-transition: .4s;
     -o-transition: .4s;
     transition: .4s;
}
.qty-switch__btn.fa:hover {
    background: none;
    color: #FF5E3A;
}
.product-page__add-to-cart {
    margin-right: 25px;
}
.product-description__right {
    max-height: 235px;
    overflow: overlay;
    margin-bottom: 15px;
}
.product-info__block {
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
.product-info__block:hover {
    background: #fff;
}
.product-page__image {
    margin-bottom: 10px;
}
.cash-on-delivery__banner {
    cursor: pointer;
}
#product h1 {
    font-size: 3em;
}
#product .tab-content h4.heading {
    display: none;
}
@media (min-width: 767px) {
    #product.uni-wrapper {
        padding: 20px 0;
    }
    .product-page-bg .autorelated-module {
        margin-left: -15px;
        margin-right: -15px;
    }
    .nav-tabs li {
        padding: 0 15px 0 0;
    }
}
/* articles */
.article_description h2 {
    margin-top: 35px;
}
p.bold-text {
    font-weight: 600;
}
.cards__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.card-single {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    padding: 30px 25px 35px;
}
.card-single-bank {
    color: #FF5E3A;
    font-weight: 600;
    font-size: 2em;
    font-family: 'Karsten';
}
.card-single span {
    font-size: 1.5em;
    font-weight: 600;
}
.card-single-qr {
    max-width: 200px;
    margin: 15px auto;
}
.delivery-ways {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.delivery-way {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px;
}
.delivery-way-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.delivery-way-image {
    max-width: 70px;
    margin-right: 20px;
}
.delivery-way-heading .h3 {
    margin-top: auto;
}
.orange-link {
    color: #FF5E3A;
}
.orange-link:hover {
    text-decoration: underline;
}
.article_description a {
    text-decoration: none;
}
.article-km-request-form {
    margin-top: 0;
}
.flowers-bg.flower-bg-2.zero-lr::before {
    left: 0;
}
.flowers-bg.flower-bg-2.zero-lr::after {
    right: 0;
}
/* account */
.uni-form {
    background-color: #fff;
    border-radius: 20px;
    padding: 25px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.account-login__wrapper p {
    margin-bottom: 15px;
    font-size: 0.9em;
}
.account-login__forgotten {
    margin-bottom: 20px;
}
.form-horizontal .form-group {
    margin-right: auto;
    margin-left: auto;
}
.header-cart__buttons {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
}
.account-login__wrapper {
    -ms-flex-line-pack: justify;
        align-content: space-between;
}
.account-wishlist {
    padding: 15px 10px 0;
}
.account-wishlist__delete {
    background: transparent;
    color: #fff;
    font-size: 2em;
    width: 46px;
    height: 46px;
    top: auto;
    right: 5px;
    bottom: 5px;
    opacity: 1;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.account-wishlist__delete:hover {
    -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
            transform: scale(.9);
}
.account-address-list__item {
    margin-bottom: 20px;
}
.list-group {
    border-radius: 4px;
}
/* cart */
.unicheckout-sticky__wrapper,
.uni-item-bg {
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header-cart__remove {
    font-size: 1.2em;
}
.header-cart__remove .far:hover {
    color: #FF5E3A;
}
.header-cart__quantity .qty-switch__btn.fa:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #FF5E3A;
    color: #fff;
}
/* modal cart */
#modal-cart .modal-dialog {
    background: #f4ede5;
    padding: 15px;
    border-radius: 20px;
}
#modal-cart .modal-content {
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
#modal-cart .modal-header {
    background: none;
    padding: 15px 0 10px;
    margin: 0 20px;
    border-bottom: solid 1px rgba(0 0 0 / .07);
}
#modal-cart .modal-title {
    font-family: 'Karsten';
    font-size: 2.1em;
}
#modal-cart .modal-header .close {
    background: none;
}
.modal-header .close svg {
    fill: #383838
}
.modal-header .close:hover svg,
.modal-header .close:focus svg {
    fill: #FF5E3A;
}
#modal-cart .modal-body {
    border-radius: 0 0 20px 20px;
    padding: 10px 20px 20px;
}
#modal-cart .btn,
#modal-cart a.btn {
    height: 44px;
    line-height: 44px;
    padding: 0 1.5em;
}
#modal-cart .btn {
    flex: 0 0 49%;
}
#modal-cart img {
    border-radius: 100%;
}
.header-cart__totals {
    margin: 20px 0;
}
.header-cart__totals-title {
    font-weight: 500;
}
.header-cart__item {
    padding: 10px 0;
}

.payment-method__info {
    padding: 15px 0 5px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(0 0 0 / .08);
}
/* search */
.div-text-empty {
    background: #fff;
    border-radius: 20px;
}
.search-page__search-block {
    border-radius: 20px;
}
/* qna */
.qna__question {
    position: relative;
    margin-bottom: 15px;
    padding-top: 15px;
    font-size: 1.1em;
    font-weight: 700;
}
.qna__question .fa-chevron-down {
    position: absolute;
    right: 0;
}
.qna__question.open .fa-chevron-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.qna__single:not(:first-child) {
    border-top: solid 1px rgba(0 0 0 / .07);
}
.qna__answer p {
    margin-bottom: 15px;
}
/* mail */
.footer__contacts-mail {
    display: none;
}
/* fly blocks */
.fly-block__whatsapp,
.fly-block__telegram,
.fly-block__telephone {
    margin: 10px 0;
    color: var(--fly-callback-c);
    background: var(--fly-callback-bg);
}
.fly-block__whatsapp {
    font-size: 23px;
    padding-left: 1px;
}
.fly-block__telegram {
    padding-right: 2px;
    font-size: 18px;
}
/* success page */
.success-page #content {
    text-align: center;
}
.success-page .buttons {
    margin-top: 30px;
}
/* news */
.category-list__item,
.news-list__item,
.news-module__item {
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.category-list__img,
.news-list__image img,
.news-module__image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.news-prevnext {
    margin: 0;
}
.news-prevnext__a {
    height: 100%;
    text-decoration: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    -webkit-box-shadow: 0 4px 15px rgba(0 0 0 / .10);
    box-shadow: 0 4px 15px rgba(0 0 0 / .10);
    border-radius: 4px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-prevnext__a:hover {
    -webkit-box-shadow: 0px 4px 10px rgba(255, 94, 58, 0.7);
            box-shadow: 0px 4px 10px rgba(255, 94, 58, 0.7);
}
.news-prevnext__a.prev {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-prevnext__item.prev .news-prevnext__a-text {
    padding-left: 10px;
}
.news-prevnext__item.next .news-prevnext__a-text {
    padding-right: 10px;
}
.news-prevnext__a-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news-prevnext__a-text span {
    display: block;
    padding: 5px 0;
}
.news-prevnext__a-text span:nth-child(2) {
    font-size: 12px;
    color: #888;
}
.news-prevnext {
    background: none;
}
.statji .h1 {
    text-align: left;
    font-size: 3em;
}
.news-page__description a {
    text-decoration: underline;
}
.news-page__description h2 {
    margin-top: 30px;
}
.news-page__description h3 {
    margin-top: 15px;
    font-family: inherit;
    font-size: 1.5em;
}
.news-page ol, .news-page ul {
    padding: 0 0 0 35px;
}
.news-module .owl-stage-outer {
    padding-top: 25px;
    margin-top: -20px;
}
.statji .content-bottom .h2 {
    display: none;
}
/* socials */
.contact-list__socials {
    font-size: 2em;
    margin-top: 5px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.contact-list__socials:hover {
    color: #FF522C;
}
.contact-list__item-whatsapp {
    font-size: 2.1em;
    max-height: 32px;
    margin-right: 20px;
}
.contact-list__item-vk {
    font-size: 2.4em;
    /* margin-left: 24px; */
}

/* coupon pop-up */
.checkout-cart__coupon-input {
    height: 36px !important;
    margin-right: 20px;
    border-radius: 4px;
}
.checkout-cart__coupon-btn {
    height: 36px;
}
.coupon__bg {
    background-image: url(../image/design-parts/coupon-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 50px 60px;
}
.coupon__wrapper {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 55px 50px;
    text-align: center;
}
.coupon__title {
    font-size: 3em;
    text-align: center;
    font-family: 'Karsten';
}
.coupon__text {
    font-size: 1.3em;
    max-width: 500px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.coupon-button .btn {
    margin: 0;
}
#stop-modal {
    padding: 0 !important;
}
#stop-modal .modal-body {
    background: none;
}
#stop-modal .modal-content {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
/* coupon page */
/* .couponpage .wrapper {
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 55px;
} */
.couponpage .title__wrapper {
    margin-bottom: 50px;
}
.couponpage .wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
}
.couponpage__bg {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    outline: 2px dashed rgba(255, 94, 58, .57);
    outline-offset: -20px;
    padding: 45px 145px 35px;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
.couponpage__bg::after,
.couponpage__bg::before,
.couponpage .wrapper::after,
.couponpage .wrapper::before {
    content: '';
    position: absolute;
    background-size: contain;
}
.couponpage__bg::after {
    background-image: url(../image/design-parts/daisy-1.png);
    width: 112px;
    height: 116px;
    top: -20px;
    left: -45px;
}
.couponpage__bg::before {
    background-image: url(../image/design-parts/daisy-2.png);
    width: 129px;
    height: 183px;
    bottom: -60px;
    right: -28px;
}
.couponpage .wrapper::after {
    background-image: url(../image/design-parts/daisy-leaf-1.png);
    width: 267px;
    height: 274px;
    top: -75px;
    left: -100px;
    z-index: -1;
}
.couponpage .wrapper::before {
    background-image: url(../image/design-parts/daisy-leaf-2.png);
    width: 244px;
    height: 239px;
    bottom: -75px;
    right: -50px;
    z-index: -1;
} 
.couponpage__content {
    border-bottom: 2px dashed rgba(255, 94, 58, .42);
    margin-bottom: 7px;
    text-align: center;
    padding: 0 15px 10px 15px;
}
.couponpage .coupon__text {
    max-width: none;
    margin-bottom: 20px;
}
.promocode__wrapper {
    border-top: 2px solid rgba(255, 94, 58, .42);
    padding: 25px 40px 0px;
    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;
    text-align: center;
}
.promocode__wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
}
.coupon__promocode-text {
    font-size: 1.8em;
    display: block;
}
.coupon__promocode {
    background: #FF7F3D;
    color: #FFF;
    font-family: 'Karsten';
    font-size: 3.5em;
    padding: 0.2em 1.2em;
    border-radius: 12px;
    display: block;
}
.coupon__instruction {
    color: #9D9D9D;
}
.a__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    padding: 0 40px;
}
.coupon__a {
    color: #FF7F3D;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
}
.coupon__a:hover {
    text-decoration: underline;
}
.ocfilter .ocfilter-option .btn-xs {
    line-height: normal;
}

.sale-banner-bg {
    margin-bottom: 130px;
    position: relative;
}
.sale-banner-bg::before,
.sale-banner-bg::after {
    position: absolute;
    content: '';
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.sale-banner-bg::before {
    left: 0;
    width: 169px;
    height: 126px;
    background-image: url(../image/design-parts/sale-banner-part1.png);
}
.sale-banner-bg::after {
    right: 0;
    width: 489px;
    height: 100%;
    background-image: url(../image/design-parts/sale-banner-part2.png);
}
.sale-banner {
    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: 40px 65px 40px 35px;
    position: relative;
    z-index: 1;
}
.sale-banner::after {
    position: absolute;
    content: '';
    width: 219px;
    height: 189px;
    right: -25px;
    bottom: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../image/design-parts/sale-banner-leaf.png);
}
.sale-banner p {
    margin: 0;
    line-height: 1em;
}
.sale-banner-text {
    font-family: 'Karsten';
    font-size: 4.1em;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
}
.sale-banner-percent {
    background: #FF5E3A;
    color: #FFFFFF;
    padding: 30px 45px;
    border-radius: 40px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    position: relative;
}
.sale-banner-percent::before {
    position: absolute;
    content: 'до';
    font-size: 1.8em;
    width: 40px;
    height: 34px;
    top: 45px;
    left: 52px;
}
.sale-banner-percent p {
    font-size: 6.9em;
    font-weight: 700;
    white-space: nowrap;
}
.catpage .sale-banner-bg {
    margin: 90px auto 100px;
}

@media (min-width: 767px) {
    .uni-wrapper {
        background: none;
    }
    #product {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .homepage-cat-wall__wrapper .container,
    .catpage .container {
        width: auto;
        max-width: 1500px;
    }
}

@media (min-width: 992px) {
    .menu-right {
        background: none;
    }
    .menu2 .menu__level-1-li {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .menu__level-1-li {
        border-radius: 0 0 4px 4px;
    }
    .menu2 .menu__level-1-li:last-child {
        border-right: none;
        border-radius: 12px;
    }
    /* .menu1 .menu__level-1-li:first-child,
    .menu-module__li:first-child {
        background: #ff7d3c;
    }
    .menu1 .menu__level-1-li:first-child .menu__level-1-a,
    .menu-module__li:first-child a {
        color: #fff;
    }
    .menu1 .menu__level-1-li:first-child:hover {
        background: #F4EDE5;
    }
    .menu-module__li:first-child:hover {
        background: #fff;
    }
    .menu1 .menu__level-1-li:first-child .menu__level-1-a:hover,
    .menu-module__li:first-child a:hover {
        color: #ff5e3a;
    } */
    .menu__header,
    .menu2 .menu__level-1-a {
        padding: 0 5px;
    }
    .menu1 .menu__header {
        border-radius: 12px;
    }
    .uni-item {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
    }
    .menu1 .menu__collapse {
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .uni-item:hover {
        -webkit-box-shadow: 0px 4px 25px rgba(255, 94, 58, 0.7);
                box-shadow: 0px 4px 25px rgba(255, 94, 58, 0.7);
    }
    .breadcrumb {
        margin-top: 15px;
    }
    .fly-block__whatsapp,
    .fly-block__telegram,
    .fly-block__telephone {
        display: none;
    }
}

@media (min-width: 1200px) {
    .product-page__cart {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
}

@media (min-width: 1440px) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 16px;
    }
    button.product-page__wishlist-btn {
        line-height: 28px;
    }
    .benefit-single-content {
        height: 140px;
    }
    .about-slider {
        margin: 0 -10px;
    }
}

@media (max-width: 1600px) {
    .product-page .qty-switch__input {
        width: 50px;
    }
    .owl-item:not(.active) .product-thumb,
    .owl-item:not(.active) .news-module__item {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

@media (max-width: 1439px) {
    .btn-large {
        padding: 0 2em;
    }
    .about-benefits .benefit-single-content {
        height: 120px;
    }
    .about-benefits {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }
    .about-benefits .benefit-single {
        margin: 10px auto;
    }
    .about-slider__wrapper {
        margin-bottom: 60px;
    }
}

@media (max-width: 1345px) {
    .account-login__heading {
        font-size: 1.7em;
    }
    .header-block__item-telephone,
    .header-block__item-whatsapp,
    .header-block__item-telegram {
        width: auto;
    }
}

@media (max-width: 1280px) {
    .homepage-about__wrapper::before,
    .homepage-about__wrapper::after,
    .homepage-benefits__wrapper::before,
    .homepage-benefits__wrapper::after,
    .flowers-bg.flower-bg-2::before,
    .flowers-bg.flower-bg-2::after,
    .flowers-bg.leaf-bg::after {
        display: none;
    }
    .aboutpage .km-request-form {
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .benefit-image {
        display: none;
    }
    .homepage-cat-wall__wrapper {
        margin-bottom: 40px;
    }
    .homepage-benefits__wrapper {
        padding-top: 0;
    }
    #product-category.container,
    .article-page .container,
    .aboutpage .container {
        width: auto;
        max-width: 1200px;
    }
    .product-thumb__cart button.wishlist {
        margin: 0 0 0 10px;
    }
    .product-page .qty-switch,
    #product .add_to_cart:not(.product-thumb__add-to-cart),
    button.product-page__wishlist-btn {
        height: 50px;
        line-height: 49px;
    }
    .product-page .qty-switch,
    .product-page__add-to-cart {
        margin-right: 15px;
    }
    button.product-page__wishlist-btn span {
        display: none;
    }
    .title__wrapper {
        padding: 30px 20px;
    }
    .product-page-autorelated .h3 {
        margin-top: 0;
    }
    .account-login__wrapper {
        -ms-flex-line-pack: start;
            align-content: flex-start;
    }
    .couponpage .wrapper {
        margin-left: 50px;
        margin-right: 50px;
    }
    .sale-banner-bg::before {
        background-image: url(../image/design-parts/sale-banner-part1-tablet.png);
        width: 185px;
        height: 150px;
    }
    .sale-banner-bg::after {
        background-image: url(../image/design-parts/sale-banner-part2-tablet.png);
        width: 182px;
        height: 189px;
        top: auto;
        bottom: 0;
    }
    .sale-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px 40px;
    }
    .sale-banner::after {
        display: none;
    }
    .sale-banner-text {
        text-align: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 0 0 25px;
    }
    .sale-banner-percent {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 20px 85px;
        margin: 0 0 -90px;
    }
    .sale-banner-percent::before {
        top: 34px;
        left: 88px;
    }
    .sale-banner-percent p {
        font-size: 6.4em;
    }
}

@media (max-width: 1024px) {
    .homepage-benefits__wrapper {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) {
    .category-wall__title {
        font-size: 1.4em;
    }
    .about__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .about__text p {
        margin-bottom: 15px;
    }
    .homepage-about__wrapper {
        margin-bottom: 40px;
    }
    .footer.mobile-menu-bottom {
        padding-bottom: 50px;
    }
    .h1 {
        font-size: 3.3em;
        margin: 0 0 15px;
    }
    .h2 {
        font-size: 3.1em;
        margin: 0 0 45px;
    }
    .homepage-benefits {
        padding-top: 0;
    }
    .benefit-single {
        margin: 10px 0;
    }
    .header-block-bg {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .header-search__btn {
        margin-top: 1px;
    }
    .homepage-benefits__wrapper {
        margin-bottom: 50px;
    }
    .footer__km-right {
        text-align: center;
        margin-top: 10px;
    }
    .footer__km-left {
        text-align: center;
    }
    /* delivery */
    .card-single {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        margin-bottom: 15px;
    }
    .cards__wrapper {
        margin-bottom: 15px;
    }
    .article_description h2 {
        margin: 30px 0 25px;
    }
    .title__wrapper {
        margin-bottom: 40px;
    }
    .delivery-way {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    .delivery-way:first-child {
        margin-bottom: 25px;
    }
    .article_description {
        margin-bottom: 0;
    }
    /* about us */
    .aboutus__wrapper {
        margin-bottom: 20px;
    }

    #product .title__wrapper .h1 {
        font-size: 2.8em;
    }
    .product-page .qty-switch,
    #product .add_to_cart:not(.product-thumb__add-to-cart),
    button.product-page__wishlist-btn {
        height: 44px;
        line-height: 43px;
    }
    #product .add_to_cart:not(.product-thumb__add-to-cart) {
        padding: 0 1.1em;
    }
    button.product-page__wishlist-btn {
        -webkit-box-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 calc(100% - 180px);
    }
    .product-page__cart {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    button.product-page__wishlist-btn {
        margin-right: 15px;
    }
    button.product-page__wishlist-btn span {
        display: block;
    }
    #product .title__wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .header-search .search-btn-clear {
        top: 20%;
        right: 40px;
    }
    .header-search__btn {
        width: 32px;
    }
    /* account pages */
    #account-login .uni-wrapper .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #account-login .uni-wrapper .row .col-sm-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .uni-form {
        padding: 20px;
    }
    .header-block__item-whatsapp,
    .header-block__item-telegram {
        display: none;
    }
    .sale-banner-text {
        font-size: 3.3em;
    }
    .sale-banner-percent p {
        font-size: 5em;
    }
    .sale-banner-percent::before {
        font-size: 1.6em;
        top: 26px;
        left: 84px;
    }
}

@media (max-width: 991px) {
    .footer__logo {
        display: none;
    }
    .header-logo {
        padding: 15px 10px;
    }
    .coupon__bg {
        padding-left: 40px;
        padding-right: 40px;
    }
    .coupon__wrapper {
        padding: 0;
    }
    .coupon__title {
        font-size: 2.5em;
    }
    .coupon__text {
        margin-bottom: 15px;
    }
    .couponpage__bg {
        padding-left: 80px;
        padding-right: 80px;
    }
    .promocode__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .promocode__wrapper div:first-child {
        margin-bottom: 15px;
    }
    .a__wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .coupon__a {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

@media (max-width: 840px) {
    .frame-bg-center {
        margin-left: 15px;
        margin-right: 15px;
    }
    .review-single {
        margin: 0 0 10px;
    }
}
@media (max-width: 796px) {
    .about-benefits .benefit-single-content {
        height: 135px;
    }
}

@media (max-width: 767px) {
    .footer__column-heading .fa-chevron-down {
        font-size: 1em;
    }
    body {
        background: #F4EDE5;
    }
    .footer__column-heading-addr,
    .footer__contacts-li {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }
    .h1 {
        font-size: 3.1em;
    }
    .h2 {
        font-size: 2.9em;
    }
    .card-single {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin-bottom: 15px;
    }
    #account-login .uni-wrapper .row .col-sm-6 {
        margin-bottom: 0;
    }
    .account-wishlist__delete {
        font-size: 1.5em;
        right: 0;
        bottom: 0;
    }
    .footer__column-li,
    .footer__column-heading {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer__contacts:last-child .footer__column-a {
        text-align: center;
        padding-left: 0;
    }
    .sale-banner {
        padding: 20px;
    }
    .catpage .sale-banner-bg {
        margin-top: 50px;
    }
    .grid-view {
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 676px) {
    .about-benefits {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
    .about-benefits .benefit-single-content {
        height: auto;
    }
    .coupon-button .btn {
        height: 40px;
        padding: 0.25em 2em;
        margin-bottom: 15px;
    }
    .couponpage .wrapper {
        width: auto;
    }
    .couponpage .wrapper::after {
        width: 167px;
        height: 171px;
        top: -60px;
        left: -65px;
    }
    .couponpage .wrapper::before {
        width: 144px;
        height: 141px;
        bottom: -50px;
        right: -45px;
    }
    .couponpage__bg::after {
        width: 82px;
        height: 85px;
        top: -20px;
        left: -35px;
    }
    .couponpage__bg::before {
        width: 100px;
        height: 142px;
        bottom: -50px;
        right: -20px;
    }
    .couponpage .container {
        overflow: hidden;
    }
    .menu-open {
        margin: 0 10px 0 10px;
    }
    .header-content:last-child .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 575px) {
    .header-block__item-wishlist,
    .header-block__item-account {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px;
    }
    .header-block__item-cart {
        padding: 0 10px;
    }
    .header-wishlist__total-items {
        right: -6px;
        bottom: -4px;
        padding: 0 3px;
        min-width: 14px;
        height: 14px;
        font-size: .6em;
    }
    .h1 {
        font-size: 2.7em;
    }
    .h2 {
        font-size: 2.5em;
    }
    .homepage-banner__wrapper {
        padding: 30px 30px 35px;
    }
    .btn-large {
        font-size: 1.2em;
        height: 48px;
        padding: 0 2em;
    }
    a.btn.btn-large {
        line-height: 47px;
    }
    .km-request-form__text p {
        font-size: 1.1em;
    }
    .km-request-form__phone {
        font-size: 1.7em;
    }
    .km-request-form__wrapper {
        padding: 40px 40px 45px;
    }
    .km-request-form__buttons {
        margin-top: 20px;
    }
    .km-request-form {
        min-height: 600px;
        max-height: 600px;
        margin-top: 25px;
    }
    .km-request-form .frame-bg-center {
        top: 20%;
    }
    .homepage-banner {
        min-height: 750px;
        max-height: 750px;
    }
    .homepage-banner .frame-bg-center {
        top: 26%;
    }
    .category-wall__item {
        padding: 12px;
    }

    /* delivery */
    .card-single {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    
    /* about us */
    .about-slider__wrapper {
        margin-bottom: 50px;
    }

    .autorelated-module .owl-stage {
        padding: 0;
    }
    #product .add_to_cart:not(.product-thumb__add-to-cart) {
        margin-right: 0;
    }
    .coupon__title {
        font-size: 2em;
    }
    .coupon__text {
        font-size: 1.1em;
    }
    .coupon-button .btn {
        margin-bottom: 8px;
    }
    .couponpage__bg {
        padding-left: 60px;
        padding-right: 60px;
    }
    .coupon__promocode-text {
        font-size: 1.5em;
    }
    .coupon__promocode {
        font-size: 3em;
    }
    .couponpage .wrapper {
        margin-left: 40px;
        margin-right: 40px;
    }
    .couponpage .wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .sale-banner-percent {
        padding: 20px 55px;
    }
    .sale-banner-percent::before {
        left: 55px;
    }

    button.product-page__wishlist-btn {
        margin-right: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 165px);
                flex: 0 0 calc(100% - 165px);
    }

    .product-thumb__cart .btn {
        font-size: 1em;
    }
    .product-thumb__add-to-cart,
    .product-thumb__cart.disabled2 {
        max-width: 70%;
        padding: 0;
    }
}

@media (max-width: 480px) {
    .header-block {
        max-height: 95px;
    }
    .header-logo img {
        max-width: 65px;
    }
    .homepage-banner__wrapper {
        padding: 25px 25px 30px;
    }
    .h1 {
        font-size: 2.5em;
        margin: 0 0 10px
    }
    .h2 {
        font-size: 2.2em;
        margin: 0 0 30px;
    }
    .category-wall__item {
        padding: 10px;
    }
    .category-wall__ul.child-empty {
        bottom: 3px;
        padding: 0 15px;
    }
    .category-wall__title {
        font-size: 1em;
    }
    .homepage-cat-wall__wrapper,
    .homepage-about__wrapper,
    .homepage-benefits__wrapper {
        margin-bottom: 10px;
    }
    .km-request-form__wrapper {
        padding: 25px 25px 35px;
    }
    .btn-large {
        font-size: 1em;
        height: 44px;
        line-height: 43px;
    }
    .benefit-single-content {
        height: auto;
    }
    .title__wrapper {
        margin-top: 0;
        padding: 25px 20px;
    }
    .title__wrapper .h1 {
        font-size: 2.5em;
    }
    h3, .h3 {
        font-size: 1.8em;
        margin-bottom: 20px;
        margin-top: 25px;
    }
    .article_description p {
        margin-bottom: 10px;
    }
    .review-single {
        padding: 20px 30px 25px;
    }
    .review-text {
        margin-bottom: 20px;
    }
    .couponpage__bg {
        padding-left: 30px;
        padding-right: 30px;
    }
    .couponpage__content,
    .promocode__wrapper {
        border: none;
    }
    .couponpage__content {
        margin: 0;
    }
    .promocode__wrapper {
        padding-top: 0;
    }
    .coupon__promocode-text {
        font-size: 1.2em;
    }
    .sale-banner-bg::before,
    .sale-banner-bg::after {
        display: none;
    }
    .sale-banner {
        padding: 20px 0;
    }
    .sale-banner-text {
        font-size: 2.9em;
        margin: 0 0 70px;
    }
    .sale-banner-percent {
        padding: 10px 20px;
        border-radius: 20px;
        background: -o-linear-gradient(358.35deg, #FF522C -8.38%, #FFA149 106.47%);
        background: linear-gradient(91.65deg, #FF522C -8.38%, #FFA149 106.47%);
        position: relative;
    }
    .sale-banner-percent::before {
        top: 17px;
        left: 19px;
    }
    .sale-banner-percent::after {
        position: absolute;
        content: '';
        width: 280px;
        height: 140px;
        top: -60px;
        left: -10px;
        background: url(../image/design-parts/sale-banner-btn-greens.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .product-thumb {
        padding: 10px 10px 5px;
    }
    .grid-view {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 0 10px;
    }
}


@media (max-width: 415px) {
    .header-block__item-wishlist,
    .header-block__item-account,
    .header-block__item-cart {
        padding: 0 7px;
    }
    .header-block__item-telephone {
        padding-right: 0;
    }
}

@media (max-width: 390px) {
    .breadcrumb,
    .product-block .product-data__item,
    .product-thumb__name,
    .category-list__item,
    .category-info,
    .pagination-text,
    .news-list__text,
    .account-login__wrapper p,
    .account-login__forgotten,
    .news-module__text,
    .news-module__category-date-viewed {
        font-size: 1em;
    }
    .news-list__name,
    .news-module__name {
        font-size: 1.1em;
    }
    .category-wall__ul.child-empty {
        padding: 0 13px;
    }
    .homepage .container {
        padding: 0;
    }
    .btn-large {
        height: 40px;
        line-height: 39px;
    }
    a.btn.btn-large {
        line-height: 39px;
    }
    #product .title__wrapper .h1 {
        font-size: 2.3em;
    }
    .product-page .qty-switch__input {
        width: 30px;
    }
    .product-page .qty-switch__btn {
        font-size: 1.1em;
    }
    .couponpage__bg {
        padding: 35px 20px;
    }
    .coupon__text {
        margin-bottom: 10px;
    }
    button.product-page__wishlist-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 145px);
                flex: 0 0 calc(100% - 145px);
    }
}

@media (max-width: 365px) {
    .header-logo {
        padding: 13px 7px;
    }
    .header-block__item-logo {
        padding-right: 5px;
    }
    .header-block__item-telephone {
        padding-left: 7px;
    }
    .header-block-bg {
        padding-right: 5px;
    }
    .sale-banner {
        padding: 0 10px;
    }
    .sale-banner-text {
        font-size: 2.6em;
        margin: 0 0 60px;
    }
    .sale-banner-percent {
        margin: 0 0 -70px;
    }
    .sale-banner-percent::before {
        font-size: 1.4em;
        top: 15px;
        left: 15px;
    }
    .sale-banner-percent::after {
        width: 250px;
        height: 112px;
        top: -50px;
    }
    .sale-banner-percent p {
        font-size: 4em;
    }
    .title__wrapper .h1 {
        font-size: 2.3em;
    }
}
@media (max-width: 330px) {
    .header-logo img {
        max-width: 58px;
    }
    .couponpage__content {
        padding: 0 10px 10px;
    }
    .header-block__item-telephone,
    .header-block__item-wishlist,
    .header-block__item-account,
    .header-block__item-cart {
        font-size: 12px;
    }
    .product-page__cart {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    button.product-page__wishlist-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .form-horizontal .control-label {
        display: none;
    }
    .account-address-list__buttons .btn-primary {
        padding: 0.2em 1.2em;
    }
}