*{
outline:none!important;
box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-family: "Oswald";
}
.thank-tx {
    text-align: center;
    font-size: 18px;
}
img {
    max-width: 100%;
}
body {
	font-family: "Ubuntu", sans-serif;
	margin:0;
    overflow-x: hidden;
    color:#000;
}
body .xt_woofc:not(.xt_woofc-cart-open) {
    --xt-woofc-radius: 35px;
    border-radius: 35px;
}
.woocommerce form .form-row .optional {
    visibility: hidden;
}
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.grid {
    display: grid;
}
.grid-2col {
    grid-template-columns: repeat(2, 1fr);
}
.grid-3col {
    grid-template-columns: repeat(3, 1fr);
}
.grid-4col {
    grid-template-columns: repeat(4, 1fr);
}
.grid-5col {
    grid-template-columns: repeat(5, 1fr);
}
.gap15 {
    gap: 15px;
}
.gap20 {
    gap: 20px;
}
.gap30 {
    gap: 30px;
}
.gap40 {
    gap: 40px;
}
.gap60 {
    gap: 60px;
}
.mtop10 {
    margin: 10px 0 0;
}
.mtop20 {
    margin: 20px 0 0;
}
.mtop30 {
    margin: 30px 0 0;
}
.mtop40 {
    margin: 40px 0 0;
}
.mtop50 {
    margin: 50px 0 0;
}
.mtop60 {
    margin: 60px 0 0;
}
.mtop70 {
    margin: 70px 0 0;
}
.mtop80 {
    margin: 80px 0 0;
}
.mtop90 {
    margin: 90px 0 0;
}
.mtop100 {
    margin: 100px 0 0;
}
.mtop120 {
    margin: 120px 0 0;
}
.mtop130 {
    margin: 130px 0 0;
}
.mtop140 {
    margin: 140px 0 0;
}
.mtop150 {
    margin: 150px 0 0;
}
.mtop160 {
    margin: 160px 0 0;
}
.mtop170 {
    margin: 170px 0 0;
}
.mtop180 {
    margin: 180px 0 0;
}
.mtop190 {
    margin: 190px 0 0;
}
.mtop200 {
    margin: 200px 0 0;
}
.mbot10 {
    margin: 0 0 10px;
}
.mbot20 {
    margin: 0 0 20px;
}
.mbot30 {
    margin: 0 0 30px;
}
.mbot40 {
    margin: 0 0 40px;
}
.mbot50 {
    margin: 0 0 50px;
}
.mbot60 {
    margin: 0 0 60px;
}
.mbot70 {
    margin: 0 0 70px;
}
.mbot80 {
    margin: 0 0 80px;
}
.mbot90 {
    margin: 0 0 90px;
}
.mbot100 {
    margin: 0 0 100px;
}
.mbot120 {
    margin: 0 0 120px;
}
.mbot130 {
    margin: 0 0 130px;
}
.mbot140 {
    margin: 0 0 140px;
}
.mbot150 {
    margin: 0 0 150px;
}
.mbot160 {
    margin: 0 0 160px;
}
.mbot170 {
    margin: 0 0 170px;
}
.mbot180 {
    margin: 0 0 180px;
}
.mbot190 {
    margin: 0 0 190px;
}
.mbot200 {
    margin: 0 0 200px;
}
.br12 {
    border-radius: 12px;
}
.br15 {
    border-radius: 15px;
}
.br17 {
    border-radius: 17px;
}
.br25 {
    border-radius: 25px;
}
.notice {
    margin: 70px 0 50px;
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    border-bottom: 10px solid #83b300;
}
.notice-title {
    font-size: 46px;
    font-family: "Oswald";
}
.notice-sub {
    display: inline-block;
    width: 100px;
    margin: 10px 0 30px;
}
.notice-tx {
    font-size: 30px;
}
.prod-block.a-center ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.prod-block.a-center li.product {
    width: 100%;
}
span.zagolovok {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
span.gift-in {
    display: block;
    position: relative;
}
span.gift-in span {
    position: absolute;
    background: #fff;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    box-shadow: 2px 3px 13px #0000007d;
    top: 10px;
    transform: scale(0);
    transition: .3s;
    transform-origin: left top;
}
span.gift-in:hover span {
    transform: scale(1);
}
span.custom-badge {
    display: block;
    position: absolute;
    z-index: 9;
    left: 10px;
    top: 10px;
}
p.callback {
    padding: 30px;
    background: #fff;
    border-radius: 30px;
    border-left: 5px solid #e2292b;
}
body .xt_woofc-checkout {
    font-style: normal;
}
.deliv-map {
    padding: 40px 0;
}
.delivs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.deliv-map iframe {
    border-radius: 30px;
    overflow: hidden;
}
.ny-tx {
    font-family: "Oswald";
}
.ny-btn a {
    padding: 10px 30px;
    background: #fdaf00;
    border-radius: 10px;
    color: #fff;
    margin-left: 15px;
    text-decoration: none;
}
.ny.flex img {
    width: 50px;
}
.ny.flex {
    max-width: 1280px;
    margin: 0 auto;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}
.single-product>.product {
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}
.mfp-content .single-product>.product {
    padding-top: 10px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 46%;
}
.single-product h1.product_title.entry-title {
    text-align: left;
}
.single-product .product_meta {
    display: none;
}
.nav-links {
    display: none;
}
figure.woocommerce-product-gallery__wrapper {
    border-radius: 30px;
    overflow: hidden;
}
.woocommerce .single-product div.product p.price {
    color: #040404;
    font-size: 30px;
    font-weight: 700;
}
body .woocommerce button.button.alt {
    color: #fff;
    border: 1px solid transparent;
    background: #e2292b url(/images/cart.svg) no-repeat;
    background-size: 20px;
    background-position: 20px 6px;
}
.woocommerce .single-product button.button {
    margin-top: 0;
}
.single-product form.cart {
    display: flex;
    align-items: center;
}
.woocommerce div.product div.summary {
    padding: 30px;
}
.deliv-map iframe {
    width: 100%;
}
.cookie-warn.flex.active {
    display: flex;
}
.cookie-warn.flex {
    display: none;
    max-width: 1200px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000059;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 99999;
}
.cookie-tx {
    padding-right: 40px;
}
.cookie-tx a {
    color: #e2292b;
}
.cookie-btn {
    padding: 10px 30px;
    background: #000;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
body .xt_woofc-price {
    flex: .5;
    text-align: right;
}
body .xt_woofc-trigger.xt_woofc-icontype-image .xt_woofc-trigger-cart-icon {
    background: #e2292b url(/images/cart.svg) center no-repeat;
    background-size: 36px;
    border-radius: 50%;
}
.work-notice {
    text-align: center;
    padding: 40px;
    font-size: 30px;
    background: #fff;
    border-radius: 30px;
    border-bottom: 10px solid #e2292b;
    margin: 40px 0;
}
li.xt_woofc-product.xt_woofc-simple[data-id="688"] .xt_woofc-quantity, li.xt_woofc-product.xt_woofc-simple[data-id="688"] .xt_woofc-actions{
    display: none;
}
p#datetimepicker_field span.optional {
    display: none;
}
.menu-toggler {
    display: none;
}
.woocommerce p.form-row.form-row-last button.button {
    margin: 0;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    background: #e2292b ;
}
input#coupon_code {
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 15px;
    max-width: 200px;
}
ul.deliv {
    padding: 40px;
    background: #fff;
    border-radius: 20px;
}
ul.deliv li {
    padding-bottom: 10px;
}
p.d-list {
    line-height: 1.5;
}
.cont-left {
    width: 30%;
    padding-right: 40px;
}
.cont-right {
    width: 70%;
}
.cont-right iframe {
    width: 100%;
}
a.rekv {
    color: #000;
}
.w-time {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 30px 0 0;
}
.grafic {
    position: absolute;
    background: #ffffff;
    padding: 10px;
    font-size: 12px;
    width: 160px;
    border-radius: 0 15px 15px;
    box-shadow: 2px 2px 10px #0000002e;
    top: 100%;
    left: 0;
    display: none;
}
.wt-ic {
    font-size: 30px;
    padding-right: 5px;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 55px;
    background: #fff;
}
p.form-row.form-row-lastt {
    display: inline-block;
}
.bl-title h3 {
    font-size: 40px;
}
.more-prods {
    text-align: right;
    padding-right: 10px;
}
.more-prods a {
    text-decoration: none;
    color: #000;
}
.more-prods a:hover {
    text-decoration: none;
    color: #e2292b;
}
.more-prods i {
    transform: translate(5px, 2px);
    transition: .3s;
}
.more-prods a:hover i {
    transform: translate(15px, 2px);
}
ul#topmenu li#menu-item-424 a {
    background: #e2292b url(/images/promo.png) no-repeat;
    background-position: 10px 4px;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px 10px 48px;
}
ul#topmenu {
    display: flex;
    list-style: none;
    padding: 0 60px 0 0;
}
ul#topmenu a {
    padding: 10px 20px;
    text-decoration: none;
    color: #000;
}
main#main.err {
    min-height: 70vh;
    padding: 0;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    background: url(/images/error.jpg)no-repeat;
    background-size: 100%;
    align-items: center;
    justify-content: flex-start;
}
.flex {
    display:flex;
    flex-wrap:wrap;
}
.right-top {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.er-title {
    font-size: 30px;
    font-family: "Oswald";
}
.error-inner {
    width: 40%;
    text-align: right;
}
.but-home a {
    background: #26ac1c;
    line-height: 40px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 15px;
    border-radius: 10px;
    text-decoration: none;
    color: #fff;
    animation: shake 5s infinite;
}
.woofc-body .yith-wcbm-badge {
    display: none;
}
.pr-weight {
    display: inline-block;
    font-size: 12px;
    padding: 3px 10px;
    border-left: 1px solid #b7b5b5;
    margin-bottom: 5px;
    background: #fff;
    color: #444;
    margin-left: 10px;
}
.top-col-right span.sub {
    font-size: 14px;
    border-bottom: none;
    font-family: 'Conv_Geometria';
    line-height: 1;
}
.cat-wrap h3 {
    font-size: 17px;
}
ul#primary-menu a.active {
    color: #e2292b;
}
body .mfp-close {
    right: 8px;
    top: 6px;
}
ul#primary-menu a:hover, ul#primary-menu .current-menu-item a {
    color: #e2292b;
}
.summary-content.ps-container.ps-theme-wpc h1 {
    text-align: left;
}
.woocommerce div.product .summary-content p.price {
    color: #000;
    font-size: 30px;
}
#woosq-popup .woocommerce button.button {
    margin: 0 0 0 15px;
    font-size: 18px;
}
#woosq-popup input.input-text.qty.text {
    border: 1px solid #d5d5d5;
    height: 40px;
    border-radius: 10px;
}
.summary-content .pr-weight {
    font-size: inherit;
    padding: 3px 10px 3px 0;
    border-left: none;
    margin-bottom: 0;
    margin-left: 0;
}
article#post-11 .woocommerce-message {
    display: none;
}
body .woofc-trigger.woofc-icontype-image .woofc-trigger-cart-icon {
    background: #e2292b url(/images/cart.svg) center no-repeat;
    background-size: 30px;
    border-radius:6px;
}
.cart-title img {
    display: inline-block;
    width: 30px;
    margin-right: 8px;
}
.totop {
    width: 40px;
    height: 40px;
    background: #e2292b;
    position: fixed;
    bottom: 140px;
    right: 22px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
    color: #fff;
    transform: translateX(100px);
    transition: .3s;
    cursor: pointer;
}
.bottom {
    background: #f5f7f9;
}
.totop.activ {
    transform: translateX(0px);
}
.bottom-col .top-col-left {
    color: rgba(255, 255, 255, 0.7);
}
.bottom a {
    color:rgba(255, 255, 255, 0.7);
    text-decoration: none;
}
.bottom a:hover {
    color:#fff;
}
.bottom-logo {
    max-width: 250px;
    display: inline-block;
}
.top-col-right {
    line-height: 1;
}
.bottom-col {
    width: 30%;
}
.bottom-col.sh {
    text-align: center;
}
.comp-info {
    font-size: 12px;
    text-wrap: balance;
    margin-top: 20px;
}
.copy.flex {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 12px;
    padding: 0 40px 10px;
}
.copy.flex a {
    color:#000;
}
form.woocommerce-ordering {
    display: none;
}
.comp-info {
    font-size: 12px;
}
.bottom-inner {
    max-width: 1100px;
    margin: 80px auto 10px;
    display: flex;
    justify-content: space-between;
    background: #333333;
    padding: 50px 30px;
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.7);
    align-items: center;
}
.top-left {
    display: flex;
    align-items: center;
}
.bottom .top-col a {
    color: rgba(255, 255, 255, 0.7);
}
.top-col.phone {
    display: flex;
}
.top-left .top-col {
    text-align: center;
}
.top-col a {
    font-size: 30px;
    color: #444;
    text-decoration: none;
}
.top-col {
    position: relative;
    min-height: 53px;
}
.work-left {
    font-size: 26px;
    padding-right:7px;
}
span.minsum {
    padding-left: 24px;
}
.work-right span  {
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    margin-left: 3px;
}
.top-col-left {
    display: flex;
    padding-right: 10px;
    align-items: center;
    font-size: 30px;
}
.top-col.work.m-hide {
    display: flex;
}
.top-col.work.m-hide {
    display: flex;
    align-items: center;
}
.top-col.phone {
    justify-content: flex-end;
}
.bottom h3 {
    color: #fff;
}
.header-top .top-col.phone {
    justify-content: flex-end;
    font-weight: 700;
    padding-right: 50px;
}
.top-col-right span {
    font-size: 8px;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    margin-left: 3px;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  1%, 3%, 5%, 7%, 9% {
    transform: translate3d(-2px, 2px, 0);
  }

  2%, 4%, 6%, 8% {
    transform: translate3d(2px, -2px, 0);
  }
  10% {
    transform: translate3d(0, 0, 0);
  }
}
p.required-notice {
    display: none;
}
form#wpmtst-submission-form {
    max-width: 300px;
}
input#wpmtst_client_name {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 30px;
}
.form-wrap {
    display: none;
}
input#wpmtst_submit_testimonial {
    background: #e2292b;
    border: none;
    color: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    font-size: 16px;
}
textarea#wpmtst_post_content {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 30px;
}
.but-send {
    display: inline-block;
    margin: 20px;
    background: #26ac1c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 10px;
    cursor: pointer;
}
.cat-wrap h2 {
    font-family: "Oswald";
    font-size: 36px;
    text-align: center;

    color: #444;
    display:block;
    position: relative;
    margin:0;
}
.woosq-btn {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    text-indent: -99999px;
}
.cat-wrap h2:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #eee;
    top: 50%;
    z-index: -1;
}
.cat-wrap h2 span {
    background: #fff;
    padding: 0 30px;
}
li.product h3 {
    font-family: "Oswald";
}
.woocommerce-MyAccount-content a, .woocommerce-MyAccount-content a:hover {
    color: #444;
}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a {
    color: #444;
    text-decoration: none;
}
.cart-title {
    padding: 10px 10px 10px 15px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}
