/*!
Theme Name: sushimi
Theme URI: http://underscores.me/
Author: UXAgency
Author URI: https://uxagency.me
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sushimi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  flex-grow: 1;
}
:root {
  --black:#101010;
  --main: #E44C00;
  --darkgray: #1A1A1A;
  --gray: #999999;
  --light: #EBEBEB;
  --pd: 1.25rem;

  /* https://utopia.fyi/type/calculator/?c=320,14,1.2,1680,16,1.25,0,0,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
  /* 320 - 1680 */
  --step-10-14: clamp(0.625rem, 0.5662rem + 0.2941vw, 0.875rem);
  --step-12-16: clamp(0.75rem, 0.6912rem + 0.2941vw, 1rem);
  /* --step-15-16: clamp(0.9375rem, 0.9228rem + 0.0735vw, 1rem); */
  --step-14-16: clamp(0.875rem, 0.8456rem + 0.1471vw, 1rem);
  --step-14-18: clamp(0.875rem, 0.8162rem + 0.2941vw, 1.125rem);
  --step-16-18: clamp(1rem, 0.9706rem + 0.1471vw, 1.125rem);
  --step-16-19: clamp(1rem, 0.9559rem + 0.2206vw, 1.1875rem);
  --step-10-20: clamp(0.625rem, 0.4779rem + 0.7353vw, 1.25rem);
  --step-15-20: clamp(0.9375rem, 0.864rem + 0.3676vw, 1.25rem);
  --step-18-20: clamp(1.125rem, 1.0956rem + 0.1471vw, 1.25rem);
  --step-18-22: clamp(1.125rem, 1.0662rem + 0.2941vw, 1.375rem);
  --step-14-24: clamp(0.875rem, 0.7279rem + 0.7353vw, 1.5rem);
  --step-18-24: clamp(1.125rem, 1.0368rem + 0.4412vw, 1.5rem);
  --step-20-24: clamp(1.25rem, 1.1912rem + 0.2941vw, 1.5rem);
  --step-22-26: clamp(1.375rem, 1.3162rem + 0.2941vw, 1.625rem);
  --step-20-28: clamp(1.25rem, 1.1324rem + 0.5882vw, 1.75rem);
  --step-15-30: clamp(0.9375rem, 0.7169rem + 1.1029vw, 1.875rem);
  --step-20-30: clamp(1.25rem, 1.1029rem + 0.7353vw, 1.875rem);
  --step-24-30: clamp(1.5rem, 1.4118rem + 0.4412vw, 1.875rem);
	--step-26-32: clamp(1.625rem, 1.5368rem + 0.4412vw, 2rem);
  --step-28-32: clamp(1.75rem, 1.6912rem + 0.2941vw, 2rem);
  --step-20-40: clamp(1.25rem, 0.9559rem + 1.4706vw, 2.5rem);
  --step-30-40: clamp(1.875rem, 1.7279rem + 0.7353vw, 2.5rem);
  --step-28-48: clamp(1.75rem, 1.4559rem + 1.4706vw, 3rem);
  --step-32-48: clamp(2rem, 1.7647rem + 1.1765vw, 3rem);
  --step-36-48: clamp(2.25rem, 2.0735rem + 0.8824vw, 3rem);
  --step-20-50: clamp(1.25rem, 0.8088rem + 2.2059vw, 3.125rem);
  --step-30-90: clamp(1.875rem, 0.9926rem + 4.4118vw, 5.625rem);

  /* 320 - 1024 (tablet) */
  --step-14-24t: clamp(0.875rem, 0.5909rem + 1.4205vw, 1.5rem);
}
.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.inter-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 1rem;
  line-height: auto;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--light);
  background-color: var(--black);
}
main {
  padding-inline: var(--pd);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  line-height: auto;
}

h1 {
  font-size: var(--step-32-48);
}

h2 {
  font-size: var(--step-24-30);
}

h3 {
  font-size: var(--step-18-24);
}

h4 {
  font-size: var(--step-14-18);
}

h5 {
  font-size: var(--step-12-16);
}

h6 {
  font-size: var(--step-10-14);
}

button, input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

