/*
Theme Name:     wecan-theme
Theme URI:      
Description:    Demo theme for site
Author:         wecan.by
Author URI:     http://wecan.by/buldov-maksim/
Template:       new-wecan-theme
Version:        1.0
*/

@import url("/wp-content/themes/new-wecan-theme/style.css");

@font-face {
    font-family: 'Helvetica Neue Cyr - Bold';
    font-display: swap;
    src: url('/wp-content/themes/wecan-theme/fonts/HelveticaBold.ttf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr - Light';
    font-display: swap;
    src: url('/wp-content/themes/wecan-theme/fonts/HelveticaLight.ttf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr';
    font-display: swap;
    src: url('/wp-content/themes/wecan-theme/fonts/HelveticaRegular.ttf');
}

@font-face {
    font-family: 'Road Radio';
    font-display: swap;
    src: url('/wp-content/themes/wecan-theme/fonts/RoadRadio.otf');
}

@font-face {
    font-family: 'RoadRadio-Bold';
    font-display: swap;
    src: url('/wp-content/themes/wecan-theme/fonts/RoadRadio-Bold.otf');
}

* {
    outline: none;
}

body {
    background: url(img/header-elips.png) no-repeat center -320px, linear-gradient(-181deg, #ececf4 0%, #ffffff 100%);
    overflow-x: hidden;
}

.actions {
    opacity: 0;
    visibility: 0;
}

.site-header {
    background-color: #fff;
    transition: 0.5s;
}

.site-header.active {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    animation: towie 0.5s ease-in-out;
}

@keyframes towie {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}

.site-content.active {
    margin-top: 173px;
}

.woocommerce-notices-wrapper,
.entry-header,
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.logo_main img {
    width: 130px;
}

.top-header .logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-header .logo .info {
    position: relative;
    margin-left: 0;
    grid-gap: 18px;
}

.top-header .logo .info .more-phones {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: 0.5s;
    top: 20px;
    left: -10px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 68px rgba(0, 0, 0, 0.11);
    z-index: 1;
}

.top-header .logo .info:hover .more-phones {
    opacity: 1;
    visibility: visible;
}

.top-header .logo .info a {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 6px;
}

.top-header .logo .info a span {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

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

.cart-enter .main-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 15px;
}

.cart-enter .main-cart .cart-img {
    margin-right: 18px;
}

.basket-btn__counter {
    color: transparent;
    color: #FFF;
}

.cart-enter .main-cart a {
    text-decoration: none;
    color: #595959;
    display: block;
}

.cart-enter .main-cart a .basket-btn__counter .woocommerce-Price-amount {
    text-decoration: none;
    color: #595959;
    display: block;
}

.header-black-line {
    width: 1px;
    height: 40px;
    background: #000000;
}

.cart-enter .in-cart-main {
    color: #595959;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.cart-enter .main-price {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.cart-enter .main-enter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: 15px;
}

.menu-if-log {
    cursor: pointer;
}

.cart-enter .main-enter>img {
    margin-right: 18px;
}

.cart-enter .main-enter>a,
.cart-enter .main-enter .menu-if-log>a {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.cart-enter .main-enter>a:after,
.cart-enter .main-enter .menu-if-log>a:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 7px;
    background: url(img/next01.png) no-repeat center center;
    top: 7px;
    right: -10px;
}

.menu-if-log:hover .main-login-menu {
    opacity: 1;
    visibility: visible;
}

.main-login-menu {
    position: absolute;
    top: 40px;
    min-width: 275px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.08);
    border-radius: 15px 10px 10px;
    background-color: #ffffff;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    right: 1px;
    z-index: 1;
}

.main-login-menu span {
    color: #8e270e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 39px;
}

.logo-mobi-he img,
.footer-logo img {
    max-width: 120px;
}

.main-login-menu span img {
    width: 18px;
    height: 17px;
    margin-right: 11px;
}

.main-login-menu a {
    display: block;
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
}

.main-navigation {
    border-bottom: #F5F5F5 1px solid;
    border-top: #F5F5F5 1px solid;
    display: flex;
    justify-content: center;
}

#primary-menu li {
    border-top: 3px solid transparent;
    margin-right: 33px;
    padding: 10px 0px;
    transition: 0.5s;
}

#primary-menu li.current-menu-item {
    border-top: 3px solid #8e270e;
}

#primary-menu li:hover {
    border-top: 3px solid #8e270e;
}

.primary-menu li:first-child {
    font-family: "Helvetica Neue Cyr - Medium";
    font-weight: 500;
}

#primary-menu li.current-menu-item a {
    font-weight: 900;
    font-family: "Helvetica Neue Cyr - Bold";
}

#primary-menu li a {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;

}

#primary-menu li:last-child {
    margin-right: 0px;
}

.main-first-sec {
    min-height: 510px;
    position: relative;
    overflow-x: hidden;
}

.top-main-title {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    margin: 20px auto 20px auto;
    max-width: 730px;
}

.top-main-title span {
    color: #8e270e;
}

.top-main-text {
    max-width: 702px;
    margin: 0 auto;
    color: #7f7f7f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 80px;
}

.main-slider-item img {
    margin: 0 auto;
    width: 360px;
}

.main-slider .slick-dots {
    top: 122px;
    height: 30px;
}

.main-slider .slick-dots li button:before {
    opacity: 1;
    color: #000000;
}

.main-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #8e270e;
}