address {
    font-style: normal;
}
.cart-counter {
    padding: 0 10px;
    border-left: 1px solid #fff;
}
.woocommerce-MyAccount-content input {
    height: 35px;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 30px;
}
fieldset {
    border: 2px solid #eee;
}
em {
    font-style: normal;
}
header#masthead {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #EAE5DF;
    top: 0;
    left: 0;
    border-radius: 0 0 50px 50px;
}
.ph-item {
    position: relative;
    text-align: right;
}
.ph-tt {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%) scale(0);
    transform-origin: left top;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 0 15px 15px;
    box-shadow: 2px 3px 10px #0000004d;
    z-index: 9;
    background: #fff;
}
.ph-item:hover .ph-tt {
    transform: translateX(100%) scale(1);
    transition: .3s;
}
.top-col.sale.m-hide {
    max-width: 170px;
}
h3 {
    font-family: "Oswald";
    font-size: 20px;
}
.sale-title {
    font-size: 26px;
    font-family: "Oswald";
}
.sale-wrap {
    padding-left: 70px;
    background: url(/images/hot.png)left no-repeat;
    background-size: 53px;
    margin-bottom: 40px;
}
.tocart a {
    display: flex;
    position: absolute;
    height: 100%;
    top: 0;
    align-items: center;
    text-decoration: none;
    right: 0;
    background: #26ac1c;
    color: #fff;
    width: 26px;
    justify-content: center;
    transition: .3s;
    transform: scale(0);
}
.top-cart:hover a {
    transform: scale(1);
}
a.showcoupon {
    color: #000;
}
.top-cart {
    display: flex;
    background: #e2292b;
    height: 40px;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.sait-nav-inner {
    padding: 0px 5px;
    background: #f5f7f9;
    border-radius: 20px;
    width: fit-content;
    align-items: center;
    flex-wrap: nowrap;
}
.tab-buttons {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.top-col-link a:hover {
    color: #e2292b;
}
article {
    max-width: 1100px;
    margin: 0 auto;
}
.acc-wraper {
    display: flex;
    min-height: 70vh;
}
nav.woocommerce-MyAccount-navigation {
    width: 30%;
}
a.woocommerce-remove-coupon {
    color: #616060;
    font-size: 12px;
}
nav#site-navigation.fixed {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    background: #fff;
}
.logo-m img {
    width: 42px;
}
.logo-m {
    display: flex;
    align-items: center;
    width: 0px;
    overflow: hidden;
    transition: .3s;

}
#site-navigation.fixed .logo-m {
    width: 42px;
    transition-delay: 1s;
}
strong {
    font-weight: normal;
}
main#main {
    min-height: 100vh;
    padding-bottom: 70px;
}
.payment img {
    width: 100%;
    max-width: 198px;
    padding: 5px;
    background: #fff;
    border-radius: 20px;
}
.woocommerce-MyAccount-content {
    width: 70%;
}
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul a {
    color: #444;
    line-height: 1.5;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}