input, textarea {
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  padding: .5rem 0;
  text-align: left;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  display: none;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button, select, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ins {
  text-decoration: none;
}
.wrapper{
  display: flex;
  width: 100%;
  max-width: 105rem;
  margin: 0 auto;
}

.header{
  display: flex;
  width: 100%;
  padding-inline: var(--pd);
}
.header__wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 2.125rem 0 1.375rem;
}
.header__cart{
  display: flex;
}
.header__phone{
  display: flex;
  align-items: center;
  margin-right: 1.875rem;
  justify-content: center;
}
.header__phone div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.header__phone div:first-of-type{
  margin-right: 10px;
}
.header__loc a{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 13px 14px;
  margin-right: 10px;
  border-radius: 10px;
  margin-bottom: 0 !important;
}
.header__loc a svg{
  margin-right: 8px;
}
.header__loc a span{

  color: #101010;
}
.header__phone-icon{
  margin-right: 8px;
}
.header__loc a:hover{
  background-color: var(--main);
}
.header__loc a:hover svg path{
  fill: #fff
}
.header__loc a:hover span{
  color: #fff;
}
.header__phone a {
  font-family: "Inter", sans-serif;
  font-size: var(--step-18-22);
  font-weight: 500;
  margin-bottom: .3125rem;
}
.header__phone span{
  color: Var(--gray);
}
.header__minicart{
  display: flex;
  position: relative;
  align-items: center;
}
.header__minicart a{
  display: inline-flex;
  align-items: center;
}
.header__minicart a svg{
  margin-right: .9375rem;
}
.header__minicart span.minicart__count{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
  position: absolute;
  left: 1.875rem;
  top: 0;
  background-color: var(--light);
  color: var(--black);
  font-weight: 600;
}
.woofc-area-count:after,
.woofc-area-count:before {
  display: none;
}
.hero__slider{
  --hero-gap: .625rem;
  width: calc(100% + var(--hero-gap));
}
.hero__item{
  border-radius: var(--step-15-30);
  overflow: hidden;
  margin-right: var(--hero-gap);
}
.hero__item img {
  margin-inline: auto;
}
.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.25rem;
}
.slick-dots li button.custom-dot {
  width: 1.875rem;
  height: .625rem;
  background-color: var(--gray);
  border: none;
  border-radius: .625rem;
  transition: all 0.3s ease;
  padding: 0;
}
.slick-dots li.slick-active button.custom-dot {
  width: 3.75rem;
  border-radius: .625rem;
  background-color: var(--main);
}
.category__wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--step-20-30) 0;
}

.slider-nav,
.slider-for{
  display: flex;
  width: 100%;
}
.slider-for{
  flex-direction: column;
}
.slider-nav{
  margin-bottom: var(--step-20-30);
  overflow: auto;
  user-select: none;
  cursor: grab;
  position: sticky;
  top: 0;
  padding-block: .625rem;
  background-color: var(--black);
  width: calc(100% + var(--pd));
  z-index: 3;
}
@media (max-width: 1680px) {
  .slider-nav.slider-nav--scrolled {
    padding: .625rem var(--pd);
    margin-inline: calc(var(--pd) * -1);
    width: calc(100% + (var(--pd) * 2));
  }
  .slider-nav.slider-nav--scrolled {
    box-shadow: 0 0px 15px rgb(0 0 0);
  }
}
.slider-nav.active {
  cursor: grabbing;
}
.slider-nav::-webkit-scrollbar{
  display: none;
}
.slider-nav {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.slider-nav .slider__item{
  display: flex;
  margin-right: var(--step-10-20);
  min-width: max-content;
}
.slider-nav .slider__item:last-child {
  margin: 0;
}

.slider-nav .slider__item-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  /* padding: .9375rem 1.25rem; */
  padding: 0.94em 1.25em;
  background-color: #242424;
  border-radius: var(--step-15-20);
  cursor: pointer;
  transition: padding 0.2s ease-in-out;
}

.slider-nav.slider-nav--scrolled .slider__item-wrapper {
  /* padding: 0.5em 1em; */
  padding-block: 0.3em;
}
/* .slider-nav.slider-nav--scrolled .slider__item-wrapper span {
  font-size: var(--step-18-22);
} */