.scene-position-wrapper {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.scene-position {
    position: absolute;
    z-index: 1;
    top: 30px;
    width: 100%;
    overflow: hidden;
}

.layer-paralax {
    position: absolute;
    width: 100%;
    height: 100%;

}

.fon-levo {
    left: 4% !important;
    top: px !important;
}

.fon-levo1 {
    left: 3% !important;
    top: -8px !important;
}

.fon-levo2 {
    left: 2% !important;
    top: 0px !important;
}

.fon-pravo1 {
    right: 2% !important;
    top: 0px !important;
    left: auto !important;
}

.fon-pravo2 {
    right: 1% !important;
    top: 44px !important;
    left: auto !important;
}

.fon-pravo3 {
    right: -2% !important;
    top: 125px !important;
    left: auto !important;
}

.fon-pravo1 img,
.fon-pravo2 img,
.fon-pravo3 img,
.fon-levo img,
.fon-levo1 img,
.fon-levo2 img {
    max-width: 640px;
    object-fit: contain;
}

.fon-pravo1 img,
.fon-pravo2 img,
.fon-pravo3 img {
    max-width: 740px;
    object-fit: contain;
}

.main-category {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.main-cat-item {
    /* width: 388px;
    height: 270px;
    background-color: #fff;
    margin-bottom: 16px;
  
    overflow: hidden;
    border: 1px solid #ebebeb;*/
    border-radius: 15px;
    overflow: hidden;
}

.main-cat-item a {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    overflow: hidden;
    transition: 0.5s;
}

.main-cat-item a img {
    transform: scale(1);
    transition: 0.3s;
    max-width: 100%;
    object-fit: cover;
}

.main-cat-item a:hover img {
    transform: scale(1.07);
}

.main-cat-item a p {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%;
    text-align: center;
}

.offers-block-title {
    color: #8e270e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    margin: 60px 0px 60px 0px;
}

.offers-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.offers-block ul {
    margin: 0 !important;
    width: 100%;
}

.offers-block ul li {
    width: 285px !important;
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 18px 17px;
    border: 1px solid #ebebeb;
}

.offers-block ul.products li.product {
    margin-right: 1.6%;
}

.offers-product-card {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 18px 17px;
    margin-bottom: 21px;
}

.offers-product-card>a>img {
    width: 251px;
    height: 237px;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.offers-product-card .product-title {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 25px 0px 15px 0px;
}

.offers-product-card .product-description {
    color: #555555;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.product-description {
    height: 84px;
    line-height: 1.2;
    color: #555555;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.onsale {
    display: none;
}

.offers-product-card .product-description p {
    margin: 0;
}

.offers-product-card .product-price {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
}

.offers-product-card .product-count {
    color: #565656;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.offers-product-card .count-basket form,
.offers-product-card .offers-price-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offers-price-block {
    margin-bottom: 15px;
}

.custom-price {
    position: relative;
}

.custom-price>button {
    content: '';
    width: 75px;
    height: 58px !important;
    border-radius: 6px;
    font-size: 1px;
    color: transparent;
    background: url(img/smart-cart0.png) no-repeat center center,
        #8e270e;
    border: none;
}

.give-number-modal-open {
    cursor: pointer;
    overflow: hidden;
}

.give-number-modal-open img {
    transform: scale(1);
    transition: 0.3s;
}

.give-number-modal-open:hover img {
    transform: scale(1.07);
}

.count-basket {
    display: flex;
    justify-content: space-between;
}

.count-basket .count-basket-popup {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.count-basket .qib-container .minus.qib-button {
    width: 54px !important;
    height: 58px !important;
    border-radius: 6px 0 0 6px !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #FFFFFF !important;
}

.count-basket .qib-container .plus.qib-button {
    width: 54px !important;
    height: 58px !important;
    border-radius: 0 6px 6px 0 !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #FFFFFF !important;
}

.count-basket .qib-container .quantity input {
    width: 54px !important;
    height: 58px !important;
    border: none !important;
    border-top: 1px solid #d2d2d2 !important;
    border-bottom: 1px solid #d2d2d2 !important;
    background-color: #FFFFFF !important;
}

.give-number-modal-in {
    background: #fff;
    border-radius: 2px;
    position: fixed;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99991;
    padding: 18px 17px;
    border-radius: 15px;
    max-width: 450px;
    border: 1px solid #ebebeb;
    width: 100%;
}

.popap-card-main {
    margin-top: 30px;
}

.give-number-modal-layout {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.close-give-number-modal {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer
}

.popap-card-main .popap-card-main-img {
    width: 100%;
    display: block;
}

.popap-card-main .popap-card-main-img img {
    width: 100%;
    margin: 0 auto;
}

.popap-card-main .custom-price button {
    content: '';
    width: 75px;
    height: 58px !important;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    font-size: 21px;
    color: white;
    background: url(img/smart-cart0.png) no-repeat center, #8e270e;
    border: none;
    text-align: right;
    line-height: 58px;
    padding-right: 15px;
    text-decoration: none;
    padding-left: 40px;
}

.offers-block-wrap {
    margin-bottom: 87px;
}

.main-about-block {
    position: relative;
    overflow-x: hidden;

}

.main-about-block .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 63px;
}

.term-23 .main-about-block {
    display: none;
}

.main-about-block .pic-side {
    max-width: 495px;
    width: 495px;
    display: none;
}

.main-about-block .text-side {
    /*width: 669px;
    max-width: 669px;*/
    color: #404040;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    position: relative;
    z-index: 2;
}

.term-description ul,
.term-description ol {
    padding-left: 20px;
    margin: 0;
}

.main-about-block .text-side ul,
.main-about-block .text-side ol {
    padding-left: 20px;
}

.main-advantages-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 63px;
}

.main-advantages-block .main-advantages-card {
    display: flex;
    align-items: center;
}

.main-advantages-block .main-advantages-card img {
    width: 48px;
    height: 48px;
}

.main-advantages-block .main-advantages-card span {
    margin-left: 14px;
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 32px 0 37px 0;
    background-color: #fff;
}

.site-footer-in {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer-in2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-items: center;
}

.footer__nav h2 {
    margin: 0 0 20px 0;
}

.footer__nav ul li {
    list-style: none;
}

.footer__nav ul li a {
    text-decoration: none;
    color: #404040;
}

.footer-soc a {
    margin-right: 19px;
}

.footer-soc a:last-child {
    margin-right: 0px;
    border-radius: 50%;
    border: 1px solid #8e270e;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leafs-3 {
    position: absolute;
    top: -339px;
    left: 3%;
    max-width: 585px;
    display: none;
}

.leafs-4 {
    position: absolute;
    top: -58px;
    right: 3%;
    max-width: 530px;
    display: none;
}

.leafs-3 img,
.leafs-4 img {
    width: 100%;
    position: relative;
}

.leafs-7 {
    position: absolute;
    top: 63%;
    left: 0%;
}

.leafs-8 {
    position: absolute;
    top: 129%;
    right: 0%;
}

.leafs-7 img,
.leafs-8 img {
    width: 100%;
    position: relative;
}

.woocommerce-Price-currencySymbol {
    margin-left: 10px;
    text-transform: lowercase !important;
}

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    background-color: #8e270e;
    border-radius: 50%;
    z-index: 100;
    color: #fff;
    text-align: center;
    font-size: 36px;
    line-height: 50px;
    opacity: .7;
    justify-content: center;
    align-items: center;
}

.scrollup:hover {
    opacity: 1
}

.custom-shop {
    position: relative;
}

.custom-shop .columns-3 ul {
    width: 100%;
}

.custom-shop .columns-3 ul.products li.product {
    width: 285px;
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 18px 17px;
    margin-bottom: 21px;
    border: 1px solid #ebebeb;
}

.custom-shop ul.products li.product {
    margin-right: 1.6%;
}

.custom-shop ul.products li.product .woocommerce-loop-product__title,
.offers-block ul.products li.product .woocommerce-loop-product__title,
.popap-card-main .product-title {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    margin: 15px 0px;
    height: 52px;
}

.custom-shop ul.products li.product .product-description {
    color: #555555;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.offers-price-block-woo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.offers-price-block-woo .price {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offers-price-block-woo .woocommerce-Price-amount {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;

}

.offers-price-block-woo .price-old .woocommerce-Price-amount {
    font-size: 18px;
}

.offers-price-block-woo .product-count {
    color: #565656;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.count-basket-woo {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.qib-container .minus.qib-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 6px 0 0 6px !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #FFFFFF !important;
}

.wac-qty-button {
    width: 54px !important;
    height: 58px !important;
    border-radius: 6px 0 0 6px !important;
    border: 1px solid #d2d2d2 !important;
    background-color: transparent !important;
    display: inline-block;
    padding: 0;
    padding-top: 14px;
    box-sizing: border-box;
    position: relative;
    bottom: 1px;
    left: 7px;
}

.qib-container .wac-qty-button {
    width: 54px !important;
    height: 58px !important;
    border-radius: 0 6px 6px 0 !important;
    border: 1px solid #d2d2d2 !important;
    background-color: transparent !important;
    display: inline-block;
    padding: 0;
    padding-top: 14px;
    box-sizing: border-box;
    position: relative;
    bottom: 1px;
    left: -6px;
}

.qib-container .plus.qib-button {
    width: 40px !important;
    height: 40px !important;
    border-radius: 0 6px 6px 0 !important;
    border: 1px solid #d2d2d2 !important;
    background-color: #FFFFFF !important;
}

.qib-container .quantity input {
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    border-top: 1px solid #d2d2d2 !important;
    border-bottom: 1px solid #d2d2d2 !important;
    background-color: #FFFFFF !important;
}

.input-text.qty.text {
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    border-top: 1px solid #d2d2d2 !important;
    border-bottom: 1px solid #d2d2d2 !important;
    border-radius: 0;
    padding: 0;
    text-align: center;
}

.count-basket-woo>a {
    content: 'В корзину';
    /*  width: 40px;
    height: 40px !important;*/
    border-radius: 6px;
    /* font-size: 1px;*/
    color: #fff;
    background:
        /*url(img/smart-cart0.png) no-repeat center center,*/
        #8e270e;
    border: none;
    font-size: 14px;
    display: flex !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 5px !important;
    text-decoration: none;
}

.added_to_cart.wc-forward {
    display: none !important;
}

.offers-price-block-woo2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.archive-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.post__meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-post-wrapper {
    padding-bottom: 30px;
}

.single-post-nav a {
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    background: #8e270e;
    padding: 5px;
    border-radius: 10px;
}

.archive-page-wrapper .breadcrumb,
.single__post .breadcrumb {
    margin: 30px 0 0;
}

.breadcrumb a {
    color: #3c3c3f;
    text-decoration: none;
}

.single-post-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.single-post-cats a {
    color: #3c3c3f;
    text-decoration: none;
}

.post__meta .post__date {
    font-size: 14px;
    color: #777;
    opacity: 0.8;
}

.short__description {
    color: #3c3c3f;
    margin: 0;
}

.archive-cat-list a {
    color: #3c3c3f !important;
}

.post__image {
    min-height: 326px;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.post__meta h2 {
    font-size: 18px;
    margin: 0;
}

.post__meta h2 a {
    color: #404040;
}

.post__link {
    display: inline-block;
    padding: 8px 14px;
    background: #8e270e;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    max-width: fit-content;
    margin: 0 auto;
}

.archive-pagination .nav-links a,
.archive-pagination .nav-links span {
    display: inline-block;
    padding: 8px 14px;
    background: #8e270e;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    max-width: fit-content;
    margin: 0 auto;
}

.single-post-title {
    margin: 20px 0;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.single-post-body .wp-post-image {
    max-width: 300px;
    float: left;
    margin: 0px 15px 15px 0;
    border-radius: 15px;
}

.post__link:active {
    color: #fff;
}

.post__link:hover {
    color: #fff;
}

.post__link:visited {
    color: #fff;
}

.offers-price-block-woo2 .product-price-woo {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.offers-price-block-woo2 .product-count-woo {
    color: #565656;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
}

.custom-shop .popap-card-main .custom-price button {
    line-height: 0px;
}

.custom-sub-product-cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0;
    margin: 0;
    grid-gap: 10px;
}

.custom-sub-product-cats .custom-sub-category {
    list-style: none;
    margin-top: 12px;
    margin-bottom: 12px;
}

.custom-sub-product-cats .custom-sub-category a {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 0.01px;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #8e270e;
    border-radius: 6px;
    background: #FFFFFF;
}

.custom-sub-product-cats .custom-sub-category a:hover {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    background-color: #8e270e;
    color: #ffffff;
}

.woocommerce-result-count {
    display: none !important;
}

.woocommerce-ordering {
    display: flex;
    justify-content: flex-end;
}

.custom-shop .columns-3 {
    margin-top: 70px;
}

.choise-size {
    float: right;
    margin-bottom: 70px;
}

.choise-size-arrow {
    transform: rotate(0deg);
    transition: .5s;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    bottom: 2px;
}

.choise-size-arrow.active {
    transform: rotate(90deg);
}

.choise-size-article {
    color: #FFFFFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    background: #8e270e;
    padding: 23px 37px 21px 50px;
    border-radius: 6px;
}

.cats-and-filtr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.choise-size-inputs form input {
    width: 100% !important;
    color: #979797 !important;
    font-family: "Helvetica Neue Cyr" !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.choise-size-inputs form button {
    color: #FFFFFF;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    cursor: pointer;
    background: #3c3c3f;
    padding: 10px 30px;
    margin-top: 20px;
}

.main-breadcrumb,
.main-breadcrumb a,
.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    color: #979797;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    max-width: 1200px;
    padding: 20px 0 20px 0;
}

.woocommerce-breadcrumb a,
.woocommerce-breadcrumb {
    margin: 0 auto;
}

.site-title,
.woocommerce-products-header__title {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 20px;
}

.woocommerce-products-header__title {
    margin: 0;
}

.woocommerce-products-header .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-pagination {
    margin-bottom: 56px;
    margin-top: 56px;
}

.woocommerce-pagination ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}

.woocommerce-pagination ul li {
    list-style: none;
}

.prev.page-numbers,
.next.page-numbers {
    display: none;
}

.woocommerce-pagination ul li a {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px;
    margin: 3px;
    text-decoration: none;
}

.woocommerce-pagination ul li span.current {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
    border-radius: 4px;
    background-color: #8e270e;
    padding: 12px;
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
    margin: 3px;
}

.red-title2 {
    margin-top: 30px;
}

.red-title {
    padding-bottom: 10px;
}

.red-title h2 {
    color: #8e270e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
}

.red-title ul {
    margin: 0;
    padding-left: 24px;
    margin-top: 20px;
}

.red-title p {
    color: #404040;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.red-title ul li {
    color: #404040;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
    text-transform: none;
    list-style: none;
    position: relative;
    max-width: 790px;
}

.red-title ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #8e270e;
    position: absolute;
    border-radius: 50%;
    left: -14px;
    top: 10px;
}

.red-title .address-footer {
    max-width: 790px;
}

.red-title .address-footer>div {
    width: 37px;
    margin-right: 15px;
    line-height: 0;
}

.wpcf7-spinner {
    display: none !important;
}

.red-title .address-footer>div>img {
    width: 37px;
    height: 37px;
    max-width: 37px;
    margin-right: 0;
}

.cont-bg,
.dilivery-block {
    background-color: #ffffff;
}

.contact-block {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 55px;
}

.contact-block .left {
    width: 45%;
}

.contact-block .right {
    width: 55%;
}

.contact-block .left .contacts-col .title,
.contact-block .right .contacts-col .title {
    font-size: 24px;
    font-family: "Nunito Sans", sans-serif;
    color: rgb(73, 73, 73);
    line-height: 1;
    padding-bottom: 58px;
}

.contact-block .left .contacts-col ul {
    margin: 0;
    padding: 0;
}

.contact-block .left .contacts-col ul li {
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    line-height: 2.071;
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.contact-block .left .contacts-col ul li a {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}

.contact-block-img {
    margin-right: 15px;
    display: inline;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.contact-block-img2 {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: 4px;
}

.contact-block .right input {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #dcdcdc !important;
    margin-bottom: 20px;
    outline: none;
    padding: 20px 16px;
}

.contact-block .right textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #dcdcdc !important;
    margin-bottom: 20px;
    outline: none;
    padding: 20px 16px;
    height: 95px;
}

.contact-block .right .contact-submit {
    width: 284px;
    height: 65px;
    border-radius: 6px;
    background-color: #8e270e;
    color: #fefefe;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.wpcf7-form p {
    margin: 0;
}

.contact-block .right .contacts-col .wpcf7 .wpcf7-form p:nth-child(3) {
    text-align: right;
}

.contact-soc {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 29px;
    text-transform: uppercase;
}

.contact-soc a {
    margin: 0 10px;
}

.contact-soc span {
    margin-right: 27px;
}

.reg-info {
    color: #979797;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    max-width: 500px;
}

.reg-info p:not(:last-child) {
    margin: 0 0 10px 0;
}

.custom-cart-titles {
    color: #979797;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.62px;
    text-align: center !important;
}

table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: center !important;
}

.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
    display: inline-block !important;
}

.custom-cart-text {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
}

.custom-cart-text a {
    color: #000000;
    text-decoration: none;
}

table.shop_table_responsive tr td.product-remove a {
    color: #979797;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 14.3px;
}

.entry-content {
    margin-top: 0;
}

.entry-title {
    display: none;
}

.cart-collaterals {
    display: flex;
    justify-content: flex-end;
}

.cart_totals {
    display: flex;
    align-items: center;
}

.shop_table.shop_table_responsive {
    margin: 0;
}

.woocommerce-cart-form__cart-item.cart_item {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    justify-content: space-between;
}

.woocommerce-checkout .woocommerce-cart-form__cart-item td {
    padding: 20px;
}

.woocommerce-cart-form__contents {
    border: 1px solid #ebebeb;
    border-radius: 15px;
    margin-bottom: 30px !important;
}

.custom-cart-titles {
    display: none;
}

.custom-cart-titles .product-thumbnail {
    width: 35%;
}

.custom-cart-titles .product-name {
    width: 24%;
}

.custom-cart-titles .product-price {
    width: 20%;
}

.offers-price-block-woo .product-price {
    display: flex;
    flex-direction: column-reverse;
}

.price-old {
    position: relative;
}

.price-sale .woocommerce-Price-amount {
    color: red;
    font-weight: 800;
}

.price-old:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #000;
    height: 2px;
}

.custom-cart-titles .product-quantity {
    width: 23%;
}

.custom-cart-titles .product-subtotal {
    width: 19%;
}

.custom-cart-titles .product-remove {
    width: 7%;
}

.wc-proceed-to-checkout {
    width: 248px;
    height: 58px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    background-color: #8e270e;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wc-proceed-to-checkout a {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.berocket_linked_products {
    display: none;
}

.dop-block-slider .slick-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product_cat-sety .set-slider .product-price {

    display: none;
}

.dop-block-slider .offers-product-card {
    margin: 11px;
}

.dop-block-slider .slick-prev:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(img/dop-arrow1.png) no-repeat center center;
    left: -25px;
}

