body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  overflow-x: hidden !important;
  line-height: 1.2;
}

a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2;
}

span {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

ul {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

button {
  font-family: "Montserrat", sans-serif !important;
  line-height: 1.2;
  cursor: pointer;
}

input {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

table tr td {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  color: #fff !important;
}

table th {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  color: #fff !important;
}

.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700 !important;
  border-radius: 8px !important;
  left: auto;
  color: #515151;
  background-color: #ebe9eb;
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.container {
  max-width: 1230px !important;
  width: auto;
}

.widget_shopping_cart_content ul.cart_list,
.widget_shopping_cart_content ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}

.widget_shopping_cart_content ul.cart_list li,
.widget_shopping_cart_content ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  list-style: none;
}

.widget_shopping_cart_content ul.cart_list li a,
.widget_shopping_cart_content ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}

.header-search-field::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
}

.header-search-field::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
}

.header-search-field:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
}

.header-search-field::-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
}

.header-search-field::placeholder {
  opacity: 1;
  color: #ffffff;
  background-color: transparent;
}

.pswp {
  z-index: 20000 !important;
}

.admin-bar .pswp {
  z-index: 20000 !important;
}

.pswp__caption__center {
  text-align: center !important;
}

.sale-product-swiper {
  max-width: 100%;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.sale-product-swiper-wrapper {
  max-width: 1230px;
  padding: 10px 0;
}

.sale-product-swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #f00;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.sale-product-swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #f00;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 30px;
}

.swiper-backface-hidden .sale-product-swiper-slide {
  padding: 0 20px;
}

.woocommerce-ordering .orderby {
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

/* Стили для счетчика корзины */
.header-cart a {
  position: relative;
}

.cart-counter {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #f00;
  color: #fff;
  border-radius: 50%;
  padding: 6px 11px;
  font-size: 15px;
  font-weight: 700;
}

/* header */

.main-header-block {
  background: #272727;
}

.woocommerce .site-header .custom-logo-link img,
.woocommerce-page .site-header .custom-logo-link img {
  max-width: 63px !important;
}

.home-main-header-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  background: transparent;
}

.site-header.siteinner {
  z-index: 10000;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container a {
  color: #fff;
}

.logo-block {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  padding: 10px 0 0 0 !important;
}

.logo-block::before {
  display: none;
}

.logo-block::after {
  display: none;
}

.logo-text-block {
  max-width: 190px;
  margin-left: 12px;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: start !important;
}

.main-header-nav {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 2px solid #fff;
}

.main-header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-sitenav {
  padding: 20px 0;
  margin-right: auto;
}

.header-sitenav ul li a {
  border-bottom: 1px solid transparent;
  padding: 0;
  margin-right: 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  color: #fff;
  -webkit-transition-property: color, border-color;
  -o-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.header-sitenav ul .current_page_item a {
  border-bottom: 1px solid #f00;
}

.header-toggle-menu {
  display: none;
}

.header-search-field {
  max-width: 250px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  font-family: "Montserrat";
  font-size: 20px;
  font-weight: 500;
  line-height: 0;
  padding: 11px 50px 11px 15px;
}

.header-search-field[placeholder] {
  color: #fff;
  opacity: 1;
}

.header-search-form label {
  position: relative;
}

.header-search-icon {
  position: absolute;
  top: -7px;
  right: 20px;
  background: transparent;
  border: none;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.mobile-header-search {
  display: none;
}

.header-menu-text {
  display: none;
}

.close-menu-icon {
  display: none;
  cursor: pointer;
}

.header-email-info-text {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

/* header-contetn */

.header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content a {
  font-size: 15px;
  font-weight: 400;
}

.header-callback {
  display: none;
}

.hide-icon-mobile {
  display: none;
}

.hedaer-messangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-show {
  display: none;
}

.medium-hide {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.social-icon-item {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.header-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.phones-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-icon-info {
  margin-right: 10px;
}

.naw-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hedaer-icon-mobile {
  display: none;
}

.nav-toggle {
  display: none;
}

.social-icon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.social-icon-header a:not(:last-child) {
  margin-right: 20px;
}

.hedaer-messangers {
  margin-left: 20px;
}

.menu-cat {
  display: none;
}

.call-back-modal {
  display: none;
}

.header-cart {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/* main-page */

.innerpage_fixer {
  padding-top: 20px !important;
  color: #fff;
}

.innerpage_fixer h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol {
  color: #fff !important;
}

.container-main-page {
  width: 100% !important;
  max-width: 100% !important;
}

.innerpage_fixer-main {
  padding: 0 !important;
}

.innerpage-contentpart-page {
  width: 100% !important;
  padding: 0 !important;
}

.hero-swiper {
  width: 100% !important;
  position: relative;
  min-height: 850px;
}

.hero-swiper-wrapper {
}

.hero-swiper-slide {
  width: 100% !important;
  min-height: 850px;
  background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}

.hero-swiper-pagination {
  bottom: 40px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background-color: #fff;
  opacity: 1 !important;
  margin: 0 7.5px !important;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff2b2b;
}

.hero-content {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 0;
  z-index: 7000;
  color: #fff;
  line-height: 1;
}

.hero-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero-content a {
  color: #fff;
}

.hero-title {
  font-size: 80px;
  font-weight: 700;
  line-height: 135%;
  margin-bottom: 30px;
}

.hero-subtitle {
  font-size: 40px;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hero-subtitle span {
  color: #f00;
}

.hero-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 30px;
}

.hero-text span {
  color: #f00;
}

.btn {
  background: -o-linear-gradient(312deg, #ff4848 21.29%, #f00 87.53%);
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%);
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.hero-btn {
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  padding: 27px 98px;
  border-radius: 5px;
}

.innerpage_fixer .entry-header {
  display: none;
}

.innerpage_fixer .page-title {
  display: none;
}

.innerpage_fixer .woocommerce-breadcrumb {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 55px;
}

.innerpage_fixer .woocommerce-breadcrumb a {
  color: #f00;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

/* category */

.innerpage_fixer p {
  margin: 0 !important;
}

.category-container {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-container .product-category {
  background: #272727;
  padding: 15px 30px 30px 30px !important;
  border-radius: 10px;
  cursor: pointer;
}

.category-container .product-category a {
  color: inherit;
}

.category-container .product-category a:hover {
  color: inherit;
}

.category-container .product-category img {
  margin: 0 !important;
}

.sec-title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.sec-title::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 45px;
  height: 2px;
  left: -55px;
  top: 50%;
  margin-top: -1px;
}

.sec-title::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 45px;
  height: 2px;
  right: -55px;
  top: 50%;
  margin-top: -1px;
}

.category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-container .woocommerce-loop-category__title {
  margin-bottom: 20px !important;
  text-align: center;
  min-height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-container .woocommerce-loop-category__title span {
  font-size: 30px;
  font-weight: 600;
  line-height: 92%;
}

.category-btn {
  margin-top: 25px;
  font-size: 25px;
  font-weight: 500;
  padding: 20px 0;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}

/* sale */

.sale-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, -40px);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, -40px);
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.sale-product-title {
  margin-bottom: 50px;
}

/* order */

.order-container {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}

.order-content:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  z-index: 1;
  background: #fff;
  left: 15px;
  top: 67px;
}

.order-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  line-height: 135%;
}

.order-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 50;
}

.order-icon {
  margin-bottom: 13px;
}

.order-point {
  position: relative;
  min-width: 25px;
  height: 25px;
  background: #ff0000;
  border-radius: 50%;
  border: 4px solid #fff;
  z-index: 50;
}

.order-content-title {
  font-weight: 600;
}

.order-btn {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 22px 155px;
  border-radius: 5px;
}

/* faq */

.faq-container {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
}

.faq-btn {
  display: block;
  color: #fff;
  border-radius: 5px;
  font-size: 25px;
  font-weight: 500;
  padding: 22px 155px;
  margin-top: 20px;
}

/* main-about / about-page */

.main-about-container {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-page-container .about-company-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 135%;
}

.main-about-title span {
  font-weight: 700;
  color: #f00;
}

.main-about-container .wrap-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.about-page-container .wrap-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  gap: 30px;
}

.about-page-container .about-company-image .lazy-loaded {
  border-radius: 10px;
}

.about-company-text {
  max-width: 60%;
}

/* contacts-main */

.contacts-main-container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-main-info {
  background: #272727;
  border-radius: 5px;
  padding: 20px 45px 50px 50px;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -172px;
  z-index: 30;
}

.contacts-main-map {
  width: 100%;
  position: relative;
  z-index: 5;
}

.contacts-main-map iframe {
  border-radius: 5px !important;
  position: relative;
  z-index: 5;
  min-height: 600px;
}

.contacts-main-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 135%;
  margin-top: 30px;
}

.contacts-main-location-icon {
  margin-right: 10px;
}

.contacts-main-location-text {
  max-width: 350px;
}

/* footer */

.footer-page {
  background-color: #272727;
}

.footer-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 20px;
}

.footer-logo-block {
  padding: 0 !important;
}

.footer-contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-phones a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.footer-email a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.footer-email-info-text {
  font-size: 15px;
}

.footer-social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 20%;
}

