/*!
Theme Name: Gribnayacultura-shop
Theme URI: http://underscores.me/
Author: Katani
Author URI: https://t.me/katani999
Description: Интернет-магазин для Грибной Культуры
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gribnaycultura-shop
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
}

* {
  font-family: "Inter", sans-serif;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  height: 70%;
}

header {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}
.main-bg {
  /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 1 0 auto;
}
footer {
  /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
  flex: 0 0 auto;
}

figure {
  margin: 0;
}

@keyframes button {
  20% {
    box-shadow: 0px 0px 5px #3898a8;
    background-color: #05dfa996;
    color: #3898a8;
  }
  60% {
    box-shadow: 0px 0px 10px #000;
    background-color: #05dfa9b4;
    color: #fff;
  }
  100% {
    box-shadow: 0px 0px 20px #3898a8;
    background-color: #3898a8;
    color: #fff;
  }
}

.product-card__wrapper {
  margin-top: 40px;
}

.custom-logo {
  position: relative;
  left: 100px;
  width: 80px;
  height: auto;
}

.title {
  color: #fff;
}

.fixed {
  position: fixed !important;
}
/* .header {
  position: fixed !important;
} */

.fixed + .main-bg {
  padding-top: 100px;
}

.header {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.main-bg {
  padding-top: 150px !important;
}

.header {
  z-index: 1000;
}

.woocommerce-product-gallery__image {
  margin-right: 62px;
}

.account__sidebar {
  float: left;
}

.woocommerce-MyAccount-content {
  float: right;
}

.my-account__wrapper .woocommerce-MyAccount-content {
  width: 75%;
}

.welcome__text strong:first-child {
  color: #3898a8;
}

.required {
  color: red;
}

.outofstock .spec-value {
  filter: brightness(1) !important;
}

.edit-account-form__wrapper label,
.woocommerce-address-fields__field-wrapper label {
  display: block;
  color: #fff;
}

.edit-account-form__wrapper input,
.woocommerce-address-fields__field-wrapper input {
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  background: rgba(156, 156, 156, 0.301);
  padding: 8px 0 5px 8px;
  font-size: 16px;
  color: #fff;
  outline: none;
}

.edit-account-form__wrapper input:focus {
  box-shadow: 0px 0px 10px #05dfa152;
  border: 1px solid #05dfa152;
  outline: none;
}

.edit-account-form__wrapper legend {
  color: #fff;
}

.button {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #05fda8;
  text-decoration: none;
  font-size: 17px;
  padding: 10px 18px;
  transition: 0.5s;
  background: transparent;
  background-size: 10%;
}

.button:hover {
  background-color: #fff;
  border: 1px solid #05fda8;
  background-size: 100%;
}

.account__text a,
.welcome__text a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
}
.account__text a:hover,
.welcome__text a:hover {
  color: #3898a8;
}

.subtitle {
  text-align: center;
  color: #fff;
}

::selection {
  background-color: #3898a88a !important;
  color: rgb(255, 255, 255) !important;
}

.woocommerce-breadcrumb {
  display: none;
}

.related {
  display: none;
}

.site-main p {
  color: #fff;
}

.blog_post img {
  text-align: center;
}

.blog_post .entry-content p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blog-post .nav-links {
  display: flex;
  justify-content: space-between;
}

.blog__article {
  border-bottom: 1px solid #3898a8;
  padding-bottom: 20px;
}

.blog__main-title {
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3898a8;
  width: 50%;
}

.blog__title a {
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 0px 5px #05dfa98e;
  transition: 0.3s;
}

.blog__title a:hover {
  color: #3898a8;
  text-shadow: 0px 0px 8px #3898a8;
}

.blog__link {
  color: #fff;

  transition: 0.3s;
  transform: scale(1);
}

.blog__link:hover {
  color: #3898a8;
  transform: scale(1.2);
}

.main-bg {
  background: #303030;
  position: relative;
  z-index: 10;
  overflow: hidden;
  min-height: 90vh;
}

.menu-link-active {
  color: #c2c2c2 !important;
}

.pochta__field label {
  width: 480px;
}