.slider-nav .slider__item-wrapper span{
  text-wrap: nowrap;
  font-size: var(--step-18-22);
  font-weight: 500;
}
.slider-nav .slider__item-wrapper img{
  max-width: clamp(3.0625rem, 2.8566rem + 1.0294vw, 3.9375rem);
  /* margin-right: .3125rem; */
  pointer-events: none;
}
.slider-nav .slider__item.choise .slider__item-wrapper{
  background-color: var(--main);
}
.products-set:not(:first-child){
  margin-top: var(--step-30-90);
}
.products-set__name{
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  /* font-size: var(--step-28-48); */
  font-size: 1.625rem;
  margin-bottom: var(--step-30-40);
}
.product__card {
  display: grid;
  grid-template-rows: 1fr auto;
}

.product__card a{
  display: grid;
  grid-template-rows: auto auto 1fr;
}
.product__card a .product__img-wrapper{
  display: inline-flex;
  border-radius: var(--step-15-20);
  overflow: hidden;
  margin-bottom: 1.3125rem;
}
.product__card a .product__img-wrapper img{
  width: 100%;
}
.product__name{
  /* font-size: var(--step-20-24); */
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--main);
  margin-bottom: .625rem;
}
.product__data{
  /* font-size: var(--step-14-16); */
  font-size: .875rem;
  color: var(--gray);
  margin-bottom: .5625rem;
}
.product__price{
  /* font-size: var(--step-18-20); */
  font-size: 1.125rem;
  font-weight: 800;
}
.product__form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .625rem;
  padding: 1.125rem 0;
}
.quantity{
  display: flex;
  align-items: center;
  gap: .3125rem;
}
.quantity button.minus,
.quantity button.plus{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  border: .0625rem solid #383838;
  border-radius: 50%;
}
.quantity input[name="quantity"]{
  width: 2.5rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 800;
}
button.add-to-cart{
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border: .0625rem solid var(--main);
  border-radius: 3.125rem;
  padding: .5rem .875rem;
  text-wrap: nowrap;
}
button.add-to-cart svg{
  margin-left: .625rem;
}
.products-set{
  width: 100%;
}


/* Показать только активный */
.slider-for > .active {
  display: block;
  overflow: hidden;
}
.products__list{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--step-20-30);
}
@media (max-width: 95.9375rem) {.products__list{grid-template-columns: repeat(4, 1fr);}}
@media (max-width: 63.9375rem) {.products__list{grid-template-columns: repeat(3, 1fr);}}
@media (max-width: 47.9375rem) {.products__list{grid-template-columns: repeat(2, 1fr);}}
@media (max-width: 33.6875rem) {.products__list {grid-template-columns: 1fr;}}

.second-set{
  width: 100%;
  margin-top: var(--step-30-90);
}
.banners{
  margin-top: 3.125rem;
}
.banners__wrapper{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.banners__wrapper .products-set__name{
  width: 100%;
}
.banner__wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: start;
  gap: 1rem;
  height: 100%;
}
.banners__list {
  display: flex;
  width: 100%;
}
.banners__item {
  flex: 1;
  min-width: 0;
  background-size: cover;
  background-position: center;
  /* height: 18.75rem;
  height: clamp(12.5rem, 8.0357rem + 22.3214vw, 18.75rem); */
  border-radius: 1.25rem;
  overflow: hidden;
  position: relative;
}
.banners__item:nth-child(n+2) {
  margin-left: 1.25rem;
}