nav.woocommerce-MyAccount-navigation ul a:hover {
    color: #e2292b;
}
div#customer_login {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.abs-pos {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0;
}
.popup-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}
span.desct {
    padding-left: 10px;
}
.popup-overlay.activ {
    z-index: 9;
    opacity: 1;
}
#popaplogin .tab-buttons h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}
#popaplogin h2.activ {
    color: #e2292b;
}
.sep {
    padding: 0 5px;
}
#popaplogin form.login, #popaplogin form.register {
    border: none;
    padding: 0;
    margin: 0;
}
.top-wrap {
    padding: 15px 0;
    position: relative;
    align-items: center;
}
.login-top>div {
    border: 1px solid #444;
    padding: 7px 20px;
    border-radius: 30px;
    cursor: pointer;
}
.login-top>div:hover {
    border: 1px solid #e2292b;
    color:#e2292b;
}
select {
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    max-width: 360px;
    border: 1px solid #e0e0e0;
}
#popaplogin {
    width: 300px;
    padding: 30px;
    position: fixed;
    top: 10vh;
    left: calc(50% - 150px);
    background: #fff;
    z-index: 999;
    transform: translateY(-2000px);
    transition: .5s;
}
.woocommerce-form input {
    height: 35px;
    border: 1px solid #ccc;
    padding: 0 20px;
    border-radius: 30px;
}
.woocommerce-privacy-policy-text {
    font-size: 12px;
}
a.woocommerce-privacy-policy-link {
    color: #444;
}
p.woocommerce-LostPassword.lost_password a {
    color: #444;
}
p.woocommerce-LostPassword.lost_password a:hover {
    color: #e2292b;
}
input#rememberme {
    height: auto;
    line-height: 10px;
    vertical-align: middle;
}
button.woocommerce-Button.button {
    background: #fff;
}
.f-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    opacity: .5;
    transition: .3s;
}
.f-close:hover {
    transform: rotate(90deg);
    opacity: 1;
}
.login-top a {
    color: #444;
    text-decoration: none;
}
.login-top a:hover {
    color: #e2292b;
}
#popaplogin.activ {
    transform: translateY(0px);
    transition: .5s;
    overflow: hidden;
}
ul#primary-menu a {
    color: #000;
    font-family: "Oswald";
    letter-spacing: 0.1em;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
}
ul.products p {
    margin: 0;
}
.cat-wrap {
    padding: 50px 0 0;
    position: relative;
}
.anch {
    position: absolute;
    top: -100px;
}
.logo {
    display: flex;
    position: relative;
    max-width: 240px;
}
section#slider {
    padding: 50px 0;
}
div#n2-ss-2-align {
    border-radius: 50px;
    overflow: hidden;
}
.top-right.flex {
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}
.logo-right, .logo-left {
    transition: .5s;
}
.logo-left {
    width:70px;
    transition: .5s;
}
.pr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
span.red {
    display: block;
    color: red;
    padding: 10px 0 0;
}
h1.entry-title {
    padding-top: 30px;
    font-size: 46px;
    font-family: "Oswald";
    margin-top: 0;
    text-align: center;
    line-height: 1.17;
}
.logo-right img {
    width:100%;
}
.woocommerce-notices-wrapper {
    display: none;
}
.img-wrap {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body {
    padding-top: 115px;
    background: #eae5df4f;
}
.logo-right {
    width:125px;
}
.header-top.fixed .logo-right {
    transform: translateY(-200px);
}
.logo-left img {
    width: 100%;
    transition: .5s;
}
.header-top.fixed .logo-left img{
    width: 60px;
}
.site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .7s;
}
.header-top.fixed .site-branding {
    width:100px;
}
.slog {
    margin: 10px 0 0 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.slog span {
    font-family: "Oswald";
}
li.product {
    width: 31%;
    display: inline-block;
    background: #fff;
    margin: 1%;
    position: relative;
    padding: 0px 10px 20px;
    border-radius: 20px;
    transition: .3s;
}
li.product:hover {
    box-shadow: 10px 10px 20px #00000021;
}
.bl-title {
    text-align: center;
}
.woocommerce div.product form.cart .variations select {
    max-width: 90px;
    min-width: auto;
}
.single-product form.cart {
    flex-wrap: wrap;
}
.slick-track {
    padding: 0 10px 10px;
}
.slick-track img {
    border-radius: 20px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000000;
    font-size: 32px;
}
.img-wrap img {
    border-radius: 20px;
}
li.product.product-type-variable .pr-wrap {
    justify-content: center;
}
a.reset_variations {
    display: none!important;
}
.ci-right a {
    color: #000;
}
td.label {
    width: 63px;
}
.ci-right h3 {
    font-size: 26px;
}
.single_variation_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, div#woosq-popup .woocommerce button.button.alt {
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 0;
    text-indent: -9999px;
    height: 40px;
    width: 58px;
    border-radius: 21px;
    left: auto;
    color: #fff;
    display: block;
    border: 1px solid transparent;
    background: #e2292b url(/images/cart.svg) center no-repeat;
    background-size: 28px;
}
body .woocommerce ul.products li.product h3 {
    font-family: "Oswald";
    text-align: center;
    padding-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.img-wrap img {
    width: 100%;
    height: auto;
}
body .yith-wcbm-badge-82 {
    top: -10px;
}
.menu-toggle {
    display: none;
}
.bottom-col .top-col {
    display: flex;
    min-height: auto;
}
.privacy a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}
.container.flex {
    padding: 0 30px;
    justify-content: space-between;
}
ul#primary-menu li {
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
}
ul#primary-menu li.active {
    background: #fff;
}
ul#primary-menu {
    display: flex;
    padding: 0;
    justify-content: space-between;
    margin: 0;
}
ul#primary-menu li {
    display: block;
    text-align: center;
}
ul#primary-menu li a{
    text-decoration: none;
}
ul.sub-menu {
    position: absolute;
    padding: 20px;
    background: #fff;
    min-width: 300px;
    display: none;
    transition: .2s;
    left: 0;
    top: calc(100% + 10px);
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
    border-radius: 30px;
    box-shadow: 5px 5px 15px #0000001a;
}
ul.sub-menu.active {
    display: grid;
}