.dop-block-slider .slick-next:before {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(img/dop-arrow2.png) no-repeat center center;
    right: -25px;
}

.cart-block-title {
    color: #8e270e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: 900;
    margin: 80px 0px 63px 0px;
}

.main-login-menu span p {
    margin: 0;
    display: inline;
}

.woocommerce-message {
    display: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    color: #fff;
    background-color: #8e270e !important;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 20px auto;
}

.back-to-front {
    text-align: center !important;
    color: #000000 !important;
    text-decoration: none;
}

.return-to-shop {
    display: block;
    margin: 0 auto;
    width: 86px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
    margin: 0 !important;
    width: 100% !important;
}

.woocommerce-billing-fields__field-wrapper .form-row:last-child {
    margin-right: 0px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row input {
    width: 100% !important;
    height: 55px;
    border: 1px solid #dcdcdc;
    margin-bottom: 16px;
    padding-left: 21px;
}

.woocommerce-shipping-fields {
    padding-bottom: 40px;
}

.woocommerce-shipping-fields__field-wrapper .address_book {
    margin-top: 0 !important;
}

.woocommerce-shipping-fields__field-wrapper #address_book_field {
    width: 100%;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.woocommerce-shipping-fields__field-wrapper #address_book_field label {
    margin-right: 30px;
    position: relative;
    top: 3px;
}

.woocommerce-shipping-fields__field-wrapper #address_book_field label .optional {
    display: none;
}

.form-row-wide-div {
    display: flex;
}

.woocommerce-shipping-fields__field-wrapper span input[type=text] {
    height: 55px;
    border: 1px solid #dcdcdc;
    padding-left: 21px;
    width: 100%;
}

#order_comments_field span textarea {
    height: 136px;
    border: 1px solid #dcdcdc;
    padding: 18px;
}

.woocommerce-additional-fields__field-wrapper #order_comments_field label,
.total-tb-widt .cart-subtotal {
    display: none !important;
}

input[type="checkbox"],
input[type="radio"] {
    opacity: 0;
    position: absolute;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    font-size: 18px;
    color: #444;
    cursor: pointer;
}