.banner__title{
  font-size: var(--step-28-48);
  font-weight: 600;
}
.banner__subtitle{
  font-size: var(--step-14-24);
  font-weight: lighter;
  text-wrap: balance;
}
.banner__btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  border: .0625rem solid #fff;
  border-radius: 3.125rem;
}
.banners .slick-track {
  display: flex;
}
.banners .slick-dots {
  display: none!important;
}
.third{
  margin-top: var(--step-30-90);
}
.third-set {
  width: 100%;
}
.footer{
  margin-top: var(--step-30-90);
  background-color: #1A1A1A;
  padding-inline: var(--pd);
  --footer-gap: clamp(1.875rem, 0.6118rem + 2.6316vw, 3.375rem);
}
.footer__wrapper{
  padding: .625rem 0 1.875rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer__col{
  display: flex;
}
.footer__col:nth-child(2) {
  grid-row: span 3;
  margin-top: 1.15rem;
  gap: var(--footer-gap);
  justify-content: flex-end;
}
.footer__copyright{
  width: 100%;
}
.footer a{
  display: inline-flex;
}
.footer__logo-btn svg {
  width: clamp(9.375rem, 8.0074rem + 6.8382vw, 15.1875rem);
  height: auto;
}
.footer__call{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.125rem;
  color: var(--light);
}
.footer__call-tel:first-child{
  position: relative;
  /* margin-right: .625rem;
  padding-right: .625rem; */
}
/* .footer__call-tel:first-child::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: .0625rem;
  height: 1.125rem;
  background-color: var(--light);
} */

.footer__call-address {
  width: 100%;
  justify-content: flex-end;
  margin-top: .5rem;
  color: var(--gray);
}
.footer__social{
  display: flex;
  justify-content: center;
  align-content: center;
}
.footer__social a{
  align-items: center;
}
.footer__social a:first-child{
  margin-right: 1.0625rem;
}
.footer__copyright{
  display: flex;
  align-items: center;
  margin-top: .9375rem;
  color: var(--gray);
}
.footer__copyright span{
  display: inline-flex;
  position: relative;
  margin-right: .625rem;
  padding-right: .625rem;
}
.footer__copyright span::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: .0625rem;
  height: 1.25rem;
  background-color: var(--gray);
}