ul.sub-menu a {
    color:#fff;
}
footer#colophon {
    text-align: center;
    font-size: 12px;
    padding: 5px 10px;
    background: #222;
    color: rgba(255, 255, 255, 0.5);
}
.bottom ul {
    padding-left: 20px;
}
p.woocommerce-result-count {
    display: none;
}
.myaac-trigger {
    display: none;
}
.nav-toggler {
    position: relative;
    width: 14px;
    height: 12px;
    cursor: pointer;
}
.toggler-wrap.flex {
    gap: 10px;
    padding: 7px 15px;
    background: #e2292b;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    align-items: center;
    text-transform: uppercase;
    flex-wrap: nowrap;
}
.nav-toggler span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: .3s;
}
span.tog-center {
    top: calc(50% - 1px);
}
span.tog-bottom {
    bottom: 0;
}
.active span.tog-top {
    transform: rotate(45deg);
    transform-origin: left center;
}
.active span.tog-center {
    display: none;
}
.active span.tog-bottom {
    transform: rotate(-45deg);
    transform-origin: left center;
}
li#menu-item-13628>a {
    display: none;
}
.cat-grid {
    gap: 30px;
}
.product-category {
    position: relative;
}
.cat-title {
    position: absolute;
    bottom: 30px;
    display: flex;
    justify-content: center;
    width:100%;
}
.cat-title h3 {
    margin: 0;
    display: inline-block;
    padding: 10px 20px;
    background: #EAE5DF;
    border-radius: 30px;
    color: #000;
}
.about-cell {
    grid-column: span 2;
    padding: 0 30px;
    background: #fff;
    border-radius: 25px;
}
.ph-item.sec a {
    font-size: 16px;
}
.woocommerce div#payment button.button.alt {
    background: #e2292b;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border: none;
    border-radius: 30px;
    text-indent: inherit;
    width: fit-content;
    height: auto;
}
.woosq-product .thumbnails {
    background-color: #fff;
}
.woocommerce div.product form.cart {
    margin-top: 30px;
}
h1.product_title.entry-title {
    font-size: 36px;
}
.woosq-popup {
    max-width: 1000px;
    border-radius: 30px;
}
p.price {
    margin: 15px 0;
}