input[type="checkbox"]+span::before,
input[type="checkbox"]+label::before,
input[type="radio"]+span::before,
input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    background-image: url(img/check-off.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    flex-shrink: 0;
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before,
input[type="checkbox"]:checked+span::before,
input[type="radio"]:checked+span::before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px 0 0;
    background-image: url(https://mysushi.by/wp-content/uploads/2025/08/round2.png);
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    background-size: 20px;
}

input[type="radio"]:checked+label::before,
input[type="radio"]+label::before {
    flex-shrink: 0;
}

.entry-content {
    background-color: #ffffff;
}

.billing-title {
    padding-top: 50px;
    padding-bottom: 38px;
    margin-top: 60px;
    border-top: 2px solid #dcdcdc;
}

.checkout-small-title {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 900;

}

.custom-payment-block .checkout-small-title {
    margin-bottom: 20px;
}

.woocommerce-checkout-payment ul {
    margin: 0;
    padding: 0;
    max-width: 500px;
    width: 100%;
}

.woocommerce-checkout-payment ul li {
    list-style: none;
}

.custom-dilivery-shipping {
    color: #fff;
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.custom-dilivery-shipping .woocommerce-shipping-methods li {
    margin-bottom: 16px;
}

.woocommerce-billing-fields {
    padding-bottom: 52px;
}

.woocommerce-checkout-payment ul li.payment_method_cod {
    padding-bottom: 25px;
}

#order_change_field {
    /* position: absolute;
    top: 100px;*/
    z-index: 1;
}

.payment__block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#order_change_field input {
    height: 55px;
    border: 1px solid #dcdcdc;
    padding-left: 21px;
}

.shipaymblockmysushi {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 30px;
}

.shiblockmysushi,
.paymentblockmysushi {
    padding: 30px;
    width: 100%;
    border: 2px solid #dcdcdc;
}

.paymentblockmysushi {
    position: relative;
}

#order_change_field input {
    height: 55px;
    border: 1px solid #dcdcdc;
    padding-left: 21px;
}

#ship-to-different-address {
    display: none;
}

.term-22 .product-description {
    display: none;
}

.term-19 .product-description {
    height: 51px;
}

.woocommerce-checkout-payment ul li.payment_method_jetpack_custom_gateway {
    padding-bottom: 20px;
}

.woocommerce-additional-fields {
    position: relative;

}

.woocommerce-additional-fields {
    padding-bottom: 39px;
}

.woocommerce-additional-fields__field-wrapper p {
    margin: 0;
}

.woocommerce-additional-fields__field-wrapper input {
    max-width: 330px;
    width: 100%;
    height: 55px;
    border: 1px solid #dcdcdc;
    padding: 0px 18px;
}

.cart-bottom-line {
    height: 2px;
    border: 1px dotted #dcdcdc;
    width: 59%;
    margin: 0 10px;
}

.cart_item .product-name {
    display: flex;
    align-items: center;
}

.woocommerce-shipping-methods {
    margin: 0;
    padding: 0;
    width: 50%;
}

.woocommerce-shipping-methods li {
    list-style: none;
}

.woocommerce-checkout-review-order-table tfoot tr th {
    overflow: hidden;
    width: 192px;
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 47px;
}

.woocommerce-checkout-review-order-table tfoot tr th:after {
    content: '';
    height: 2px;
    border: 1px dotted #dcdcdc;
    width: 100%;
    margin-left: 10px;
    display: inline-block;
}

.woocommerce-checkout-review-order-table tfoot tr {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 47px;
    text-align: left;
    white-space: nowrap;
    display: flex !important;
    align-items: center;
}

.woocommerce-checkout-review-order-table tfoot tr .order-total-strong {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    width: 292px;
}

.woocommerce-checkout-review-order-table tfoot td::before {
    content: '';
    height: 2px;
    border: 1px dotted #dcdcdc;
    width: 100%;
    margin-right: 10px;
    display: inline-block;
}

.total-tb-widt {
    width: 490px;
    display: block;
}

.woocommerce-checkout-review-order {
    position: relative;
}

.form-row.place-order button {
    width: 284px;
    height: 65px;
    border-radius: 6px;
    background-color: #8e270e;
    color: #fefefe;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: none;
}

.shop_table.woocommerce-checkout-review-order-table {
    margin-bottom: 148px;
}

.custom-payment-block {
    display: flex;
}

.custom-payment-block .left {
    max-width: 508px;
    width: 100%;
}

.custom-payment-gift {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    bottom: 7px;
}

.custom-payment-gift span p {
    display: inline;
    margin: 0;
}

.button#ywpar_apply_discounts {
    border-radius: 6px;
    background-color: #8e270e;
    color: #fefefe;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    width: 100%;
}

.input-text#ywpar-points-max {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.custom-payment-gift .ywpar-button-message {
    display: block;
    color: #ffffff;
    text-decoration: underline;
}

.point-hide #yith-par-message-reward-cart {
    display: none;
}

.hide-points #yith-par-message-reward-cart {
    display: none;
}

.hide-points {
    margin-bottom: 60px;
}

.custom-payment-block #yith-par-message-reward-cart {
    max-width: 300px;
    text-align: center;
}

#customer_login {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#customer_login div {
    width: 50% !important;
}

#customer_login label {
    display: block;
}

#customer_login .woocommerce-form-login__submit {
    margin: 20px 0px !important;
}

.woocommerce-ResetPassword input,
#customer_login input {
    max-width: 453px;
    width: 100%;
    height: 55px;
    border: 1px solid #dcdcdc;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    line-height: 66.86px;
    padding: 0px 15px;
    font-size: 20px;
}

#customer_login input.woocommerce-form__input-checkbox {
    width: auto;
    height: auto;
}

.woocommerce-ResetPassword button,
#customer_login button {
    width: 284px;
    height: 65px;
    border-radius: 6px;
    background-color: #8e270e;
    color: #fefefe;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: none;
}

.woocommerce-ResetPassword h2,
#customer_login h2 {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 48px;
}

.woocommerce-ResetPassword a,
#customer_login a,
#customer_login {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

#customer_login .woocommerce-form-login__submit {
    margin-left: 30px;
}

.hentry {
    margin: 0 !important;
    padding: 0 0 1.5em;
}

.entry-content {
    width: 1200px;
    margin: 0 auto;
}

.status-publish {
    background-color: #fff;
}

.custom-accaunt-wrapper {
    display: flex;
    min-height: 710px;
}

.cart-min-height {
    min-height: 710px;
}

.woocommerce-MyAccount-navigation>ul {
    width: 284px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.08);
    border-radius: 15px 10px 10px;
    background-color: #ffffff;
    margin: 0;
    margin-right: 54px;
    padding: 0;
    overflow: hidden;
}

.woocommerce-MyAccount-navigation>ul>li {
    width: 284px;
    height: 65px;
    background-color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 65px;
    list-style: none;
    padding: 0 40px;
}

.woocommerce-MyAccount-navigation>ul>li>a {
    color: #000000;
    text-decoration: none;
    display: block;
}

.woocommerce-MyAccount-navigation>ul>li.is-active {
    background-color: #8e270e;
}

.woocommerce-MyAccount-navigation>ul>li.is-active>a {
    color: #ffffff;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 900;
}

.woocommerce-MyAccount-content {
    font-family: "Nunito Sans", sans-serif;
}

.woocommerce-MyAccount-content a {
    color: #000000;
}

.woocommerce-EditAccountForm p {
    margin: 0;
    margin-bottom: 21px;
}

.woocommerce-MyAccount-content input {
    width: 100%;
    height: 55px;
    border: 1px solid #dcdcdc;
    padding: 0 22px;
    font-family: "Nunito Sans", sans-serif;
    margin-right: 20px;
}

.woocommerce-EditAccountForm p input {
    width: 453px;
    height: 55px;
    border: 1px solid #dcdcdc;
    padding: 0 22px;
    font-family: "Nunito Sans", sans-serif;
}

.woocommerce-Address-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 453px;
    width: 100%;
}

.woocommerce-Address-title a {
    width: 284px;
    height: 65px;
    border-radius: 6px;
    border: 1px solid #8e270e;
    color: #8e270e;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 66.86px;
    text-align: center;
    text-decoration: none;
}

.woocommerce-MyAccount-content,
.custom-form-dilivery {
    font-family: "Nunito Sans", sans-serif;
}

.woocommerce-address-fields button,
.woocommerce-Button {
    width: 284px;
    height: 65px;
    border-radius: 6px;
    background-color: #8e270e;
    color: #fefefe;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: none;
    margin-top: 30px;
}

.woocommerce-address-fields h3,
.site-title2 {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 34px;
}