@media (max-width: 63.9375rem) {
  .banner__subtitle {
    font-size: var(--step-14-24t);
  }
  .footer__wrapper {
    padding-top: 1.875rem;
  }
  .footer__wrapper,
  .footer__col {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: var(--footer-gap);
  }
  .footer__col,
  .footer__call {
    justify-content: center;
    margin: 0;
  }
  .footer__call,
  .footer__copyright {
    text-align: center;
  }
  .footer__col:nth-child(2) {
    margin: 0;
  }
  .footer a {
    display: block;
  }
  .footer__call-address {
    width: 100%;
    margin-top: .625rem;
  }
  .footer__copyright {
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .hero__item{
  margin-right: 0;
}
.header__loc{
  display: none !important;
}
}

@media (max-width: 47.9375rem) {
  .header__minicart span.minicart__count {
    top: -0.5rem;
    left: 1.375rem;
    font-size: .9375rem;
  }
  .header__minicart a svg {
    width: 2.25rem;
    height: 2.25rem;
  }
  .header__logo-btn svg {
    width: clamp(9.375rem, 3.1696rem + 31.0268vw, 18.0625rem);
    height: auto;
  }
  .header__phone {
    display: none;
  }
  .footer__social a:first-child{
  margin-right: 0;
}

}

@media (max-width: 33.6875rem) {
  .products__list {
    grid-template-columns: 1fr;
  }
  /* .product__name {
    font-size: 1.75rem;
  } */
  .product__data {
    font-size: .875rem;
  }
  /* .product__price {
    font-size: 1.375rem;
  } */
  /* .quantity input[name="quantity"] {
    font-size: 1.875rem;
  } */
  /* button.add-to-cart {
    font-size: 1.125rem;
  } */

  .footer__call-tel:first-child::before,
  .footer__copyright span::before,
  .footer__copyright a:first-of-type::before {
    display: none;
  }
  .footer__call-tel:first-child,
  .footer__copyright span {
    line-height: 1.5;
    padding: 0;
    margin: 0;
  }
  .footer__call {
    flex-direction: column;
  }
  .footer__call-tel {
    font-size: 1.75rem;
  }
  .footer__call-address {
    font-size: 1.375rem;
    text-wrap: balance;
    margin-top: var(--footer-gap);
  }
  .footer__copyright {
    flex-direction: column;
    justify-content: center;
  }
  .footer__copyright span {
    display: inline;
  }
}

.popup__add {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 2.5rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.popup__add .quantity{
  display: none;
}
.popup__add p.price{
  font-size: var(--step-28-32);
  font-weight: 800;
  margin-right: 1.25rem;
  text-wrap: nowrap;
}
.woosq-related-products {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(320px, 1fr) );
  gap: 2.5rem;

  /* overflow: auto; */
  /* scrollbar-width: none; */ /* Firefox */
  /* -ms-overflow-style: none; */ /* IE/Edge */
}
.woosq-related-products::-webkit-scrollbar{
  display: none;
}

.woosq-product > .product .summary .summary-content {
  padding-block: 0;
}
.woosq-related .woosq-related-heading {
  font-size: var(--step-26-32);
}

.woosq-popup .summary-content > span {
  font-size: 1.125rem;
  margin-bottom: .5rem;
  color: #999999;
}
.woosq-related .woosq-related-product .woosq-related-product-image img {
  border-radius: 1.25rem;
	aspect-ratio: 1 / 2;
	object-fit: cover;
}
.woosq-popup .added_to_cart {
  display: none;
}

.product_title.entry-title {
  font-size: var(--step-26-32);
}
.woocommerce-product-details__short-description p {
  font-size: var(--step-14-16);
  line-height: 1.5;
}
.woosq-attribute-value {
  font-size: 1.125rem;
}
.popup__add p.price {
  font-size: 1.75rem;
}

@media (max-width: 33.6875rem) {
  /* .product_title.entry-title {
    font-size: var(--step-18-22);
  } */
	.woosq-related .woosq-related-heading {
		/* font-size: var(--step-22-26); */
	}
  /* .woocommerce-product-details__short-description p {
    font-size: var(--step-15-20);
  } */
  /* .woosq-attribute-value {
    font-size: var(--step-18-20);
  } */
  .popup__add {
    justify-content: space-between;
  }
  .popup__add p.price {
    font-size: var(--step-22-26);
  }
}


/* --- */
.woofc-inner.woofc-cart-area {
  padding: 2.5rem 1.875rem;
}
.woofc-area-heading {
  /* font-size: var(--step-32-48); */
  font-size: var(--step-28-32);
}
.woofc-item-price {
  text-wrap: nowrap;
}
.woofc-area.woofc-style-01 .woofc-area-mid {
  height: 100%;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {
  margin: 0;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  margin-right: var(--step-20-30);
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
  gap: 1rem;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
  gap: 1rem;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
  margin-right: auto;
}
.woofc-area.woofc-style-01 .woofc-area-top {
  text-transform: initial;
}
.woofc-area.woofc-style-01 .woofc-area-bot {
  margin-top: .625rem;
  padding-bottom: .625rem;
}


/* START woocommerce-checkout */
/* ======================================== */
.woocommerce-checkout .woocommerce-billing-fields h3 {display: none;}
.woocommerce-checkout .woocommerce-billing-fields {font-size: 0;}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-methods {font-size: initial;}
.woocommerce-checkout .address-field.update_totals_on_change {display: none;}
.woocommerce-checkout #ship-to-different-address {display: none;}
.woocommerce-checkout #order_comments_field label {display: none;}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead, .woocommerce-checkout .woocommerce-checkout-review-order-table tbody, .woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal{display: none;}
.woocommerce-checkout .wc_payment_methods {display: none;}
.woocommerce-checkout .woocommerce-privacy-policy-text {display: none;}
.woocommerce-checkout .woocommerce-checkout-review-order-table td{
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table{
  margin: 20px 0 30px;
}
.woocommerce-checkout .checkout__wrapper {
  display: block;
}
.woocommerce-checkout .woocommerce-products-header__title {
  text-align: center;
  margin-bottom: var(--step-30-40);
  color: var(--main);
}
.woocommerce-checkout .checkout.woocommerce-checkout {
  max-width: 22.75rem;
  width: 100%;
  --checkout-gap: 1.25rem;
  margin-inline: auto;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--checkout-gap);
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
  margin-block: var(--checkout-gap);
}
.woocommerce-checkout .form-row.woocommerce-invalid input.input-text,
.woocommerce-checkout .form-row.woocommerce-validated input.input-text {
  box-shadow: none;
}

.woocommerce-checkout .place-order .button {
  display: inline-block;
  padding: 1rem 2.125rem;
  border-radius: 10em;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  background-color: var(--main);
  margin-top: var(--checkout-gap);
}
.woocommerce-checkout #billing_first_name_field {
  margin-right: 0;
}
.woocommerce-checkout .form-row {
  display: block;
  border: .125rem solid var(--light);
  border-radius: 2em;
  padding: 1rem 1.375rem;
  width: 100%!important;
}
.woocommerce-checkout #order_comments_field {
  border-radius: 1.25rem;
}
.woocommerce-checkout .place-order {
  padding: 0;
  border: none;
}
.woocommerce-checkout .woocommerce-invalid {
  border-color: var(--main);
}
.woocommerce-checkout .form-row.woocommerce-validated {
  border-color: var(--light);
}
.woocommerce-checkout #shipping_method {
  display: flex;
  gap: var(--checkout-gap);
  margin-top: var(--checkout-gap);
  justify-content: center;
}
.woocommerce-checkout textarea.input-text {
  width: 100%!important;
  min-height: 10ch;
}

