/*
Theme Name: Fugu
Theme URI: https://fugu.ck.ua/
Author: Entrance
Author URI: http://entrance.in.ua/
Description: Theme for sushi bar Fugu
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fugu
Tags: sushi, rolls
*/

/*Hide zone*/

/* .header-inner .zone, #full-screen-nav .zone {
    display: none !important;
} */

/*Defaults*/

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --main-color: #A9000B;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    background-color: #282A2E;
    overflow: overlay;
}
body * {
    box-sizing: border-box;
}
p {
    margin: 0 0 20px 0;
}

/*Sections*/

section {
    position: relative;
}
.container {
    width: 100%;
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    position: relative;
}
.wrapper {
    position: relative;
}
.fugu, .fugu-to-go, .fugu-vergaya {
    display: none !important;
}
.ul-samojla-koshky-220 .fugu-to-go, .ul-samojla-koshki-220 .fugu-to-go, body:not(.ul-samojla-koshky-220):not(.ul-samojla-koshki-220) .fugu {
    display: block !important;
}

/*Languages*/

/* .lang-ru, .lang-ua {
    display: none;
} */
html[lang="ru_RU"] .lang-ru, html[lang="ru-RU"] .lang-ru, html[lang="uk"] .lang-ua {
    display: inline-block;
}

/*Typography*/

h1, h2, h3, h4, h5 {
    margin: 0 0 20px;
}
html[lang=uk] h1, html[lang=uk] h2 {
    font-family: 'Gotham Pro';
}
h1, h2 {
    font-family: 'AvantGardeCTT';
}

h1 {
    font-size: 32px;
    font-weight: bold;
}
h2 {
    font-size: 26px;
    font-weight: bold;
}
h4 {
    font-size: 16px;
    font-weight: 300;
}

/*Titles*/

.page-title {
    margin: 65px auto 0;
    padding-top: 35px;
    max-width: 1170px;
}
.page-title.backgroundet-title {
    margin: 0;
    max-width: none;
    padding: 50px 15px 250px;
    background-image: url(/wp-content/themes/fugu/assets/img/footer-bg.png);
    background-color: #1c1e21;
}
@media screen and (max-width: 767px) {
    .page-title.backgroundet-title {
        padding: 120px 15px 200px;
    }
}
.title-container {
    text-align: center;
}
.title {
    margin-bottom: 35px;
}
.title-sub {
    text-transform: uppercase;
    margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
    h1.title{
        font-size: 20px;
    }
    h2.title{
        font-size: 18px;
    }
    .title {
        padding: 20px 30px;
    }
    .title:before {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    h1.title {
        font-size: 18px;
    }
    h2.title {
        font-size: 16px;
    }
    .title {
        padding: 20px 20px;
    }
}

/*Links & Buttons*/

a {
    color: var(--main-color);
    text-decoration: none;
    transition: all .3s;
    outline: none;
}
a:hover {
    text-decoration: underline;
    outline: none;
}
/*.button, button:not(.slick-arrow):not([role="tab"]), .woocommerce button:not(.slick-arrow), .woocommerce a.button {
    display: inline-block;
    position: relative;
    padding: 5px 20px 5px 40px;
    color: #fff;
    transition: all .5s;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
}
.button:hover, button:not(.slick-arrow):not([role="tab"]):hover, .woocommerce button:not(.slick-arrow):hover, .woocommerce a.button:hover {
    text-decoration: none;
    color: #fff;
    padding-right: 40px;
    padding-left: 20px;
    background-color: transparent;
}
.button:after, button:not(.slick-arrow):not([role="tab"]):after, .woocommerce button:not(.slick-arrow):after, .woocommerce a.button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    opacity: 0.2;
    background-color: #f3e4a1;
    transition: all .5s;
}
.button:before, button:not(.slick-arrow):not([role="tab"]):before, .woocommerce button:not(.slick-arrow):before, .woocommerce a.button:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #fff;
    width: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}
.button:hover:after, button:not(.slick-arrow):not([role="tab"]):hover:after, .woocommerce button:not(.slick-arrow):hover:after, .woocommerce a.button:hover:after {
    right: calc(50% + 10px);
    transform: translateX(50%);
}
.button:hover:before, button:not(.slick-arrow):not([role="tab"]):hover:before, .woocommerce button:not(.slick-arrow):hover:before, .woocommerce a.button:hover:before {
    width: 0;
}*/
.rev-btn.rev-withicon i {
    font-size: inherit;
}

/*Images*/

img {
    position: relative;
    max-width: 100%;
    height: auto;
    width: auto;
}

/*Layout*/

.fullheight-section {
    min-height: calc(100vh - 70px);
    display: flex;
    align-items: center;
}
#main {
    margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
    #video {
        background-image: url('/wp-content/uploads/2023/07/dk7a9855.jpg');
    }
    #page .mobile-only {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    #page .mobile-align-center {
        text-align: center;
    }
    #page .desctop-only {
        display: none;
    }
}