.main-bg::after {
  content: "";
  background: url("assets/img/right-mush-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -2%;
  bottom: -80px;
  width: 660px;
  height: 847px;
  z-index: -2;
}
.main-bg::before {
  content: "";
  background: url("assets/img/left-mush-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -3%;
  bottom: -122px;
  width: 620px;
  height: 712px;
  z-index: -2;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #3898a8;
}

.container {
  max-width: 1230px;
  margin: 0 auto;
}

.main-shop {
  padding-bottom: 70px;
}

.header__menu {
  display: none;
}

.active {
  display: block;
}

.header__burger {
  cursor: pointer;
}

.header__burger.active:before {
  transform: rotate(45deg);
  top: 9px;
}

.header__burger.active::after {
  transform: rotate(-45deg);
  bottom: 9px;
}

.header__burger.active span {
  transform: scale(0);
}

.header__burger {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
}

.header__burger:before,
.header__burger:after {
  content: "";
  background-color: #3898a8;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}

.header__burger:before {
  top: 0;
}

.header__burger:after {
  bottom: 0;
}

.header__burger-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header__burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
  background-color: #3898a8;
  transition: all 0.3s ease 0s;
}

.cart__icon {
  fill: #05fda8;
  width: 50px;
  height: 50px;
}

.header__list {
  list-style: none;
  text-align: right;
  background: #000000c4;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 1px 15px 20px #05dfa938, 0px 0px 200px #000;
  transition: 0.3s;
  margin-top: -10px;
}

.header__menu {
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.header__list:hover {
  box-shadow: 1px 17px 20px #05dfa96e, 0px 0px 200px #000;
}

.header__burger-category {
  position: relative;
}

.header__menu {
  position: relative;
  height: 0;
  bottom: -50px;
  z-index: 200;
}

.header__list li {
  margin-bottom: 21px;
}

.header__link {
  color: #fff;
  transition: 0.3s;
}

.header__link {
  text-shadow: none;
  text-decoration: underline;
}

.header__link:hover {
  color: #3898a8;
}

.header__burger-mob span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
  background-color: #05fda8;
  transition: all 0.3s ease 0s;
}

.l-container {
  max-width: 1660px;
  margin: 0 auto;
}

.header {
  background-color: #1a1a1a;
  padding: 0;
  margin: 0;

  top: 0;
  left: 0;
  min-width: 100%;
}

.header-def {
  background: #1a1a1a;
}

.header-absolute .header-def {
  position: relative;
  background: #000000c4;
}

.header__list {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(7px);
}

.header-absolute {
  position: absolute;
  width: 100%;
}

.header-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 4px 0;
}

.wac-quantity {
  border: 1px solid #b7b7b7;
  width: 97px !important;
  border-radius: 6px;
}

.wac-qty-button {
  color: #fff;
}

.wac-qty-button {
  border: none;
}

.shop_table .quantity {
  min-width: 80px;
  text-align: center;
}

.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.category-burger {
  width: 204px;
  margin-right: -9%;
}

.header__burger-mob:before,
.header__burger-mob:after {
  content: "";
  background-color: #05fda8;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}

.header__burger-mob {
  display: block;
  position: relative;
  width: 30px;
  height: 20px;
}

.header__burger-mob:before {
  top: 0;
}

.header__burger-mob:after {
  bottom: 0;
}

.header__burger-mob.active:before {
  transform: rotate(45deg);
  top: 9px;
}

.header__burger-mob.active::after {
  transform: rotate(-45deg);
  bottom: 9px;
}

.header__burger-mob.active span {
  display: none;
}

.active {
  display: block;
}

.nav-list {
  display: flex;
}

.menu-item {
  margin-right: 75px;
  list-style: none;
}

.menu-link {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
}

.menu-item {
  transition: 0.3s;
  color: #ffff;
}

.menu-link-active {
  color: #c2c2c2;
}

.menu-item:hover {
  color: #000;
}

.menu-active-page {
  color: #000;
}

.menu-item:last-child {
  margin-right: 110px;
}

.header__contacts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.contacts__link {
  text-decoration: none;
  font-size: 17px;
  color: #949495;
  transition: 0.3s;
}

.contacts__link:hover {
  transform: scale(1.1);
  color: #fff;
}

.border-top {
  border-top: 1px solid #1a986d;
  padding-top: 5px;
}

.mb-20 {
  margin-bottom: 7px;
}

.cart__link {
  position: relative;
  transition: 0.3s;
}

.cart__link:hover {
  text-shadow: 0px 0px 10px rgb(3, 151, 114);
  transform: scale(1.1);
}

.cart__number {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 50px;
  text-align: center;
}

.header__login {
  display: none;
}
.shop__sidebar__mobile {
  display: none;
}

.my-account-login__wrapper {
  display: flex;
}

.gribnaya__cart-table {
  display: table !important;
}

a.remove {
  color: #24d36d;
  font-weight: 900;
  font-size: 21px;
  transition: 0.2s;
  font-family: sans-serif;
  padding-right: 5px;
}

.cart-item {
  position: relative;
}

/* .cart_item:after {
  content: "";
  display: block;
  height: 1px;
  background: #f66d52;
  width: 100%;
  margin: 0 auto 10px;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 86px;
}

.shop_table tr:after {
  content: "";
  display: block;
  height: 1px;
  background: #f66d52;
  width: 100%;
  margin: 0 auto 10px;
  transition: 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  top: 86px;
} */

.product-name {
  padding-left: 0px;
}

a.remove:hover {
  color: #fff;
}

.my-account__title {
  margin: 20px 0 10px 0;
  color: #fff;
}

.my-account-login__wrapper h2 {
  color: #fff;
}

.my-account-login__wrapper label {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.my-account-login__wrapper input[type="text"],
.my-account-login__wrapper input[type="password"],
.my-account-login__wrapper input[type="email"] {
  width: 350px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  background: #4b4b4b4a;
  padding: 8px 0 5px 8px;
  font-size: 16px;
  color: #fff;
}

.my-account-login__wrapper input[type="text"]:focus,
.my-account-login__wrapper input[type="password"]:focus,
.my-account-login__wrapper input[type="email"]:focus {
  box-shadow: 0px 0px 10px #05dfa152;
  border: 1px solid #05dfa152;
  outline: none;
}

.shop_product__card-inner {
  display: flex;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  width: 350px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  background: #4b4b4b4a;
  padding: 8px 0 5px 8px;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}

textarea {
  width: 480px;
  border-radius: 5px;
  border: 1px solid #1b1b1b;
  background: #4b4b4b4a;
  padding: 8px 0 5px 8px;
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
  resize: none;
  height: 110px;
}

textarea:focus {
  box-shadow: 0px 0px 10px #05dfa152;
  border: 1px solid #05dfa152;
  outline: none;
}

.order_checkout__wrapper-lab input {
  width: 480px;
}

.order_checkout__wrapper-lab .select2-container {
  width: 480px !important;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  box-shadow: 0px 0px 10px #05dfa152;
  border: 1px solid #05dfa152;
  outline: none;
}
.select2-container {
  width: 350px !important;
}

.product_search {
  background: #00000066 !important;
  border-radius: 35px 0px 0px 35px !important;
  outline: none !important;
  border: none !important;
  padding: 10px 0 10px 30px !important;
  font-size: 18px !important;
  color: #fffefe !important;
  position: relative !important;
  width: 272px !important;
}

.entry-summary .woocommerce-product-details__short-description {
  display: none;
}

.gribnaya__cart-table {
  width: 100%;
}
.d-none {
  display: none;
}

.product-remove {
  padding: 0;
}

.instock .out-of-stock__text {
  display: none;
}

.cart__title {
  text-align: center;
  font-size: 25px;
  color: #05fda8;
}

.cart-totals__wrapper .woocommerce-Price-amount {
  font-size: 25px;
}

.shop__wrapper-grib {
  padding-top: 30px;
}

.page-title {
  margin: 0;
  color: #fff;
  padding: 0;
  margin-bottom: 20px;
}

.shop__inner .site-main {
  width: 88%;
}

.cart-bonus-notification {
  margin-bottom: 40px;
  margin-top: 40px !important;
}

.gribnaya__cart-table td {
  text-align: left;
  padding-left: 0;
}

.gribnaya__cart-table .woocommerce-Price-amount {
  font-size: 19px;
}

/* корзина */

abbr {
  text-decoration: none;
}

.woocommerce-checkout-payment {
  background: #4b4b4b4a;
  text-align: center;
  list-style: none;
  list-style-type: none;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
  list-style-type: none;
}

.wc_payment_methods {
  list-style: none;
  list-style-type: none;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.woocommerce-checkout-payment .place-order {
  margin-bottom: 10px;
}

.main-bg-checkout {
  padding-top: 100px !important;
}

.woocommerce-checkout-payment .button {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.541);
  background: #18b982;
  color: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 54%);
  border: none;
  transition: 0.3s;
  font-size: 25px;
  padding: 15px 60px;
}

.wc_payment_method {
  font-size: 25px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  margin-top: 0;
}

.proceed-button {
  background: #18b982;
  color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.541);
  border: none;
  transition: 0.3s;

  font-size: 25px;
  padding: 15px 60px;
  margin-bottom: 30px;
}

.wc-proceed-to-checkout .payment-cart__wrapper {
  padding-bottom: 60px;
}

.woocommerce-cart-form__contents .product-quantity {
  width: 204px;
}

.woocommerce-cart-form__contents .product-subtotal {
  width: 195px;
}

.woocommerce-cart-form__contents .product-price {
  width: 195px;
}

.woocommerce-cart-form__contents .product-quantity {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-right: 0px;
  align-items: center;
}

.woocommerce-cart-form__contents .product-subtotal {
  text-align: center;
  padding-right: 0px;
}

.payment-cart__wrapper {
  padding: 40px 20px;
  background: #4b4b4b4a;
  text-align: center;
  list-style: none;
  margin-bottom: 10px;
  margin-top: 10px;
  border: none !important;
  text-align: center !important;
  border-radius: 5px;
  margin-top: 20px;
}
.cart__border-none td {
  border: none !important;
}

.cart_coupon__wraper {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.coupon-button {
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  transition: 0.2s;
  border-radius: 10px;
}

.coupon-button:hover {
  background: #fff;
  color: #3898a8;
  border-radius: 10px;
}

.ml10 {
  margin-left: 10px;
}

.gribnaya__cart-table thead th {
  border-bottom: 1px solid #3898a857;
  padding-bottom: 15px;
}

.gribnaya__cart-table td {
  font-size: 20px;
  padding-bottom: 30px;
  padding-top: 30px;
}

.product_cat-paneolus .product-card__main-inner .entry-summary:before {
  content: "Споровые отпечатки";
  color: #a6a6a6;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}
.woocommerce-notices-wrapper {
  display: none;
}

.product_cat-semena-kannabisa .product-card__main-inner .entry-summary:before {
  content: "Семена каннабиса";
  color: #a6a6a6;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.payment-cart__method {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 40px;
  margin-top: 0;
}

.lost_reset_password {
  color: #fff;
}

.product__card-img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .print-back-anim {
  position: absolute;
  z-index: 2;
  transform: translateX(-124px);
  transition: 1s;
}

.popular-products .product__card-img {
  z-index: 4;
  transition: 1s;
}

.print-back-anim-product {
  transition: 1s;
}

.print-back-anim-product:hover .product__card-img {
  z-index: 2 !important;
  transform: translateX(-124px);
  }

.print-back-anim-product:hover .print-back-anim {
  z-index: 14 !important;
  transform: translateX(0px) !important;
} */

.woocommerce-checkout-payment .button:hover {
  box-shadow: 0px 0px 20px #18b983bb;
  text-shadow: 0px 0px 5px #ffff;
}

.proceed-button:hover {
  color: #fff;
  background-color: #3898a8;
  text-shadow: 0px 0px 10px #fff;
  -webkit-appearance: none;
    -webkit-box-shadow: 0px 0px 20px #3898a8;
  box-shadow: 0px 0px 20px #3898a8;
  border:none !important;
}
.proceed-button-for-mac {
  transition: 0.3s;
  background:#3898a8;
  padding:15px 40px;
  color:#fff !important;
  font-weight: bold;
  font-size:20px;
}
.proceed-button-for-mac:hover {
  background:#fff;
  
  color:#3898a8 !important;
}

.checkout__grib_table .woocommerce-Price-amount {
  font-size: 17px;
}

.checkout__grib_table .product-total {
  text-align: right;
  padding-right: 10px;
}

.gribnaya__cart-table-b th {
  color: #fff;
  font-size: 20px;
}

.woocommerce-shipping-destination {
  margin: 5px 0;
}

.outofstock img {
  filter: brightness(0.4);
}

.outofstock .button {
  display: none;
}

.outofstock .price {
  display: none;
}

.gribnaya__cart-table-b {
  max-width: 600px;
  margin: 0 auto;
}

.gribnaya__cart-table-b td {
  text-align: right;
}

.gribnaya__cart-table-b td .woocommerce-Price-amount {
  font-size: 20px;
}

.payment_method_cod:before {
  content: "Оплата по:";
  display: inline;
}

.coupon-input-checkout {
  width: 250px !important;
  font-size: 20px !important;
  text-align: center;
  padding: 10px 0px !important;
  border-radius: 10px;
  border: 1px solid #fff !important;
}

.grib__checkout__wrapper h3 {
  color: #fff;
}

.checkout-coupon__wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
  background: #4b4b4b4a;
  border-radius: 10px;
}

.button-text {
  text-decoration: none;
  color: #fff;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 40px;
}

.button-text:hover {
  color: #3898a8;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
}

.woocommerce-additional-fields h3 {
  display: none;
}

.qty {
  background-color: transparent !important;
  color: #3898a8 !important;
  font-size: 23px !important;
  border: none !important;
  width: 40px !important;
  padding: 0 !important;
}

.bonus__text-cart {
  font-weight: 400;
  color: #3898a8;
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.bonus__title-cart {
  font-size: 23px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0px;
}

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

#order_comments_field span,
#order_comments_field label {
  display: block;
  color: #fff;
}

#order_comments_field .optional {
  display: inline-block;
  color: #fff;
}

.order_checkout__wrapper-lab label {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

#order_comments_field span,
#order_comments_field label {
  margin-bottom: 5px;
}

.select2-dropdown {
  background: #5b5b5b;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  color: #fff;
}

.select2-container .select2-selection--single {
  height: 37px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 37px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #1b1b1b;
  background: #4b4b4b4a;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

.total-price-grib .woocommerce-Price-amount {
  font-size: 16px !important;
}

.woocommerce-password-strength {
  margin-top: 20px;
  color: #fff;
}

.my-acccount-login-col {
  width: 49%;
}

.header__home {
  display: none;
}

.cart__number {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  border: none;
  background: transparent;
}

.cart__price-amount {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  margin-left: 15px;
}

.cart__price {
  vertical-align: bottom;
  margin-left: 14px;
  margin-bottom: 5px;
}

.cart__price .woocommerce-Price-amount {
  font-size: 20px;
}

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

.main {
  padding: 0;
  margin: 0;
}
.product_card__inner {
  display: flex;
}

.hero {
  background: url("../images/g1.jpg");
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  /* background-position: bottom; 
  background-position: center;*/
  padding-left: 10px;
      border-radius: 20px;
}

.checkout-final__text-mt {
  font-weight: 800;
}

.slider-bottom__link {
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  font-size: 23px;
  padding: 15px 0px;
  border: 1px solid #fff;
  box-shadow: 0px 0px 2px solid #fff;
  transition: 0.25s;
  position: absolute;
  bottom: 67px;
  width: 260px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 23px;
  transition: 0.3s;
}

.woocommerce-table--custom-fields {
  display: none;
}

.slider-bottom__link:hover {
  text-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 2000;
}

.swiper-horizontal > .swiper-scrollbar {
  background: #919191;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #fff;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #fff;
}

.swiper-button-prev:after:hover {
  text-shadow: 0px 0px 20px #3898a8;
  color: #3898a8;
}

.swiper-button-next,
.swiper-button-prev {
  transition: 0.3s;
}

.swiper-button-next:after:hover {
  color: #3898a8 !important;
}

.swiper-button-next:hover:after {
  color: #3898a8 !important;
}

.swiper-button-prev:hover:after {
  color: #3898a8 !important;
}

.swiper-button-prev:focus:after {
  border: none !important;
  outline: none !important;
}

.swiper-button-next:after:focus {
  border: none !important;
  outline: none !important;
}

/* попап */

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.popup-bg1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.popup {
  position: absolute;
  background: #262626;
  width: 90%;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
  border-radius: 10px;
  border: 1px solid #3898a8;
  box-shadow: 0px 0px 10px #05dfa938;
}

.popup form {
  display: flex;
  flex-direction: column;
}

.open-popup,
.open-popup1 {
  font-size: 19px;
  color: #3898a8;
  text-decoration: underline;
  font-weight: 900;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #3898a8;
  font-size: 20px;
  font-weight: bold;
}
.close-popup1 {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #3898a8;
  font-size: 20px;
  font-weight: bold;
}

.popup .shop_sidebar__menu:last-child {
  margin-top: 0;
}

.popup .shop_sidebar__menu {
  border: none;
  box-shadow: none;
  background: transparent;
}

.popup .shop_sidebar__menu {
  padding: 16px 20px;
}

.no-scroll {
  overflow-y: hidden;
}

.swiper-button-next:focus {
  border: none !important;
  outline: none !important;
}

.swiper-button-prev:focus {
  border: none !important;
  outline: none !important;
}

.swiper-button-next:focus:after {
  border: none !important;
  outline: none !important;
}

.swiper-button-next,
.swiper-button-prev {
  text-shadow: 0px 0px 10px #fff;
}

.swiper-button-next,
.swiper-button-prev {
  display: inline-block;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  text-shadow: 0px 0px 30px #3898a8;
  color: #3898a8 !important;
}

.hero_wrapper {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  min-height: 100vh;
  width: 100%;
}

.hero__title {
  font-weight: bold;
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.hero__text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 35px;
  margin-top: 0;
}

.hero__links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.hero__link {
  text-decoration: none;
}

.hero-link-1 {
  margin-right: 15px;
}

.button-primary {
color: #ffffff;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    border-radius: 10px 10px 10px 10px;
    background-position: center center;
    --t396-speedhover: 0.2s;
    transition: background-color var(--t396-speedhover, 0s) ease-in-out, color var(--t396-speedhover, 0s) ease-in-out, border-color var(--t396-speedhover, 0s) ease-in-out, box-shadow var(--t396-shadowshoverspeed, 0.2s) ease-in-out;
    --t396-bgcolor-color: #4ca02f;
    --t396-bgcolor-image: none;
    --t396-bgcolor-hover-color: #38871c;
    --t396-bgcolor-hover-image: none;
    background-color: var(--t396-bgcolor-color, transparent);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    padding: 15px 40px;
}

.button-primary:hover {
        animation-name: none;
        background-color: var(--t396-bgcolor-hover-color, var(--t396-bgcolor-color, transparent));
        color: #fff;
}

.return-to-shop .button-primary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  color: #3898a8;
  transition: 0.3s;
}

.xoo-wsc-basket {
  display: none !important;
}

.woocommerce-NoticeGroup-checkout {
  position: absolute;
  top: 153px;
}
.woocommerce-checkout-review-order #coupon_code {
  display: none !important;
}

