/*
*
*
*
*/

@font-face {
    font-family: 'Felidae';
    src: url('../fonts/Felidae-Regular.eot');
    src: url('../fonts/Felidae-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Felidae-Regular.woff2') format('woff2'),
        url('../fonts/Felidae-Regular.woff') format('woff'),
        url('../fonts/Felidae-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --blacktheme: #202020;
    --light-orange: #C0AA6B;
    --redtheme: #EB5757;
    --top-menu-bg: var(--blacktheme);
    --body-font: 'Montserrat', sans-serif;
    --title-font: 'Felidae', sans-serif;
    --menu-main-level-1-c: var(--blacktheme);
    --menu-main-level-1-c-hover: var(--blacktheme);
    --menu-header-level-height: 63px;
    --menu-header-level-height-hover: 40px;
    --footer-heading-c: var(--light-orange);
    --footer-c: #fff;
    --footer-bg: #000000;
    --price-new-c: var(--redtheme);
    --rating-star-c-active: #000;
    --add-to-cart-btn-bg-hover: var(--redtheme);
    --menu-main-bg: #c0aa6b;
    --menu-main-header-bg: #c0aa6b;
    --add-to-cart-btn-bg-incart: #c4c4c4;
    --add-to-cart-btn-bg-incart-hover: #c4c4c4;
    
}

.top-menu {
    display: flex;
    align-items: center;
}

.top-menu .top-menu__currency, .top-menu .top-menu__language {
    display: none;
}

.top-menu .top-menu__links {
    order: -1;
}

.top-menu .header-block__item-telephone {
    padding: 0;
    justify-content: start;
    order: -4;
}

.top-menu .zaktop {
    white-space: nowrap;
}

.top-menu .top-menu__links {
    order: 3;
    justify-content: end;
    display: flex;
}

.top-menu .zaktop a {
    height: var(--menu-header-level-height);
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--add-to-cart-btn-bg);
    position: relative;
    padding-right: 65px;
    font-weight: 500;
}

.top-menu .zaktop a:after {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 8px;
    right: 0;
    background: url(../image/svg/callme-icon.svg);
    display: block;
    content: '';
}

.fixed .top-menu .zaktop a {
    height: var(--menu-header-level-height-hover);
}

.top-menu .container {
    height: 100%;
    gap: 42px;
}

.top-menu .top-links__li:last-child {
    margin-right: 0;
}

.top-menu a, 
.top-menu .top-links .top-links__a {
    color: #fff;
    font-size: 14px;
    transition: .5s;
    height: var(--menu-header-level-height);
    display: flex;
    align-items: center;
}

.fixed .top-menu .top-links .top-links__a,
.fixed .top-menu a  {
    height: var(--menu-header-level-height-hover);
}

.top-menu .top-links .top-links__a:hover {
    color: var(--top-menu-btn-c-hover);
}

.top-menu .header-phones {
    padding-right: 0;
}

.header-phones__main-img-i {
    display: none;
}

.main-menu.set-before:before {
    display: none!important;
}

.main-menu .menu2#menu {
    background: none;
}

.main-menu .menu2#menu .menu__level-1-li {
    box-shadow: none;
}

.main-menu .menu2#menu .menu__level-1-li:after {
    display: none;
}

.main-menu .menu2#menu .menu__level-1-icon  {
    display: none !important;
}

.main-menu .menu2#menu .menu__level-1-li:last-child {
    border-right: none!important;
}

.header-custommenu-section {
    width: 100%;
    display: flex;
}

.header-cart__btn {
    width: 25px;
    height: 25px;
    background: url(../image/svg/shop-card.svg) center no-repeat;
}

.header-block {
    align-items: center;
}

.header-search {
    width: 100%;
    transform: scale(2.2);
}

.live-search {
    z-index: 999;
    position: relative;
    transform: scale(.5);
}

.live-search__item {
    flex-direction: column;
    align-items: center;
}

#search {
    padding: 20px;
}