/*Special classes*/

.overflow-hidden {
    overflow: hidden;
}
.accent-color {
    color: var(--main-color);
}
.uppercase {
    text-transform: uppercase;
}
.align-center {
    text-align: center;
}

/*Rows layout*/

.grid-gap-30 > * {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .grid-row {
        display: grid;
    }
    .flex-row {
        display: flex;
    }
    .grid-gap-30 {
        grid-gap: 30px;
    }
    .grid-gap-30 > * {
        margin-bottom: 0;
    }
}
.grid-2 {
    grid-template-columns: 1fr 1fr;
}
.grid-25-50-25 {
    grid-template-columns: 25% 50% 25%;
}
.justify-between {
    justify-content: space-between;
}
.flex-content-center {
    align-content: center;
}
.flex-items-center {
    align-items: center;
}

/*Hide Google Recaptcha badge*/

.grecaptcha-badge {
    display: none !important;
}

/*Main slider*/

.main-slider__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-slider__video-inner {
    height: 100%;
}
.main-slider__carousel {
    position: relative;
    background-color: rgba(0,0,0,.5);
}
.main-slider__item-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.main-slider__item-link {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.main-slider__item-row {
    width: 100%;
}
.main-slider__item .container {
    pointer-events: none;
}
.main-slider__item-title {
    line-height: 1.2;
    transform: translateX(-100%);
    opacity: 0;
    transition-delay: 1s;
    transition: all .6s;
}
.slick-active .main-slider__item-title {
    transition-delay: 1s;
    transform: translateX(0);
    opacity: 1;
}
.main-slider__item-description {
    position: relative;
    padding-top: 50px;
    transform: translateX(-100%);
    opacity: 0;
    transition-delay: 1.5s;
    transition: all .6s;
}
.slick-active .main-slider__item-description {
    transition-delay: 1.5s;
    transform: translateX(0);
    opacity: 1;
}
.main-slider__item-description:before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 80px;
    background-color: rgba(243,228,161,1);
}
.main-slider__item-button {
    pointer-events: initial;
    margin-top: 30px;
    transform: translateY(200%);
    opacity: 0;
    transition-delay: 2s;
    transition: all .6s;
}
.slick-active .main-slider__item-button {
    transition-delay: 2s;
    transform: translateY(0);
    opacity: 1;
}
.slick-slide img.lang-ru, .slick-slide img.lang-ua {
    display: none;
}
html[lang=ru-RU] .slick-slide img.lang-ru, html[lang=uk] .slick-slide img.lang-ua {
    display: block;
}
.main-slider__item-img {
    position: relative;
    padding-bottom: 100%;
}
.main-slider__item-circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-slider__item-circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(243,228,161,.3);
}
.main-slider__item-circle-inner {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 40px solid rgba(243,228,161,.3);
}
.main-slider__item-img img {
    position: absolute;
    width: 70%;
    height: auto;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transition-delay: 1s;
    transition: all 1.5s;
}
.slick-active .main-slider__item-img img {
    transition-delay: 1s;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.main-slider .slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-slider .slick-dots li {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color:rgba(243,228,161,.3);
    margin-bottom: 15px;
    cursor: pointer;
    transition: all .3s;
}
.main-slider .slick-dots li:hover, .main-slider .slick-dots li.slick-active {
    background-color: #f3e4a1;
}
.main-slider .slick-dots button {
    display: none;
}
.main-slider .slick-dots li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #f3e4a1;
    opacity: 0;
    box-sizing: border-box;
    transition: all .3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main-slider .slick-dots .slick-active:before {
    width: 180%;
    height: 180%;
    opacity: 1;
}
.main-slider__dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.main-slider__dots .container {
    height: 100%;
}
.main-slider__nav {
    position: absolute;
    top: 50%;
    right: 10px;
    pointer-events: initial;
    transform: translateY(-50%);
}
.main-slider__footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
}
.main-slider__footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-slider__footer-col {
    width: calc(50% - 20px);
}
.main-slider__socials {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-slider__socials-item {
    margin-right: 20px;
}
.main-slider__socials-link {
    color: #fff;
}
.main-slider__socials-link:hover {
    color:#d9cc91;
}

@media screen and (min-width: 992px) {
    .main-slider__item-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .main-slider__item-col-left {
        width: calc(65% - 30px);
    }
    .main-slider__item-col-right {
        width: calc(35% - 30px);
    }
    .main-slider__item-description {
        padding-left: 100px;
        padding-top: 0;
    }
    .main-slider__item-description:before {
        left: 0;
        top: 10px;
    }
}
@media screen and (min-width: 1024px) {
    .main-slider__item-title {
        font-size: 40px;
    }
}
@media screen and (min-width: 1200px) {
    .main-slider__nav {
        right: -40px;
    }
}
@media screen and (max-width: 991px) {
    .main-slider__item-description:before {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .main-slider__item-col-left {
        text-align: center;
        margin-bottom: 30px;
    }
    .main-slider__item-row {
        padding-top: 100px;
    }
}
@media screen and (max-width: 480px) {
    .main-slider__item-title {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1;
    }
    .main-slider__item-description {
        padding-top: 16px;
        line-height: 1;
    }
    .main-slider__item-description:before {
        top: 5px;
    }
    .main-slider__item-button {
        display: none;
    }
}

/*Phones*/

.fugu-phone {
    display: block;
}

/*------------------------------------------------------------
==============================================================
Product attributes
==============================================================
------------------------------------------------------------*/

.product-attrs__first-row {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
    border-top: 1px solid rgb(211 204 145 / 20%);
    border-bottom: 1px solid rgb(211 204 145 / 20%);
}
.product-attrs__first-item {
    margin: 0 5px;
}
.product-attrs__first-title {
    color: #d3cc91;
    font-size: 12px;
}
.product-attrs__second-row {
    display: flex;
    align-items: center;
    background: #282A2E;
    border-radius: 27px;
}
.product-attrs__second-item {
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
.product-attrs__second-title {
    color: #d3cc91;
    font-size: 12px;
    margin-right: 5px;
    margin-top: 2px;
}
.product-attrs__second-title small {
    font-size: 8px;
}
.product-attrs__second-value {
    font-size: 11px;
    color: #FFF;
    font-weight: 600;
}

.product-attrs__second-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    width: 3px;
    height: 19px;
    background: url("/wp-content/themes/fugu/assets/img/products-attr.png");
    transform: translateY(-50%);
}

.product-attrs__second-item:last-child::after {
    display: none;
}

.new-main-slider {
    padding-top: 30px;
}

.new-main-slider__item img {
    width: 100%;
}

.new-main-slider__image-mobile {
    display: none !important;
}

.new-main-slider .slick-dots {
    position: absolute;
    padding: 0;
    margin: 0;
    list-style: none;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    display: flex;
    background: #282A2E;
    padding-top: 18px;
}

.new-main-slider .slick-dots::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 1px);
    background: url(/wp-content/themes/fugu/assets/img/L_slad.svg) no-repeat top center;
    background-size: cover;
    width: 48px;
    height: 26px;
}