.footer-social-icon {
  margin: 0;
  padding-top: 15px;
}

.footer-phones {
  margin: 30px 0;
}

.footer-bottom {
  border-top: 1px solid #fff;
  padding: 20px 0;
}

.footer-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.footer-bottom-content a {
  cursor: pointer;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.footer-none-block {
  width: 10%;
}

.footer-text-block {
  width: 40%;
  text-align: end;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.footer-text {
  padding-top: 15px;
}

/* CAT PAGE */

.main-cat-content .sidebar-cat-content ul li {
  margin-bottom: 15px !important;
}

.main-cat-content .sidebar-cat-content {
  z-index: 100;
  position: relative;
}

.main-cat-content .sidebar-categories {
  float: left;
  width: 20%;
  min-height: 100vh;
  margin-bottom: 30px;
}

.main-categories-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-categories-content .sidebar-categories {
  width: auto;
  clear: left;
  min-height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}

.main-categories-content .product-cat-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 77%;
  flex: 0 1 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-categories-content .product-cat-content .page-description {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.main-categories-content .product-search-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 77%;
  flex: 0 1 77%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-categories-content .product-search-content article {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  background: #272727;
  padding: 15px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-categories-content .product-search-content article header h3 {
  text-align: center !important;
}

.main-categories-content .product-search-content .entry-content {
  width: 100%;
}

.main-categories-content .product-search-content .entry-content .postmeta {
  width: 100%;
  margin-bottom: 0 !important;
}

.main-categories-content .product-search-content .entry-content .postmeta a {
  width: 100%;
  text-align: center;
}

.main-categories-content .product-search-content article .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 !important;
  font-size: 14px !important;
}

.main-categories-content
  .product-search-content
  article
  .product-price
  .woocommerce-Price-amount {
  font-size: 14px !important;
}

.main-categories-content .product-cat-content .woocommerce-result-count {
  text-align: end !important;
  margin-bottom: 10px !important;
}

.main-categories-content .product-cat-content .orderby {
  background: #272727;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  font-family: "Montserrat";
  border-radius: 5px;
  padding: 5px 10px;
}

.main-categories-content .product-cat-content .woocommerce-ordering {
  text-align: end !important;
}

.sidebar-cat-content .product-categories {
  list-style-type: none;
}

.sidebar-cat-content .product-categories li {
  margin: 0;
}

.sidebar-cat-content .product-categories li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

.sidebar-cat-content .product-categories .current-cat a {
  border-bottom: 1px solid transparent;
}

.product-categories .current-cat a,
.product-categories .current-cat-parent a,
.product-categories .current-cat-ancestor a,
.product-categories .current-product a,
.product-categories .current-product-parent a,
.product-categories .current-product-ancestor a {
  color: #f00 !important;
}

.innerpage_fixer .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  margin-right: 50px;
  width: 35%;
}

.innerpage_fixer .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 40%;
}

.innerpage_fixer .product .price {
  color: #fff !important;
}

.woocommerce div.product .product_title {
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
}

.innerpage_fixer
  .product
  .woocommerce-product-details__short-description
  table
  tr:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.innerpage_fixer
  .product
  .woocommerce-product-details__short-description
  table
  tr
  td {
  padding: 10px 0;
  width: 50%;
}

.innerpage_fixer .products .product {
  background: #272727 !important;
  border-radius: 10px !important;
  color: #fff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.innerpage_fixer .main-categories-content .products .product {
  padding: 15px 15px !important;
}

.catalog-main-img {
  margin-bottom: 30px;
}

.innerpage_fixer .product-categories-content .products .product {
  padding: 15px 15px !important;
}

.innerpage_fixer .product-categories-content .related > h2 {
  color: transparent !important;
  font-size: 0;
}

.innerpage_fixer .product-categories-content .related > h2:before {
  display: block;
  content: "Возможно вам пригодятся";
  color: #f00;
  font-size: 50px;
  margin-top: 30px;
}

.innerpage_fixer .product-categories-content .related > h2:after {
  display: block;
  content: "и другие наши товары";
  color: #fff;
  font-size: 50px;
  margin-left: 250px;
}

.innerpage_fixer .product-categories-content .woocommerce-tabs {
  border-bottom: 1px solid #fff !important;
}

.innerpage_fixer
  .product-categories-content
  .products
  .product
  .variations_form {
  margin-bottom: 0 !important;
}

.innerpage_fixer .product .woocommerce-LoopProduct-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.innerpage_fixer .product .onsale {
  display: none !important;
}

.innerpage_fixer .product img {
  border-radius: 8px !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.innerpage_fixer .product .button {
  background: -o-linear-gradient(312deg, #ff4848 21.29%, #f00 87.53%);
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%);
  -webkit-transition-property: color, background, -webkit-box-shadow;
  transition-property: color, background, -webkit-box-shadow;
  -o-transition-property: box-shadow, color, background;
  transition-property: box-shadow, color, background;
  transition-property: box-shadow, color, background, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #fff;
}

.innerpage_fixer .product .product_type_variable {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px !important;
  color: #fff;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 10px 20px;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow;
  transition-property: background, color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.innerpage_fixer .product .woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 135%;
}

.innerpage_fixer .product .price {
  font-size: 10px !important;
  font-weight: 500 !important;
}

.innerpage_fixer .product .variations_form {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.innerpage_fixer .product .add_to_cart_button {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.innerpage_fixer .product .label {
  display: none !important;
}

.innerpage_fixer .product-more-two .label {
  display: block !important;
  border: none !important;
  margin-bottom: 10px !important;
  font-family: "Montserrat";
  font-weight: 500;
}

.innerpage_fixer .products .product-more-two .label {
  font-size: 12px !important;
}

.innerpage_fixer .product-more-two .label span {
  display: none !important;
}

.innerpage_fixer .comment-form {
  margin-top: 25px;
}

.innerpage_fixer .comment-form textarea {
  background: #272727 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 500;
  font-size: 15px !important;
  max-width: 100% !important;
}

.innerpage_fixer .comment-form .submit {
  background: #f00 !important;
  color: #fff !important;
  margin-top: 15px !important;
}

.innerpage_fixer .product .button-variable-items-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.innerpage_fixer .product-more-two .variations tr:first-child ul {
  max-width: 48.5% !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 200px !important;
  gap: 15px;
  margin-bottom: 15px !important;
}

.innerpage_fixer .product-more-two .variations tr:first-child ul li {
  margin-bottom: 0px !important;
}

.innerpage_fixer
  .products
  .product-more-two
  .variations
  tr:first-child::before {
  font-size: 12px;
}

.innerpage_fixer
  .main-categories-content
  .products
  .product-more-two
  .variations
  tr:first-child::before {
  margin-top: 15px;
}

.innerpage_fixer .products .product-more-two .variations tr:last-child::before {
  font-size: 12px;
}

.innerpage_fixer .product .button-variable-item {
  color: #fff !important;
  border-radius: 8px !important;
  background: #272727 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 100% !important;
  margin: 0 0 15px 0 !important;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.innerpage_fixer .products .product .button-variable-item {
  color: #fff !important;
  border-radius: 8px !important;
  background: #0e0e0e !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 100% !important;
  margin: 0 0 15px 0 !important;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.innerpage_fixer .product .selected {
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
}

.innerpage_fixer .products .product .selected {
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
}

.innerpage_fixer .product .entry-summary .button-variable-item {
  height: 50px !important;
}

.innerpage_fixer .product .entry-summary .single_variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px !important;
}

.innerpage_fixer .product .entry-summary .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.innerpage_fixer .product .entry-summary .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerpage_fixer .product .entry-summary .single_add_to_cart_button {
  width: 65%;
  height: 60px;
  position: relative;
  border-radius: 15px;
}

.innerpage_fixer .product .entry-summary .woocommerce-Price-amount.amount {
  font-size: 20px !important;
}

.innerpage_fixer .product .entry-summary .woocommerce-variation-price {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.innerpage_fixer .product .entry-summary .woocommerce-variation-description {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
}

.innerpage_fixer [data-wvstooltip]::before {
  content: none;
}

.innerpage_fixer .wvs-has-image-tooltip::after,
[data-wvstooltip]::after {
  border: none !important;
}

.innerpage_fixer .product .reset_variations {
  display: block !important;
  width: 100%;
  text-align: center;
}

.innerpage_fixer .products .product .reset_variations {
  display: none !important;
}

.innerpage_fixer .products .product .reset_variations {
  display: none;
}

.innerpage_fixer .product .woo-variation-items-wrapper {
  border: none !important;
}

.innerpage_fixer .products .product .single_variation_wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 17%;
  width: 77%;
}

.innerpage_fixer .products .product .woocommerce-variation-add-to-cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.innerpage_fixer .products .one-product-variation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.innerpage_fixer .products .product .single_add_to_cart_button {
  font-size: 0 !important;
  background: transparent;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.innerpage_fixer .products .one-product-variation .product-more-button {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.innerpage_fixer .products .one-product-variation .add_to_cart_button {
  font-size: 0 !important;
  background: transparent;
  margin-left: 15px;
}

.innerpage_fixer .products .product .single_add_to_cart_button:hover {
  background: transparent !important;
}

.innerpage_fixer .products .product .single_add_to_cart_button::before {
  content: url("https://mir-penoplasta.ru/wp-content/uploads/2024/01/shopping-cart_icon.png");
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.innerpage_fixer .products .one-product-variation .add_to_cart_button::before {
  content: url("https://mir-penoplasta.ru/wp-content/uploads/2024/01/shopping-cart_icon.png");
  display: block;
  width: 100%;
  position: absolute;
  bottom: 15px;
  text-align: end;
}

.innerpage_fixer .product .added_to_cart {
  display: none !important;
  background: transparent !important;
  color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
}

.innerpage_fixer .products .product .variable-items-wrapper {
  margin-bottom: 0 !important;
}

.innerpage_fixer .products .product .variable-items-wrapper li div span {
  font-size: 12px !important;
}

.innerpage_fixer .products .product .attachment-woocommerce_thumbnail {
  margin-bottom: 0 !important;
}

.innerpage_fixer .products .product .variations {
  margin-bottom: 0 !important;
}

.innerpage_fixer .products .product .single_variation {
  max-width: 75px !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.woocommerce-Tabs-panel h1,
.woocommerce-Tabs-panel span {
  color: #fff !important;
}

.innerpage_fixer .jp-relatedposts {
  display: none !important;
}

.innerpage_fixer .main-cat-content .flex-viewport {
  margin-bottom: 20px !important;
}

.product-categories-content .woocommerce-product-gallery::after {
  display: block;
  content: "У Вас есть возможность изменить изделие по вашим чертежам и под ваши размеры";
  margin-top: 20px;
}

.innerpage_fixer .main-cat-content .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.innerpage_fixer .main-cat-content .flex-control-thumbs li {
  clear: left;
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}

.innerpage_fixer .main-cat-content .product .wc-tabs-wrapper .wc-tabs {
  background: #272727 !important;
  border: none !important;
  padding: 25px 0;
  border-radius: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  content: none;
}

.innerpage_fixer .main-cat-content .product .wc-tabs-wrapper .wc-tabs li {
  background: transparent !important;
  border-bottom-color: transparent !important;
  border: none !important;
  padding: 0 50px;
}

.innerpage_fixer
  .main-cat-content
  .product
  .wc-tabs-wrapper
  .wc-tabs
  li.active {
  color: #f00 !important;
}

.innerpage_fixer .main-cat-content .product .wc-tabs-wrapper .wc-tabs li a {
  padding: 0 !important;
  color: #fff;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.innerpage_fixer
  .main-cat-content
  .product
  .wc-tabs-wrapper
  .wc-tabs
  li.active
  a {
  border-bottom: 1px solid #f00 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  content: none;
}

.innerpage_fixer .main-cat-content .product .woocommerce-Tabs-panel h2 {
  display: none;
}

.innerpage_fixer .main-cat-content .product .woocommerce-Tabs-panel h1 {
  text-align: start !important;
}

.woocommerce table.shop_attributes th {
  width: 25%;
}

.innerpage_fixer .main-cat-content .product .count {
  display: none !important;
}

.innerpage_fixer .main-cat-content .product .woocommerce-loop-category__title {
  text-align: center !important;
}

.innerpage_fixer .main-cat-content .product .woocommerce-loop-product__title {
  text-align: center !important;
}

.innerpage_fixer .product-categories-content .variations_form {
  display: none !important;
}

.innerpage_fixer
  .product-categories-content
  .product-more-two
  .variations_form {
  display: block !important;
}

.innerpage_fixer
  .product-categories-content
  .product-cards-item-variable
  .variations_form {
  display: block !important;
  margin-top: 0 !important;
}

.innerpage_fixer .product-categories-content .product-btn-variation-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.innerpage_fixer .product-categories-content .product-cards-item-variable {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}

.innerpage_fixer .product-categories-content .all-variation-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
}

.innerpage_fixer .product-categories-content .variation-price {
  height: 50px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.innerpage_fixer .product-categories-content .products .variation-price {
  height: 30px;
}

.innerpage_fixer .product-categories-content .products .variation-price p {
  font-size: 10px !important;
}

.innerpage_fixer .price {
  display: none !important;
}

.innerpage_fixer .woocommerce-variation-price .price {
  display: block !important;
  font-size: 17px !important;
}

.innerpage_fixer .woocommerce-variation-price .woocommerce-Price-amount {
  font-size: 17px !important;
}

.innerpage_fixer .product-more-two .woocommerce-variation-price .price {
  display: block !important;
}

.innerpage_fixer .product-more-two .product-btn-variation-price {
  display: none !important;
}

.innerpage_fixer .main-categories-content .product-btn-variation-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerpage_fixer .main-categories-content .product-cards-item-variable {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}

.innerpage_fixer .main-categories-content .all-variation-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}

.innerpage_fixer .main-categories-content .variation-price {
  height: 30px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 10px !important;
  line-height: 1.25;
}

.innerpage_fixer .action-cat-content .product-btn-variation-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerpage_fixer .action-cat-content .product-cards-item-variable {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.innerpage_fixer .action-cat-content .all-variation-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
}

.innerpage_fixer-main .product-btn-variation-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerpage_fixer-main .product-cards-item-variable {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}

.innerpage_fixer-main .all-variation-price {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 35%;
  flex: 1 0 35%;
}

.innerpage_fixer-main .variation-price {
  height: 30px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 10px !important;
  line-height: 1.25;
}

.innerpage_fixer .action-cat-content .variation-price {
  height: 30px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 10px !important;
  line-height: 1.25;
}

.woocommerce-Price-amount.amount {
  font-size: 10px !important;
}

.innerpage_fixer .product-categories-content .reset_variations {
  display: none !important;
}

.innerpage_fixer
  .product-categories-content
  .product-more-two
  .woocommerce-variation {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
  margin-bottom: 20px;
}

.innerpage_fixer .product-categories-content .product_meta {
  display: none !important;
}

.quantity input[type="number"] {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.innerpage_fixer .quantity {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50px;
  max-width: 105px !important;
}

.innerpage_fixer .quantity input {
  background: transparent;
  color: #fff;
  border: none !important;
  max-width: 30px;
  padding: 0 !important;
}

.innerpage_fixer .quantity button {
  background: transparent;
  border: none;
  color: #fff;
  width: 25px;
  height: 25px;
  font-size: 15px;
  cursor: pointer;
}

.custom-extra-links {
  position: absolute;
  bottom: -75px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.innerpage_fixer .term-description {
  display: none !important;
}

.innerpage_fixer .products .form-card-product-more-two {
  display: none !important;
}

.innerpage_fixer .products .product-more-two .form-card-product-more-two {
  display: block !important;
}

.innerpage_fixer .products .product-more-two .variations tr:first-child ul {
  max-width: 47% !important;
  max-height: 155px !important;
  gap: 0 15px;
  margin-bottom: 0 !important;
}

.innerpage_fixer .products .product-more-two .variations tr:first-child ul li {
  margin-bottom: 15px !important;
}

.innerpage_fixer .products .product-more-two .single_variation {
  margin-right: 15px !important;
}

.innerpage_fixer
  .product-categories-content
  .products
  .product-more-two
  .woocommerce-variation {
  margin-bottom: 0 !important;
}

.innerpage_fixer .one-product-variation .product-cards-item-variable {
  display: none !important;
}

.innerpage_fixer
  .product-categories-content
  .one-product-variation
  .products
  .one-product-variation
  .product-cards-item-variable {
  display: none !important;
}

.innerpage_fixer
  .product-categories-content
  .one-product-variation
  .products
  .product-cards-item-variable {
  display: block !important;
}

.innerpage_fixer .one-product-variation .all-variation-price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.innerpage_fixer
  .product-categories-content
  .one-product-variation
  .products
  .one-product-variation
  .all-variation-price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.innerpage_fixer
  .product-categories-content
  .one-product-variation
  .products
  .all-variation-price {
  display: block !important;
}

.innerpage_fixer .product-categories-content .one-product-variation .cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerpage_fixer
  .product-categories-content
  .one-product-variation
  .products
  .cart {
  display: block !important;
}

.woocommerce ul.products li.product .button {
  font-weight: 700 !important;
  text-align: center;
  -webkit-transition-property: background, color, -webkit-box-shadow,
    -webkit-transform;
  transition-property: background, color, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: box-shadow, background, color, transform;
  transition-property: box-shadow, background, color, transform;
  transition-property: box-shadow, background, color, transform,
    -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.innerpage_fixer .products .product .woocommerce-variation-description {
  font-size: 10px !important;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: absolute;
  bottom: -10px;
  left: -30px;
}

.innerpage_fixer .products .product .quantity input {
  font-size: 12px !important;
}

.innerpage_fixer .products .product .quantity button {
  width: 10px;
  height: 10px;
}

.innerpage_fixer .products .product .quantity button.minus {
  padding-left: 5px;
}

.innerpage_fixer .products .product .quantity button.plus {
  padding-right: 15px;
}

.innerpage_fixer .products .product .woocommerce-variation-price {
  min-width: 120px;
  margin-right: 15px;
  line-height: 1;
}

.woocommerce div.product .custom-extra-links img {
  max-width: 45px !important;
}

/* CART */

.innerpage_fixer .return-to-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.innerpage_fixer .return-to-shop .wc-backward {
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
  color: #fff !important;
  padding: 20px 50px;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.innerpage_fixer .cart-collaterals {
  display: none !important;
}

.innerpage_fixer .woocommerce-cart-form__contents th {
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-bottom: 25px !important;
}

.innerpage_fixer .woocommerce-cart-form__contents td {
  padding: 25px 0 !important;
}

.innerpage_fixer .cart-total-wrapper {
  text-align: end !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.innerpage_fixer .cart-total-wrapper .woocommerce-Price-amount {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.innerpage_fixer .cart-total-wrapper .woocommerce-Price-amount::after {
  content: " руб.";
  font-size: 20px !important;
  font-weight: 600 !important;
}

.innerpage_fixer .cart-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px !important;
}

.innerpage_fixer .cart-buttons .button {
  background: #f00 !important;
  color: #fff !important;
  padding: 20px 60px !important;
}

.innerpage_fixer .cart-buttons .checkout-button {
  background: #f00 !important;
  color: #fff !important;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.innerpage_fixer .cart-buttons .continue-shopping-button {
  background: #272727 !important;
  color: #fff !important;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.woocommerce-cart-form a.remove {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-weight: 500 !important;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
}

.woocommerce-mini-cart-item a.remove {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-weight: 500 !important;
  -webkit-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
}

.innerpage_fixer .woocommerce-cart-form__contents tbody tr td {
  text-align: center !important;
}

.innerpage_fixer
  .woocommerce-cart-form__contents
  .attachment-woocommerce_thumbnail {
  max-width: 165px !important;
  border-radius: 8px !important;
}

.innerpage_fixer .woocommerce-cart-form__contents .product-name {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.innerpage_fixer .woocommerce-cart-form__contents .woocommerce-Price-amount {
  color: #f00 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.innerpage_fixer
  .woocommerce-cart-form__contents
  .woocommerce-Price-amount::after {
  content: " руб.";
  color: #f00 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.innerpage_fixer .woocommerce-form-coupon-toggle {
  display: none !important;
}

.innerpage_fixer .woocommerce-checkout .col2-set .col-2 {
  display: none !important;
}

.innerpage_fixer .woocommerce-checkout h3 {
  display: none !important;
}

.innerpage_fixer
  .woocommerce-checkout
  .col2-set
  .woocommerce-billing-fields
  #billing_company_field,
#billing_last_name_field,
#billing_country_field,
#billing_address_2_field,
#billing_city_field,
#billing_state_field,
#billing_postcode_field {
  display: none !important;
}

.innerpage_fixer .woocommerce-checkout .input-text:focus {
  -webkit-box-shadow: 0 0 10px 1px #fff;
  box-shadow: 0 0 10px 1px #fff;
}

.innerpage_fixer
  .woocommerce-checkout
  .col2-set
  .woocommerce-billing-fields
  input {
  border-radius: 5px;
  background: #272727 !important;
  border: none !important;
  color: #fff !important;
  min-height: 80px !important;
  padding: 0 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 15px;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100% !important;
}

.innerpage_fixer .woocommerce-checkout .woocommerce-checkout-payment {
  background: transparent !important;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none !important;
}

.innerpage_fixer .woocommerce-checkout-payment::before {
  content: "Способ оплаты" !important;
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
  margin-top: 25px;
}

.innerpage_fixer .woocommerce-terms-and-conditions-wrapper {
  display: none !important;
}

.innerpage_fixer #place_order {
  background: -o-linear-gradient(312deg, #ff4848 21.29%, #f00 87.53%);
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%);
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  padding: 20px 90px;
  border-radius: 8px;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.innerpage_fixer .place-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.innerpage_fixer .wc_payment_methods {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.innerpage_fixer .woocommerce-shipping-methods {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.innerpage_fixer .wc_payment_methods li {
  background: #272727;
  padding: 20px 25px 10px 25px;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 180px !important;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.innerpage_fixer .woocommerce-shipping-methods li {
  background: #272727;
  padding: 20px 25px 20px 25px;
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31.5%;
  flex: 0 1 31.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 250px !important;
  position: relative;
}

.innerpage_fixer .wc_payment_methods li label {
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5 !important;
  z-index: 100;
  cursor: pointer;
}

.innerpage_fixer .woocommerce-shipping-methods li label {
  text-align: center;
  font-size: 20px !important;
  font-weight: 600;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5 !important;
  z-index: 1500;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  cursor: pointer;
}

.innerpage_fixer .wc_payment_methods li label img {
  margin-top: 5px !important;
}

input[type="radio"].input-radio + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  cursor: pointer;
}

.innerpage_fixer .wc_payment_methods li .payment_box {
  background: #0e0e0e !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 500;
  text-align: center !important;
  border-radius: 8px !important;
  margin-top: -15px !important;
  z-index: 15;
}

.innerpage_fixer .wc_payment_methods li .payment_box::before {
  display: none !important;
}

input[type="radio"].input-radio {
  display: none;
}

input[type="radio"].input-radio + label:before {
  content: "";
  display: inline-block;
  background-color: #a5a5a5;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 50%;

  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
}

input[type="radio"].input-radio:checked + label:before {
  background-color: #ff0000;
}

input[type="radio"].input-radio + label {
  background: none;
}

input[type="radio"].shipping_method {
  display: none;
}

input[type="radio"].shipping_method + label:before {
  content: "";
  display: inline-block;
  background-color: #a5a5a5;
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 10px;
}

input[type="radio"].shipping_method:checked + label:before {
  background-color: #ff0000;
}

input[type="radio"].shipping_method + label {
  background: none;
}

li.wc_payment_method {
  cursor: pointer;
}

.order-notice {
  padding: 20px 20px;
  border: none;
  z-index: 1000;
  width: 100%;
  background: #0e0e0e !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 500;
  text-align: center !important;
  border-radius: 8px !important;
  margin-top: -15px !important;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  line-height: 1.2;
}

.innerpage_fixer .woocommerce-checkout-review-order-table {
  background: url("https://mir-penoplasta.ru/wp-content/uploads/2024/02/back-dost.png")
    center center fixed;
  background-size: cover;
  background-color: rgba(100%, 100%, 0, 0.5);
  margin-top: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 40px !important;
}

.innerpage_fixer
  .woocommerce-checkout-review-order-table
  .woocommerce-shipping-methods
  li {
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.innerpage_fixer .woocommerce-checkout-review-order-table tr {
  display: none !important;
}

.innerpage_fixer .woocommerce-checkout-review-order-table th {
  display: none !important;
}

.innerpage_fixer .woocommerce-checkout-review-order-table td {
  width: 1230px !important;
}

.innerpage_fixer
  .woocommerce-checkout-review-order-table
  tr.woocommerce-shipping-totals {
  display: block !important;
}

.innerpage_fixer
  .woocommerce-checkout-review-order-table
  tr.woocommerce-shipping-totals::before {
  content: "Метод доставки" !important;
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 30px !important;
}

#pay_form .btn {
  border: none !important;
  font-size: 20px !important;
  padding: 25px 75px !important;
  cursor: pointer;
  color: #fff !important;
  border-radius: 10px !important;
}

.order_details .woocommerce-Price-amount {
  font-size: 15px !important;
}

.order_details .woocommerce-Price-amount::after {
  content: " руб.";
}

.innerpage_fixer
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .product-thumbnail
  img {
  max-width: 165px !important;
  border-radius: 8px !important;
}

.innerpage_fixer
  .woocommerce-cart-form
  .woocommerce-cart-form__contents
  .product-quantity
  .quantity {
  max-width: 95px !important;
  margin-left: 20%;
}

.innerpage_fixer .woocommerce-notices-wrapper {
  display: none !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto !important;
}

td.actions {
  display: none !important;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 1px solid #fff !important;
}

.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
  border: none !important;
}

.innerpage_fixer td.product-name a {
  color: #fff;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px !important;
}

.woocommerce-order .woocommerce-order-details {
  margin-top: 30px !important;
}

#tab-reviews .form-submit .submit {
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

/* Comments */

#reply-title {
  display: none !important;
}

.innerpage_fixer ol.commentlist {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.innerpage_fixer ol.commentlist::before,
.innerpage_fixer ol.commentlist::after {
  position: absolute !important;
}

.innerpage_fixer ol.commentlist li {
  margin: 0 !important;
  background: #272727 !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 31.5% !important;
  flex: 0 1 31.5% !important;
  padding: 15px !important;
  border-radius: 10px;
}

.innerpage_fixer ol.commentlist li .comment_container img {
  position: static !important;
  float: none !important;
  width: 100px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 100% !important;
  margin-bottom: 20px !important;
}

.innerpage_fixer ol.commentlist li .comment_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.innerpage_fixer ol.commentlist li .comment_container .comment-text {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  text-align: center !important;
}

.innerpage_fixer ol.commentlist li .comment_container .comment-text .meta {
  margin-bottom: 20px !important;
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 600;
}

/* Random Card */

.random-product-card {
  max-width: 200px;
  background: #272727;
  padding: 10px;
  border-radius: 10px;
  z-index: 5000;
  position: relative;
  margin-top: 20px;
}

.random-title {
  color: #f00 !important;
  margin-top: 40px;
}

.random-product-card h3 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.random-product-card img {
  border-radius: 8px;
}

.random-product-card a {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none !important;
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
  color: #fff !important;
  font-size: 12px !important;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.random-product-card .woocommerce-Price-amount {
  font-size: 14px !important;
}

.random-product-card .cat-price-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin: 10px 0 !important;
  font-size: 14px !important;
}

/* ONE */

.innerpage_fixer .products .one-product-variation .woocommerce-Price-amount {
  font-size: 20px !important;
}

.innerpage_fixer .products .one-product-variation .variation-price {
  font-size: 20px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 100% !important;
  flex: 0 1 100% !important;
  display: block !important;
}

/* SALE PAGE */

.innerpage_fixer .product-cards-item .product {
  background: #272727 !important;
  border-radius: 10px !important;
  padding: 15px 15px !important;
  color: #fff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.innerpage_fixer .entry-content .action-cat-content table td,
.comment-body table td {
  border: none !important;
}

.innerpage_fixer-main .entry-content table td,
.comment-body table td {
  border: none !important;
}

.innerpage_fixer .product-cards-item .product .woocommerce-LoopProduct-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.innerpage_fixer .product-cards-item .product .onsale {
  display: none !important;
}

.innerpage_fixer .woocommerce-LoopProduct-link .onsale {
  right: -10px !important;
  top: -20px !important;
}

.innerpage_fixer .product-cards-item .product img {
  border-radius: 8px !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.innerpage_fixer .product-cards-item .product .button {
  background: -o-linear-gradient(312deg, #ff4848 21.29%, #f00 87.53%);
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%);
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #fff;
}

.innerpage_fixer .product-cards-item .product .woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 135%;
  text-align: center;
}

.innerpage_fixer .product-cards-item .product .price {
  font-size: 17px !important;
  font-weight: 500 !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: #fff !important;
}

.innerpage_fixer .product-cards-item .product .variations_form {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.innerpage_fixer .product-cards-item .product .add_to_cart_button {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.innerpage_fixer .product-cards-item .product .button-variable-items-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.innerpage_fixer .product-cards-item .product .button-variable-item {
  color: #fff !important;
  border-radius: 8px !important;
  background: #0e0e0e !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  min-width: 100% !important;
  margin: 0 0 15px 0 !important;
}

.innerpage_fixer .product-cards-item .product .selected {
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
}

.innerpage_fixer .product-cards-item .product .reset_variations {
  display: none;
}

.innerpage_fixer .product-cards-item .product .woo-variation-items-wrapper {
  border: none !important;
}

.innerpage_fixer .product-cards-item .product .single_variation_wrap {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.innerpage_fixer
  .product-cards-item
  .product
  .woocommerce-variation-add-to-cart {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.innerpage_fixer .product-cards-item .product .single_add_to_cart_button {
  font-size: 0 !important;
  background: transparent;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.innerpage_fixer
  .product-cards-item
  .product
  .single_add_to_cart_button::before {
  content: url("https://mir-penoplasta.ru/wp-content/uploads/2024/01/shopping-cart_icon.png");
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.innerpage_fixer .product-cards-item .product .added_to_cart {
  background: -o-linear-gradient(
    312deg,
    #ff4848 21.29%,
    #f00 87.53%
  ) !important;
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%) !important;
  margin-top: 10px !important;
  text-align: center;
  max-width: 75%;
  border-radius: 5px;
}

.innerpage_fixer .product-cards-item .product .variable-items-wrapper {
  margin-bottom: 0 !important;
}

.innerpage_fixer
  .product-cards-item
  .product
  .attachment-woocommerce_thumbnail {
  margin-bottom: 0 !important;
}

.innerpage_fixer .product-cards-item .product .variations {
  margin: 0 !important;
}

.entry-content table td,
.entry-content table th,
.comment-body table td,
.comment-body table th {
  padding: 0 !important;
}

.innerpage_fixer .product-cards-item .product .single_variation {
  max-width: 75px !important;
  height: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.innerpage_fixer .cart-empty {
  display: none !important;
}

.cart-empty-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.innerpage_fixer .all-variation-price .variation-price del {
  display: none !important;
}

.innerpage_fixer .action-cat-content .woocommerce-variation-price .price {
  font-size: 17px !important;
}

.innerpage_fixer .woocommerce ul.products li.product .price del {
  display: block !important;
}

/* Delivery page */

.delivery-title {
  font-size: 50px !important;
  font-weight: 600 !important;
  margin-bottom: 30px;
  line-height: 135%;
}

.delivery-text {
  font-size: 25px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 30px;
}

.delivery-subtitle {
  font-size: 25px;
  font-weight: 600;
  line-height: 135%;
  margin-bottom: 30px;
}

.delivery-list-item {
  font-size: 25px;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 15px !important;
}

.delivery-title-red {
  color: #f00;
  font-size: 25px !important;
  font-weight: 500;
  line-height: 135%;
}

/* contacts-page */

.contacts-page-container {
  margin-bottom: 50px;
}

.specialists-title {
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}

.specialists-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px !important;
}

.specialists-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31%;
  flex: 0 1 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #272727;
  border-radius: 8px;
  padding: 25px;
  gap: 15px;
  min-height: 420px;
}

.specialists-item-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 135%;
}

.specialists-item-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
  text-align: center;
}

.specialists-btn-back {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  background: -o-linear-gradient(312deg, #ff4848 21.29%, #f00 87.53%);
  background: linear-gradient(138deg, #ff4848 21.29%, #f00 87.53%);
  border-radius: 8px;
  padding: 20px 35px;
  -webkit-transition-property: background, color, -webkit-box-shadow;
  transition-property: background, color, -webkit-box-shadow;
  -o-transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color;
  transition-property: box-shadow, background, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin-top: 30px;
  line-height: 1.25;
}

.specialists-btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.specialists-item-img {
  border-radius: 100%;
  width: 190px;
  height: 200px;
}

/* popup */

body.overlay-active {
  overflow: hidden !important;
}

#customAddToCartOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 6000;
}

#customAddToCartPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #272727;
  color: #fff;
  padding: 20px;
  z-index: 9000;
  overflow-y: hidden;
  min-width: 1000px;
  border-radius: 10px;
}

#customAddToCartPopup .close-basket {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#customAddToCartPopup .content-cart {
  max-height: 60vh;
  overflow-y: auto;
}

#customAddToCartPopup .title_cart_popup {
  font-size: 40px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  line-height: 135%;
  margin-bottom: 15px;
}

#customAddToCartPopup .woocommerce-mini-cart-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  padding: 25px 0;
  gap: 25px;
  border-bottom: 1px solid #fff;
}

#customAddToCartPopup .woocommerce-mini-cart-item a {
  color: #fff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  gap: 25px;
}

#customAddToCartPopup .woocommerce-mini-cart-item a img {
  width: 200px !important;
  border-radius: 5px;
}

#customAddToCartPopup .woocommerce-mini-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

#customAddToCartPopup .woocommerce-mini-cart__buttons {
  padding: 20px;
}

#customAddToCartPopup .woocommerce-mini-cart__buttons .button:first-child {
  background: #0e0e0e !important;
  color: #fff !important;
  padding: 25px 50px;
}

#customAddToCartPopup .woocommerce-mini-cart__buttons .button:last-child {
  background: #f00 !important;
  color: #fff !important;
  padding: 25px 50px;
}

#customAddToCartPopup .content-cart {
  padding: 0 10px;
}

#customAddToCartPopup .variation- {
  margin: 0 10px 0 10px !important;
}

#customAddToCartPopup .woocommerce-Price-amount {
  font-size: 15px !important;
}

#customAddToCartPopup .quantity {
  margin-left: auto !important;
}

#customAddToCartPopup .woocommerce-Price-amount::after {
  content: " руб.";
}

#customAddToCartPopup .woocommerce-mini-cart__total {
  font-weight: 700;
  margin-top: 15px;
  text-align: right;
}

/* media */

@media screen and (max-width: 1150px) {
  .header-sitenav ul li a {
    margin-bottom: 10px;
  }

  .header-icon-info {
    margin-right: 40px;
  }

  .footer-icon-info {
    margin-right: 10px;
  }

  .header-phones {
    display: none;
  }

  .footer-phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header-email {
    display: none;
  }

  .footer-email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-show {
    display: block;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }

  .hero-content {
    top: 30%;
  }
}

@media screen and (max-width: 980px) {
  /* header	 */

  .main-site-header {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    padding-bottom: 15px !important;
  }

  .footer-icon-info {
    margin-right: 10px;
  }

  .main-header-container {
    display: block;
    width: 100% !important;
    padding: 0;
  }

  .logo-text-block {
    text-align: start;
  }

  .logo-block {
    margin: 0;
    width: auto;
  }

  .main-site-header {
    background-color: #272727 !important;
    padding-bottom: 30px;
  }

  .main-header-nav {
    border: none;
  }

  .header-sitenav {
    display: none;
    margin-right: none;
    background-color: #111;
    padding: 20px 50px;
    position: fixed;
    width: 100%;
    top: 220px;
    left: 0;
  }

  .desk-header-search {
    display: none;
  }

  .header-toggle-menu {
    display: block;
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 8888;
  }

  .header-menu-btn {
    cursor: pointer;
  }

  .header-sitenav ul li {
    border: none;
  }

  .header-sitenav ul li a {
    border: none;
    margin-bottom: 0;
  }

  .mobile-header-search {
    display: block;
  }

  .header-menu-text {
    display: block;
    color: #fff;
    font-weight: 500;
    line-height: 135%;
    text-align: center;
  }

  .header-search-form label {
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  .header-search-field {
    max-width: 100% !important;
    width: 100%;
  }

  .header-search-icon {
    top: 10px;
    right: 20px;
  }

  .close-menu-icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 9000;
  }

  #headerSitenav {
    display: block !important;
    -webkit-transform: translatey(-150%);
    -ms-transform: translatey(-150%);
    transform: translatey(-150%);
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
    z-index: 9000;
  }

  #headerSitenav.sitenav-activ {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }

  /* header-content */

  .hedaer-messangers {
    margin-left: 0;
    margin-top: 15px !important;
  }

  .header-icon-info {
    margin-right: 20px;
  }

  .social-icon-header {
    margin-right: 20px;
  }

  .hedaer-icon-mobile {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 50;
    cursor: pointer;
  }

  .hedaer-icon-mobile {
    display: block;
  }

  .header-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* main-page */

  .container-main-page {
    padding: 0 !important;
  }

  .hero-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-title {
    text-align: center;
    font-size: 55.5px;
    margin-bottom: 25px;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 31.5px;
    margin-bottom: 25px;
    max-width: 450px;
  }

  .hero-text {
    text-align: center;
    font-size: 25.5px;
    margin-bottom: 25px;
    max-width: 450px;
  }

  .hero-btn {
    font-size: 30px;
    padding: 15px 90px;
    border-radius: 5px;
  }

  /* category */

  .category-container {
    padding-top: 75px;
  }

  .sec-title {
    font-size: 35px;
    margin-bottom: 35px;
  }

  .sec-title::before {
    width: 30px;
    left: -40px;
  }

  .sec-title::after {
    width: 30px;
    right: -40px;
  }

  .category-container .woocommerce-loop-category__title {
    margin-bottom: 15px !important;
    min-height: 60px;
  }

  .category-container .woocommerce-loop-category__title span {
    font-size: 21px;
  }

  .category-btn {
    margin-top: 20px;
    font-size: 18px;
  }

  /* sale */

  .sale-container {
  }

  /* order */

  .order-container {
    padding-top: 75px;
  }

  .order-content {
    gap: 10px;
    margin-bottom: 35px;
  }

  .order-content:after {
    top: 65px;
  }

  .order-item {
    font-size: 15px;
  }

  .order-images {
    margin-bottom: 15px;
  }

  .order-icon {
    margin-bottom: 10px;
  }

  .order-point {
  }

  .order-btn {
    font-size: 18px;
    padding: 20px 100px;
  }

  /* faq */

  .faq-container {
    padding-top: 75px;
  }

  .faq-text {
    font-size: 23px;
  }

  .faq-btn {
    font-size: 18px;
    padding: 20px 100px;
  }

  /* contacts-main */

  .contacts-main-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .contacts-main-info {
    background: #272727;
    border-radius: 5px;
    padding: 20px 45px 50px 50px;
    position: static;
    left: 0;
    top: 0;
    margin-top: 0;
    z-index: 30;
    margin-bottom: 25px;
  }

  .contacts-main-map iframe {
    min-height: 500px;
  }

  /* footer	*/

  .footer-page-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: 350px;
    padding: 20px 15px;
  }

  .footer-text {
    text-align: start;
  }

  .footer-none-block {
    width: 0;
  }

  .footer-contacts-block {
    width: 50%;
  }

  .footer-social-block {
    width: 50%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-text-block {
    width: 40%;
  }

  .footer-bottom {
    padding: 10px 0;
  }

  .footer-bottom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-item {
    line-height: 35px;
  }

  .footer-bottom-item:last-child {
    display: none;
  }

  .footer-social-icon {
    padding-top: 35px;
  }
}

@media screen and (max-width: 665px) {
  .hero-content {
    top: 25%;
  }

  .hero-swiper {
    min-height: 950px;
  }

  .hero-swiper-slide {
    min-height: 950px;
  }

  /* category */

  .category-container {
    padding-top: 50px;
  }

  .sec-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .sec-title::before {
    width: 25px;
    left: -35px;
  }

  .sec-title::after {
    width: 30px;
    right: -35px;
  }

  .category-container .woocommerce-loop-category__title {
    margin-bottom: 15px !important;
    min-height: 50px;
  }

  .category-container .woocommerce-loop-category__title span {
    font-size: 18px;
  }

  .category-container .product-category {
    margin-bottom: 25px !important;
  }

  .category-btn {
    margin-top: 15px;
    font-size: 15px;
    padding: 15px 20px;
  }

  /* sale */

  .sale-container {
  }

  /* order */

  .order-container {
    padding-top: 50px;
  }

  .order-content {
    gap: 10px;
    margin-bottom: 25px;
  }

  .order-content:after {
    top: 65px;
  }

  .order-item {
    font-size: 13px;
  }

  .order-images {
    margin-bottom: 10px;
  }

  .order-icon {
    margin-bottom: 10px;
  }

  .order-point {
  }

  .order-btn {
    font-size: 15px;
    padding: 15px 75px;
  }

  /* faq */

  .faq-container {
    padding-top: 50px;
  }

  .faq-text {
    font-size: 18px;
  }

  .faq-btn {
    font-size: 15px;
    padding: 15px 75px;
  }

  /* contacts-main */

  .contacts-main-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contacts-main-map iframe {
    min-height: 400px;
  }

  .contacts-main-location-text {
    font-size: 15px;
  }

  .contacts-main-location-icon {
    width: 30px;
    height: 30px;
  }

  .contacts-main-info {
    background: #272727;
    border-radius: 5px;
    padding: 15px 30px 35px 35px;
    position: static;
    left: 0;
    top: 0;
    margin-top: 0;
    z-index: 30;
  }

  /* footer */
  .footer-page-container {
    max-height: 225px;
    padding: 12px 15px;
  }

  .footer-logo-block a {
    display: block;
    font-size: 13px;
    max-width: 105px;
    line-height: 22px;
  }

  .footer-logo-block img {
    max-width: 40px;
    max-height: 48px;
  }

  .footer-icon-info {
    max-width: 30px;
    max-height: 30px;
  }

  .footer-phones {
    margin: 15px 0;
  }

  .footer-phones a {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-email a {
    font-size: 15px;
    line-height: 22px;
  }

  .footer-email-info-text {
    font-size: 12px;
    line-height: 22px;
  }

  .footer-social-icon img {
    max-width: 22px;
    max-height: 22px;
  }

  .footer-text {
    font-size: 15px;
  }

  .footer-bottom-item {
    font-size: 15px;
    line-height: 37px;
  }

  .footer-social-icon {
    padding-top: 15px;
  }

  .footer-social-icon a:not(:last-child) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 481px) {
  /* header	 */

  .header-sitenav {
    top: 148px;
  }

  .custom-logo {
    max-width: 63px;
    max-height: 70px;
  }

  .logo-text-block {
    font-size: 15px;
    max-width: 118px;
    line-height: 25px;
  }

  .header-menu-text {
    font-size: 10px;
  }

  .header-sitenav ul li a {
    font-size: 15px;
    line-height: 15px;
  }

  .mobile-show {
    max-width: 35px;
    max-height: 35px;
  }

  .hedaer-messangers a:not(:last-child) {
    margin-right: 10px !important;
  }

  .social-icon-header {
    margin-right: 10px;
  }

  .social-icon-header a {
    max-width: 35px;
    max-height: 35px;
  }

  .header-cart {
    max-width: 32px;
    max-height: 35px;
  }

  .header-search-field {
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    padding: 11px 30px 11px 20px;
  }

  .header-search-form label svg {
    width: 21px;
    height: 21px;
  }

  .close-menu-icon {
    width: 20px;
    height: 20px;
  }

  /* main-page */

  .innerpage_fixer {
    padding-top: 180px !important;
  }

  .hero-swiper-pagination {
    bottom: 25px !important;
  }

  .hero-container {
    padding-top: 20px;
  }

  .hero-swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }

  .hero-content {
    top: 25%;
  }

  .hero-swiper {
    min-height: 650px;
  }

  .hero-swiper-slide {
    min-height: 650px;
  }

  .hero-title {
    text-align: center;
    font-size: 37px;
    margin-bottom: 23px;
    max-width: 300px;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 21px;
    margin-bottom: 23px;
    max-width: 300px;
  }

  .hero-text {
    text-align: center;
    font-size: 17px;
    margin-bottom: 23px;
    max-width: 300px;
  }

  .hero-btn {
    font-size: 20px;
    padding: 9px 77px;
    border-radius: 5px;
  }

  /* category */

  .innerpage_fixer .main-cat-content .product .woocommerce-Tabs-panel h1 {
    font-size: 12px !important;
  }

  .category-container {
    padding-top: 40px;
    max-width: 300px !important;
  }

  .category-container .product-category {
    width: 100% !important;
  }

  .sec-title {
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sec-title::before {
    width: 20px;
    left: -30px;
  }

  .sec-title::after {
    width: 20px;
    right: -30px;
  }

  .category-container .woocommerce-loop-category__title {
    margin-bottom: 15px !important;
    min-height: 50px;
  }

  .category-container .woocommerce-loop-category__title span {
    font-size: 15px;
  }

  .category-btn {
    margin-top: 20px;
    font-size: 12px;
    padding: 10px 20px;
  }

  .order_details .woocommerce-Price-amount {
    font-size: 10px !important;
  }

  /* sale */

  .sale-product-title {
    margin-bottom: 10px;
  }

  .sale-container {
  }

  /* order */

  .order-container {
    padding-top: 30px;
  }

  .order-content {
    gap: 25px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-content:after {
    display: none;
  }

  .order-item {
    font-size: 13px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .order-contetn-text {
    text-align: center;
  }

  .order-images {
    margin-bottom: 10px;
  }

  .order-icon {
    margin-bottom: 10px;
  }

  .order-btn {
    font-size: 12px;
    padding: 10px 50px;
  }

  /* faq */

  .faq-container {
    padding-top: 30px;
  }

  .faq-text {
    font-size: 13px;
  }

  .faq-btn {
    font-size: 12px;
    padding: 10px 50px;
  }

  .main-about-container .wrap-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-company-image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 15px;
    max-width: 250px;
  }

  .about-company-text {
    font-size: 13px !important;
    text-align: start !important;
    max-width: 100%;
  }

  .about-company-text h2 {
    font-size: 18px !important;
    text-align: start !important;
    margin-bottom: 10px !important;
  }

  .cart-counter {
    top: -3px;
    right: -10px;
    padding: 5px 9px;
    font-size: 11px;
  }

  /* contacts-main */

  .contacts-main-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contacts-main-info {
    background: #272727;
    border-radius: 5px;
    padding: 5px 15px 15px 15px;
    position: static;
    left: 0;
    top: 0;
    margin-top: 0;
    z-index: 30;
    margin-bottom: 15px;
    max-width: 250px;
  }

  .contacts-main-info img {
    max-width: 30px;
    max-height: 30px;
  }

  .contacts-main-location {
    margin-top: 15px;
  }

  .contacts-main-location-text {
    font-size: 11px;
    line-height: 1.5;
  }

  .contacts-main-location-icon {
    max-width: 20px;
    max-height: 20px;
  }

  .contacts-main-map iframe {
    min-height: 200px;
  }

  .map-container {
    padding: 0 !important;
  }

  /* Catalog PAGE */

  .main-categories-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-categories-content .product-cat-content {
    max-width: 300px;
  }

  .main-categories-content .product-cat-content .page-description {
    text-align: center;
    font-size: 13px;
  }

  .main-categories-content .product-cat-content .page-description h1 {
    font-size: 20px;
  }

  .sidebar-categories {
    display: none;
  }

  .innerpage_fixer .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }

  .innerpage_fixer .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }

  .innerpage_fixer .main-cat-content .product .wc-tabs-wrapper .wc-tabs li {
    padding: 0 15px;
  }

  .innerpage_fixer .product-categories-content .related > h2::before {
    font-size: 20px;
  }

  .innerpage_fixer .product-categories-content .related > h2::after {
    font-size: 20px;
    margin-left: 0;
  }

  .innerpage_fixer .main-cat-content .product .woocommerce-Tabs-panel h1 {
    text-align: center !important;
  }

  .innerpage_fixer .main-cat-content .product .woocommerce-Tabs-panel img {
    margin: 10px 0 !important;
  }

  .woocommerce .product-categories-content div.product div.images {
    margin-bottom: 125px !important;
  }

  .product-categories-content .woocommerce-product-gallery::after {
    font-size: 10px;
  }

  .product-categories-content .entry-summary {
    font-size: 10px;
  }

  .product-categories-content .entry-summary h1 {
    font-size: 20px;
  }

  .innerpage_fixer .product-categories-content .variation-price {
    height: 35px;
  }

  .innerpage_fixer .product .entry-summary .woocommerce-Price-amount.amount {
    font-size: 10px !important;
  }

  .innerpage_fixer
    .product
    .entry-summary
    .single_variation_wrap
    .woocommerce-Price-amount.amount {
    font-size: 15px !important;
  }

  .innerpage_fixer .product .entry-summary .button-variable-item {
    height: 35px !important;
    font-size: 10px !important;
  }

  .innerpage_fixer .product .entry-summary .single_add_to_cart_button {
    width: 55%;
    height: 45px;
  }

  .innerpage_fixer .main-cat-content .product .wc-tabs-wrapper .wc-tabs li a {
    font-size: 10px;
  }

  .innerpage_fixer .main-cat-content .product .wc-tabs-wrapper .wc-tabs {
    padding: 10px 0;
  }

  #tab-additional_information th,
  td {
    font-size: 10px;
    width: 50%;
  }

  .woocommerce-Tabs-panel span {
    font-size: 10px !important;
    text-align: center !important;
  }

  .woocommerce-Tabs-panel h1 span {
    font-size: 20px !important;
  }

  .innerpage_fixer ol.commentlist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .innerpage_fixer .products .product .woocommerce-variation-descriptio {
    font-size: 8px !important;
  }

  .innerpage_fixer .product .quantity button {
    width: 10px;
    height: 10px;
  }

  .innerpage_fixer .product .quantity button.plus {
    padding-right: 15px;
  }

  .innerpage_fixer .product .quantity button.minus {
    padding-left: 5px;
  }

  img.alignright,
  .alignright {
    float: none !important;
  }

  .innerpage_fixer .woocommerce-breadcrumb {
    margin-bottom: 30px !important;
  }

  .innerpage_fixer .woocommerce-cart-form__contents tbody tr td.product-price {
    display: none !important;
  }

  .innerpage_fixer .woocommerce-cart-form__contents tbody tr td.product-remove {
    max-width: 15px !important;
  }

  .innerpage_fixer
    .woocommerce-cart-form
    .woocommerce-cart-form__contents
    .product-quantity
    .quantity {
    margin-left: 0 !important;
  }

  .innerpage_fixer
    .woocommerce-cart-form
    .woocommerce-cart-form__contents
    .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .innerpage_fixer
    .woocommerce-cart-form__contents
    tbody
    tr
    td.product-subtotal {
    width: 100% !important;
  }

  /* SALE PAGE */

  .innerpage_fixer .product {
    width: 100% !important;
  }

  .sale-product-container {
    max-width: 350px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    width: 40px;
    height: 40px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    width: 40px;
    height: 40px;
  }

  .contacts-main-info .medium-hide {
    font-size: 13px !important;
  }

  /* cart-page */

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none !important;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border-bottom: 0.5px solid #fff;
  }

  .innerpage_fixer .woocommerce-cart-form__contents td {
    padding: 15px 0 !important;
  }

  .innerpage_fixer .cart-total-wrapper {
    font-size: 10px !important;
  }

  .innerpage_fixer .cart-total-wrapper .woocommerce-Price-amount {
    font-size: 10px !important;
  }

  .innerpage_fixer .cart-total-wrapper .woocommerce-Price-amount::after {
    font-size: 10px !important;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
  }

  .innerpage_fixer
    .woocommerce-cart-form
    .woocommerce-cart-form__contents
    .product-thumbnail
    img {
    max-width: 40px !important;
  }

  .innerpage_fixer .woocommerce-cart-form__contents .product-name {
    font-size: 10px !important;
  }

  .innerpage_fixer .woocommerce-cart-form__contents .woocommerce-Price-amount {
    font-size: 10px !important;
  }

  .innerpage_fixer
    .woocommerce-cart-form__contents
    .woocommerce-Price-amount::after {
    font-size: 10px !important;
  }

  .innerpage_fixer
    .woocommerce-cart-form
    .woocommerce-cart-form__contents
    .product-quantity
    .quantity {
    max-width: 25px !important;
  }

  .innerpage_fixer .quantity button {
    width: 15px !important;
    height: 15px !important;
  }

  .innerpage_fixer .quantity input {
    width: 100% !important;
    font-size: 10px !important;
  }

  .woocommerce td.product-quantity {
    min-width: 30px !important;
  }

  .innerpage_fixer .cart-buttons .button {
    font-size: 10px !important;
    padding: 10px 20px !important;
    text-align: center !important;
  }

  .innerpage_fixer
    .woocommerce-checkout
    .col2-set
    .woocommerce-billing-fields
    input {
    min-height: 40px !important;
    font-size: 10px !important;
    padding: 0 15px !important;
  }

  .innerpage_fixer .woocommerce-checkout-review-order-table {
    padding: 20px !important;
  }

  .innerpage_fixer
    .woocommerce-checkout-review-order-table
    tr.woocommerce-shipping-totals::before {
    font-size: 20px !important;
  }

  .innerpage_fixer .woocommerce-shipping-methods {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .innerpage_fixer .woocommerce-shipping-methods li label {
    font-size: 12px !important;
  }

  .order-notice p {
    font-size: 10px !important;
  }

  .order-image img {
    max-width: 75% !important;
  }

  .innerpage_fixer .woocommerce-shipping-methods li {
    min-height: 190px !important;
    width: 100%;
    padding: 15px !important;
  }

  .innerpage_fixer .woocommerce-checkout-payment::before {
    font-size: 20px !important;
  }

  .innerpage_fixer .wc_payment_methods {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .innerpage_fixer .wc_payment_methods li {
    width: 100%;
    padding: 15px !important;
    min-height: 140px !important;
  }

  .innerpage_fixer .wc_payment_methods li label {
    font-size: 12px !important;
  }

  .innerpage_fixer .wc_payment_methods li .payment_box {
    margin-bottom: 0 !important;
  }

  .innerpage_fixer .wc_payment_methods li .payment_box p {
    font-size: 10px !important;
  }

  .innerpage_fixer #place_order {
    font-size: 10px !important;
    padding: 10px 45px !important;
  }

  .woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 20px !important;
  }

  .woocommerce-order h2 {
    font-size: 20px !important;
  }

  .woocommerce table.shop_table th {
    font-size: 10px !important;
  }

  .woocommerce ul.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  #customAddToCartPopup .title_cart_popup {
    font-size: 20px !important;
  }

  #customAddToCartPopup .woocommerce-mini-cart-item {
    gap: 10px;
  }

  #customAddToCartPopup .variation {
    font-size: 10px !important;
  }

  #customAddToCartPopup .woocommerce-mini-cart-item a img {
    width: 80px !important;
  }

  #customAddToCartPopup .woocommerce-mini-cart-item a {
    gap: 10px;
    font-size: 10px !important;
  }

  #customAddToCartPopup .woocommerce-mini-cart-item a.remove {
    font-size: 15px !important;
  }

  #customAddToCartPopup .woocommerce-mini-cart__total {
    font-size: 10px;
  }

  #customAddToCartPopup .woocommerce-Price-amount {
    font-size: 10px !important;
  }

  #customAddToCartPopup .quantity {
    font-size: 10px !important;
  }

  #customAddToCartPopup .woocommerce-mini-cart__buttons {
    gap: 15px;
    text-align: center;
    font-size: 10px !important;
  }

  #customAddToCartPopup {
    min-width: 102%;
    padding: 12px;
  }

  #customAddToCartPopup .close-basket {
    top: 35px;
  }

  /* footer */

  .footer-page-container {
    max-height: 150px;
    padding: 8px 15px;
  }

  .footer-logo-block a {
    display: block;
    font-size: 9px;
    max-width: 70px;
    line-height: 15px;
  }

  .footer-logo-block img {
    max-width: 27px;
    max-height: 32px;
  }

  .footer-icon-info {
    max-width: 20px;
    max-height: 20px;
  }

  .footer-phones {
    margin: 10px 0;
  }

  .footer-phones a {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-email a {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-email-info-text {
    font-size: 8px;
    line-height: 15px;
  }

  .footer-social-icon img {
    max-width: 35px;
    max-height: 35px;
  }

  .footer-text {
    font-size: 10px;
    line-height: 15px;
  }

  .footer-bottom-item {
    font-size: 10px;
    line-height: 25px;
  }

  .footer-social-icon {
    padding-top: 0;
  }

  .footer-social-icon a:not(:last-child) {
    margin-right: 10px;
  }

  .footer-icon-info {
    margin-right: 10px;
  }

  /* about page */
  .about-page-container .wrap-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .specialists-btn-back {
    font-size: 13px !important;
  }

  .about-page-container .wrap-flex {
    gap: 0;
  }

  .delivery-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }

  .delivery-text {
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }

  .delivery-subtitle {
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }

  .delivery-list-item {
    font-size: 13px !important;
    margin-bottom: 15px !important;
  }

  .delivery-title-red {
    font-size: 15px !important;
  }

  .contacts-page-container {
    padding: 0;
  }

  .contacts-page-container .contacts-main-info {
    max-width: 100% !important;
  }

  .specialists-title {
    font-size: 25px !important;
    margin-bottom: 20px !important;
  }

  .specialists-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .specialists-item-title {
    font-size: 20px !important;
  }

  .specialists-item-img {
    max-height: 100px;
    max-height: 100px;
  }

  .specialists-item {
    min-height: 100%;
  }

  .main-categories-content .product-search-content article {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 85%;
    flex: 0 1 85%;
  }

  .main-categories-content .product-search-content {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .main-categories-content .product-search-content article header h3 {
    font-size: 15px !important;
  }

  .main-categories-content .product-search-content .entry-content .postmeta a {
    font-size: 10px !important;
  }
}

/* hover */

@media (hover: hover) {
  .order-notice a:hover {
    border-color: #f00;
    color: #f00 !important;
  }

  .header-sitenav ul li a:hover {
    border-bottom: 1px solid #f00;
  }

  .btn:hover,
  .button:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
    border-color: transparent !important;
  }

  .header-search-icon:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .innerpage_fixer .product .product_type_variable:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .innerpage_fixer
    .product-cards-item
    .product
    .single_add_to_cart_button:hover {
    background: transparent !important;
  }

  .innerpage_fixer .products .product .button-variable-item:hover {
    -webkit-box-shadow: 0 0 5px 2px #fff !important;
    box-shadow: 0 0 5px 2px #fff !important;
  }

  .innerpage_fixer .product .button-variable-item:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff !important;
    box-shadow: 0 0 15px 2px #fff !important;
  }

  .category-container .product-category:hover .category-btn {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b;
    background: #fff !important;
  }

  .random-product-card a:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .innerpage_fixer .products .product:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
  }

  .sale-product-swiper-button-prev:hover,
  .swiper-rtl .swiper-button-next:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .sale-product-swiper-button-next:hover,
  .swiper-rtl .swiper-button-prev {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .innerpage_fixer .product .single_add_to_cart_button:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .innerpage_fixer .products .product .single_add_to_cart_button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .innerpage_fixer
    .products
    .product
    .single_add_to_cart_button:hover
    .disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
  }
  .medium-hide:hover {
    color: #f00;
  }

  .woocommerce-mini-cart-item a.remove:hover {
    background: #f00 !important;
  }

  .social-icon-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .header-cart:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .mobile-show:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .footer-bottom-content a:hover {
    color: #f00;
  }

  .sidebar-cat-content .product-categories li a:hover {
    border-color: #f00;
  }

  .innerpage_fixer .woocommerce-breadcrumb a:hover {
    border-color: #f00;
  }

  .innerpage_fixer
    .main-cat-content
    .product
    .wc-tabs-wrapper
    .wc-tabs
    li
    a:hover {
    color: #f00 !important;
  }

  .woocommerce ul.products li.product .product-more-button:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .woocommerce ul.products li.product .product_type_simple:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }

  .specialists-btn-back:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .innerpage_fixer .return-to-shop .wc-backward:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .innerpage_fixer td.product-name a:hover {
    border-color: #f00;
  }

  .innerpage_fixer .cart-buttons .checkout-button:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .innerpage_fixer .cart-buttons .continue-shopping-button:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
  }

  .woocommerce-ordering .orderby:hover {
    -webkit-box-shadow: 0 0 5px 2px #fff;
    box-shadow: 0 0 5px 2px #fff;
  }

  .innerpage_fixer
    .woocommerce-checkout-review-order-table
    .woocommerce-shipping-methods
    li:hover {
    -webkit-box-shadow: 0 0 15px 2px #f00;
    box-shadow: 0 0 15px 2px #f00;
  }

  .innerpage_fixer .wc_payment_methods li:hover {
    -webkit-box-shadow: 0 0 15px 2px #f00;
    box-shadow: 0 0 15px 2px #f00;
  }

  .innerpage_fixer #place_order:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff;
    box-shadow: 0 0 15px 2px #fff;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  #tab-reviews .form-submit .submit:hover {
    -webkit-box-shadow: 0 0 15px 2px #fff !important;
    box-shadow: 0 0 15px 2px #fff !important;
    color: #ff2b2b !important;
    background: #fff !important;
  }

  .swiper-button-prev:hover,
  .swiper-rtl .swiper-button-next:hover {
    -webkit-box-shadow: 0 0 5px 2px #fff !important;
    box-shadow: 0 0 5px 2px #fff !important;
  }

  .swiper-button-next:hover,
  .swiper-rtl .swiper-button-prev:hover {
    -webkit-box-shadow: 0 0 5px 2px #fff !important;
    box-shadow: 0 0 5px 2px #fff !important;
  }
}

@media screen {
  .container-main-page {
    padding: 0 !important;
  }

  .innerpage_fixer-main {
    padding: 0 !important;
  }

  .header-search-field[placeholder] {
    color: #fff;
    opacity: 1;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:disabled[disabled]:hover {
  background: transparent !important;
}