.live-search__wrapper {
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.live-search__price {
    width: auto!important;
}

.header-searchin__btn {
    width: 25px;
    height: 25px;
    background: url(../image/svg/search-icon.svg) center no-repeat;
    display: flex;
    min-width: 25px;
    min-height: 25px;
    margin-bottom: 4px;
}

.header-custommenu-section .main-menu.set-before {
    width: 100%;
}

.header-block__item-cart {
    padding: 0;
}

.menu2 .menu__level-1-li {
    border-radius: 10px !important;
}

@media (min-width: 992px) {
    .menu2 .menu__level-1-a {
        padding: 0 20px;
    }
    .menu2 .menu__level-1-li {
        flex: 0 0 auto;
    }
    .menu2 .menu__collapse {
        display: flex;
        top: 0;
        gap: 8x;
    }
    .header-block {
        gap: 32px;
    }
}

/**
*
*
*
*/

.footer {
    padding: 80px 0;
}

.footer__text.footer__copy {
    padding: 80px 60px 60px 0;
    border-top: none;
    color: #fff;
    font-size: 17px;
    opacity: .8;
    line-height: 160%;
    max-width: 430px;
    position: relative;
    font-family: 'Felidae';
    letter-spacing: 1px;
}

.footer__text.footer__copy:before {
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
    background: url(../image/svg/flower-logo.svg);
    top: 0;
    left: 0;
}

.footer-list {
    display: flex;
    gap: 32px;
}

.footer-list__order-1 {
    order: -1;
}

.footer__socials-payments {
    padding: 50px 0;
    /* display: none; */
}

.footer__column-heading {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 1.2em;
    color: var(--footer-heading-c);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer__column-li:last-child {
    margin-bottom: 0;
}

.footer__column-a {
    font-size: 17px;
    opacity: .6;
    transition: .4s;
    font-family: 'Felidae';
    letter-spacing: 1px;
}

.footer__column-li {
    margin: 0 0 12px;
}

.footer__column-a:hover {
    opacity: 1;
    text-decoration: none;
}

@media (max-width: 991px) {
    .footer-list {
        flex-direction: column;
        padding-bottom: 55px;
    }
    
    .header-searchin__btn {
        display: none;
    }
    #search {
        display: none !important;
    }
    
    .top-menu .btn-group .top-menu__btn {
        transform: scale(2.5);
        color: #fff;
    }
}

@media (max-width: 767px) {
    .top-menu .header-block__item-telephone {
        order: 4;
    }
    .top-menu .top-menu__links {
        order: -1;
        flex: 0 0 auto;
    }
    .top-menu .top-links .top-links__a {
        height: auto;
        color: #000;
    }
    .top-menu .container {
        height: 100%;
        justify-content: space-between;
        width: 100%;
        gap: 22px;
    }
    .top-menu .zaktop {
        display: none;
    }
}

/**
*
*
*
*/

.home-comfort .container, 
.home-comfort__container {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.home-comfort__grid {
    max-width: 1000px;
    margin: auto;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    padding: clamp(52px, 6vw, 120px) 0 clamp(72px, 8vw, 150px);
}

.home-comfort__image {
    background: url(../image/comfort.jpg) no-repeat;
    width: calc(100% - 40px);
    height: 600px;
    position: relative;
    border-radius: 10px;
    object-fit: cover;
    background-size: cover;
}

.home-comfort__image:after {
    position: absolute;
    width: 100%;
    background: #EEEBEB;
    height: 100%;
    top: 40px;
    left: 40px;
    content: '';
    z-index: -1;
    border-radius: 10px;
}

.home-comfort__image img {
    display: none;
}

.home-comfort__about {
    color: #8B9594;
    font-size: 18px;
    line-height: 20px;
}

.home-comfort__content {
    flex-direction: column;
    display: flex;
    gap: 32px;
}

.home-comfort__title {
    font-size: 52px;
    line-height: 130%;
    font-family: 'Felidae';
}

.home-comfort__text {
    font-size: 16px;
    line-height: 160%;
    color: #333;
    display: grid;
    gap: 16px;
}

.home-comfort__subtext {
    font-size: 290px;
    color: #C0AA6B;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: -1;
    width: 100%;
    text-align: center;
    font-family: 'Felidae';
    opacity: .2;
}

@media ( max-width: 991px ) {
    .home-comfort__grid {
        grid-template-columns: 320px 1fr;
        gap: 60px 32px;
    }
    .home-comfort__subtext {
        font-size: 150px;
        top: 10%;
    }
}

@media ( max-width: 767px ) {
    .home-comfort__grid {
        grid-template-columns: 1fr;
    }
    .home-comfort__image {
        height: 280px;
        width: 100%;
    }
    .home-comfort__image:after {
        top: 20px;
        left: 20px;
    }
    .home-comfort__content {
        flex-direction: column;
        display: flex;
        gap: 24px;
    }
    .home-comfort__title {
        font-size: 36px;
    }
    .home-comfort__text {
        font-size: 14px!important;
    }
    .home-comfort__subtext {
        font-size: 80px;
        top: 44%;
        opacity: .1;
    }
}

/**
*
*
*
*/

.home-social {
    background: hsl(44.47deg 40.28% 58.63% / 9%);
    padding: 40px 0;
}

.home-social .container, 
.home-social__wrap {
    position: relative;
}

.home-social__grid {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 60px;
    padding: clamp(32px, 4vw, 80px) 0;
    max-width: 1300px;
}

.home-social__image {
    background: url(../image/footerflower.jpg) no-repeat;
    width: 100%;
    height: 470px;
    position: relative;
    object-fit: cover;
    background-size: cover;
}

.home-social__content {
    flex-direction: column;
    display: flex;
    gap: 32px;
}

.home-social__logo {
    font-size: 96px;
    line-height: 130%;
    font-family: 'Felidae';
    color: #C0AA6B;
    opacity: .6;
}

.home-social__title {
    font-size: 52px;
    line-height: 130%;
    font-family: 'Felidae';
}

.home-comfort__text {
    font-size: 16px;
    line-height: 160%;
    color: #333;
    display: grid;
    gap: 16px;
}

.home-social__links {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 40px;
}

.home-social__link {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c0aa6b;
    border-radius: 100%;
    transition: .2s;
}

.home-social__link:hover {
    background: #c0aa6b;
}

.home-social__link:hover svg * {
    fill: #fff;
}

#pos-banner3 {
    margin-bottom: -25px;
}

@media ( max-width: 1199px ) {
    .home-social__logo {
        font-size: 66px;
    }
}

@media ( max-width: 991px ) {
    .home-social__links {
        margin-top: 30px;
    }
    .home-social__link svg {
        width: 30px;
        height: 30px;
    }
    .home-social__link {
        width: 60px;
        height: 60px;
    }
}

@media ( max-width: 767px ) {
    .home-social__grid {
        grid-template-columns: 1fr;
    }
    .home-social__logo {
        font-size: 48px;
    }
    .home-social__title {
        font-size: 36px;
    }
    .home-social__content {
        gap: 24px;
    }
    .home-social__image {
        max-width: 400px;
    }
    .home-social__link {
        width: 60px;
        height: 60px;
    }
}

/**
*
*
*
*/

.home-benefits {
    max-width: 1143px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: clamp(48px, 5vw, 120px) 0;
}

.home-benefits__list-item .thumbnail {
    background: transparent;
}

.home-benefits__title {
    font-size: 48px;
    line-height: 130%;
    font-family: 'Felidae';
    font-weight: 400;
}

.home-benefits__list-item .thumbnail img {
    width: 80px;
}

.home-benefits__list-item .caption .title {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
    color: #000;
}

.home-benefits__list-item .caption .text {
    font-size: 14px;
    line-height: 25px;
    color: #6D6D6D;
}

.home-benefits__list {
    display: flex;
    gap: 32px;
}

.home-benefits__list:before, .home-benefits__list:after {
    display: none;
}

@media (max-width: 767px) {
    .home-benefits__title {
        font-size: 36px;
    }
    .home-benefits__title {
        font-size: 36px;
    }
    .home-benefits__list {
        flex-direction: column;
        align-items: center;
    }
    .home-benefits {
        gap: 10px;
    }
}

/**
*
*
*
*/

.news-thumb__category-date-viewed {
    flex-direction: column;
    align-items: start;
}

.news-thumb__viewed {
    display: none !important;
}

.news-thumb__description {
    flex-direction: column-reverse;
    justify-content: space-between;
}

.news-thumb__image {
    border-radius: 0;
}

.news-thumb__name {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: -.5px;
}

.home-news__title.heading {
    font-size: 48px;
    line-height: 130%;
    font-family: 'Felidae';
    font-weight: 400;
}

.home-news__grid {
    gap: clamp(12px, 3vw, 40px) 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: clamp(32px, 4vw, 80px) 0;
}

.news-thumb {
    box-shadow: none !important;
    border: none!important;
}

.news-thumb__description {
    padding: 20px 0;
}

.news-thumb:hover {
    box-shadow: none !important;
    border: none!important;
}

.news-thumb__category {
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    color: #828B8D;
}

.news-thumb__date .fa.fa-calendar {
    display: none;
}

.news-thumb__text {
    display: none;
}

/**
*
*
*
*/

.reviews-block__carousel-wrapper {
  position: relative;
}

.reviews-block__nav-prev, .reviews-block__nav-next {
    width: 68px;
    height: 68px;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C0AA6B;
    transition: .3s;
}

.reviews-block__nav-prev:hover,
.reviews-block__nav-next:hover {
  background: #555;
}

.reviews-block__nav-prev {
  left: -20px;
}

.reviews-block__nav-next {
  right: -20px;
}

.reviews-block__nav-prev::before {
  content: '❮';
  color: #686868;
  font-size: 18px;
}

.reviews-block__nav-next::before {
  content: '❯';
  color: #686868;
  font-size: 18px;
}

.reviews-block__nav-prev:hover, .reviews-block__nav-next:hover {
    background: #c0aa6c;
}

.reviews-block__nav-prev:hover::before, .reviews-block__nav-next:hover::before {
    color: #fff;
}

/* Отключаем стандартные кнопки Owl Carousel */
.reviews-block__carousel .owl-nav {
  display: none;
}

/**
*
*
*
*
*/

.reviews-block {
    padding: clamp(32px, 4vw, 80px) 0;
}

.reviews-block__grid {
    display: flex;
}

.reviews-block__carousel-wrapper {
    max-width: 66%;
}

.reviews-block__text {
    width: 34%;
}

.reviews-block__title {
    font-size: 48px;
    line-height: 130%;
    font-family: 'Felidae';
    font-weight: 400;
}

.reviews-block__title {
    margin-bottom: 60px;
}

.reviews-block__text {
    font-size: 32px;
    line-height: 160%;
    font-family: 'Felidae';
    padding-right: 60px;
    width: 34%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews-block__navs {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

.reviews-block__item-name {
    font-size: 16px;
    line-height: 160%;
    text-transform: uppercase;
    margin-top: 40px;
}

.reviews-block__item-text {
    font-size: 16px;
    line-height: 160%;
}

.reviews-block__item {
    display: grid;
    gap: 24px;
    padding: 24px 42px;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
    background: #eeebeb;
}

.reviews-block__item:hover {
    background: hsl(44.47deg 40.28% 58.63% / 15%);
}

.reviews-block__item-text {
    min-height: 150px;
}

@media (max-width: 1199px) {
    .reviews-block__grid {
        flex-direction: column;
    }
    .reviews-block__text {
        width: 100%;
    }
    .reviews-block__grid {
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .home-news__title.heading, 
    .reviews-block__title {
        font-size: 36px;
    }
    .reviews-block__text {
        font-size: 18px;
        font-family: var(--body-font);
        padding-right: 0;
    }
    .reviews-block__title {
        margin-bottom: 36px;
    }
    .reviews-block__carousel-wrapper {
        max-width: 100%;
    }
}

/**
*
*
*
*/

.products-block button.product-thumb__compare.compare,
.products-block .qty-indicator, 
.products-block .product-thumb__rating {
    display: none;
}

.products-block .product-thumb__price {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: start;
    gap: 10px;
    font-weight: 400;
}

.products-block .price .price-new, 
.products-block .price .price-old {
    font-size: 18px;
    font-weight: 500;
}

.products-block .product-thumb__name {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.products-block .product-thumb__description {
    font-size: 14px;
    line-height: 160%;
}

.products-block .product-thumb__image {
    margin: 0 0 8px;
    padding: 0 0 6px;
}

.products-block .add_to_cart.btn {
    width: 100%;
    border-radius: 0;
    height: 50px;
}

.products-block .product-thumb__wishlist.wishlist {
    transform: scale(1.5);
}

/**
*
*
*/

.uni-item {
    padding: 0;
    border: none;
}

.uni-module__item, .uni-module .owl-item {
    padding: 0 12px;
}

.uni-item:hover {
    border: none;
    box-shadow: none;
}

.five-in-one {
    padding: clamp(40px, 4.5vw, 100px) 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.five-in-one .heading {
    font-size: 48px;
    line-height: 130%;
    font-family: 'Felidae';
    font-weight: 400;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
}

.five-in-one .owl-dots {
    display: none;
}

.product-thumb__name {
    transition: .3s;
}

.product-thumb__name:hover {
    color: var(--redtheme);
}

.sticker__item.special {
    display: none;
}

.html-module {
    padding: 0;
    background: transparent!important;
    border-radius: 0;
    margin-bottom: 0!important;
}

.uni-slideshow_v2 {
    margin-bottom: 0!important;
}

@media (max-width: 767px) {
    .products-block .product-thumb__name {
        font-size: 12px;
        line-height: 19px;
    }
    .product-thumb__price {
        font-size: 1em;
    }
    .products-block .product-thumb__wishlist.wishlist {
        transform: none;
    }
    .uni-module__item, .uni-module .owl-item {
        padding: 0 5px;
    }
    .five-in-one .heading {
        font-size: 36px;
    }
    .reviews-block__navs {
        margin-top: 30px;
    }
    .reviews-block__title {
        margin-bottom: 24px;
    }
}

/**
*
*
*
*/

.home-logos {
    height: 65px;
    background: #000;
}

.home-logos.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    background: #000;
    padding: 20px 0;
}

.home-logos.marquee::before {
    content:
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •"
        "\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0\00A0Raul Flowers •";
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: 'Felidae';
    animation: scroll 120s linear infinite;
}

.home-logos__invert.marquee::before {
    animation: invertscroll 120s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes invertscroll {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0%);
    }
}

/**
*
*
*
*
*/

#pos-banner3 {
    background: url(../image/main_screen.jpg) no-repeat;
    padding: clamp(50px, 5vw, 120px) 0;
    color: #fff;
    background-size: 100%;
}

.delivery-block__subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
}

.delivery-block__title1 {
    font-size: 64px;
    line-height: 70px;
    font-family: 'Felidae';
    font-weight: 400;
}

.delivery-block__title1.delivery-block__title1_right {
    text-align: right;
}

.delivery-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 64px;
}

.delivery-block__start {
    grid-column-start: 1;
    grid-column-end: 4;
}

.delivery-block__content .btn {
    border-radius: 0;
    width: 291px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.delivery-block__content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    justify-content: center;
    font-size: 16px;
    line-height: 160%;
}

.delivery-block__content-1 {
    background: url(../image/footerflower.jpg) no-repeat;
    width: 360px;
    height: 500px;
    position: relative;
    object-fit: cover;
    background-size: cover;
}

.delivery-block__content-2 {
    background: url(../image/footerflower.jpg) no-repeat;
    width: 360px;
    height: 300px;
    position: relative;
    object-fit: cover;
    background-size: cover;
}

@media (max-width: 1599px) {
    #pos-banner3 {
        background-size: cover;
    }
}