.new-main-slider .slick-dots::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 1px);
    background: url(/wp-content/themes/fugu/assets/img/R_slad.svg) no-repeat top center;
    background-size: cover;
    width: 48px;
    height: 26px;
}

.new-main-slider .slick-dots button {
    font-size: 0;
    padding: 0;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 4px;
    background: transparent;
    transition: .3s ease-in-out;
    vertical-align: top;
    cursor: pointer;
}

.new-main-slider .slick-dots .slick-active button {
    width: 23px;
    background: var(--main-color);
    border-color: var(--main-color);
}

.new-main-slider .slick-dots li {
    height: 8px;
}

.homepage-shipping {
    padding-top: 50px;
}

.homepage-shipping__wrap {
    padding: 35px 65px;
    background-color: #1E2023;
    background-image: url("/wp-content/themes/fugu/assets/img/footer-bg.png");
    border-radius: 20px;
    position: relative;
}

.homepage-shipping__info {
    max-width: 415px;
}

.homepage-shipping__price {
    margin: 0;
    margin-bottom: 8px;
    display: inline-block;
    background: #282A2E;
    border-radius: 3px;
    padding: 4px 5px;
    font-size: 10px;
    line-height: 1;
    color: #FFF;
}

.homepage-shipping__title {
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    margin: 0;
    margin-bottom: 14px;
}

.homepage-shipping__text {
    color: #CCCBCA;
    margin: 0;
    margin-bottom: 27px;
}

.homepage-shipping__img {
    position: absolute;
    bottom: 35px;
    right: 65px;
}