.woocommerce-checkout-review-order button[name="apply_coupon"] {
  display: none !important;
}

.checkout_coupon #coupon_code,
.checkout_coupon button[name="apply_coupon"] {
  display: block !important;
}

.return-to-shop .button-primary:hover {
  color: #fff;
}

thead th {
  border-bottom: 1px solid #3898a857;
  padding-bottom: 12px;
}

.button-link {
  padding: 20px 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
  transition: 0.3s;
}

.button-link:hover {
  text-shadow: 1px 1px 10px #fff;
  box-shadow: 1px 1px 10px #fff;
}

.our_adv__title {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 52px;
}

.our-adv-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our-avd__card {
max-width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    transition: all 0.3s ease-out;
}
.our-avd__card:hover {
transform: scale(1.03);
transition: all 0.3s ease-out;

}
.woocommerce-table--order-details .product-total {
  text-align: right;
}

.woocommerce-table__product-name {
  padding-left: 0;
}

.our-avd__icon {
    height: 70px;
}

.our-avd__card__title {
font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4491a8;
        margin-top: 20px;
}

.our-avd__card__text {
  text-align: center;
  font-size: 17px;
  margin: 0 0 50px 0;
  font-weight: 400;
}

.about-us {
  background: #000;
  margin-top: 10px;
  padding: 40px 0px;
}

.about-us__title {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 0;
}
/* Аккордеон*/

.panel {
  margin-bottom: 5px;
}
.panel-title {
  padding: 10px 15px;
  /* background-color: #f5f5f5; */
  /* border: 1
px
 solid #3898a8; */
  font-size: 25px;
  color: #3898a8;
  border-radius: 4px;
  font-family: "Helvetica";
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
  margin: 0;
}
.panel-body {
  padding: 15px;

  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: none;
  margin-bottom: 10px;
}
.panel-active {
  margin-bottom: 0;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #fff;
  transform: scale(1.2);
  transition: 0.7s;
}
.active {
  display: block;
}

/* Конец аккордеона */

.about-us-inner {
  display: flex;
  max-width: 820px;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 0px;
}

.about-us__col {
  max-width: 395px;
}

.about-us__col__title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0px;
}

.about-us__col__text {
  color: #05fda8;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 3px;
}

.lost_password a {
  color: #3898a8 !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.about-us {
  position: relative;
}

.about-us__left-mush {
  content: "";
  background-image: url("../images/left-mush.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 897px;
  width: 409px;
  left: 0px;
  top: -132px;
  position: absolute;
}

.about-us__right-mush {
  content: "";
  background-image: url("../images/right-mush.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 640px;
  width: 369px;
  right: 0px;
  top: 61px;
  position: absolute;
}

/* Каталог Товаров css */

.popular-products {
  background: #303030;
  margin: 0;
  box-shadow: 0px 0px 66px #000 inset;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.mushroom-gallery {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.gallery-images {
  width: 33%;
}

.about-store {
  margin-top: 65px;
}

.about-store__title {
  text-align: center;
  font-weight: 900;
  font-size: 50px;
  margin: 0;
}

.about-store__info {
  display: flex;
      justify-content: space-between;
  margin-bottom: 20px;
}

.about-store__text {
  max-width: 630px;
  line-height: 30px;
  font-size: 17px;
}

.about-store-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 85px;
}

.pluses__card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.pluses__numbers {
  font-size: 50px;
  font-weight: bold;
  margin-right: 20px;
}

.pluses__card__info {
  max-width: 250px;
}

.pluses__title {
  font-size: 35px;
  font-weight: bold;
  margin: 10px 0 0 0;
}

::-webkit-scrollbar {
  width: 5px;
  background: #303030;
}

::-webkit-scrollbar-thumb {
  background: #05fda8;
  border-radius: 20px;
}

.pluses__text {
  font-size: 17px;
  font-weight: 600;
}

.about-store__img {
  border-radius: 5px;
}

.pluses__card_bottom {
  margin-top: 80px;
}

.our-telegram {
}

.our-telegram__inner {
  display: flex;
  justify-content: space-between;
  max-width: 830px;
}

.btn-link-primary {
  padding: 15px 50px;
  color: #fff;
  border: 1px solid #05fda8;
  border-radius: 6px;
  font-weight: 700;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  width: 295px;
  text-align: center;
}

.btn-link-primary:hover {
  text-shadow: 1px 1px 10px #fff;
  box-shadow: 1px 1px 10px #05fda8;
  color: #fff;
}

.our-telegram__title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 35px 0;
}

.online-consult {
  margin-top: 90px;
  margin-bottom: 90px;
}

.online-consult__title {
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  margin: 0 0 20px 0;
}

.online-consult__text {
  font-size: 23px;
  text-align: center;
  font-weight: 800;
  text-align: center;
  display: block;
}

.text-blue {
  color: #0695f7;

  text-align: center;
}

.footer {
  background: #1a1a1a;
  padding: 50px;
  border-bottom: 1px solid #1a1a1a;
}

.footer__logo_img {
  width: 100px;
  height: 100px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo_copyright {
  color: #999999;
  font-size: 15px;
  margin-top: 20px;
}

.popular__title {
  margin: 0;
  padding-top: 50px;
}

.footer__menu-title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}

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

.footer__menu-item {
  padding: 3px 0 3px 0;
  margin-top: 10px;
}

.footer__menu-link {
  font-size: 16px;
  color: #05fda8;
  text-decoration: none;
  font-weight: 600;

  transition: 0.3s;
  display: inline-block;
}

.footer__menu-link:hover {
  text-shadow: 0 0 5px #05fda8;
}

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

.product__card {
    display: flex;
    max-width: 605px;
    background: rgb(255 255 255 / 95%);
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    transform: scale(1.03);
transition: all 0.3s ease-out;
}

.product__card:hover {
  transform: scale(1.03);
transition: all 0.3s ease-out;
}


.popular-product__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 11px;
}

.popular__title {
  text-align: center;
  color: #000;
  font-size: 50px;
  font-weight: bold;
}

.product__card_title {
  color: #3898a8;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 45px;
}

.product__category {
  color: #000;
}

.popular-product__grid .product__card-desc {
  font-size: 17px;
  color: #000;
  font-weight: 400;
  line-height: 25px;
  height: 195px;
  padding-right: 10px;
}

.more-about__popular {
  display: block;
}

.product__product-buy {
  display: flex;
  align-items: center;
}

.product__price {
  color: #000;
  font-size: 40px;
}

.currency-ruble {
  color: #000;
  font-size: 40px;
}

.product__btn {
  color: #3898a8;
  font-size: 17px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 18px;
  margin-left: 10px;
  transition: 0.3s;
}

.contacts__link {
  font-size: 17px;
}

.product__btn:hover {
  box-shadow: 1px 1px 10px #fff;
  background: rgb(253, 253, 253);
  font-weight: bold;
}

ul.page-numbers {
  position: relative;
  margin-bottom: 20px;
}

.woocommerce-pagination .page-numbers li {
  position: relative;
}

.page-numbers {
  top: 7px;
  left: -7px;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 23px;
}

.woocommerce-pagination .page-numbers li {
  border: 25px solid transparent;
  border-bottom: 38px solid #05fda8;
  width: 0px;
  height: 0px;
  margin-right: -19px;
  color: #000;
}
.woocommerce-pagination .page-numbers li:nth-child(odd) {
  border-top: 38px solid #05fda8;
  border-bottom: none;
  position: relative;
  top: 29px;
  color: #000;
}

.pagination__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-numbers .prev {
  left: -9px;
  top: -31px;
}

.page-numbers .next {
  left: -7px;
  top: -31px;
}

.woocommerce-pagination .page-numbers li:nth-child(odd) .page-numbers {
  top: -40px;
}