.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error {
  border-radius: 1.25rem;
  padding: 1rem;
  margin-bottom: 20px;
}

.woocommerce-checkout .checkout-inline-error-message {
  font-size: 0.75em;
  color: var(--main);
  margin-top: 0.25em;
}

/* radio buttons */
/* - - - - - - - - - - */
.woocommerce-checkout .woocommerce-shipping-methods input[type="radio"] {
  display: none;
}
.woocommerce-checkout .woocommerce-shipping-methods li label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: var(--light);
  position: relative;
}
.woocommerce-checkout .woocommerce-shipping-methods li label::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: .125rem solid var(--light);
  border-radius: 50%;
  margin-right: .625rem;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.woocommerce-checkout .woocommerce-shipping-methods li input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: .625rem;
  height: .625rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: .25rem;
  top: 50%;
  transform: translateY(-50%);
}
/* - - - - - - - - - - */
.woocommerce-checkout .payment_methods {
  display: grid;
  gap: var(--checkout-gap);
  margin-top: var(--checkout-gap);
}
.woocommerce-checkout .payment_methods input[type="radio"] {
  display: none;
}

.woocommerce-checkout .payment_method_morkva-liqpay label img {
  margin: -42px;
  margin-left: -28px;
  padding: 10px!important;
  vertical-align: middle;
}

.woocommerce-checkout .payment_method_cod label,
.woocommerce-checkout .payment_method_morkva-liqpay label,
.payment_method_cash_card {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--light);
  position: relative;
}

.woocommerce-checkout .payment_method_cod label::before,
.woocommerce-checkout .payment_method_morkva-liqpay label::before,
.payment_method_cash_card::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: .125rem solid var(--light);
  border-radius: 50%;
  margin-right: .625rem;
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.woocommerce-checkout .payment_method_cod input[type="radio"]:checked + label::after,
.woocommerce-checkout .payment_method_morkva-liqpay input[type="radio"]:checked + label::after,
.payment_method_cash_card input[type="radio"]:checked + label::after{
  content: "";
  display: block;
  width: .625rem;
  height: .625rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: .25rem;
  top: 50%;
  transform: translateY(-50%);
}


/* ======================================== */
/* END woocommerce-checkout */


/* START order received */
/* ======================================== */
.order__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.order__icon {
  margin-bottom: var(--step-30-40);
  width: 92px;
}
.order__title, .order__subtitle {
  font-size: 20px;
  color: var(--gray);
  line-height: 1.4;
}
/* ======================================== */
/* END order received */

@media (max-width: 63.9375rem) {
  .mfp-content,
  .woosq-popup {
    height: 100%;
  }
  .woosq-popup {
    width: 100%!important;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }
  .woosq-product > .product .thumbnails {
    width: 100%!important;
  }
  .woosq-product > .product .summary {
    width: 100%!important;
  }
  .woosq-attribute {
    width: auto;
  }
  .woosq-attribute + .woosq-attribute {
    margin-left: 1rem;
  }
  .woosq-product > .product .summary .summary-content {
    padding: 0;
  }
  .woosq-product > .product .summary,
  .woosq-product > .product .summary .summary-content {
    overflow: initial;
  }
  /* --- */
  .woofc-area.woofc-position-05 {
    width: 100%;
  }
  .woofc-area.woofc-rounded-yes .woofc-inner {
    height: 100%;
    max-height: 100%;
  }
  .woofc-area .woofc-inner.woofc-cart-area {
    border-radius: 0!important;
  }
  .woofc-area.woofc-style-01 .woofc-area-top {
    height: auto;
    padding-inline: 0;
    line-height: 1.15;
  }
  .woofc-area.woofc-style-01 .woofc-area-top .woofc-area-heading {
    width: calc(100% - 2.5rem);
  }
  .woofc-area.woofc-rounded-yes .woofc-inner .woofc-area-mid .woofc-item .woofc-item-inner {
    padding-left: 0;
  }
}