.woocommerce-MyAccount-content table {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-MyAccount-content th {
    text-align: left;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.woocommerce-MyAccount-content td {
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.mobile-logo {
    display: none;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.overlay.show {
    opacity: 0.8;
    visibility: visible;
}

.mobile-menu-block {
    display: none;
}

.mobile_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background-color: #fff;
    border-bottom: 1px solid rgba(169, 169, 169, 0.301);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0px 0px 20px 1px #0000001c;
}

.mobile_header .main-cart {
    display: flex;
    align-items: center;
}

.mobile_header .main-cart .cart-img {
    margin-right: 20px;
}

.mobile_header .woocommerce-Price-amount {
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile_header .main-cart a {
    text-decoration: none;
}

.mobile_header .main-price span {
    color: #595959;
    font-family: "Nunito Sans", sans-serif;
}

.burger {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    z-index: 10;
    position: relative;
}

.burger span {
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #2a2a2a;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, 0;
    -moz-transition-property: background-color, 0;
    -o-transition-property: background-color, 0;
    transition-property: background-color, transform;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.burger span::before,
.burger span::after {
    position: absolute;
    content: "";
}

.burger span::before {
    top: -9px;
}

.burger span::after {
    top: 9px;
}

.burger.clicked span {
    background-color: transparent;
}

.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
    background-color: #8e270e;
}

.burger:hover {
    cursor: pointer;
}

.nav-mobile {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 360px;
    width: 80%;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform .55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform .55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform .55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform .55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    box-sizing: border-box;
    padding: 0 40px 60px;
    border-right: 1px solid rgba(169, 169, 169, .301);
    box-shadow: 0px 0px 20px 1px #0000001c;
}

.nav-mobile div.main li a img {
    width: 100%;
}

.nav-mobile.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.nav-mobile .cart-enter {
    display: flex;
    margin: 20px 0;
}

.nav-mobile .cart-enter .main-cart {
    margin: 0;
}

.menu-mobile-menu-container ul {
    margin: 0;
    padding: 0;
}

.menu-mobile-menu-container ul li {
    list-style: none;
    line-height: 2;
}

.menu-mobile-menu-container ul li a {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.nav-mobile-logo {
    margin-top: 30px;
}

.info-mob-wrap {
    margin-top: 20px;
    display: flex;
}

.info-mob {
    margin-left: 15px;
}

.info-mob a {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
}

.cus_menu .billling-button {
    display: none;
}

.cus_menu .shipping-button button {
    border: none;
    border-radius: 6px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 500;
    border: none;
    white-space: nowrap;
}

.custom-thx table {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-collapse: collapse;
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.custom-thx table a {
    color: black;
}

.custom-thx table th {
    text-align: left;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.custom-thx table td {
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.custom-thx .woocommerce-order-details__title,
.custom-thx .woocommerce-thankyou-order-received {
    color: #3c3c3f;
    font-family: "Nunito Sans", sans-serif;
    font-size: 28px;
    font-weight: 400;
    margin: 30px auto;
    text-align: center;
}

.custom-thx .woocommerce-customer-details {
    display: none;
}

.custom-thx ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.custom-thx ul li {
    list-style: none;
}

#shipping_country_field {
    display: none;
}

.woocommerce-Addresses .u-column1 {
    margin-bottom: 30px;
}

.woocommerce-Addresses .u-column1 address {
    display: none;
}

.tooltip-content {
    display: none !important;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 999999999;
    bottom: 82px;
    right: 4px;
}

.tooltip-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 70%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.offers-price-block-woo .yith-par-message {
    display: none;
}

.cont-map {
    height: 549px;
    width: 100%;
}

.custom-accaunt-wrapper .woocommerce-MyAccount-content .woocommerce-pagination a {
    color: #fff;
    padding: 10px 20px;
}

.woocommerce-MyAccount-content {
    width: 100%;
}



.error-container {
    text-align: center;
    font-size: 180px;
    font-family: 'Catamaran', sans-serif;
    font-weight: 800;
    margin: 20px 15px;
}

.error-container>span {
    display: inline-block;
    line-height: 0.7;
    position: relative;
    color: #FFB485;
}

.error-container>span>span {
    display: inline-block;
    position: relative;
}

.error-container>span:nth-of-type(1) {
    perspective: 1000px;
    perspective-origin: 500% 50%;
    color: #F0E395;
}

.error-container>span:nth-of-type(1)>span {
    transform-origin: 50% 100% 0px;
    transform: rotateX(0);
    animation: easyoutelastic 8s infinite;
}

.error-container>span:nth-of-type(3) {
    perspective: none;
    perspective-origin: 50% 50%;
    color: #8e270e;
}

.error-container>span:nth-of-type(3)>span {
    transform-origin: 100% 100% 0px;
    transform: rotate(0deg);
    animation: rotatedrop 8s infinite;
}

@keyframes easyoutelastic {
    0% {
        transform: rotateX(0);
    }

    9% {
        transform: rotateX(210deg);
    }

    13% {
        transform: rotateX(150deg);
    }

    16% {
        transform: rotateX(200deg);
    }

    18% {
        transform: rotateX(170deg);
    }

    20% {
        transform: rotateX(180deg);
    }

    60% {
        transform: rotateX(180deg);
    }

    80% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(0);
    }
}

@keyframes rotatedrop {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(30deg);
    }

    15% {
        transform: rotate(90deg);
    }

    70% {
        transform: rotate(90deg);
    }

    80% {
        transform: rotate(0);
    }

    100% {
        transform: rotateX(0);
    }
}

.title-404 {
    text-align: center;
    margin: 30px 15px;
    font-size: 30px;
}

.zoom-area {
    max-width: 490px;
    margin: 30px auto 30px;
    font-size: 19px;
    text-align: center;
}

.link-container {
    text-align: center;
    padding-bottom: 100px;
}

.instagram_link {
    margin-right: 0px;
    border-radius: 50%;
    border: 1px solid #8e270e;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

a.more-link {
    text-transform: uppercase;
    font-size: 13px;
    background-color: #bbb;
    padding: 10px 15px;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 50px;
    letter-spacing: 1px;
}

.wrapper-404 {
    background-color: #fff;
    min-height: 500px;
}

.mob-acardion {
    display: none;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #0000001f;
}

.mob-acardion-arrow {
    transition: 0.5s;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 20px;
}

.mob-acardion-arrow.active {
    transform: rotate(90deg);
}

.address__info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.address__info .check-mag {
    margin: 0;
}

.address-footer {
    display: flex;
    align-items: center;
    height: 100%;
}

.check-mag {
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto;

}

.check-mag a {
    color: #000000;
}

.check-mag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.erip-wrapper {
    width: 100%;
    height: 66px;
    margin: 0 auto;
}

.erip-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.address-footer {
    max-width: 400px;
}

.erip-wrapper-under {
    width: 100%;
    margin-top: 30px;
}

.woocommerce-cart-form__cart-item .product-thumbnail {
    max-height: 280px;
    max-width: 280px;
    margin: 24px 0px;
    overflow: hidden;
}

.woocommerce-cart-form__cart-item .product-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#primary-menu .red-link-menu-sushi a,
#menu-menu-1 .red-link-menu-sushi a {
    color: #8e270e;
}

.top-header .logo .info img,
.info-mob img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.myshushi-fltr-wrapper .berocket_single_filter_widget {
    padding: 15px;
    border: 1px solid #8e270e;
    border-radius: 6px;
    margin-bottom: 40px;
    background: #FFFFFF;
}

.myshushi-fltr-wrapper .bapf_head {
    margin: 0;
}

.myshushi-fltr-wrapper .chw-title,
.myshushi-fltr-wrapper .bapf_head h3 {
    font-family: "Nunito Sans", sans-serif;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 120%;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-results__option,
.select2-container--default .select2-search--inline .select2-search__field {
    font-size: 15px;
}

.select2-container--default .select2-search--inline .select2-search__field {
    padding: 0;
    margin: 0;
}

.myshushi-fltr-wrapper .select2-selection__rendered {
    padding-top: 5px !important;
}

.myshushi-fltr-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    margin-right: 5px !important;
    padding: 3px !important;
}

.myshushi-fltr-wrapper .bapf_sfilter {
    margin-bottom: 0px !important;
}

.myshushi-fltr-wrapper .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.custom-filtr-widget button {
    margin-top: 20px;
    padding: 15px 30px;
    background: #8e270e;
    color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    border: 0;
}

.mysushi-net-v-nal-block {
    background: #8e270e;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 25px;
    padding: 10.25px;
    margin-top: 90px;
}

.mid-head-mysushi div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 6px;
    line-height: 0;
    font-size: 18px;
}

.top-header .mid-head-mysushi {
    grid-gap: 18px;
}

.top-header .mid-head-mysushi hr {
    width: 128px;
    background-color: #D2D2D2;
    margin: 0;
}

.top-header .logo .info a span {
    font-weight: 400;
}

.top-header .cart-enter .main-cart {
    padding: 16px;
    margin-right: 0;
    background: #8e270e;
    border-radius: 6px;
    text-decoration: none;
    line-height: 0;
}

.top-header .cart-enter .main-cart .cart-img path {
    fill: #FFFFFF;
}

.top-header .cart-enter .main-price {
    font-size: 18px;
}

ul.products li.product .onsale {
    display: none;
}

ul.products li.product img {
    width: 100%;
}

.give-number-modal-in .product-title,
.give-number-modal-in .product-description {
    height: initial;
}

.tax-product_cat .select2-container {
    z-index: 1 !important;
}

.single-product .woocommerce-tabs {
    margin: 30px 0;
}

.single-product .wcmmq_sufix_prefix.wcmmq_prefix {
    display: none;
}

.single-product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 5px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 0.01px;
    text-decoration: none;
    padding: 15px;
    border: 1px solid #8e270e;
    border-radius: 6px 6px 0 0;
    background: #FFFFFF;
}

.single-product .woocommerce-tabs ul.tabs li.active {
    background: #8e270e;
}

.single-product .woocommerce-tabs ul.tabs li a {
    text-decoration: none !important;
    outline: none !important;
    color: #3c3c3f;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #FFFFFF;
}

.single-product .woocommerce-Tabs-panel {
    width: 100%;
    padding: 17px 18px;
    border: 1px solid #ebebeb;
}

.single-product-outer-wrapper-mysushi {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
}

.single-product-outer-wrapper-mysushi .price {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.single-product-outer-wrapper-mysushi .price del {
    text-decoration: none !important;
    display: block;
    position: relative;
    max-width: fit-content;
}

.single-product-outer-wrapper-mysushi .price del span {
    font-size: 20px;
    color: #000;
}

.single-product-outer-wrapper-mysushi .price ins {
    max-width: fit-content;
    background: transparent;
}

.single-product-outer-wrapper-mysushi .price del:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    background: #000;
    height: 2px;

}

/*
#custom-cart-notice {
    position: fixed;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    background: #27ae60;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: top 0.4s ease;
}

#custom-cart-notice.show {
    top: 30px;
}*/

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    z-index: 2 !important;
}

#tab-delivery ul,
#tab-payment ul,
#tab-delivery ol,
#tab-payment ol {
    padding-left: 20px;
}

.offers-block-wrap .slick-dots {
    position: static !important;
}

#custom-cart-notice {
    position: fixed;
    bottom: -100vh;
    left: 50%;
    transform: translateX(-50%);
    background: #4a7d3a;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    transition: bottom 0.8s ease;
}