@media screen and (max-width:1280px){
.container {
    padding: 0 10px;
}
}
@media screen and (max-width:1100px){
ul#primary-menu li {
    padding: 0 10px;
}
ul#primary-menu a {
    font-size: 12px;
}
.bottom-col:nth-child(3) {
    display: none;
}
}
@media screen and (max-width:1024px){
ul#primary-menu li {
    padding: 0 7px;
}
.img-wrap img {
    width: 100%;
    height: auto;
}
}
@media screen and (max-width:900px){
.top-col.work {
    display: none;
}
.cat-grid.grid.grid-3col.mtop40 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.toggler-r {
    display: none;
}
.cat-title h3 {
    padding: 6px 16px;
    font-size: 14px;
}
.cat-title {
    bottom: 12px;
}
.notice {
    margin: 10px 0 50px;
    padding: 20px 50px;
}
.notice-title {
    font-size: 30px;
}
.notice-tx {
    font-size: 20px;
}
.notice-sub {
    width: 72px;
    margin: 10px 0 12px;
}
.ph-item.sec a {
    font-size: 12px;
}
.top-wrap.grid {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-between;
}
.prod-block.a-center ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
}
.prod-block.a-center li.product {
    margin: 0;
}
.delivs {
    grid-template-columns: 1fr;
}
.ny-btn a {
    padding: 10px 30px;
    background: #fdaf00;
    border-radius: 10px;
    color: #fff;
    margin-left: 0;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}