@media (max-width: 47.9375rem) {
  .woosq-product > .product {
    padding: var(--step-20-50);
    padding-top: 3.125rem;
    gap: var(--step-20-40);
  }
  .woosq-related-products {
    gap: var(--step-20-40);
  }
  .woosq-related .woosq-related-product {
    padding: var(--step-20-30);
  }
  .woosq-related-product-atc {}
  .woosq-product > .product .thumbnails {
    /* min-width: 17.5rem; */
    /* width: calc(100% - 2.375rem)!important; */
    width: 100%!important;
  }
  .mfp-woosq .mfp-close {
    top: .3rem!important;
    right: .5rem!important;
  }
  .woosq-related-product-price span.woocommerce-Price-amount.amount {
    font-size: var(--step-16-19);
  }
  .woosq-related-product-volume {
    font-size: var(--step-12-16);
  }
  .woosq-related .woosq-related-product .woosq-related-product-name {
    margin-bottom: .625rem;
  }
	.woosq-related .woosq-related-product .woosq-related-product-name span {
		font-size: var(--step-18-24);
	}
  .woosq-related-product-price {
    margin-block: .75rem;
  }
  .woosq-related .woosq-related-product .woosq-related-product-info {
    display: grid;
    height: 100%;
    grid-template-rows: auto auto 1fr;
  }
  /* --- */
  .woofc-inner.woofc-cart-area {
    padding: var(--step-20-50);
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
    display: grid;
    justify-content: start;
    gap: .625rem 1.25rem;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    grid-row: span 2;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    grid-column: 2;
    gap: 0;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-qty-plus-minus {
    display: flex;
    width: 100%;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item.woofc-item-has-remove:hover .woofc-item-inner {
    -webkit-transform: initial;
    transform: initial;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item {
    padding-inline: 0;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    margin-inline: 0;
  }
  .woofc-area.woofc-style-01 .woofc-area-top .woofc-close {
    right: 0;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove, .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-special {
    right: 0;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title {
    font-size: var(--step-20-24);
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
    font-size: var(--step-18-20);
    margin-top: 5px;
  }
  .quantity input.woofc-qty {
    font-size: var(--step-20-24)!important;
  }
  /* Скрыть все блоки товаров по умолчанию */
.slider-for > div {
  display: none;
}
}

@media (max-width: 33.6875rem) {
  .woosq-popup button.add-to-cart {
    font-size: 1rem;
  }
  .woofc-area.woofc-style-01 .woofc-area-bot .woofc-data, .woofc-area.woofc-style-01 .woofc-area-bot .woofc-total,
  .woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner {
    justify-content: center;
  }
  .woofc-total .woocommerce-Price-amount {
    text-wrap: nowrap;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    width: clamp(5.875rem, 4.1339rem + 8.7054vw, 8.3125rem);
    flex-basis: clamp(5.875rem, 4.1339rem + 8.7054vw, 8.3125rem);
  }
  /* .woofc-area-heading {
    font-size: var(--step-28-32);
  } */
  .slick-slide img{
    width: 100%;
  }
	.woosq-related .woosq-related-product .woosq-related-product-name span {
		font-size: 1.125rem;
	}
}
#billing_country_field,
#shipping_country_field{
  display: none;
}
.header__minicart-btn #woofc-count.woofc-count {
    width: unset;
    height: unset;
    line-height: unset;
    text-align: center;
    background-color: transparent;
    display: block;
    cursor: pointer;
    position: absolute;
    left: 1.875rem;
    top: 0;
    bottom: unset;
    z-index: unset;
    border-radius: unset;
    box-shadow: unset;
    transition: unset
}
.header__minicart-btn #woofc-count.woofc-count .woofc-icon-cart7,
.header__minicart-btn #woofc-count.woofc-count .woofc-icon-cart6{
  display: none;
}
.header__minicart #woofc-count span.woofc-count-number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50% !important;
    width: 1.375rem;
    height: 1.375rem;
    position: static;
    left: 1.875rem;
    top: 0;
    background-color: var(--light) !important;
    color: var(--black);
    font-weight: 600 !important;
    font-size: 16px !important;
}
.woofc-area-count {
    margin-left: 5px;
}
.woofc-count.woofc-count-1 i{
    font-size: 32px;
    color: #e44c00;
}
.woofc-count.woofc-count-shake{
  border-radius: var(--step-15-20);
}
.woofc-count span{
  background-color: #e44c00;
}
.notiny-base.notiny-theme-wooac.notiny-with-img{
  border-radius: var(--step-15-20);
}
.notiny-base.notiny-theme-wooac.notiny-with-img img{
  border-radius: 5px;
}
.notiny .notiny-container-fluid-bottom{
    bottom: 40px !important;
    left: 0 !important;
    right: 0 !important;
  }
  
@media (max-width: 47.9375rem) {
  .header__minicart #woofc-count span.woofc-count-number {
    top: -0.5rem;
    left: 1.375rem;
    font-size: .9375rem;
  }
  .notiny-container-fluid-bottom{
    width: 100% !important;
    max-width: 240px !important;
  }
  .notiny .notiny-container-fluid-bottom{
    bottom: 30px !important;
    left: unset !important;
  }
}