#custom-cart-notice.show {
    bottom: 30px;
}

.single-product .single_add_to_cart_button {
    content: '';
    width: 40px;
    height: 40px !important;
    border-radius: 6px;
    font-size: 1px;
    color: transparent;
    background: url(img/smart-cart0.png) no-repeat center center, #8e270e;
    border: none;
    background-size: 20px;
    margin-left: 15px !important;
}

.single-product .summary .price {
    color: red;
    font-family: "Nunito Sans", sans-serif;
    font-size: 25px;
    font-weight: 900;
}

.single-product .summary .product_meta .posted_in {
    margin-top: 25px;
    font-weight: 900;
    display: block;
}

.single-product .summary .product_meta .posted_in a {
    color: #404040 !important;
    font-weight: 400;
}

.single-product .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce-product-gallery {
    max-width: 440px;
}

.single-product .woocommerce-product-gallery__trigger {
    text-decoration: none !important;
    background: #FFFFFF;
    padding: 5px;
    border-radius: 6px;
    text-indent: -999px;
    overflow: hidden;
    height: 40px;
    width: 40px;
    border: 1px solid #000000;

}

.single-product .woocommerce-product-gallery__trigger::before {
    content: url('/wp-content/themes/wecan-theme/img/search-icon.svg');
    z-index: 10;
    display: block;
    line-height: 2;
    text-indent: 0;
    position: absolute;
    width: 25px;
    height: 24px;
    top: 7px;
    right: 7px;
}

.single-product .related.products {
    margin-bottom: 30px;
}

.single-product .related.products li {
    border-radius: 15px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 18px 17px;
    margin-bottom: 21px;
    border: 1px solid #ebebeb;
    margin: 0;
    flex: 0 0 32.1%;
}

.single-product .related.products ul {
    display: flex;
    gap: 15px;
}

.single-product .related.products li .woocommerce-loop-product__title {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 120%;
    margin: 15px 0px;
    height: 52px;
}

.single-product .related.products li .product-description {
    color: #555555;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-product .woocommerce-product-attributes-item__label {
    width: 120px;
    font-weight: 900;
}

.single-product .woocommerce-product-attributes-item--attribute_pa_ingridienty .woocommerce-product-attributes-item__label {
    text-transform: capitalize;
}

.single-product .woocommerce-product-attributes-item__value a {
    color: #404040 !important;
    font-weight: 400;
}

.single-product .woocommerce-product-attributes {
    margin: 0;
}

.single-product .pswp__caption__center {
    text-align: center;
}

.single-product .woocommerce-product-gallery__image {
    border: 1px solid #ebebeb !important;
    line-height: 0;
}

table.shop_table_responsive tr td:before {
    display: none;
}

.woocommerce-cart .woocommerce-cart-form__cart-item.cart_item td {
    padding: 20px;
}

table.shop_table_responsive tr th,
table.shop_table_responsive tr td {
    text-align: left !important;
}

ul {
    padding: 0;
    margin: 0;
}

#pickup_time {
    height: 34px;
    border-radius: 3px;
}

.custom-pickup-hidden-fields {
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery__title {
    color: #000000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 900;
}

/*
ul li:not(:last-child) {
    margin-bottom: 15px;
}*/

#primary-menu li {
    margin-bottom: 0 !important;
}

.sitemap-menu ul li {
    font-size: 20px;
}

.sitemap-menu li a {
    display: block;
    margin-bottom: 15px;
    max-width: fit-content;
}

.sitemap-menu li {
    font-size: 20px;
    color: #3c3c3f !important;
    text-decoration: none;
}

.sitemap-menu li a {
    font-size: 20px;
    color: #3c3c3f !important;
    text-decoration: none;
    border-bottom: 1px solid #3c3c3f;
}

.sitemap-menu ul li a {
    font-size: 20px;
    color: #3c3c3f !important;
    text-decoration: none;
    border-bottom: 1px solid #3c3c3f;
}

.sitemap-menu ul li {
    max-width: fit-content;
}

.sitemap-menu {
    padding-left: 20px;
}

.product form.cart {
    position: relative;
}

.single-product .woocommerce-product-gallery__wrapper .product-sticker {
    top: 12px;
    left: 12px;
}

.offers-block-wrap .product-sticker {
    top: -12px;
    right: -12px;
}

.products .product .product-sticker {
    top: -12px;
    right: -12px;
}

.product-sticker {
    position: absolute;

    z-index: 2;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
    font-weight: 800;
    min-width: 60px;
    text-align: center;
    letter-spacing: 2px;
}

.sticker-new {
    background: blueviolet;

}

.sticker-hit {
    background: magenta;
}

.sticker-vegan {
    background: green;
}

.sticker-hot {
    background: red;
}

.custom-shop {
    display: flex;
    flex-direction: column;
}

.main-cat-item p {
    display: none !important;
}

.bold-block {
    display: block;
}

.main-cat-item {
    background: none !important;
    border: none !important;
}

.intec-grid.intec-grid-a-v-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.intec-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.delivery-icon {
    width: 45px;
    font-size: 46px;
    margin-right: 24px;
}

.delivery-header {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.content-page-delivery-payment .delivery-description {
    margin-top: 4px;
    font-size: 16px;
}

.delivery-advantages {
    margin-bottom: 40px;
}

.delivery-advantages i {
    color: #979797;
}

.payment-and-delivery-types {
    margin-bottom: 40px;
}

.payment-and-delivery-types .types-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    margin-bottom: 16px;
}

.types-list2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    margin-bottom: 16px;

}

.payment-and-delivery-types .types-list2 .types-list-el {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 2px 16px hsla(236, 6%, 49%, .2);
    padding: 19px 16px;
}

.payment-and-delivery-types .types-list .types-list-el {
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 2px 16px hsla(236, 6%, 49%, .2);
    padding: 19px 16px;
}

#my_custom_checkout_field {
    order: 2;
}

.custom-payment-block .woocommerce-notices-wrapper {
    display: none !important;
}

.flex.justify-between {
    justify-content: space-between;
}

.flex.align-center {
    align-items: center;
}

.flex {
    display: flex;
}

.types-list-el i {
    font-size: 30px;
}

.custom-pickup-time-block {
    display: flex;
    gap: 12px;
    align-items: center;
}