.ny.flex {
    max-width: 300px;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 20px;
}
.woocommerce div.product div.summary {
    padding: 0;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    width: 100%;
}
.single-product>.product {
    padding-top: 0;
}
.cookie-warn.flex {
    flex-wrap: wrap;
    justify-content: flex-end;
    bottom: 60px;
}
.cookie-tx {
    padding-right: 0;
    font-size: 12px;
}
.cookie-btn {
    margin-top: 20px;
}
.w-time {
    display: none;
}
.gr-in-nav {
    text-align: center;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 20px;
    margin-top: 20px;
    border-bottom: 10px solid #e2292b;
}
body .woofc-inner .woofc-price, body .woofc-inner .woofc-product-title {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}
.w-title {
    font-family: "Oswald";
    font-size: 19px;
    margin-bottom: 10px;
}
.cont-left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
}
.ci-right h3 {
    font-size: 16px;
}
.cont-right {
    width: 100%;
}
.header-top .top-col.phone {
    padding-right: 20px;
}
.woocommerce-form-coupon-toggle a {
    display: block;
    font-size: 12px;
    color: #444;
}
table.shop_table.woocommerce-checkout-review-order-table {
    margin-top: 0;
}
.woocommerce form .form-row textarea {
    height: 100px;
}
ul#primary-menu {
    padding: 20px;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100svh - 100px);
    background: #fff;
    margin: auto;
    display: none;
    z-index: 9;
    border-radius: 20px;
}
.ph-item.sec {
    line-height: 1;
}
ul#primary-menu a {
    font-size: 14px;
    display: inline-block;
}
section#slider {
    padding: 20px 0;
}
div#n2-ss-2-align {
    border-radius: 20px;
}
.top-left {
    width: fit-content;
}
.logo img {
    width: 100%;
}
.top-right.flex {
    width: calc(100% - 120px);
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap:10px;
}
.logo {
    width: 120px;
    margin: 0;
}
.sait-nav-inner {
    padding: 0;
}
ul#topmenu {
    position: fixed;
    top: 55px;
    left: 0;
    width: 100%;
    height: calc(100svh - 50px);
    background: #fff;
    padding: 30px;
    z-index: 9;
    text-align: center;
    font-size: 24px;
    display: none;
    margin: 0;
}
.top-col {
    min-height: fit-content;
}
.top-col a {
    font-size: 23px;
    color: #000;
}