/* Изменения */
/* .woofc-item-info span.woofc-item-price {
    margin-right: 69px;
} */
.woofc-no-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Philosopher", sans-serif;
    font-size: var(--step-36-48);
    color: #E44C00 !important;
}
.woofc-no-item svg{
  margin-bottom: 30px;
}
.woofc-no-item span{
  font-size: 20px;
  text-align: center;
  color: #999;
}
.header__phone a:hover,
.footer__call-tel:hover,
.footer__call-address:hover{
  color: var(--main);
  transition: .4s ease-in-out;
}
.slider-nav .slider__item-wrapper:hover{
  background-color: var(--main);
  transition: .4s ease-in-out;
}
button.add-to-cart:hover{
  background-color: var(--main);
  transition: .4s ease-in-out;
}
button.add-to-cart:hover svg path{
  fill: var(--light);
  transition: .4s ease-in-out;
}
.quantity button.minus:hover,
.quantity button.plus:hover,
.woofc-item-qty-minus:hover,
.woofc-item-qty-plus:hover{
  background-color: var(--main) !important;
  border-color: var(--main) !important;
  transition: .4s ease-in-out !important;
}
.footer__copyright a:hover,
.footer__call-address:hover{
  text-decoration: underline;
  transition: .4s ease-in-out;
}
.footer__social a:hover svg path{
  fill: var(--main);
  transition: .4s ease-in-out;
}
.footer__copyright a{
  position: relative;
    margin-right: .625rem;
    padding-right: .625rem;
}
.footer__copyright a:first-of-type::before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: .0625rem;
  height: 1.25rem;
  background-color: var(--gray);
}

@media (max-width: 539px) {
	.footer__copyright a {
		margin-right: 0;
    padding-right: 0;
	}
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover{
  text-decoration: underline;
  transition: .4s ease-in-out;
}
article.page{
  max-width: 105rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: var(--step-30-40) 0;
}
article.page h1,
article.page h2{
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--main);
}
article.page p{
  margin-bottom: 10px;
  line-height: 1.2;
}
article.page ul{
  list-style: disc;
  margin-left: 30px;
  line-height: 1.2;
}

.blockUI.blockOverlay {
    display: none !important;
}
.product_cat-holodni-napoi .summary-content span{
  display: none;
}
.product_cat-holodni-napoi .summary-content p.price span{
  display: inline;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .cart__product-short > span {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 8px;
  color: #999999;
}
.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .cart__product-short > p {
  font-size: var(--step-14-16);
  line-height: 1.5;
}

@media (min-width: 47.9375rem) {
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0 1rem;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-data {
    display: none;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .cart__product-short {
    grid-column: 1;
  }
  .woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}