.main-button {
    background: var(--main-color);
    padding: 12px 13px;
    border-radius: 100px;
    font-size: 14px;
    color: #FAFAFA;
    font-weight: 600;
    display: inline-block;
    min-width: 100px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.main-button:hover {
    text-decoration: none;
    background: #FAFAFA;
    color: var(--main-color);
}

.white-button {
    background: transparent;
    border: 1px solid #FAFAFA;
    padding: 12px 13px;
    border-radius: 100px;
    font-size: 14px;
    color: #FAFAFA;
    font-weight: 600;
    display: inline-block;
    min-width: 100px;
    text-align: center;
}

.white-button:hover {
    text-decoration: none;
    color: var(--main-color);
    background: #FAFAFA;
}

.homepage-products {
    padding-top: 60px;
    overflow: hidden;
}

.homepage-products-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homepage-products-head__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.homepage-products-head__right {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.homepage-products-nav {
    display: flex;
    align-items: center;
    margin-right: 90px;
}

.homepage-products-nav__text {
    margin: 0 12px;
    font-weight: 600;
    color: #ABBBC2;
}

.homepage-products-nav__arrow {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1E2023;
    border-radius: 100%;
}

.homepage-products-nav__arrow.slick-disabled {
    opacity: .5;
    cursor: auto;
}

.homepage-products-nav__arrow svg {
    vertical-align: bottom;
    fill: #ABBBC2;
    transition: .3s ease-in-out;
}

.homepage-products-nav__arrow:hover svg {
    fill: var(--main-color);
}

.homepage-products-nav__arrow:hover {
    background: #FAFAFA;
}

.homepage-products-nav__arrow.slick-disabled:hover {
    background: #1E2023;
}

.homepage-products-nav__arrow.slick-disabled:hover svg {
    fill: #ABBBC2;
}

.homepage-products .slick-list {
    overflow: visible;
}

.homepage-products__wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

.woocommerce-cart .homepage-products__wrap .woocommerce {
    display: block;
}

.homepage-products__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: calc((100vw - 1170px) / 2);
    background: linear-gradient(91.82deg, #282A2E 1.48%, rgba(40, 42, 46, 0.67) 63.41%, rgba(40, 42, 46, 0) 98.4%);
    z-index: 1;
}

.homepage-products__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    bottom: 0;
    width: calc((100vw - 1170px) / 2);
    background: linear-gradient(91.82deg, #282A2E 1.48%, rgba(40, 42, 46, 0.67) 63.41%, rgba(40, 42, 46, 0) 98.4%);
    transform: rotate(180deg);
    z-index: 1;
}

.homepage-products .slick-slide {
    padding: 0 15px;
}

.info {
    padding: 40px 0 40px;
    background: #1E2023;
}

.info__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info__content {
    max-width: 465px;
}

.info__title {
    font-weight: 700;
    font-size: 36px;
    margin: 0;
    margin-bottom: 28px;
    line-height: 1.2;
}

.info__text {
    margin-bottom: 48px;
}

.info__text ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.info__text ul li {
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}

.info__text ul li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 4px solid var(--main-color);
}

.home #main,
.archive #main {
    margin-bottom: 0;
}

.archive .info {
    padding: 40px 0;
}

.archive .info__text {
    margin-bottom: 0;
}

.archive .info__text p:last-child {
    margin-bottom: 0;
}

#cat-carousel .slick-slide {
    height: auto;
}

.home .woocommerce ul.products {
    display: block;
}

#main {
    margin-top: 50px;
}

.error404 #main {
    margin-bottom: 0;
}
.not-found {
    padding: 70px 0;
}

.not-found__wrap {
    text-align: center;
}

.not-found__image {
    margin-bottom: 40px;
}

.not-found__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 7px;
    line-height: 1.3;
}

.not-found__text {
    max-width: 420px;
    margin: 0 auto 28px;
    line-height: 1.3;
}

.not-found__btn {
    width: 100%;
    max-width: 286px;
}

.woocommerce ul.products,
#bestsellers ul.products {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.woocommerce #products ul.products li.product,
#bestsellers ul.products li.product {
    margin: 0;
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
}

.homepage-products .woocommerce ul.products {
    margin: 0;
}

.reserve-talbe-form .wpcf7 {
    background: #1E2023;
    border-radius: 20px;
    padding: 50px 35px 30px;
}

.new-main-slider__item {
    border-radius: 20px;
    overflow: hidden;
}

#bestsellers {
    padding-top: 50px;
}

.bestsellers-new-menu,
.products-view-all {
    margin: 0;
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 30px;
    position: relative;
    height: 100%;
}