@media (max-width: 767px) {
    #pos-banner3 {
        background: #333333;
    }
    .delivery-block__start {
        grid-column-start: 1;
        grid-column-end: 1;
    }
    .delivery-block__title1 {
        line-height: 130%;
        font-size: 36px;
    }
    .delivery-block__list {
        display: flex;
        flex-direction: column;
    }
    .delivery-block__list, 
    .delivery-block__content {
        gap: 38px;
    }
}

/**
*
*
*
*
*/

.category-walls {
    grid-template-columns: 400px 1fr;
    gap: 60px;
    padding: 0 0 clamp(40px, 5vw, 110px);
    display: flex;
    flex-direction: column;
}

.category-walls__title.heading {
    font-size: 48px;
    line-height: 130%;
    font-family: 'Felidae';
    font-weight: 400;
    text-align: center;
    justify-content: center;
    margin-bottom: 0;
}

.category-wall__item.uni-item img {
    object-fit: contain;
}

.category-wall__title a {
    font-size: 16px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.category-wall__item a {
    transition: .3s;
}

.category-wall__item:hover a {
    color: var(--redtheme);
}

@media (max-width: 767px) {
    .category-walls__title.heading {
        font-size: 36px;
    }
}

/**
*
*
*
*/

.header-logo img {
    max-height: 90px;
    margin: -25px;
}

.uni-slideshow_v2__text {
    font-size: 14px;
    line-height: 160%;
}

.uni-slideshow_v2 {
    border-radius: 0 !important;
}

#pos-banner {
    transform: scale(1.006);
}