.menu-toggler {
    display: block;
}
body {
    padding-top: 70px;
}
.menu-toggler.cat {
    background: #e2292b;
    background-position: 10px 4px;
    color: #fff;
    border-radius: 20px;
    padding: 7px 15px;
    margin-right: 10px;
}
ul#topmenu li#menu-item-424 a {
    background: #e2292b url(/images/promo.png) no-repeat;
    background-position: 10px 8px;
    border-radius: 30px;
    display: inline-block;
}
ul#topmenu li {
    display: block;
    margin-bottom: 10px;
}
ul#primary-menu li {
    font-size: 12px;
}
.sh-desc {
    font-size: 12px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 12px;
}

li.product {
    width: 30%;
    margin-bottom: 0px;
    padding: 0 10px 44px;
}
ul#primary-menu li {
    padding: 0 5px;
}
.sale-title {
    font-size: 16px;
    font-family: "Oswald";
}
article {
    padding: 0 15px;
}
form.checkout.woocommerce-checkout {
    flex-wrap: wrap;
}
div#customer_details {
    width: 100%;
    flex-wrap: wrap;
}
div#order_review {
    width: 100%;
}
div#customer_details .col-2, div#customer_details .col-1 {
    width: 100%;
}
.pr-wrap {
    padding: 0;
}
.woocommerce a.button {
    height: 33px;
    width: 46px;
    background: #e2292b url(/images/cart.svg) center no-repeat;
    background-size: 24px;
}
.bottom-col {
    width: 100%;
}
.comp-info {
    text-align: center;
}
form.woocommerce-cart-form {
    overflow: auto;
    font-size: 12px;
    margin:0 15px;
}
td.product-thumbnail img {
    width: 32px!important;
}
.woocommerce table.shop_table td {
    padding: 5px 5px;
}
.woocommerce td.product-quantity {
    min-width: 110px;
}
td.totalcart {
    font-size: 14px;
    width: 240px;
}
header.entry-header h1 {
    font-size: 22px;
    padding: 0;
}
nav.woocommerce-MyAccount-navigation ul a {
    font-size: 12px;
}
.acc-wraper {
    padding: 0 15px;
    font-size: 12px;
    position: relative;
}
nav.woocommerce-MyAccount-navigation {
    width: 90%;
    position: absolute;
    background: #fff;
    top: 20px;
    left: 10px;
    padding: 10px 15px;
    box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.5);
    z-index: 999;
    border-radius: 10px;
    display: none;
}
.myaac-trigger {
    font-size: 20px;
    padding: 5px 10px;
    display: block;
    position: absolute;
    top: -14px;
    left: 5px;
}
.woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 30px;
}
.scr-wr {
	overflow: auto;
}
.scr-wr::-webkit-scrollbar-track{
    width:50px;
    background-color: #ccc;
    border:1px solid #ccc;
    border-radius: 30px;
}
.scr-wr::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 30px;
}

.scr-wr::-webkit-scrollbar:horizontal {
    height: 3px;
}

.scr-wr::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #444;
    width:50px;
    border:2px solid #444;
}



.menu-glavnoe-container {
	overflow: auto;
}
.menu-glavnoe-container::-webkit-scrollbar-track{
    width:50px;
    background-color: #ccc;
    border:1px solid #ccc;
    border-radius: 30px;
}
.menu-glavnoe-container::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 30px;
}