.products-view-all {
    padding: 0;
}
.bestsellers-new-menu::before {
    content: "";
    position: absolute;
    bottom: -60px;
    right: 27px;
    width: 119px;
    height: 121px;
    background: url("/wp-content/uploads/2021/11/image-34.png") no-repeat center;
    background-size: cover;
    z-index: 1;
}

.bestsellers-new-menu__wrap,
.products-view-all__wrap {
    margin-top: 60px;
    color: #FFF;
    border-radius: 20px;
    position: relative;
    background-color: #1E2023;
    background-image: url("/wp-content/uploads/2021/11/bg-repeat1.png");
    padding: 50px 35px;
    height: 499px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.products-view-all__wrap {
    justify-content: center;
    align-items: center;
}
.products-view-all__wrap .main-button {
    width: 130px;
}
.bestsellers-new-menu__wrap::before {
    content: "";
    position: absolute;
    top: -50px;
    left: -10px;
    width: 98px;
    height: 113px;
    background: url("/wp-content/uploads/2021/11/image-35.png") no-repeat center;
    background-size: cover;
}

.bestsellers-new-menu__wrap::after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: -28px;
    width: 56px;
    height: 58px;
    background: url("/wp-content/uploads/2021/11/image-36.png") no-repeat center;
    background-size: cover;
}

.bestsellers-new-menu__badge {
    display: inline-block;
    background: #282A2E;
    border-radius: 3px;
    padding: 8px 5px;
    width: 70px;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 15px;
}
.bestsellers-new-menu__title {
    max-width: 217px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 32px;
}
.bestsellers-new-menu__text {
    color: #CCCBCA;
    margin-bottom: 40px;
    max-width: 226px;
}
.bestsellers-new-menu__image {
    position: absolute;
    width: 300px;
    top: 20px;
    right: -150px;
}
.bestsellers-new-menu .main-button {
    width: 116px;
}
#bestsellers {
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .homepage-products__wrap::before,
    .homepage-products__wrap::after {
        display: none
    }
    .reserve-talbe-form .wpcf7 {
        padding: 25px 10px 1px;
    }
    .bestsellers-new-menu__image {
        right: -185px;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce #products ul.products li.product, #bestsellers ul.products li.product {
        width: 50%;
    }
    .homepage-shipping__img {
        right: auto;
        left: 510px;
    }
    .homepage-shipping {
        overflow-x: hidden;
    }
    .homepage-products-nav__text {
        display: none;
    }
    .homepage-products-nav__arrow {
        margin: 0 15px;
    }
    .homepage-products-nav {
        margin-right: 30px;
    }
    .info__wrap {
        flex-wrap: wrap;
    }
    .info__content {
        width: 100%;
        max-width: 100%;
    }
    .info__image {
        width: 100%;
        text-align: center;
    }
    .reserve-talbe-form .wpcf7 {
        padding: 50px 35px 30px;
    }
    .bestsellers-new-menu {
        width: 50%;
        order: 2;
    }
    #bestsellers .products .product:first-child {
        order: 1;
    }
    #bestsellers .products .product:nth-child(2) {
        order: 3;
    }
    #bestsellers .products .product:nth-child(3) {
        order: 4;
    }
    #bestsellers .products .product:nth-child(4) {
        order: 4;
    }
    #bestsellers .products .product:nth-child(5) {
        order: 5;
    }
    #bestsellers .products .product:nth-child(6) {
        order: 6;
    }
}

@media screen and (max-width: 767px) {
    .bestsellers-new-menu {
        order: 1;
        width: 100%
    }
    #bestsellers .products .product:first-child {
        order: 2;
    }
    .product-attrs__second-value {
        font-size: 10px;
    }
    .homepage-shipping__wrap {
        padding: 35px 30px;
    }
    .homepage-shipping__title {
        line-height: 1.2;
    }
    .homepage-shipping__info {
        max-width: 190px;
    }
    .homepage-shipping__img {
        left: 230px;
        bottom: auto;
        top: 45px;
    }
    .homepage-products-head__right .white-button {
        display: none;
    }
    .homepage-products-nav {
        margin-right: 0;
    }
    .info__title {
        font-size: 26px;
    }
    .woocommerce #products ul.products li.product, #bestsellers ul.products li.product {
        width: 100%;
    }
    .page-title.backgroundet-title {
        padding-top: 30px;
        padding-bottom: 230px;
    }
    .new-main-slider__image-desctope {
        display: none !important;
    }
    .new-main-slider__image-mobile {
        display: block !important;
    }
}


input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}