.field__date,
.field__time {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

@media (min-width: 993px) {
    .woocommerce-cart-form__cart-item.cart_item td.product-name {
        width: calc(100% - 500px);
    }
}

@media (max-width: 1440px) {
    .fon-levo {
        left: -13% !important;
        top: 0px !important;
    }

    .fon-levo1 {
        left: -11% !important;
        top: 47px !important;
    }

    .fon-levo2 {
        left: -11% !important;
        top: 26px !important;
    }

    .fon-pravo1 {
        right: -29% !important;
        top: 0px !important;
        left: auto !important;
    }

    .fon-pravo2 {
        right: -32% !important;
        top: 44px !important;
        left: auto !important;
    }

    .fon-pravo3 {
        right: -43% !important;
        top: 125px !important;
        left: auto !important;
    }

    .leafs-4 {
        right: -10%;
    }

    .leafs-3 {
        top: -181px;
        left: -12%;
    }
}

@media(max-width: 1300px) {
    .woocommerce-cart .entry-content .container {
        width: 90%;
    }

    .dop-block-slider .slick-dots {
        display: flex !important;
        gap: 15px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .slick-dots li button:before {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .offers-block ul.products li.product {
        margin-right: auto;
        margin: 0 10px;
        margin-bottom: 10px;
    }

    .fon-levo {
        left: -23% !important;
        top: 0px !important;
    }

    .fon-levo1 {
        left: -21% !important;
        top: 47px !important;
    }

    .fon-levo2 {
        left: -21% !important;
        top: 26px !important;
    }

    .fon-pravo1 {
        right: -39% !important;
        top: 0px !important;
        left: auto !important;
    }

    .fon-pravo2 {
        right: -42% !important;
        top: 44px !important;
        left: auto !important;
    }

    .fon-pravo3 {
        right: -53% !important;
        top: 125px !important;
        left: auto !important;
    }

    .main-category {
        justify-content: center;
    }

    .main-cat-item {
        margin: 10px;
    }

    .top-header .mid-head-mysushi hr {
        width: 64px;
    }

    .top-header .cart-enter .main-cart {
        padding: 12px;
    }
}

@media(max-width: 1250px) {

    .entry-content,
    .main-breadcrumb,
    .main-breadcrumb a,
    .woocommerce-breadcrumb a,
    .woocommerce-breadcrumb,
    .woocommerce-notices-wrapper,
    .entry-header,
    .container {
        width: 90%;
    }

    ul.products,
    .custom-shop .columns-3 ul.products {
        display: flex !important;
        flex-wrap: wrap;
        grid-gap: 15px;
        justify-content: center;
    }

    .columns-4 ul.products li.product,
    .custom-shop .columns-3 ul.products li.product {
        margin: 0;
        flex: 0 0 32.1%;
    }

    .main-category {
        justify-content: center;
        grid-gap: 16px;
    }

    .main-cat-item {
        flex-basis: 30%;
        flex-grow: 1;

    }

    .top-header {
        width: 90%;
    }

    .top-header .mid-head-mysushi hr {
        display: none;
    }

    .mid-head-mysushi div,
    #primary-menu li a,
    .top-header .cart-enter .main-price,
    .top-header .logo .info a span {
        font-size: 14px;
    }
}

@media (max-width: 1169px) {
    .woocommerce-cart .entry-content .container {
        width: 100%;
    }

    .leafs-1,
    .leafs-2,
    .leafs-3,
    .leafs-4 {
        display: none;
    }

    .offers-block,
    .main-category {
        justify-content: center;
    }

    .offers-product-card,
    .main-cat-item {
        margin: 8px 0px;
    }

    .scene-position {
        display: none;
    }

    #primary-menu li {
        margin-right: 18px;
    }
}

@media(min-width: 1024px) {
    .woocommerce-cart-form__cart-item .product-thumbnail img {
        height: 100px;
        width: 100px;
    }
}

@media (max-width: 1024px) {
    table.shop_table_responsive thead {
        display: none !important;
    }

    .woocommerce-cart-form__cart-item .product-thumbnail {
        display: math;
    }

    .woocommerce-cart-form__cart-item .qib-container {
        width: 162px;
    }

    .custom-cart-text .product-price {
        display: none;
    }

    .custom-shop .columns-3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .woocommerce-MyAccount-navigation-ct {
        display: none;
    }

    .woocommerce-MyAccount-content {
        padding-bottom: 75px;
    }

    .site-header {
        display: none;
    }

    .mobile-menu-block {
        display: block;
    }

    .mobile-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 70px;
    }

    .mob-acardion {
        display: block;
    }

    .site-footer-in2 {
        justify-content: center;
    }

    /*.site-footer-in2 div {
        margin: 10px;
    }*/

    .site-content {
        margin-top: 88px;
    }

    .mobile_header .main-cart,
    .nav-mobile .main-cart {
        padding: 16px;
        margin-right: 0;
        background: #8e270e;
        border-radius: 6px;
        text-decoration: none;
        line-height: 0;
    }

    .mobile_header .main-cart .cart-img path,
    .nav-mobile .main-cart .cart-img path {
        fill: #FFFFFF;
    }

    .mobile_header .main-price,
    .nav-mobile .main-price {
        font-size: 18px;
    }

    .mobile_header .main-price span,
    .nav-mobile .main-price span {
        color: #FFF;
    }

    .mobile-menu-block .right-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 32px;
    }

    .mobile_header {
        box-shadow: none;
        padding: 16px;
    }

    .burger.clicked span:before,
    .burger.clicked span:after {
        background-color: #2a2a2a;
    }

    .nav-mobile .burger {
        display: none;
    }

    .nav-mobile .info-mob-wrap {
        margin-top: 18px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        grid-gap: 18px;
    }

    .nav-mobile {
        padding: 0 16px 16px;
    }

    .nav-mobile .info-mob-wrap div,
    .nav-mobile .info-mob-wrap a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 6px;
        font-size: 18px;
    }

    .nav-mobile .info-mob-wrap img {
        width: 20px;
    }

    .nav-mobile .info-mob-wrap a {
        text-decoration: none;
        color: #000;
    }

    .nav-mobile hr {
        margin-top: 18px;
        margin-bottom: 18px;
        background-color: #F5F5F5;
    }

    .nav-mobile .menu {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .nav-mobile .menu li {
        margin-bottom: 18px;
    }

    .nav-mobile .menu li a {
        color: #000;
        text-decoration: none;
    }

    .nav-mobile .menu li.red-link-menu-sushi a {
        color: #8e270e;
    }

    .nav-mobile .menu li.info-link-menu-sushi {
        margin-top: 18px;
        padding-top: 18px;
        border-top: 1px solid #F5F5F5;
    }

    .mobile-menu-block .time-table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 6px;
        margin-bottom: 12px;
    }

    .mobile-menu-block .time-table {
        font-size: 18px;
    }

    .mobile-menu-block .time-table img {
        width: 20px;
    }

    .mobile-menu-block .phone-block img {
        width: 20px;
    }

    .mobile-menu-block .phone-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        grid-gap: 18px;
    }

    .mobile-menu-block .phone-block a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 6px;
        color: #000;
        font-size: 18px;
        text-decoration: none;
    }
}