.uni-slideshow_v2-0 .uni-slideshow_v2__item {
    border-radius: 0 !important;
    position: relative;
}

.uni-slideshow_v2-0 .uni-slideshow_v2__item:before {
    background: linear-gradient(45deg, rgb(0 0 0 / 35%), rgb(0 0 0 / 55%));
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.uni-slideshow_v2__description.text-over-image {
    position: absolute;
    left: 30px;
    z-index: 10;
    width: 100%;
    padding: 0;
}

.uni-slideshow_v2__title {
    font-size: 56px;
    line-height: 130%;
    font-family: 'Felidae';
    color: #fff;
}

.uni-slideshow_v2__image.text-over-image {
    position: relative;
}

.uni-slideshow_v2__text {
    color: #fff;
}

@media (min-width: 1367px) {
    .uni-slideshow_v2__description.text-over-image {
        left: calc((100% - 1250px) / 2);
        width: 1250px;
    }
    .uni-slideshow_v2__title {
        font-size: 96px;
    }
    .uni-slideshow_v2__text {
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    body:not(.touch-support) #pos-banner .uni-slideshow_v2-0 .uni-slideshow_v2__image.text-over-image img {
        object-fit: cover !important;
    }
}

@media (max-width: 575px) {
    .uni-slideshow_v2__description.text-over-image {
        position: static !important;
    }
    .uni-slideshow_v2-0 .uni-slideshow_v2__item:before {
        background: #eee;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .uni-slideshow_v2__description.text-over-image {
        position: static !important;
        background: transparent !important;
        border: none !important;
    }
    .uni-slideshow_v2__title {
        font-size: 32px;
        font-weight: 400;
    }
    .uni-slideshow_v2__text {
        display: block!important;
        text-align: center!important;
        font-size: 13px!important;
        padding: 24px;
    }
    .uni-slideshow_v2__text br {
        display: none;
    }
    .uni-slideshow_v2__title, 
    .uni-slideshow_v2__text {
        color: #000!important;
    }
    .header-block__item-cart {
        display: block!important;
    }
    .header-logo img {
        max-height: 50px;
        margin: -10px;
    }
    .menu__level-1-a {
        color: #fff !important;
    }
    .category-wall__title a {
        font-size: 14px;
        line-height: 22px;
    }
    .delivery-block__content {
        width: 100%;
    }
    .delivery-block__content-1, 
    .delivery-block__content-2 {
        width: 100%;
        height: 280px;
    }
    #pos-banner3 {
        margin-bottom: 0;
    }
    .news-thumb__name {
        font-size: 13px;
        line-height: 20px;
    }
    .home-social__content {
        gap: 15px;
    }
    .home-social__image {
        height: 320px;
    }
}