li:nth-child(2n) .next {
  top: 13px !important;
  left: -8px !important;
}

.product__show-all a {
  position: relative;
  top: -52px;
  right: -26%;
  margin-left: 65px;
  padding: 8px 20px;
}

.cart-empty__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 50vh;
}

.product-quantiy-border {
  position: relative;
}

.product-quantiy-border:after {
  content: "";
  height: 30px;
  width: 1px;
  background: #ffffff85;
  display: inline-block;
  background-position: center;
  position: absolute;
  right: -12px;
}

.product-quantiy-border:before {
  content: "";
  height: 30px;
  width: 1px;
  background: #ffffff85;
  display: inline-block;
  background-position: center;
  position: absolute;
  left: -11px;
}
/* Мини корзина */
body.xoo-wsc-cart-active,
html.xoo-wsc-cart-active {
  height: 100% !important;
}

span.xoo-wsc-loader {
  background: transparent;
  display: none !important;
}

.xoo-wsc-ft-btn-continue {
  display: none !important;
}
.xoo-wsc-body {
  flex-grow: 0;
}

.xoo-wsc-container {
  background: #303030;
}
.xoo-wsc-header {
  background: #303030 !important;
}

.xoo-wsc-body {
  background: #303030 !important;
}

.xoo-wsc-footer {
  background: #303030 !important;
}

.xoo-wsc-loader {
  display: none !important;
}

.xoo-wsch-top .xoo-wsch-basket {
  display: none;
}

.xoo-wsc-ft-amt {
  display: block;
}

span.xoo-wsc-ft-amt-label {
  text-transform: uppercase;
}

.xoo-wsch-top {
  justify-content: flex-start !important;
}

span.xoo-wsch-text {
  color: #3898a8 !important;
  font-size: 23px !important;
  font-weight: bold !important;
}

.shop__inner .woocommerce-notices-wrapper {
  display: none;
}

.xoo-wsc-footer .amount {
  margin-bottom: 10px !important;
}

.xoo-wsc-footer a {
  margin-bottom: 5px !important;
}

.xoo-wsc-ft-amt {
  margin-bottom: 30px;
}

.xoo-wsc-footer .button {
  border-color: #3898a8 !important;
  color: #fff;
  font-size: 20px;
  padding: 15px 30px;
}
.xoo-wsc-footer .button:hover {
  background: transparent;
  box-shadow: 0px 0px 10px #3898a8;
  text-shadow: 0px 0px 5px #fff;
}

.xoo-wsch-close:after {
  content: "\e909";
  font-size: 24px;
  color: #3898a8;
  font-weight: 900;
  margin-right: 4px;
}