@media (max-width: 992px) {
    .site-footer-in2 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width: 950px) {
    .mobile-menu-block .phone-block {
        display: none;
    }

    .mobile-menu-block .time-table {
        margin-bottom: 0;
    }

    .main-cat-item {
        flex-basis: 48%;
        flex-grow: 1;
    }

    .columns-4 ul.products li.product,
    .custom-shop .columns-3 ul.products li.product,
    .single-product .related.products li {
        flex: 0 0 48.7%;
    }

    .shiblockmysushi,
    .paymentblockmysushi {
        width: 100%;
    }

    .shipaymblockmysushi {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .main-category {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .types-list2,
    .payment-and-delivery-types .types-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .main-advantages-block {
        flex-wrap: wrap;
    }

    .main-advantages-card {
        margin: 8px;
    }

    #responsive-menu img {
        width: 100px !important;
    }

    .choise-size {
        margin-top: 10px;
        float: none;
        margin-bottom: 0px;
        text-align: center;
    }

    .cats-and-filtr {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .custom-shop .columns-3 {
        margin-top: 0px;
    }

    .shop_table.shop_table_responsive {
        margin-bottom: 20px;
    }

    .woocommerce-cart-form__cart-item table {
        width: 100%;
        border: 1px solid #dcdcdc;
        border-collapse: collapse;
        font-family: "Nunito Sans", sans-serif;
        font-size: 15px;
        font-weight: 500;
    }

    .woocommerce-cart-form__cart-item th {
        text-align: left;
        padding: 20px;
        border: 1px solid #dcdcdc;
    }

    .give-number-modal-in {
        overflow-y: scroll;
    }

    .woocommerce-cart-form__cart-item.cart_item {
        border-bottom: 1px solid #ebebeb;
    }


}

@media (max-width: 736px) and (orientation: landscape) {
    .give-number-modal-in {
        height: 1000px;
        width: 415px;
    }

    .popap-card-main {
        overflow: scroll;
        height: 1250px;
    }
}

@media(max-width: 767px) {
    table.shop_table_responsive tr td:before {
        display: none;
    }

    .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id),
    .cart_item .product-name {
        display: block !important;
    }

    .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
        height: 120px;
    }

    .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
        white-space: normal !important;
    }

    .product-quantity .qib-container {
        width: 162px;
        margin: 0 auto;
    }

    .single-product-outer-wrapper-mysushi {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

@media(max-width: 730px) {
    .mobile-menu-block .time-table span {
        width: 110px;
    }
}

@media(max-width: 639px) {

    .columns-4 ul.products li.product,
    .custom-shop .columns-3 ul.products li.product,
    .single-product .related.products li {
        flex: 0 0 100%;
    }
}

@media (max-width: 575px) {
    .cont-map {
        height: 300px;
    }

    .custom-pickup-hidden-fields {
        flex-direction: column;
        align-items: normal;
    }

    .custom-pickup-time-block {}

    .single-post-body .wp-post-image {
        float: none;
        margin: 0;
        max-width: 100%;

    }

    .site-footer-in2 {
        grid-template-columns: 1fr;
        justify-items: flex-start;
    }

    .main-slider .slick-dots {
        top: 123px;
    }

    .main-first-sec {
        width: 90%;
        margin: 0 auto;
    }

    .main-about-block .container {
        flex-wrap: wrap;
    }

    .site-footer-in {
        justify-content: center;
        flex-wrap: wrap;
    }

    .contact-block .right,
    .contact-block .left {
        width: 100%;
    }

    .woocommerce-MyAccount-navigation>ul {
        margin: 0;
        margin-bottom: 30px;
    }

    .custom-accaunt-wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .woocommerce-EditAccountForm p input {
        width: 100%;
    }

    .dop-block-slider .slick-next,
    .dop-block-slider .slick-next:before {
        right: 25px;
    }

    .dop-block-slider .slick-prev,
    .dop-block-slider .slick-prev:before {
        left: 25px;
    }

    .cart_totals {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .cart-subtotal {
        text-align: center;
    }

    .woocommerce-checkout-review-order-table tfoot td,
    .woocommerce-checkout-review-order-table tfoot tr th {
        width: auto;
    }

    .woocommerce-shipping-fields__field-wrapper .select2-container,
    .woocommerce-shipping-fields__field-wrapper #shipping_street_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_street_field span input,
    .woocommerce-shipping-fields__field-wrapper #shipping_houset_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_houset_field span input,
    .woocommerce-shipping-fields__field-wrapper #shipping_flat_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_flat_field span input,
    .woocommerce-shipping-fields__field-wrapper #shipping_level_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_level_field span input,
    .woocommerce-shipping-fields__field-wrapper #shipping_door_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_door_field span input,
    .woocommerce-shipping-fields__field-wrapper #shipping_call_door_field,
    .woocommerce-shipping-fields__field-wrapper #shipping_call_door_field span input {
        max-width: none !important;
        width: 100% !important;
    }

    .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
        white-space: normal !important;
    }

    table.shop_table_responsive tr td:before {
        float: none !important;
    }

    .woocommerce-billing-fields__field-wrapper .form-row {
        margin-right: 0px !important;
    }

    .total-tb-widt {
        width: 100%;
    }

    .custom-payment-block {
        flex-wrap: wrap;
    }

    .custom-payment-gift {
        margin-top: 30px;
    }

    .mobile-logo a {
        width: 195px;
    }

    .top-main-title {
        margin: 30px 0 30px 0;
        line-height: 1;
        font-size: 30px;
    }

    body {
        background: url(img/header-elips.png) no-repeat center -170px,
            linear-gradient(-181deg, #ececf4 0%, #ffffff 100%);
    }

    body.home {
        background: url(img/header-elips-mob.png) no-repeat center top,
            linear-gradient(-181deg, #ececf4 0%, #ffffff 100%);
    }

    .top-main-text {
        margin-bottom: 67px;
    }

    .main-first-sec {
        min-height: auto;
    }

    .offers-block-title {
        margin: 30px 0px 30px 0px;
    }

    .offers-block-wrap {
        margin-bottom: 30px;
    }

    .main-about-block .text-side p {
        margin: 10px 0px;
    }

    .main-advantages-block {
        display: block;
        margin-bottom: 30px;
    }

    .footer-logo {
        display: none;
    }

    .site-footer {
        padding: 30px 0 30px 0;
    }

    .main-breadcrumb,
    .main-breadcrumb a {
        margin: 10px 0;
    }

    .woocommerce-breadcrumb a,
    .woocommerce-breadcrumb {
        margin: 10px auto;
    }

    .woocommerce-pagination {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .count-basket .qib-container .quantity input {
        width: 50px !important;
        height: 58px !important;
        border: none !important;
        border-top: 1px solid #d2d2d2 !important;
        border-bottom: 1px solid #d2d2d2 !important;
    }

    .offers-block ul.products li.product {
        margin: 0;
        width: 100% !important;
        margin-bottom: 21px;
    }

    .main-about-block .pic-side,
    .main-about-block .text-side {
        width: 100%;
    }

    .give-number-modal-in {
        top: 3%;
        padding: 18px 18px;
        width: 90%;
    }

    ul.products li.product img {
        margin: 0 auto;
    }

    .custom-shop .columns-3 ul.products li.product {
        margin: 0;
        width: 100%;
        margin-bottom: 21px;
    }

    .product-description {
        height: initial;
        display: none;
    }

    #customer_login div {
        width: 100% !important;
    }

    .woocommerce-ResetPassword button,
    #customer_login button {
        width: 100%;
    }

    .contact-block .right .contacts-col .wpcf7 .wpcf7-form p:nth-child(3) {
        text-align: center;
    }

    .woocommerce-cart-form__cart-item.cart_item,
    .woocommerce-orders-table__row {
        display: block;
    }

    .container .woocommerce-cart-form .custom-cart-text .woocommerce-cart-form__cart-item.cart_item {
        text-align: center;
        font-size: 14px !important;
    }

    .woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id),
    .cart_item .product-name {
        display: block !important;
    }

    .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
        height: 120px;
    }

    .product-quantity .qib-container {
        width: 162px;
        margin: 0 auto;
    }

    table.shop_table_responsive tr td:before {
        display: none;
    }

    .entry-content .container {
        width: 100%;
    }

    .dop-block-slider .offers-product-card {
        margin: 5px;
    }

    .woocommerce-MyAccount-content table {
        border: none;
    }

    .custom-accaunt-wrapper {
        min-height: auto;
    }

    .woocommerce-MyAccount-navigation,
    .woocommerce-MyAccount-navigation>ul>li,
    .woocommerce-MyAccount-navigation>ul {
        width: 100%;
        text-align: center;
    }

    .shop_table.ywpar_points_rewards.my_account_orders {
        width: 100%;
        overflow: scroll;
        display: block;
    }

    .error-container {
        font-size: 60px;
    }

    .woocommerce-cart-form__cart-item .product-thumbnail {
        max-width: 100%;
    }

    .main-cat-item {
        width: 100%;
    }

    .entry-content,
    .main-breadcrumb,
    .main-breadcrumb a,
    .woocommerce-breadcrumb a,
    .woocommerce-breadcrumb,
    .woocommerce-notices-wrapper,
    .entry-header,
    .container {
        width: 90%;
        overflow-x: hidden;
        position: relative;
    }

    table.shop_table_responsive tr td {
        text-align: center !important;
    }
}


@media (max-width: 320px) {
    .mobile-logo a {
        width: 160px;
    }

    .main-about-block {
        width: 320px;
    }

    .main-about-block .pic-side img {
        max-width: 300px;
    }

    .main-slider .slick-dots {
        top: 135px;
    }

}

@media (max-width: 640px) {
    .woocommerce-loop-product__title a {
        hyphens: auto;
    }

    ul.products,
    .custom-shop .columns-3 ul.products {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }

    .products .product .woocommerce-loop-product__title {
        height: auto !important;
        margin: 10px 0 !important;
    }

    .products .product .product-description {
        margin: 0 !important;
    }

    .products .product .product-description p {
        margin: 0 !important;
    }

    .mysushi-net-v-nal-block {
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .offers-price-block-woo .price {
        height: auto !important;
    }

    .actions__cart {
        margin-top: 10px;
    }

    .products .product .qib-container {
        display: none !important;
    }

    .products .product .offers-price-block-woo {
        flex-direction: column-reverse;
    }

    .products .product .count-basket-woo>a {
        width: 100%;
        /*height: 40px !important;*/
    }

    ul.products .product,
    .custom-shop .columns-3 ul.products .product {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media(max-width: 630px) {
    .mobile-menu-block .time-table span {
        width: 110px;
    }

    .mobile_header .medium-block {
        display: none;
    }

    .mobile_header .medium-block img {
        width: 20px;
    }
}

@media(max-width: 500px) {
    .nav-mobile .burger {
        display: block;
    }

    .nav-mobile {
        width: 100%;
        max-width: 100%;
    }

    .top-nav-mobile {

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-mobi-he {
        margin-right: 10px;
    }

    .mobile-menu-block .right-block {
        grid-gap: 10px;
    }

    .mobile_header .main-cart {
        padding: 10px;
    }

    .mobile_header .main-cart .cart-img {
        margin-right: 10px;
    }

    .mobile_header .woocommerce-Price-amount {
        font-size: 14px;
    }

}

@media (max-width: 480px) {
    .main-category {
        gap: 10px 10px !important;

    }

    .main-category {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .main-cat-item a p {
        top: 20px;
        padding: 0 10px;
    }
}

@media (max-width: 444px) {
    /* .main-category {
        display: grid !important;
        grid-template-columns: 1fr;
    }*/
}