/**
*
*
*
*/

.uni-slideshow-action {
    position: absolute;
    background: #fff;
    z-index: 10;
    padding: 60px 100px;
    bottom: 0;
    right: 0;
    display: grid;
    gap: 32px;
}

.uni-slideshow-action__title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 48px;
}

.uni-slideshow-action__title span {
    font-weight: 400;
    font-size: 48px;
    letter-spacing: 0px;
}

.uni-slideshow-action__btn {
    color: #FFAC30;
    font-size: 18px;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 20px 0;
    margin-bottom: -14px;
    transition: .4s;
}

.uni-slideshow-action__text {
    font-weight: 500;
}

@media (max-width: 1599px) {
    .uni-slideshow-action {
        padding: 40px 70px;
        gap: 12px;
    }
    .uni-slideshow-action__title span {
        font-size: 38px;
    }
    .uni-slideshow-action__btn {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .uni-slideshow-action {
        display: none;
    }
    .uni-slideshow-action.is_mobile {
        display: block;
        position: static;
        border-bottom: 2px solid #eee;
        text-align: center;
    }
    .uni-slideshow-action.is_mobile .uni-slideshow-action__title {
        justify-content: center;
    }
}

@media (max-width: 599px) {
    .uni-slideshow-action__btn {
        font-size: 13px;
    }
    .uni-slideshow-action__title {
        font-size: 15px;
        gap: 28px;
        margin-bottom: 20px;
    }
    .uni-slideshow-action__title span {
        font-size: 28px;
    }
    .uni-slideshow-action {
        padding: 20px 10px;
        gap: 12px;
    }
    .uni-slideshow-action.is_mobile {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .uni-slideshow-action {
        transform: scale(1.2);
        bottom: 36px;
        right: 57px;
    }
}

/*
*
*
*
*/

.uni-slideshow__start {
    position: absolute;
    left: 70px;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
    align-items: center;
    gap: 22px;
}

.uni-slideshow__start-text {
    color: #fff;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    font-size: 12px;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
    opacity: .6;
}

.uni-slideshow__social {
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-items: center;
}

.uni-slideshow__start-hr {
    height: 100%;
    width: 3px;
    background: rgb(255 255 255 / 17%);
}

@media (max-width: 1550px) {
    .uni-slideshow__start {
        display: none;
    }
}

@media (min-width: 1920px) {
    .uni-slideshow__start-text {
        font-size: 13px;
        letter-spacing: 9px;
    }
}