.xoo-wsch-close {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xoo-wsc-product {
  border-bottom: none;
  padding: 14px 15px;
}

.xoo-wsc-products {
  margin-top: 15px;
}

.xoo-wsc-products:before {
  content: "";
  width: 251px;
  height: 1px;
  display: block;
  background: #19986c;
  left: 38px;
  position: absolute;
}

.xoo-wsc-icon-trash:hover::before {
  color: #fff;
}

.xoo-wsc-sum-col {
  padding-left: 10px !important;
}

.xoo-wsch-close:hover::after {
  color: #fff;
}

.xoo-wsc-products:after {
  content: "";
  width: 251px;
  height: 1px;
  display: block;
  background: #19986c;
  left: 38px;
  position: absolute;
}

.xoo-wsc-icon-trash:before {
  content: "\e909";
  font-size: 22px;
  color: #3898a8;
  font-weight: 900;
}

.xoo-wsc-header {
  padding-top: 41px;
}

.xoo-wsc-pname a {
  color: #3898a8 !important;
}

.xoo-wsc-qty-price {
  color: #3898a8;
}

.xoo-wsc-qty-price span {
  color: #3898a8;
}

.xoo-wsc-qty-price span:first-child {
  color: #fff !important;
}

.xoo-wsc-qty-price:first-child {
  color: #fff !important;
}

.xoo-wsch-close:before {
  content: "закрыть";

  font-family: "Nunito", sans-serif;

  font-size: 20px;
}

.shipping-calculator-button {
  position: relative;
  margin-right: 35px;
}

.shipping-calculator-button:after {
  content: "";
  background: url(../images/ikonka-dostavki-.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 20px;
  height: 19px;
  width: 25px;
  position: absolute;
  display: block;
  right: -35px;
  top: 0px;
}

.cart-empty {
  font-size: 49px;
  color: #3898a8;
  font-weight: 900;
}
.shipping-title {
  padding-top: 4px;
}

.wc-proceed-to-checkout {
  margin-bottom: 80px;
}

.product-name-width {
  width: 54%;
}

.checkout__title {
  margin-bottom: 40px;
}

.wc_payment_methods {
  padding: 0;
}

.ml150 {
  margin-left: 155px;
}

.cart-totals__price-wrap {
  margin-right: 47px;
}

.woocommerce-cart-form__contents .product-price {
  text-align: center;
  padding-right: 0px;
}

.product-quantity .wac-quantity {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-product-gallery__wrapper
  .woocommerce-product-gallery__image:nth-child(2) {
  display: none;
}

ul.page-numbers li a.next {
  top: -31px !important;
}

.order-total th {
  text-transform: uppercase;
}

.payment-cart__wrapper .woocommerce-Price-amount {
  font-weight: bold;
}

.grib__checkout__wrapper h3 {
  font-size: 28px;
  margin-top: 0;
}

.product__show-all {
  text-align: center;
}
.product__show-all a {
  display: inline-block;
  vertical-align: top;

  color: #fff;
  text-decoration: none;
  font-size: 15px;

  font-weight: bold;
  letter-spacing: 0.05em;

  border: 1px solid #3898a8;
  text-align: center;

  white-space: nowrap;
  transform: skew(30deg);
  transition: 0.2s;
}

.product__show-all a:hover {
  opacity: 0.8;
  background: #00b98b;
}
.product__show-all span {
  display: inline-block;
  transform: skew(-30deg);
}
.woocommerce-pagination .page-numbers li:nth-child(2n) {
  padding-top: 3px;
}

li + span.current {
  border-top: 38px solid #fff;
  border-bottom: 38px solid #fff;
}

.woocommerce-pagination .page-numbers li:nth-child(odd) .page-numbers {
  top: -40px;
}

.page-numbers li .prev {
  top: -32px !important;
}

.gallery-images {
  height: 350px;
}
.woocommerce-pagination .page-numbers li:nth-child(2n) .next {
  top: 15px !important;
}
/* Каталог */

.active-pagination {
  border-bottom: 38px solid #fff !important;
}

.page-numbers li:nth-child(9) ~ .product__show-all a {
  transform: skew(70deg) !important ;
}

.page-numbers li:nth-child(odd) ~ .product__show-all a {
  transform: skew(70deg) !important ;
  color: #000 !important;
}

li:nth-last-child(3) ~ .product__show-all {
  transform: skew(70deg) !important ;
  color: #000 !important;
}

li:nth-of-type(3) ~ .product-show-all > a {
  transform: skew(70deg) !important ;
  color: #000 !important;
}

.pagination__inner ~ .product-show-all {
  color: #000;
  background: #000;
}

/* 
.woocommerce-pagination
  .page-numbers
  .active-pagination:nth-child(odd)
  .page-numbers {
  border-top: 38px solid #fff !important;
  border-bottom: none !important;
}

.woocommerce-pagination
  .page-numbers
  .active-pagination:nth-child(2n)
  .page-numbers {
  border-top: none !important;
  border-bottom: 38px solid #fff !important;
} */

.shop_product__card-img img {
  width: 165px;
  height: 330px;
  box-shadow: 0px 0px 40px #000;
}

.main-bg {
  background: #303030;
}

.active-pagination {
  border-bottom: 38px solid #fff !important;
  border-top: 30px solid transparent;
}

.woocommerce-pagination .page-numbers li.active-pagination:nth-child(odd) {
  border-top: 38px solid #fff;
  border-bottom: 30px solid transparent !important;
}

.dn {
  display: none;
}

.shop__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.shop__search-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.shop__quanity {
  color: #fff;
  margin-right: 80px;
  font-size: 17px;
}

.product_search {
  background: #232323;
  border-radius: 35px 0px 0px 35px;
  outline: none;
  border: none;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  color: #fffefe;
  position: relative;
  width: 272px;
}

.product_search::placeholder {
  color: #8a8a8a;
}

.popular__card_title {
  margin-bottom: 22px;
  margin-top: 50px;
}

.popular-product__grid .product__card-desc {
  margin-bottom: 0px;
}

.product_search__btn {
  background: #00000066;
  outline: none;
  border: none;
  color: #05fda8;
  padding: 10px 33px 10px 33px;
  font-size: 18px;
  margin: 0;
  border-radius: 0px 35px 35px 0px;
  position: relative;
  margin-left: -4px;
}

.product_search__btn:before {
  display: inline-block;
  width: 1px;
  height: 27px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0px;
  top: 8px;
}

.shop__product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
  margin-top: 45px;
}

.shop-wrapper {
  margin-top: 42px;
}

.wrapper-for-text-pages {
  padding-top: 80px !important;
}

.shop__inner {
  display: flex;
}

.shop__main {
  flex-basis: 75%;
}

/*  */
.shop_product__card {
  display: flex;
  justify-content: space-between;
  max-width: 464px;
  border-bottom: 1px solid #25654f;
  border-right: 1px solid #25654f;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-loop-product__title {
  color: #05fda8;
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  padding: 0;
  margin: 0;
  transition: 0.3s;
}

.category__title {
  margin: 0;
  padding: 0;
  font-size: 27px;
  margin-bottom: 40px;
}

.woocommerce-loop-product__title:hover {
  color: #fff;
}

.woocommerce-loop-product__link p {
  padding: 0;
  margin: 0;
  height: 130px;
}

.shop_product__card:nth-child(2n) {
  border-right: none;
  padding-left: 15px;
}

.shop_product__card:nth-child(5) {
  border-bottom: none;
}

/* .shop_product__card:nth-child(6) {
  border-bottom: none;
} */

.woocommerce-loop-product__title {
  margin-top: 0;
}

.product_type_simple {
  margin-right: 15px;
}

.size-woocommerce_thumbnail {
  box-shadow: 0px 0px 40px #000;
  transition: 0.3s;
}

.shop_product__card img {
  transition: 0.3s;
}

.shop_product__card:hover img {
  box-shadow: 0px 0px 20px #05dfa185;
}

.woocommerce-loop-product__link p {
  padding-right: 5px;
}

.gribnayacultura .products {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-ordering {
  display: none;
}

.shop_product__card_title {
  color: #05fda8;
  font-size: 28px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 30px;
}

.shop_product__category {
  color: #fff;
}

.shop_product__card-desc {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}

.shop_product__product-buy {
  display: flex;
  align-items: center;
  margin-top: 23px;
}

.dn {
  display: none;
}

.shop_product__price {
  color: #fff;
  font-size: 30px;
}

.shop_currency-ruble {
  color: #05fda8;
  font-size: 30px;
}

.shop_product__btn {
  color: #05fda8;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px 18px;
  margin-right: 20px;
  transition: 0.3s;
}

.shop_product__btn:hover {
  box-shadow: 1px 1px 10px #fff;
  background: rgb(253, 253, 253);
  font-weight: bold;
}

.shop_product__card-img {
  max-width: 210px;
}

.shop_product__card-info {
  margin-left: 10px;
}

.page-numbers {
  display: flex;
  margin: 0;
  list-style: none;
}

.out-of-stock-product .shop_product__card-img {
  filter: brightness(0.4);
}

.out-of-stock-text {
  color: #05fda8;
  font-size: 20px;
}

.more-about-product {
  font-size: 19px;
  color: #05fda8;
  text-decoration: none;
}

.card-border-none {
  border-right: none;
}

.card-border-bot {
  border-bottom: none;
}

.shop__sidebar {
  flex-basis: 25%;
  margin-top: 14px;
}

.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.shop_sidebar__menu {
  background: #0000002b;
  border-radius: 5px;
  border: 1px solid #1d4f3e;
  padding: 50px 20px;
}

.shop_sidebar__title {
  color: #fff;
  font-weight: bold;
  font-size: 23px;
  margin: 0 0 20px 0;
}

.product_cat-psilocybe-cubensis
  .product-card__main-inner
  .entry-summary:before {
  content: "Споровые отпечатки";
  color: #a6a6a6;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.single_add_to_cart_button {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #05fda8;
  text-decoration: none;
  font-size: 17px;
  height: 54px;
  width: 150px;
  transition: 0.5s;
  background: transparent;
  background-size: 10%;
}

.entry-summary .cart {
  justify-content: flex-start;
  order: 3;
}

.single_add_to_cart_button:hover {
  background-color: #fff;
  border: 1px solid #05fda8;
  background-size: 100%;
  box-shadow: 1px 1px 10px #05fda8;

  text-shadow: 1px 1px 10px #fff;
}

.woocommerce-Price-amount {
  color: #fff;
  font-size: 30px;
}

.woocommerce-Price-currencySymbol {
  color: #3898a8;
}

.entry-summary .product_title {
  font-size: 30px;
  color: #05fda8;
  margin: 0;
  font-weight: bold;
  order: 1;
}

.gribnaya-product {
  order: 2;
}

.product-card__support {
  order: 4;
}

.product_meta {
  order: 5;
}

.entry-summary {
  display: flex;
  flex-direction: column;
}

.shop_sidebar__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.product__quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  height: 54px;
  width: 150px;
  margin-right: 25px;
}

.plus,
.minus {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 25px;
  transition: 0.3s;
  border-radius: 2%;
}

.plus:hover,
.minus:hover {
  color: #3898a8;
}

.qty {
  text-align: center;
}

.shop_sidebar__item {
  line-height: 40px;
}

.product_meta .posted_in {
  color: #3898a8;
  font-weight: 600;
}

.product_meta .posted_in a {
  color: #fff;
  text-decoration: none;
}

.shop_sidebar__link {
  text-decoration: none;
  font-size: 18px;
  color: #c2c2c2;
  transition: 0.3s;
}

.shop_sidebar__link:hover {
  color: #05fda8;
}

.shop_sidebar__menu:last-child {
  margin-top: 15px;
}

/* Корзина */
.bonus-wrapper {
  border-radius: 8px;
  background: #262626;
  padding: 10px 20px;
  color: #05fda8;
  margin-top: 20px;
}

.bonus__title {
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}

.bonus__text {
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/* Финальное оформление заказа */

.checkout-final__title {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 0 30px 0;
}

.checkout-final__text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 40px;
}

.thankyou__title {
  margin-bottom: 30px;
}

.main-bg-thanks {
  padding-top: 110px !important;
}

.requisites__title {
  font-size: 25px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.requisites_name {
  color: #05fda8;
  font-weight: 700;
  font-size: 17px;
}

.requisites_info {
  color: #fff;
  color: 17px;
}

.requisites_warning {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  display: block;
  margin-bottom: 25px;
}
.d-none-pc {
  display: none;
}

.requisites_tg {
  font-size: 25px;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  background: #14b57e;
  border-radius: 5px;
  margin-bottom: 35px;
  display: inline-block;
  transition: 0.3s;
}

.popular-product__container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-bottom: 65px !important;
    max-width: 1470px !important;
    background: url(../images/fon2.jpg);
    border-radius: 20px;
    background-size: cover;
    padding-top: 40px;
}

.btn-all-catalog {
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #3898a8;
  padding: 13px 18px;
  font-weight: 600;
  transition: 0.3s;
  font-size: 20px;
  padding: 16px 50px;
}

.btn-all-catalog:hover {
  background: #3898a8;
  color: #fff;
  box-shadow: 1px 1px 10px #3898a8;
}

.requisites_tg:hover {
  box-shadow: 1px 1px 10px #14b57e;
  text-shadow: 1px 1px 8px #fff;
  color: #fff;
}

.requisites_wraper {
  margin-bottom: 13px;
}

.order-details {
  display: flex;
  list-style: none;
  color: #fff;
  padding: 0;
  margin-bottom: 40px;
}

.details-item:first-child {
  padding-left: 0px;
}

.details-item {
  border-right: 1px #14b57e dashed;
  padding-left: 28px;
  padding-right: 28px;
}

.woocommerce-message {
  font-size: 22px;
  color: #3898a8;
}

.woocommerce-error {
  list-style: none;
  color: #3898a8;
  padding: 0;
  margin: 20px 0 20px 0;
}

.details-item:last-child {
  border-right: none;
}

.order-table__title {
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.table {
  margin-bottom: 35px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.4;
}

table td {
  padding: 15px 12px;
  border-bottom: 1px solid #3898a857;
}

td.product-name {
  text-align: left;
}

td.product-remove {
  padding: 0 !important;
  width: 20px !important;
}

.woocommerce-cart-form {
  margin-top: 50px;
}

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

.d-none-cart {
  display: none !important;
}

.woocommerce-cart-form .gribnaya__cart-table {
  margin-bottom: 21px;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  max-width: 50%;
  width: 50%;
}

thead th {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.table-second {
  text-align: right;
  font-size: 20px;
}
td {
  color: #fff !important;
}

.xclose {
  color: #05fda8;
}

tfoot th {
  border-bottom: 1px solid #3898a857;
  color: #fff;
}

table {
  margin-bottom: 50px;
  width: 720px;
  border-spacing: 0;
}

.woocommerce-table--order-details .woocommerce-Price-amount {
  font-size: 16px;
}

.shipped_via {
  display: none;
}

.cart_item td {
  border-bottom: 1px solid #3898a857;
}

table .currency-ruble {
  font-size: 16px;
}

.checkout__grib_table {
  width: 600px;
}

td {
  text-align: right;
}

tr {
  text-align: left;
}

.product-card__main-inner {
  display: flex;
}

.product-card__img {
  box-shadow: 1px 1px 30px #010806;
}

.product-card__summary-info {
  margin-left: 50px;
}

.product-card__category {
  color: #a6a6a6;
  font-size: 25px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

.product-card__title {
  font-size: 30px;
  color: #05fda8;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-card-aviability {
  color: #fff;
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 35px;
  padding-left: 7px;
}
.product-card__btn-wrapper {
  display: flex;
}

.product-card__btn-buy {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #05fda8;
  text-decoration: none;
  font-size: 17px;
  padding: 15px 33px;
  transition: 0.3s;
}

.product-card__btn-buy:hover {
  background-color: #fff;
  border: 1px solid #05fda8;
}

.product-card__support {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

.product-card__support-info {
  border-top: 1px solid #28453d;
  border-bottom: 1px solid #28453d;
  color: #bfbfbf;
  padding: 20px 0 20px 0;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.product-card__support-info:hover {
  color: #05fda8;
  text-shadow: 0px 0px 3px #05fda6b7;
}

.product-card__support-info-b {
  border-bottom: 1px solid #28453d;
  color: #bfbfbf;
  padding: 20px 0 20px 0;
  text-decoration: none;
  display: inline-block;
}

.product-card__categories-title {
  font-size: 17px;
  color: #05fda8;
  font-weight: 600;
}

.product-card__categories-info {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
}

.product-card__description {
  margin-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

.product-card__spec-title {
  font-size: 17px;
  color: #05fda8;
  margin-bottom: 20px;
  margin-top: 0;
}

.product-attribute {
  margin-top: 16px;
}

.attribute-name {
  color: #05fda8;
  font-size: 17px;
  font-weight: 700;
}

.attribute-value {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
}

.description_tab a {
  display: none;
}
.wp-post-image {
  box-shadow: 0px 0px 40px #000;
}

.product__description {
  color: #fff;
  font-size: 17px;
  line-height: 29px;
  margin: 14px 0 0 0;
}

.spec-inner {
  margin-top: 3px;
}

.spec-name {
  font-size: 17px;
  color: #8e8e8e;
  font-weight: 600;
}

.spec-value {
  margin-right: 5px;
  width: 29px;
  height: 29px;
}
.spec-wrapper {
  margin-top: 10px;
}

.spec-wrapper p {
  margin: 0;
}

.product-card__spec {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #28453d;
  border-top: 1px solid #28453d;
  padding-top: 30px;
}

.bonus {
  margin-top: 50px;
}

.bonus__title {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.bonus-sub-title {
  color: #05fda8;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 35px;
}

ul.page-numbers a:hover {
  color: #c2c2c2;
}

.bonus-text {
  color: #fff;
  font-size: 17px;
  line-height: 27px;
  margin-top: 4px;
}

.legal {
  margin-top: 50px;
}

.legal-list {
  padding: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 35px;
}

.legal-item::marker {
  color: #05fda8;
}

.privacy {
  margin-top: 50px;
}

.privacy-sub-title {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.my-account {
  margin-top: 50px;
}

.my-account__inner {
  display: flex;
}

.my-account__sub-title {
  color: #fff;
  font-weight: 800;
  font-size: 25px;
}

.my-account__title {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 30px;
}

.input-label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
}

.input-label:after {
  content: "*";
  color: red;
  font-size: 15px;
  font-weight: 500;
}

.input-my-account {
  background: #4b4b4b38;
  color: #fff;
  margin-bottom: 20px;
  padding: 5px 0px 5px 10px;
  border-radius: 5px;
  border: 1px solid #1e1e1e;
  transition: 0.3s;
  width: 350px;
  font-size: 16px;
  display: block;
}

.checkbox-label {
  color: #fff;
}

.my-account__btn {
  display: block;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #05fda8;
  background: transparent;
  padding: 12px 25px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login {
  width: 49%;
}

.registr {
  width: 49%;
}

.my-account__btn:hover {
  color: #05fda8;
  background: rgba(255, 255, 255, 0.466);
  box-shadow: 1px 1px 10px #05fda8;
  text-shadow: 0 0 5px #05dfa944;
}

.my-account-login__wrapper .woocommerce-button {
  display: block;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #05fda8;
  background: transparent;
  padding: 12px 25px;
  transition: 0.3s;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.login-button__wrapper {
  margin-top: 58px;
}

.my-account-login__wrapper .woocommerce-button:hover {
  color: #05fda8;
  background: rgba(255, 255, 255, 0.466);
  box-shadow: 1px 1px 10px #05fda8;
  text-shadow: 0 0 5px #05dfa944;
}

.input-my-account:focus {
  border: 1px solid #05fda8;
  outline: none;
  box-shadow: 2px 2px 5px #05fda8;
}

.account {
  margin-top: 50px;
}

.account__title {
  margin-bottom: 50px;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.account__sidebar {
  background: #4b4b4b75;
  width: 20%;
  border-radius: 10px;
  padding: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

.account__sidebar {
  max-height: 350px;
}

.woocommerce-orders-table__cell-order-total .woocommerce-Price-amount {
  font-size: 16px;
}

.woocommerce-MyAccount-content {
  color: #fff;
}

mark {
  color: #fff;
  background-color: rgb(37, 37, 37);
}

.account__list {
  list-style: none;
  padding: 0;
}

.account__item {
  padding-right: 0;
  border-top: 1px solid #395f4d;
  border-bottom: 1px solid #395f4d;
  padding: 17px;
  padding-left: 0;
}

.account__link {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}

.account__item:first-child {
  padding-top: 0;
  border: none;
}

.account__item:last-child {
  padding-bottom: 0;
  border: none;
}

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

.account__main {
  width: 75%;
  margin-top: 20px;
}

.welcome__text {
  font-size: 17px;
  color: #fff;
  margin-top: 10px;
}

.account__name {
  color: #3898a8;
}

.not-you {
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}

.not-you:hover {
  color: #3898a8;
}

.account__text {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  margin-top: 40px;
}
.woocommerce-orders-table__header {
  text-align: center;
}

.woocommerce-orders-table__cell-order-number a {
  color: #fff;
  text-decoration: none;
}

.account__link-active {
  color: #737373;
}

.account__link:hover {
  color: #3898a8;
}

.account__link-active:hover {
  color: #737373;
  cursor: not-allowed;
}

.about-store__right {
  padding-left: 16px;
}

.about-store__text-left {
  padding-right: 16px;
  border-right: 5px solid #3898a8;
}

.gribnayacultura .products {
  margin-bottom: 60px;
}

@media only screen and (min-width: 2000px) {
  .gallery__image {
    width: 100%;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.25) {
  .contacts__link {
    font-size: 13px !important;
  }
  .header__contacts {
    margin-left: -25px;
  }
  .about-us__left-mush {
    left: -20px;
  }
  .header__list {
    margin-top: -11px;
  }
  .cart__number {
    top: 9px !important;
    left: 3px !important;
  }
}

@media (max-width: 1542px) {
  .header {
    padding: 0 20px;
  }

  .cart-totals__price-wrap {
    margin-right: 44px;
  }

  .product__show-all a {
    margin-left: 90px;
  }

  .cart__number {
    top: 10px;
  }

  .about-store__right {
    padding-left: 16px;
  }

  .about-store__text-left {
    padding-right: 16px;
    border-right: 1px solid #3898a8;
  }

  .header-container {
    justify-content: space-evenly;
  }

  .custom-logo {
    left: 85px;
  }

  .menu-item {
    margin-right: 45px;
  }
  .menu-link {
    font-size: 16px;
  }
  .cart__price-amount {
    font-size: 19px;
  }
  .menu-item:last-child {
    margin-right: 50px;
  }
  .contacts__link {
    font-size: 13px;
  }
  .button-primary {
    padding: 14px 60px;
    font-size: 18px;
  }
  .button-link {
    padding: 11px 25px;
    font-size: 18px;
    line-height: 30px;
  }
  .container {
    padding: 0px 20px;
  }
  .our-avd__card__text {
    font-size: 16px;
  }
  .about-us {
    z-index: 1;
  }
  .about-us__right-mush {
    z-index: -1;
    height: 669px;
    width: 387px;
    right: 2px;
    top: 44px;
  }
  .about-us__left-mush {
    z-index: -1;
    height: 1090px;
    width: 422px;
    left: -20px;
    top: -144px;
  }
  .gallery-images {
    height: 320px;
  }
  .about-store__col {
    flex-basis: 65%;
  }
  .pluses__card_bottom {
    margin-top: 10px;
  }
  .about-store {
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .online-consult__title {
    font-size: 38px;
  }
  .product__card {
    max-width: 520px;
  }
  .product__card_title {
    font-size: 30px;
  }
  .shop__main {
    flex-basis: 82%;
  }
  .shop__sidebar {
    flex-basis: 24%;
  }
  .shop_product__card {
    max-width: 427px;
    padding-bottom: 20px;
  }
  .requisites_tg {
    font-size: 20px;
    padding: 10px 10px;
  }

  .main-bg::before {
    left: -5%;
    bottom: 0;
    width: 620px;
    height: 682px;
  }
  .main-bg::after {
    right: -6%;
    bottom: 0;
    width: 660px;
    height: 786px;
  }
  .about-store__img {
    width: 92%;
  }

  .header__contacts {
    margin-left: -25px;
  }
  .woocommerce-loop-product__link p {
    height: 155px;
  }
  .category__title {
    margin-bottom: 15px;
  }
}

@media (max-width: 1430px) {
  .cart__number {
    top: 10px;
  }
  .contacts__link {
    font-size: 12px;
  }
}

@media (max-width: 1123px) {
  .shop_product__card-desc {
    font-size: 14px;
  }
  .shop_product__card {
    max-width: 412px;
  }
}

/* Планшет  */

@media screen and (min-width: 600px) and (max-width: 800px) {
  .custom-logo {
    left: 0;
  }
  .header__contacts {
    display: none;
  }
  .header__nav .cart {
    display: none;
  }
  .menu-link {
    font-size: 15px;
  }
  .header__list {
    margin-top: -10px;
  }
  .popular-product__grid {
    justify-content: center;
  }
  .gallery-image {
    width: 33%;
  }
  .gallery-image:nth-child(2) {
    display: none;
  }
  .gallery-image:nth-child(6) {
    display: none;
  }
  .footer {
    padding: 40px 0px;
  }
  .online-consult__title {
    font-size: 27px;
  }
  .footer-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer__col {
    display: none;
  }
  .panel-group {
    display: block;
    text-align: center;
  }
  .footer__logo {
    display: flex;
  }
  .product-name-width {
    width: 37%;
  }
  .grib__checkout__wrapper {
    display: flex;
    flex-direction: column;
  }
  .order_checkout__wrapper-lab input {
    width: 100%;
  }
  .order_checkout__wrapper-lab .select2-container {
    width: 100% !important;
  }
  .checkout__grib_table {
    width: 100%;
  }
  .my-account__wrapper .woocommerce-MyAccount-content {
    width: 67%;
  }
  .account__sidebar {
    width: 32%;
  }
  table {
    width: 100%;
  }
  .my-account-login__wrapper input[type="text"],
  .my-account-login__wrapper input[type="password"],
  .my-account-login__wrapper input[type="email"] {
    width: 100%;
  }
  .login {
    width: 100%;
  }
  .my-acccount-login-col {
    width: 100%;
  }
  .my-account-login__wrapper {
    flex-direction: column;
  }
  .shop__sidebar {
    display: none;
  }
  .shop__inner .site-main {
    width: 100%;
  }
  .filter-mob {
    display: flex;
    justify-content: space-evenly;
  }
  .shop_product__card {
    max-width: 49%;
  }
  ul.page-numbers {
    padding-left: 0;
  }
  .popup {
    width: 50%;
  }
  .shop_product__card .button {
    padding: 6px;
    font-size: 15px;
  }
  .woocommerce-Price-amount {
    font-size: 22px;
  }
  .more-about-product {
    display: none;
  }
  .woocommerce-loop-product__link p {
    height: 200px;
  }
  .category__title {
    margin-bottom: 0;
  }
  .woocommerce-product-gallery__image {
    margin-right: 0;
  }
  .product-card__main-inner {
    flex-direction: column;
  }
  .entry-summary {
    margin-top: 20px;
  }
  .woocommerce-product-gallery__image .wp-post-image {
    width: 100%;
    height: 100%;
  }
  .about-store__col {
    flex-basis: 58%;
  }
  .pluses__card_bottom {
    justify-content: flex-start;
  }
  .pluses__text {
    display: none;
  }
  .about-store__img {
    width: 100%;
  }
  .product_type_simple {
    margin-right: 24px;
  }
  .product__show-all a {
    margin-left: 129px;
  }
  .main-bg::before {
    left: -12%;
    bottom: 976px;
  }
  .main-bg::after {
    right: -11%;
  }
}

/* IPH */

@media (-webkit-min-device-pixel-ratio: 1.75) and (max-width: 500px) {
  .cart__number {
    top: 6px !important;
    left: 0px !important;
  }
}

@media (max-width: 600px) {
  .header__burger-category {
    display: none;
  }
  .slide-meditation {
    background: url("../images/meditacziya-tel1.jpg");
    background-position: center !important;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .slide-meditation .hero__title {
    margin-bottom: 103px;
    color: #05fda8;
    font-size: 42px;
    font-weight: bold;
  }

  .main-bg {
    box-shadow: inset 1px 1px 50px #000;
  }
  .header-def {
    background: #000000ed;
  }
  .header__logo {
    display: none;
  }
  .header__nav-main {
    display: none;
  }
  .header__contacts {
    display: none;
  }
  .header__nav {
    justify-content: space-between;
  }
  .header-container {
    display: block;
  }
  .cart__price-amount {
    display: none;
  }
  .my-account__title {
    margin-bottom: 5px;
  }
  .header__login {
    display: block;
  }
  .header__home {
    display: block;
  }
  .my-account__inner {
    flex-direction: column;
  }
  .login {
    margin-top: 40px;
  }
  .account__item {
    text-align: center;
  }
  .account__sidebar {
    width: 100%;
  }
  .shop_product__card {
    border-right: none;
  }
  .shop__search-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .shop__title {
    margin-left: 18px;
    margin-bottom: 25px;
  }
  .shop__quanity {
    margin-left: 18px;
    margin-bottom: 15px;
  }
  .product_search {
    width: 65%;
  }
  .shop_product__card-inner {
    display: flex;
  }
  .shop_product__card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .shop_product__card-img {
    margin-left: -19px;
  }
  .shop_product__product-buy {
    display: flex;
  }
  .shop_product__card:nth-child(2n) {
    padding-left: 0;
  }

  .shop-bnt-dn {
    display: none;
  }
  .shop__sidebar {
    display: none;
  }
  .shop__search-wrapper {
    display: flex;
    width: 110%;
  }
  .shop__sidebar__mobile {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .shop__search-link {
    font-size: 17px;
    font-weight: 800;
    color: #3898a8;
    margin-left: 20px;
    margin-right: 20px;
  }
  .shop_product__card_title {
    margin-bottom: 11px;
    font-size: 21px;
  }
  .shop_product__card {
    align-items: flex-start;
  }
  .shop_product__product-buy {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: -69%;
  }

  .product_type_simple {
    margin-right: 25px;
  }

  .shop_product__card {
    margin-top: 10px;
  }
  .woocommerce-cart-form__contents .product-price {
    display: none;
  }
  .woocommerce-cart-form__contents .product-subtotal {
    width: auto;
  }

  .woocommerce-cart-form__contents .product-quantity {
    width: auto;
  }

  .product-name-width {
    width: auto;
  }
  .product-quantiy-border:before {
    display: none;
  }

  .about-store__col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .product-quantiy-border:after {
    display: none;
  }
  .wac-quantity {
    width: 80px !important;
  }

  .shop_product__card-desc {
    width: 190px;
  }
  .shop_product__card-desc {
    font-size: 17px;
  }
  .account__inner {
    flex-direction: column;
  }
  .account__main {
    width: 100%;
  }
  table {
    width: 100%;
  }
  .product-card__main-inner {
    flex-direction: column;
  }
  .product-card__img {
    width: 111%;
    margin-left: -20px;
    overflow: hidden;
  }
  .product-card__summary-info {
    margin-left: 0;
  }
  .product-card-aviability {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .product-card__title {
    margin-bottom: 2px;
  }
  .product-card__btn-buy {
    padding: 10px 9px;
  }
  .product-card__support-info {
    padding: 15px 0 15px 0;
    font-size: 17px;
  }
  /* .product-card__wrapper {
    margin-top: 40px;
  } */
  .product-card__summary-info {
    margin-top: 25px;
  }
  .product-card__category {
    margin-bottom: 1px;
  }
  .hero__title {
    font-size: 29px;
  }
  .hero__text {
    font-size: 15px;
    line-height: 20px;
  }
  .hero__links {
    flex-direction: column;
  }
  .hero__link {
    text-align: center;
    font-size: 20px;
  }
  .hero-link-1 {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .hero {
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0;
  }

  .slider-bottom__link {
    width: 86%;
  }
  .our_adv__title {
    font-size: 30px;
    margin-top: 39px;
    margin-bottom: 10px;
  }
  .our-adv-inner {
    justify-content: center;
  }
  .our-avd__card__text {
    font-size: 16px;
  }

  .our_adv {
    margin-bottom: 17px;
  }

  .our-avd__card {
    padding: 35px 0px 10px;
    border-top: 1px solid #3898a8;
  }
  .our-avd__card:first-child {
    border-top: none;
  }
  .about-us-inner {
    flex-direction: column-reverse;
  }
  .about-us__title {
    font-size: 29px;
  }
  .about-us__col__title {
    font-size: 22px;
    margin-top: 12px;
  }
  .about-us__right-mush {
    right: 0;
    bottom: 0;
    top: 440px;
    width: 284px;
  }
  .pluses__text {
    margin-top: 7px;
  }
  .about-us__col__title:last-child {
    margin-top: 31px;
  }

  .sec-col {
    margin-top: 0px;
  }

  .about-us__left-mush {
    top: -100px;
    width: 430px;
    height: 750px;
  }
  .popular__title {
    font-size: 30px;
    padding-top: 40px;
  }
  .d-none-mobile {
    display: none;
  }
  .mushroom-gallery {
    flex-direction: column;
  }

  .about-store__title {
    font-size: 30px;
  }

  .popular-product__grid .product__card {
    position: relative;
  }

  .popular-product__grid .product__card:after {
    content: "";
    width: 335px;
    height: 1px;
    background: #19986c;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50px;
  }
  .buy-mob {
    margin-top: 33px;
  }

  .gribnayacultura .products {
    margin-bottom: 20px;
  }

  .about-store__info {
    flex-direction: column;
    text-align: center;
    font-weight: 600;
  }
  .about-store__text {
    font-size: 15px;
    word-break: normal;
  }
  .about-store__text-left {
    border-right: 0px;
    border-bottom: 1px solid #3898a8;
    padding-right: 0px;
    padding-bottom: 20px;
  }
  .about-store__right {
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0;
  }

  .about-store {
    padding-bottom: 0px;
    margin-bottom: 0;
  }

  .about-store:after {
    content: "";
    width: 335px;
    height: 1px;
    background: #3898a8;
    display: flex;
    margin: 0 auto;
  }

  .about-store .container {
    padding-bottom: 10px;
  }

  .about-store-container {
    flex-direction: column-reverse;
  }
  .about-store__img {
    width: 112%;
    margin-left: 0px;
    margin-bottom: 10px;
    border-radius: 0px;
  }
  .pluses__numbers {
    margin-right: 0;
    font-size: 30px;
  }

  .d-none-pc {
    display: block;
  }
  .online-consult__title {
    font-size: 26px;
  }
  .online-consult__text {
    font-size: 20px;
  }

  .footer__menu-link {
    font-size: 15px;
  }

  .online-consult {
    margin: 20px 0px 30px;
  }
  .hero__contacts {
    text-align: center;
    margin-bottom: -100px;
    margin-top: 231px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 237px auto -47px;
  }

  .hero__text {
    margin-bottom: -303px;
  }

  .hero__links {
    margin-bottom: -218px;
    margin-top: 425px;
  }

  .hero__contacts__link {
    display: block;
  }
  .contacts__link {
    font-size: 17px;
  }
  .pluses__title {
    margin: 0;
    font-size: 26px;
  }

  .our-avd__card__title {
    margin-top: 9px;
    font-size: 22px;
  }
  .our-avd__card__text {
    margin: 0 0 19px 0;
  }

  .about-store__pluses {
    margin-top: 0px;
  }
  .about-us {
    padding: 60px 0px;
    margin-top: 0;
  }

  .about-store {
    margin-bottom: 0;
  }
  .about-store-container {
    margin-bottom: 0;
  }

  .our-telegram {
    padding-bottom: 50px;
  }
  .our-telegram__inner {
    flex-direction: column;
    align-items: center;
  }
  .our-telegram__title {
    font-size: 30px;
  }
  .telegram__link-mb {
    margin-bottom: 12px;
    display: block;
  }
  .our-telegram {
    background-position: center;
    padding: 41px 0 70px;
  }
  .our-telegram__title {
    margin: 0 0 20px 0;
  }

  .our-telegram .btn-link-primary {
    width: 335px;
    padding: 18px 25px;
    font-size: 20px;
  }

  .our-telegram {
    background: #303030;
  }
  .footer {
    padding: 20px;
  }
  .footer-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__menu-title {
    text-align: center;
    color: #3898a8;
  }
  .footer__logo {
    margin-top: 40px;
  }
  .f1 {
    order: 3;
  }
  .f2 {
    order: 4;
  }
  .f3 {
    order: 2;
  }
  .f4 {
    order: 1;
  }
  .popular-product__grid {
    flex-direction: column;
  }
  .product__card-info {
    max-width: 190px;
  }
  .product__card-img {
    height: auto;
    width: 150px;
  }
  .product__card_title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .product__card-desc {
    font-size: 16px;
  }
  .currency-ruble,
  .product__price {
    font-size: 21px;
  }
  .product__btn {
    text-transform: none;
    padding: 6px 14px;
    font-size: 16px;
  }

  .btn-all-catalog {
    padding: 18px 50px;
  }

  .popular-products {
    padding-bottom: 50px;
  }
  .product__card {
    margin-top: 6px;
  }
  .btn-all-catalog {
    display: block;
    margin-top: 0px;
  }
  .popular-product__grid {
    margin-bottom: 50px;
  }
  .about-us__left-mush {
    width: 100%;
    height: 80%;
  }
  .footer .container {
    padding: 0 0;
  }

  .footer__menu-link {
    text-shadow: none;
  }

  .main-bg::before {
    bottom: 0;
    width: 590px;
    height: 385px;
    left: -156px;
  }

  .our-avd__icon {
    height: 70px;
  }

  .main-bg::after {
    left: -11%;
    top: 0;
    width: 644px;
    height: 375px;
  }
  .active {
    display: block;
  }

  .product-card__bg .main-bg::after {
    left: -11%;
    top: 19%;
    width: 647px;
    height: 426px;
    transform: rotate(-24deg);
  }

  .product-card__bg .main-bg::before {
    bottom: 35%;
    width: 590px;
    height: 400px;
    left: -216px;
  }

  .main-menu-wrap {
    margin-top: 0;
  }

  .main-menu-wrap.menu-top-active {
    margin-top: -45px;
  }

  .header-absolute {
    overflow: hidden;
  }

  .header__nav-wrap {
    background-color: #0000000a;

    position: relative;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 110vh;
    margin-top: -10px;
    margin-left: -20px;
  }

  .header__nav-wrap {
    display: none;
  }

  .nav-list {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #3898a8;
  }

  .return-to-shop a {
    padding: 19px 15px;
  }

  .menu-item {
    margin-right: 0;
  }

  .menu-item:last-child {
    margin-right: 0;
  }

  .nav-list {
    padding-left: 0;
  }

  .header__nav-wrap.active {
    display: block;
  }

  .close-nav {
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 90px;
  }

  .close-nav img {
    margin-top: 5px;
  }
  .close-nav-icon {
    color: #3898a8;
    font-size: 52px;
    font-weight: 800;
  }

  .close-nav-text {
    font-size: 40px;
    color: #3898a8;
    margin: 0;
    padding: 0;
    margin-right: 12px;
  }

  .menu-title {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    color: #fff;
    font-size: 40px;
    padding-bottom: 35px;
    padding-top: 44px;
    text-align: center;
    border-bottom: 1px solid #3898a8;
    width: 90%;
  }

  .button-link {
    padding: 19px 25px;
    font-size: 20px;
  }
  .slider-bottom__link {
    border: 1px solid #fff;
  }

  .button-link {
    border: 1px solid #fff;
  }

  .nav-list .menu-item {
    padding: 10px 0px 10px 0;
    font-size: 28px;
  }

  .menu-link {
    font-size: 20px;
  }
  .footer__menu-list {
    text-align: center;
  }

  .contacts__link {
    font-size: 17px !important;
  }

  .blog__main-title {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3898a8;
    width: 100%;
    font-size: 20px;
  }
  .cart__number {
    top: 10px;
  }

  .header__nav .cart {
    margin-left: 0;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 50%;
  }
  .gallery-images {
    height: 210px;
  }

  .gallery__image {
    height: 290px;
  }

  .popular-products {
    padding-bottom: 0;
  }

  .btn-all-catalog {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 20px;
    width: 330px;
  }

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

  .popular-product__grid .product__card-desc {
    font-size: 15px;
    line-height: 22px;
    height: 181px;
  }

  .popular-product__grid .product__card-desc {
    margin-bottom: 22px;
  }
  .more-about-product {
    font-size: 16px;
  }

  .popular__card_title {
    margin-top: 23px;
  }
  .product__card_title {
    margin-bottom: -10px;
  }

  .product__card-img {
    width: 230px;
  }

  .account__sidebar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .my-account__wrapper .woocommerce-MyAccount-content {
    width: 98%;
    margin-bottom: 40px;
  }
  .account__title {
    margin-bottom: 30px;
  }

  .footer__logo_img {
    width: 80px;
    height: 80px;
  }

  .main-bg {
    padding-top: 71px !important;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"] {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    margin-top: 20px;
  }
  .woocommerce-MyAccount-content .woocommerce-message {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .my-account-login__wrapper {
    flex-direction: column;
  }
  .my-acccount-login-col {
    width: 100%;
  }
  .login {
    width: 100%;
  }
  .my-account-login__wrapper input[type="text"],
  .my-account-login__wrapper input[type="password"],
  .my-account-login__wrapper input[type="email"] {
    width: 100%;
  }
  .woocommerce-product-gallery__image img {
    width: 150%;
    height: auto;
    margin-top: 40px;
    margin-left: -57px;
    margin-bottom: 30px;
  }
  .cart-empty {
    font-size: 38px;
    text-align: center;
  }
  .main-bg-checkout {
    padding: 0px !important;
    padding-top: 80px !important;
  }

  .popular-product__container {
    padding-bottom: 49px !important;
  }

  .grib__checkout__wrapper {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .order_checkout__wrapper-lab .select2-container {
    width: 100% !important;
  }
  .grib__checkout__wrapper h3 {
    font-size: 24px;
  }
  .woocommerce-checkout-payment .button {
    font-size: 19px;
  }
  .wc_payment_method {
    font-size: 15px;
  }
  .wc_payment_method {
    margin-bottom: 18px;
  }
  .checkout__grib_table {
    width: 100%;
  }
  .coupon-input-checkout {
    width: 120px !important;
    font-size: 17px !important;
    padding: 4px 0px !important;
  }
  .button-text {
    font-size: 15px;
  }
  .checkout-coupon__wrapper {
    padding: 10px 10px;
  }
  .proceed-button {
    padding: 15px 32px;
  }
  .checkout-final__text-mt {
    margin-top: 20px;
    padding: 0;
    display: block;
  }
  .requisites_tg {
    width: 100%;
    text-align: center;
  }
  .requisites_warning {
    display: none;
  }
  .woocommerce-order-overview .woocommerce-order-overview__payment-method {
    display: none;
  }
  .details-item {
    font-size: 15px;
  }
  .details-item {
    padding-right: 8px;
    padding-left: 8px;
  }
  .cart-totals__price-wrap {
    margin-right: 0;
  }
  .payment-cart__method {
    font-size: 15px;
  }
  .wc-proceed-to-checkout .payment-cart__wrapper {
    padding: 24px 20px;
  }
  .proceed-button {
    display: block;
    margin-bottom: 5px;
  }
  .payment-cart__method {
    margin-bottom: 18px;
  }
  .shop__inner .site-main {
    width: 100%;
  }
  .shop__inner {
    flex-direction: column;
  }
  .shop__sidebar {
    display: none;
  }
  .shop_product__card {
    flex-direction: column;
  }
  .product__mob-func {
    margin-top: 8px;
    margin-bottom: 3px;
  }

  .outofstock .product__mob-func {
    width: 100%;
  }
  .outofstock .product__mob-func .out-of-stock__text {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .shop_product__card-img img {
    width: 155px;
  }
  .product_search {
    width: 62% !important;
  }
  .shop_product__card-img img {
    height: auto;
  }

  .shop_product__card-info p {
    font-size: 13px;
  }

  .page-numbers {
    padding-left: 0px;
  }
  .product__show-all a {
    margin-left: 0;
    position: static;
  }

  .product__show-all {
    text-align: center;
    margin-bottom: 30px;
  }
  .shop_product__card:nth-child(5) {
    border-bottom: 0px solid #25654f !important;
  }
  .woocommerce-loop-product__link p {
    height: 172px;
  }

  .post-13099 p {
    height: 211px;
  }

  .post-13041 p {
    height: 155px;
  }

  .popular-products .container {
    padding: 0 0;
  }

  .popular-product__grid .product__card {
  }
    .popular-product__grid {
        display: block;
    }
        .popular-product__grid .product__card {
        display: block;
        margin-top: 40px;
        padding: 20px;
    }
        .our-telegram {
        background: none !important;
    }
        .header-middle {
        height: auto;
    }
    element.style {
}
.hero__title {
    width: auto;
    text-align: center !important;
}
    .our_adv__title {
        margin-bottom: 30px;
    }
    .product__card-info {
        margin-left: 0px;
        max-width: 300px;
    }
    .product__card-img {
        width: 100%;
        margin-bottom: 0px !important;
        border-radius: 20px;
    }
    .popular-product__grid .product__card:after {
display: none;
    }
        .product__card_title {
        margin-bottom: 10px;
        text-align: center;
    }
  .category__title {
    margin-bottom: 4px;
  }

  .header-absolute .header-def {
    background: #000000a3;
  }

  .gribnayacultura {
    margin-top: 15px;
  }
  .shop_product__card:nth-child(2n) img {
    width: 155px;
  }

  .outofstock .out-of-stock__text {
    font-size: 25px;
  }
  .outofstock .shop_product__product-buy {
    margin-left: -31%;
  }

  .post-13095.outofstock .shop_product__product-buy {
    margin-left: -25%;
  }

  .product_search__btn {
    color: #fff;
  }

  .post-13159 p {
    height: 221px;
  }

  .shop_product__card-info {
    margin-left: 15px;
  }
  .shop_product__card {
    margin-right: 0;
    padding-right: 0;

    border-bottom: 1px solid #19986c;
  }

  .shop_product__card {
    max-width: 100%;
  }

  .shop_product__card:nth-child(5) {
    border-bottom: 1px solid #25654f !important;
  }

  .button-primary {
    padding: 19px 0px;
    font-size: 20px;
  }

  .cart__icon {
    height: 40px;
    width: 43px;
  }
  .cart__number {
    font-size: 18px;
    top: 6px;
    left: -1px;
  }
  .header__burger-mob:before {
    top: -4px;
  }
  .header__burger-mob:after {
    bottom: -1px;
  }
  .header__burger-mob span {
    top: 8px;
  }
  .header__nav .cart {
    order: 4;
  }
  .header__nav .header__login {
    order: 2;
  }
  .header__nav .header__home {
    order: 3;
  }
  .header__nav .main-menu-wrap {
    order: 1;
  }
  .hero__contacts .border-top {
    border-top: 0px;
  }

  .hero__contacts .border-top:before {
    content: "";
    width: 300px;
    height: 1px;
    background: #3898a8;
    display: block;
    margin-bottom: 10px;
    position: relative;
  }

  .login img {
    height: 38px;
    width: 38px;
  }
  .woocommerce-products-header__title {
    margin-bottom: 0px;
  }
  .woocommerce-result-count {
    margin-left: 0px;
  }
  .filter-mob {
    display: flex;
    justify-content: space-between;
  }
  .filter-mob .panel-title {
    font-size: 17px;
    text-decoration: underline;
    color: #3898a8;
  }

  .post-13173 p {
    height: 215px;
  }

  .fitler-mob .panel-right {
    text-align: right;
  }
  .filter-mob .panel-left {
    text-align: left;
  }
  .bonus {
    margin-top: 20px;
  }
  .bonus-sub-title {
    margin-top: 25px;
  }
  .woocommerce-result-count {
    margin-top: 5px;
  }

  .entry-summary .cart {
    justify-content: space-between;
  }
  .entry-summary .price {
    margin-top: 0;
  }
  .woocommerce-product-search {
    width: 100%;
  }
  .shop_product__card-info p {
    padding-right: 20px;
  }
  .about-us__title {
    margin-bottom: 10px;
  }
  textarea {
    width: 100%;
  }
  .pochta__field label {
    width: 100%;
  }
}
@media (max-width: 377px) {
  .product_search {
    width: 57% !important;
  }
}

@media (max-width: 357px) {
  .popular-product__grid .product__card-desc {
    font-size:14px;
  }
    .popular-product__grid .product__card:after {
      width: 300px;
    }
        .product__btn {
          font-size:15px;
        }
}