.menu-glavnoe-container::-webkit-scrollbar:horizontal {
    height: 3px;
}

.menu-glavnoe-container::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #444;
    width:50px;
    border:2px solid #444;
}


form.woocommerce-cart-form::-webkit-scrollbar-track{
    width:50px;
    background-color: #ccc;
    border:1px solid #ccc;
    border-radius: 30px;
}
form.woocommerce-cart-form::-webkit-scrollbar {
    -webkit-appearance: none;
    border-radius: 30px;
}

form.woocommerce-cart-form::-webkit-scrollbar:horizontal {
    height: 3px;
}

form.woocommerce-cart-form::-webkit-scrollbar-thumb {
    border-radius: 30px;
    background-color: #444;
    width:50px;
    border:2px solid #444;
}
td.product-thumbnail, th.product-thumbnail {
    display: none;
}
form.woocommerce-cart-form thead {
    display: none;
}
form.woocommerce-cart-form td.product-price {
    display: none;
}
tr.tt td:nth-child(2), tr.tt td:nth-child(3) {
    display: none;
}
.top-col.m-hide {
    display: none;
}
.logo-left img {
    width: 50px;
}
.top-wrap .top-col.phone .top-col-right {
    font-size: 17px;
}
.header-top.fixed .logo-left img {
    width: 50px;
}
.header-top.fixed .logo-right {
    transform: translateY(0);
}
.bottom-col.sh .top-col {
    display: none;
}
.bottom-col {
    display: none;
}
.top-col.work.m-hide {
    display: none;
}

.slog {
    display: none;
}

span.desct {
    display: none;
}
.login-top>div {
    padding: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.top-wrap .top-col-left {
    font-size: 20px;
}
.top-cart {
    display: none;
}
.bottom-inner {
    display: block;
}
.bottom-col.sh {
    display: block;
}

.bottom-col.sh .top-col.phone .top-col-right {
    text-align: left;
    font-size: 16px;
    padding-top: 0;
}
.bottom-logo img {
    text-align: center;
}
.socials {
    justify-content: flex-start;
    margin-top: 7px;
}
li.product {
    width: 48%;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 5px;
    padding: 0 10px 10px;
}
.soc a {
    width: 26px;
    height: 26px;
    font-size: 12px;
}
.bottom-logo {
    margin: 0 auto;
}
.bl-title h3 {
    font-size: 24px;
    margin: 22px 0;
}
span.zagolovok {
    font-size: 18px;
}
ul.products {
    justify-content: center;
}
body .woocommerce ul.products li.product h3 {
    padding-bottom: 15px;
    font-size: 12px;
    min-height: auto;
}
.woocommerce ul.products li.product .price {
    color: #000;
    display: block;
    font-size: 16px;
    text-align: center;
}
.img-wrap {
    min-height: 164px;
}
header#masthead {
    border-radius: 0 0 20px 20px;
    box-shadow: 0px 0px 10px #00000017;
}
.sait-nav-inner {
    display: block;
}
#site-navigation.fixed .logo-m {
    padding: 0 5px 0 0;
}
#site-navigation.fixed .logo-m img{
    width:100%;
}
#woosq-popup .single-product .product .summary .summary-content {
    padding: 15px;
}
.woocommerce-product-details__short-description {
    font-size: 12px;
}
h1.product_title.entry-title {
    font-size: 18px;
}
ul.sub-menu {
    position: relative;
    padding: 0 20px 20px;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
li#menu-item-13628>a {
    display: none;
}
.about-title h1 {
    font-size: 26px;
}
ul#primary-menu li {
    line-height: 28px;
}
.cat-wrap h2 {
    font-size: 24px;
}
.cat-wrap {
    padding: 10px 0 0;
}
.woofc-inner .woofc-wrapper {
    height: 50px;
    width: 50px;
}
.woofc-pos-bottom-right .woofc-inner a.woofc-checkout, .woofc-pos-top-right .woofc-inner a.woofc-checkout {
    margin-right: 50px;
}
.woofc-trigger {
    height: 50px;
    width: 50px;
}
.woofc-footer {
    height: 50px;
}
main#main {
    padding-top: 20px;
}
.woofc-inner a.woofc-checkout {
    height: 50px;
    line-height: 50px;
}
.totop {
	display:none;
}
#popaplogin {
    top: 20px;
}
div#popaplogin {
    font-size: 12px;
}
div#popaplogin form .form-row {
    padding: 0;
    margin: 10px 0 0;
}
.sep {
    display: flex;
    align-items: center;
}
.socials {
    right: 0;
    left: auto;
}
.more-prods {
    font-size: 14px;
}
}
@media screen and (max-width:320px){
.logo {
    width: 94px;
    margin: 0;
}
.top-right.flex {
    width: calc(100% - 100px);
}

}

.mb50 {margin-bottom:50px;}