/* Fonts */

@font-face {
  font-family: 'Rosario-Regular';
  src: url("../assets/fonts/rosario/Rosario-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rosario-SemiBold';
  src: url("../assets/fonts/rosario/Rosario-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Coiny-Cyrillic';
  src: url("../assets/fonts/coiny-cyrillic/Coiny-Cyrillic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital@0;1&display=swap');

/* Mixins */

@media only screen and (max-width: 1350px) {
  display: block;
}

* {
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #444653;
}

a:hover {
  text-decoration: none;
}

body {
  font-size: 18px;
  line-height: 125%;
  color: #444653;
  /*font-family: 'Rosario-Regular', sans-serif;*/
  /*font-family: 'Amatic SC', sans-serif;*/
  font-family: 'Nunito Sans', sans-serif;
  padding: 0px;
  margin: 0px;
}

body p {
  font-size: 18px;
}

h1 {
  font-size: 94px;
  line-height: 125%;
}

h2 {
  font-size: 62px;
  line-height: 125%;
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 125%;
  }

}

h3 {
  font-size: 48px;
  line-height: 125%;
}

h4 {
  font-size: 36px;
  line-height: 125%;
}

.container {
  width: 1130px;
  padding: 0px 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.shop-container {
  width: 1221px;
  padding: 0px 15px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 960px;
  }
}


@media only screen and (max-width: 1200px) {
  .shop-container {
    width: 960px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    width: 750px;
  }
}


@media only screen and (max-width: 992px) {
  .shop-container {
    width: 750px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    width: 540px;
  }
  .shop-container {
    width: 1200px;
    position: relative;
    left: calc(50% - 600px);
  }
}

@media only screen and (max-width: 575px) {
  .container {
    width: 100%;
  }
}
.cart-wrap .container {
  width: 1140px;
}

@media only screen and (max-width: 1200px) {
  .cart-wrap .container {
    width: 960px;
  }
}

@media only screen and (max-width: 992px) {
  .cart-wrap .container {
    width: 750px;
  }
}

@media only screen and (max-width: 768px) {
  .cart-wrap .container {
    width: 540px;
  }
}

@media only screen and (max-width: 575px) {
  .cart-wrap .container {
    width: 100%;
  }
}

.cart-wrap .container .post-wrap {
  width: 1110px;
}
.columns-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.columns-flex .mobile-order-1 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.columns-flex .mobile-order-2 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.main-wrap {
  margin-bottom: -20px;
}

header {
  position: fixed;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px;
  left: 0px;
  background-color: rgba(160, 190, 204, 0.2);
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header.header-bg {
  background-color: rgba(246, 158, 61, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .nav-bar {
  width: 100%;
}

header .nav-bar .nav-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .nav-bar .logo-wrap {
  width: 150px;
}

@media only screen and (max-width: 1200px) {
  .cart-wrap .container .post-wrap {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  header {
    height: 50px;
  }
}


@media only screen and (max-width: 992px) {
  header .nav-bar .nav-bar-wrap {
    display: none;
  }

}


@media only screen and (max-width: 1200px) {
  header .nav-bar .logo-wrap {
    width: 125px;
  }
}

header .nav-bar .logo-wrap img {
  max-width: 100%;
}

header .mobile-nav-bar {
  display: none;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  header .mobile-nav-bar {
    display: block;
  }
}

header .mobile-nav-bar .top-bar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .mobile-nav-bar .burger {
  width: 40px;
  height: 20px;
  position: relative;
  padding: 5px 0px;
  cursor: pointer;
    z-index: 999;
}

header .mobile-nav-bar .burger::after,
header .mobile-nav-bar .burger::before {
  content: '';
  width: 40px;
  height: 5px;
  background: #E68025;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0px;
}

header .mobile-nav-bar .burger::before {
  top: 5px;
}

header .mobile-nav-bar .burger:after {
  bottom: 5px;
}

header .mobile-nav-bar .burger.open::before {
  top: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .mobile-nav-bar .burger.open:after {
  bottom: 12px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .mobile-nav-bar .cart-item {
  /* height: 32px; */
  /* width: 32px; */
  background-color: #ffffff;
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
  right: 15px;
}

header .mobile-nav-bar .cart-item:hover {
  background-color: #E58025;
}

header .mobile-nav-bar .cart-item a {
  height: 40px;
  width: 40px;
  line-height: 40px;

  display: block;
  border: #ffffff solid 2px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
}

header .mobile-nav-bar .cart-item a:hover {
  border: #E58025 solid 2px;
}

header .mobile-nav-bar .cart-item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #E68025;
    font-size: 15px;
    line-height: 21px;
    position: absolute;
    border-radius: 50%;
    top: 25px;
    left: 25px;
}

header .mobile-nav-bar .logo-mob {
  width: 180px;
}

header .mobile-menu {
  position: absolute;
  top: 50px;
  left: -100%;
  height: 100vh;
  z-index: 998;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .mobile-menu .mobile-nav-wrap {
  padding: 30px 15px;
  background-color: #488432;
  height: 100%;
}

header .mobile-menu .mobile-nav-wrap .header-nav .wpml-ls-item a {
  text-transform: uppercase;
  padding: 10px 5px;
}

header .mobile-menu .mobile-nav-wrap .header-nav .wpml-ls-item.menu-item-has-children:hover .sub-menu {
  display: inline-block;
}

header .mobile-menu .mobile-nav-wrap .header-nav .sub-menu {
  position: initial;
  /*display: inline-block;*/
}

header .mobile-menu .mobile-nav-wrap .header-nav .sub-menu li {
  display: inline-block;
  margin-right: 0px;
}

header .mobile-menu li {
  display: block;
  margin-bottom: 15px;
}

header .mobile-menu li.cart-item {
  display: none;
}

header .mobile-menu li a {
  color: #ffffff;
  font-size: 24px;
  line-height: 125%;
  font-weight: 600;
  padding: 10px 0px;
}

header .mobile-menu li.active-anchor a {
  background-image: none;
}

header .mobile-menu.show {
  left: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.page-wrap {
  padding-top: 110px;
  padding-bottom: 15px;
}

.header-nav li {
  display: inline-block;
}

@media only screen and (max-width: 1200px) {
  .header-nav li {
    margin: 0px;
  }
}

.header-nav li:first-child {
  margin-left: 0px;
}

.header-nav li:last-child {
  margin-right: 0px;
}

.header-nav li a {
  font-size: 17px;
  line-height: 125%;
  color: #444653;
  display: inline-block;
  padding: 22px 6px 22px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 5px;
}

@media only screen and (max-width: 1200px) {
  .header-nav li a {
    font-size: 16px;
  }
}

.header-nav li a:hover {
  background-image: url("../assets/images/nav-bg.svg");
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #ffffff;
}

.header-nav li.cart-item {
  height: 44px;
  width: 44px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  top: 12px;
  position: relative;
}

.header-nav li.cart-item:hover {
  background-color: #E58025;
}

.header-nav li.cart-item a {
  height: 40px;
  width: 40px;
  display: block;
  border: #ffffff solid 2px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0px;
}

.header-nav li.cart-item a:hover {
  border: 2px solid #E58025;
}

.header-nav li.cart-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #E68025;
  font-size: 21px;
  line-height: 21px;
  position: absolute;
  border-radius: 50%;
  top: 25px;
  left: 20px;
}
.header-nav li.cart-item a:hover {
    border: #E58025 solid 2px;
    background: #fff;
    color: #E58025;
}

.header-nav li .sub-menu {
  display: none;
  position: absolute;
  top: 60px;
}

.header-nav li .sub-menu li {
  padding: 0px;
  display: block;
}

.header-nav li .sub-menu li a {
  display: block;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 10px;
}



.header-nav li.menu-item-has-children > a {
  display: inline-block;
  padding: 24px 15px 22px 10px;
}

.header-nav li.menu-item-has-children > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #599643;
  display: block;
  position: absolute;
  right: 15px;
  /* padding: 0px 16px 0 0; */
  margin-top: -10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header-nav li.menu-item-has-children:hover > a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 8px solid #ffffff;
}

.header-nav li.menu-item-has-children:hover .sub-menu {
  display: grid;
}

.add-to-cart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00ACD9;
  cursor: pointer;
}

.product-wrap {
  width: 205px;
  padding: 0px 40px;
}

@media only screen and (max-width: 992px) {
  .product-wrap {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 768px) {
  .product-wrap {
    width: 145px;
    padding: 0px 10px;
  }
}

.product-wrap .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url(../assets/images/product_meta.png);
  background-repeat: no-repeat;
  background-position: 0px 38px;
  position: relative;
}

.product-wrap .product-item .meta {
  color: #ffffff;
  width: 110px;
  text-align: right;
  margin-right: 15px;
  overflow: hidden;
  height: 125px;
}

.product-wrap .product-item .meta a {
  color: #ffffff;
}

.product-wrap .product-item .meta span {
  display: block;
}

.product-wrap .product-item .meta .price {
  font-size: 24px;
  line-height: 125%;
  padding-right: 10px;
  color: #eef5bc;
}

.product-wrap .product-item .meta .name {
  font-size: 17px;
  line-height: 125%;
  margin-top: 10px;
}

.product-wrap .product-item .add-to-cart {
  position: absolute;
  right: 0px;
  bottom: 25px;
}

.product-wrap .product-item .image-preview img {
  max-height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product-wrap .product-item .image-preview:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.product-wrap .product-item .star-rating {
  display: none;
}

.main-btn {
  display: inline-block;
}

.main-btn a {
  display: block;
  background-color: #E58025;
  padding: 12px 36px;
  letter-spacing: 0.02em;
  font-size: 21px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  border: 8px solid #FFD577;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  text-align: center;
}

.ask-question-btn .btn-wrap {
  display: inline-block;
  padding: 4px 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 125%;
  background: #FFD577;
  border: 3px solid #E68025;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-background-none {
  margin-top: 15px;
}


@media only screen and (max-width: 768px) {
  .btn-background-none a {
    padding: 12px 20px;
  }
}

.btn-background-none.align-center {
  text-align: center;
  margin-bottom: 165px;
}

.section-title {
  font-size: 62px;
  line-height: 68px;
  color: #E58025;
  font-family: 'Coiny-Cyrillic';
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .section-title {
    font-size: 34px;
    line-height: 37px;
  }
}

.block-title {
  font-size: 36px;
  line-height: 40px;
  color: #E58025;
  font-family: 'Coiny-Cyrillic';
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .block-title {
    font-size: 28px;
    line-height: 31px;
  }
}

.blog-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

@media only screen and (max-width: 992px) {
  .blog-posts-wrap {
    margin-bottom: 22px;
  }
}

.blog-posts-wrap .loop-post-wrap {
  width: calc((100% - 60px)/3);
  padding: 24px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #A38567;
}

@media only screen and (max-width: 992px) {
  .blog-posts-wrap .loop-post-wrap {
    width: calc((100% - 30px) / 2);
  }
  .blog-posts-wrap .loop-post-wrap {
    width: 340px;
    margin: 0 auto 15px;
  }
  .blog-posts-wrap .loop-post-wrap:last-child {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .blog-posts-wrap .loop-post-wrap {
    padding: 13px 0px 15px;
  }
}

.blog-posts-wrap .loop-post-wrap .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 20px;
  min-height: 24px;
}

@media only screen and (max-width: 768px) {
  .blog-posts-wrap .loop-post-wrap .meta {
    padding: 0px 26px;
    margin-bottom: 10px;
  }
}

.blog-posts-wrap .loop-post-wrap .meta span {
  padding-left: 28px;
  width: 50%;
  position: relative;
}

.blog-posts-wrap .loop-post-wrap .meta span:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-posts-wrap .loop-post-wrap .meta span.author:before {
  background-image: url(../assets/images/user.svg);
}

.blog-posts-wrap .loop-post-wrap .meta span.date:before {
  background-image: url(../assets/images/time.svg);
}

@media only screen and (max-width: 768px) {
  .blog-posts-wrap .loop-post-wrap .entry-content {
    padding: 10px 26px 0px;
  }
}

.blog-posts-wrap .loop-post-wrap .img-preview {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .blog-posts-wrap .loop-post-wrap .img-preview {
    border-radius: 0px;
    height: 158px;
  }
}

.blog-posts-wrap .loop-post-wrap .img-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-posts-wrap .loop-post-wrap .img-preview:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-posts-wrap .loop-post-wrap .title {
  min-height: 52px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .blog-posts-wrap .loop-post-wrap .title {
    min-height: auto;
  }
}

.blog-posts-wrap .loop-post-wrap .title a {
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  font-family: 'Coiny-Cyrillic', sans-serif;
}

@media only screen and (max-width: 992px) {
  .blog-posts-wrap .loop-post-wrap .title a {
    font-size: 18px;
    line-height: 20px;
  }
}

.blog-posts-wrap .loop-post-wrap .excerpt {
  color: #ffffff;
  font-size: 21px;
  line-height: 110%;
  margin-bottom: 25px;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 992px) {
  .blog-posts-wrap .loop-post-wrap .excerpt {
    font-size: 16px;
    line-height: 110%;
  }
}

.blog-posts-wrap .loop-post-wrap .read-more {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .blog-posts-wrap .loop-post-wrap .read-more {
    padding: 0px 26px;
  }
}

.blog-posts-wrap .loop-post-wrap .read-more a {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #ffffff;
}

.blog-posts-wrap .loop-post-wrap .read-more a span {
  margin-left: 5px;
  font-size: 11px;
}

.single-post .entry-content,
.page-template-default .entry-content,
.woocommerce-shop-wrap .entry-content {
  margin-bottom: 30px;
}

.single-post .entry-content h1,
.page-template-default .entry-content h1,
.woocommerce-shop-wrap .entry-content h1 {
  font-size: 36px;
  line-height: 40px;
  font-family: 'Coiny-Cyrillic', sans-serif;
  color: #E68025;
  text-align: center;
}

.single-post .entry-content .alignright,
.page-template-default .entry-content .alignright,
.woocommerce-shop-wrap .entry-content .alignright {
  float: right;
}

@media only screen and (max-width: 575px) {
  .single-post .entry-content .alignright,
  .page-template-default .entry-content .alignright,
  .woocommerce-shop-wrap .entry-content .alignright {
    float: none;
    display: block;
    max-width: 100%;
    margin: 15px auto;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.single-post .entry-content .alignleftt,
.page-template-default .entry-content .alignleftt,
.woocommerce-shop-wrap .entry-content .alignleftt {
  float: left;
}

@media only screen and (max-width: 575px) {
  .single-post .entry-content .alignleftt,
  .page-template-default .entry-content .alignleftt,
  .woocommerce-shop-wrap .entry-content .alignleftt {
    float: none;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}

.single-post .entry-content img,
.page-template-default .entry-content img,
.woocommerce-shop-wrap .entry-content img {
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .single-post .entry-content img,
  .page-template-default .entry-content img,
  .woocommerce-shop-wrap .entry-content img {
    width: 100%;
  }
}

.single-post .entry-content strong,
.page-template-default .entry-content strong,
.woocommerce-shop-wrap .entry-content strong {
  font-weight: 600;
}

.pagination nav {
  margin-bottom: 100px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .pagination nav {
    margin-bottom: 47px;
  }
}

.pagination nav .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination nav .page-numbers {
  font-size: 28px;
  line-height: 12px;
  width: 36px;
  height: 32px;
  color: #444653;
  border: 1.4px solid #684D47;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0px 6px;
  padding: 7px 13px;
}

.pagination nav .page-numbers.current {
  background-color: #684D47;
  color: #ffffff;
}

.pagination nav .next .icon-arrow_pagin {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.pagination nav .prev .icon-arrow_pagin {
  font-size: 12px;
  position: relative;
  top: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}

.pagination nav a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pagination nav a:hover {
  background-color: #684D47;
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce h2.cart-empty {
  font-size: 48px;
  line-height: 53px;
  width: 460px;
  margin: 64px auto 40px;
  color: #488432;
  text-align: center;
  font-family: 'Coiny-Cyrillic';
}

@media only screen and (max-width: 768px) {
  .woocommerce h2.cart-empty {
    width: 100%;
  }
}

.woocommerce a.add_to_cart_button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #00ACD9;
  cursor: pointer;
  padding: 0px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 25px;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .woocommerce a.add_to_cart_button {
    width: 30px;
    height: 30px;
    background-size: cover;
    right: -12px;
    bottom: 18px;
  }
}

.woocommerce a.add_to_cart_button:hover {
    /* background-color: #00ACD9; */
}

.woocommerce a.add_to_cart_button.added {
  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;
}


.woocommerce .woocommerce-breadcrumb {
  background: rgba(89, 150, 67, 0.8);
  border-radius: 10px;
  color: #FFD577;
  height: 52px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
}

@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-breadcrumb {
    padding-left: 15px;
  }
}

.woocommerce .woocommerce-breadcrumb .link-to-back {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.woocommerce .woocommerce-breadcrumb .link-to-back::before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-image: url(../assets/images/back-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 5px;
}

.woocommerce .woocommerce-breadcrumb a {
  font-size: 16px;
  line-height: 125%;
  color: #FFD577;
}

.woocommerce .woocommerce-breadcrumb .column {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.woocommerce .woocommerce-breadcrumb .custom-text {
  position: absolute;
  right: 230px;
  background-color: #ff8213;
  color: #ffffff;
  font-size: 18px;
  line-height: 110%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  .woocommerce .woocommerce-breadcrumb .custom-text {
    right: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-breadcrumb .custom-text {
    background-color: transparent;
    display: none;
  }
}

.woocommerce .woocommerce-breadcrumb .custom-text::after {
  content: '';
  width: 100%;
  height: 6px;
  display: block;
  background-image: url(../assets/images/breadcrumbs_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  position: absolute;
  bottom: -6px;
  left: 0px;
}

@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-breadcrumb .custom-text::after {
    content: none;
  }
}

.woocommerce div.product .woocommerce-tabs p {
  margin-bottom: 15px;
}

.woocommerce div.product .woocommerce-tabs ul {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

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

.woocommerce .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: rgba(166, 166, 166, 0.2);
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px 10px 0px 0px;
  border-width: 1px 0px 0px 1px;
  margin-right: 1px;
  position: relative;
  z-index: 5;
  border-bottom: 1px solid rgba(166, 166, 166, 0.2);
  margin: 0 -5px;
  padding: 0 1em;
  display: inline-block;
}



.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: rgba(238, 245, 188, 0.35);
  border-bottom: 1px solid rgba(238, 245, 188, 0.35);
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin-left: 1px;
  border-width: 1px 0px 0px 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
  border-width: 1px 1px 0px 1px;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: block;
    width: 100%;
    border-radius: 0px;
    border-width: 1px 0px 0px 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    border-width: 1px 0px 0px 0px;
    margin-left: 0px;
  }
}


@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
    border-width: 1px 0px 0px 0px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 60px 95px 53px;
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 10px 10px 10px;
  margin-left: 1px;
  background-color: rgba(238, 245, 188, 0.35);
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
    border-radius: 0px 0px 10px 10px;
    padding: 25px 15px 35px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--comments {
  padding: 28px 102px 10px 86px;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--comments {
    padding: 25px 15px 35px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-notes {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform label {
  display: block;
  font-size: 16px;
  line-height: 110%;
  color: #488432;
  margin-bottom: 2px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform .stars a {
  color: #599643;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform .comment-form-comment {
  width: 445px;
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform .comment-form-comment {
    width: 100%;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform .comment-form-cookies-consent label {
  display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform input[type=text],
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform input[type=email],
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform textarea {
  background: #FFFFFF;
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  height: 36px;
  width: 445px;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform textarea {
  height: 115px;
  padding: 10px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #commentform input[type=submit] {
  display: block;
  background-color: #E58025;
  padding: 12px 46px;
  letter-spacing: 0.02em;
  font-size: 21px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  border: 8px solid #FFD577;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  text-align: center;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #respond #commentform #submit {
  display: block;
  background-color: #E58025;
  padding: 12px 46px;
  letter-spacing: 0.02em;
  font-size: 21px;
  line-height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  border: 8px solid #FFD577;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  text-align: center;
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 22%;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta {
    width: 39%;
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta {
    width: 100%;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .img-wrap {
  width: 72px;
  height: 72px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  background-color: #FFD577;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .img-wrap {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .img-wrap:before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  background-color: #ffffff;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  z-index: 2;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  position: relative;
  z-index: 5;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .author {
  width: 100px;
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .author {
    text-align: right;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .author .woocommerce-review__published-date {
  font-size: 14px;
  line-height: 125%;
  color: #A6A6A6;
  display: inline-block;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .author .woocommerce-review__published-date {
    margin-bottom: 3px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .author .woocommerce-review__author {
  font-size: 21px;
  line-height: 125%;
  color: #444653;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.meta .author .woocommerce-review__author {
    font-size: 16px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content {
  width: 78%;
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 13px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content {
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content {
    width: 100%;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content .comment-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content .comment-text .description {
  margin-top: 18px;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content .comment-text .description p {
  font-size: 15px;
  line-height: 125%;
}

@media only screen and (max-width: 575px) {
  .woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content .comment-text .star-rating {
    margin-bottom: 5px;
  }
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel .comment-row .column.content .comment-text .star-rating span {
  color: #599643;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel li {
  list-style: none;
}

.woocommerce span.onsale {
  width: 67px;
  height: 34px;
  display: block;
  position: absolute;
  background-color: transparent;
  background-image: url(../assets/images/sale.svg);
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: -59px;
  z-index: 5;
}

@media only screen and (max-width: 768px) {
  .woocommerce span.onsale {
    left: 0px;
  }
}

.wrap-window-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: rgba(238, 245, 188, 0.8);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrap-window-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap-window-popup .popup-window {
  position: relative;
  margin-top: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  max-width: 570px;
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding: 55px 40px 52px;
  text-align: center;
  border: 8px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .wrap-window-popup .popup-window {
    max-width: 470px;
    width: 470px;
    padding: 45px 30px 15px 30px;
  }
}

@media only screen and (max-width: 575px) {
  .wrap-window-popup .popup-window {
    max-width: 330px;
    width: 330px;
  }
}

.wrap-window-popup .form-title {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  color: #488432;
  font-family: 'Coiny-Cyrillic';
  margin-bottom: 25px;
}

.wrap-window-popup .popup-form .f-field {
  margin-bottom: 10px;
}

.wrap-window-popup .popup-form .f-field.message-field {
  color: #FE503A;
  text-align: center;
  font-size: 14px;
}

.wrap-window-popup .popup-form label {
  color: #488432;
  font-size: 16px;
  line-height: 110%;
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}

.wrap-window-popup .popup-form input[type=text],
.wrap-window-popup .popup-form input[type=tel],
.wrap-window-popup .popup-form input[type=email],
.wrap-window-popup .popup-form input[type=password] {
  width: 100%;
  height: 36px;
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 8px;
  outline: none;
  padding: 0 15px;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrap-window-popup .popup-form input[type=text].field-error,
.wrap-window-popup .popup-form input[type=tel].field-error,
.wrap-window-popup .popup-form input[type=email].field-error,
.wrap-window-popup .popup-form input[type=password].field-error {
  border: 2px solid #FE503A;
}

.wrap-window-popup .popup-form input[type=text]:focus,
.wrap-window-popup .popup-form input[type=tel]:focus,
.wrap-window-popup .popup-form input[type=email]:focus,
.wrap-window-popup .popup-form input[type=password]:focus {
  border: 2px solid #F3F3F3;
}

.wrap-window-popup .popup-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  margin-bottom: 8px;
  outline: none;
  padding: 0 15px;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 15px;
}

.wrap-window-popup .popup-form input[type=submit] {
  background-color: #D3FBC5;
  border: 3px solid #599643;
  border-radius: 30px;
  font-size: 18px;
  color: #488432;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 32px 5px;
  cursor: pointer;
}

.wrap-window-popup .popup-form .ajax-loader {
  display: block;
}

.wrap-window-popup .popup-form .form-footer a {
  color: #0F161F;
  line-height: 1.1;
  font-family: 'AvenirNexBold', arial, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.wrap-window-popup .popup-form .form-footer a:hover {
  text-decoration: none;
}

.wrap-window-popup .close-popup {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.wrap-window-popup .close-popup:before,
.wrap-window-popup .close-popup:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  position: absolute;
}

.wrap-window-popup .close-popup:before {
  top: 12px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.wrap-window-popup .close-popup:after {
  top: 12px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.added_to_cart {
  display: none;
}

.video-hero-wrap {
  position: relative;
  height: 100%;
}

.video-hero-wrap.hide {
  opacity: 0;
  z-index: -1;
  position: relative;
}

.video-hero-wrap #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


@media only screen and (max-width: 1200px) {
  .video-hero-wrap #myVideo {
    left: 0px;
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .video-hero-wrap #myVideo {
    left: -100px;
  }
}

@media only screen and (max-width: 575px) {
  .video-hero-wrap #myVideo {
    height: 100%;
    left: -272px;
  }
}

.video-hero-wrap #video-mute {
  width: 95px;
  height: 80px;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 46px);
}

.video-hero-wrap #video-mute .image-wrap {
  width: 95px;
  height: 80px;
  cursor: pointer;
  position: relative;
}

.video-hero-wrap #video-mute .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.video-hero-wrap #video-mute .image-wrap:before,
.video-hero-wrap #video-mute .image-wrap:after {
  content: '';
  width: 4px;
  height: 80px;
  display: block;
  position: absolute;
  top: 0px;
  right: 18px;
  background-color: rgba(227, 6, 19, 0.5);
  opacity: 1;
}

.video-hero-wrap #video-mute .image-wrap:before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.video-hero-wrap #video-mute .image-wrap:after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.video-hero-wrap #video-mute.muted .image-wrap:before,
.video-hero-wrap #video-mute.muted .image-wrap:after {
  opacity: 0;
}

.game-wrap {
  padding: 100px 0px;
}

.game-wrap h2 {
  text-align: center;
}

.game-wrap .inner {
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #333;
  margin: 5px;
  cursor: pointer;
  -webkit-box-shadow: 3px 4px 1px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 3px 4px 1px 2px rgba(1, 1, 1, 0.1);
  text-shadow: 2px 3px 1px rgba(1, 1, 1, 0.3);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.game-wrap #win_block {
  display: none;
  text-align: center;
  padding-top: 20px;
  font-size: 20px;
}

.game-wrap #win_block .again {
  font-weight: bold;
  cursor: pointer;
  color: #369;
  border-bottom: 1px solid #369;
}

.game-wrap #win_block .again:hover {
  border-color: transparent;
}

.game-wrap #game {
  position: relative;
}

.game-wrap #game .table {
  /*border: 1px solid red;*/
  display: table;
  margin: 0 auto;
  position: relative;
}

.game-wrap #game .table .winning {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 200, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.game-wrap #game table tr:first-child div {
  margin-top: 0;
}

.game-wrap #game table tr:last-child div {
  margin-bottom: 0;
}

.game-wrap #game table tr td:first-child div {
  margin-left: 0;
}

.game-wrap #game table tr td:last-child div {
  margin-right: 0;
}

#quiz {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99;
  background: rgba(238, 245, 188, 0.8);
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#quiz.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quiz .popup-window {
  position: relative;
  margin-top: 30px;
  background: #FFD577;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  max-width: 505px;
  width: 505px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 42px 18px;
  text-align: center;
  border: 10px solid #E68025;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #quiz .popup-window {
    max-width: 470px;
    width: 470px;
    padding: 45px 30px 15px 30px;
  }
}

@media only screen and (max-width: 575px) {
  #quiz .popup-window {
    max-width: 330px;
    width: 330px;
  }
}

#quiz .close-popup {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#quiz .close-popup:before,
#quiz .close-popup:after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #000000;
  position: absolute;
}

#quiz .close-popup:before {
  top: 12px;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#quiz .close-popup:after {
  top: 12px;
  right: 0px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#quiz .form-title {
  font-size: 36px;
  line-height: 40px;
  color: #488432;
  font-family: 'Coiny-Cyrillic';
  margin-bottom: 10px;
}

#quiz .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#quiz .columns .col-form:first-child {
  width: 172px;
}

@media only screen and (max-width: 768px) {
  #quiz .columns .col-form:first-child {
    display: none;
  }
}

#quiz .columns .col-form:last-child {
  width: 218px;
}

@media only screen and (max-width: 768px) {
  #quiz .columns .col-form:last-child {
    width: 100%;
  }
}

#quiz label {
  width: 100%;
  font-size: 16px;
  line-height: 110%;
  color: #599643;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}

#quiz input[type=text] {
  background: #FFFFFF;
  border-radius: 50px;
  border: none;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  margin-top: 3px;
  padding: 0px 0px 0px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#quiz input[type=text]:active,
#quiz input[type=text]:focus {
  outline: none;
}

#quiz input[type=submit] {
  font-size: 18px;
  line-height: 125%;
  border: 3px solid #599643;
  background: #FFD577;
  border-radius: 30px;
  color: #488432;
  text-transform: uppercase;
  padding: 6px 21px 5px;
  margin-top: 15px;
}

#quiz .ajax-loader {
  position: absolute;
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../assets/fonts/icomoon/icomoon.eot?q0b4vs");
  src: url("../assets/fonts/icomoon/icomoon.eot?q0b4vs#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon/icomoon.ttf?q0b4vs") format("truetype"), url("../assets/fonts/icomoon/icomoon.woff?q0b4vs") format("woff"), url("../assets/fonts/icomoon/icomoon.svg?q0b4vs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-facabook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-letter:before {
  content: "\e903";
}

.icon-arrow_pagin:before {
  content: "\e904";
}

.icon-slide_arrow_left:before {
  content: "\e905";
}

.icon-slide_arrow_right:before {
  content: "\e906";
}

.home-page .header-wrap {
  height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
      background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .home-page .header-wrap {
    height: 520px;
  }
}

.home-page .social-header {
  position: absolute;
  right: 30px;
  top: calc(50% - 30px);
}

.home-page .social-header .social-item {
  width: 59px;
  height: 59px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px;
  border-radius: 50%;
  border: 1px solid rgba(56, 149, 22, 0.2);
  margin-bottom: 14px;
}

@media only screen and (max-width: 992px) {
  .home-page .social-header .social-item {
    width: 41px;
    height: 41px;
  }
}

.home-page .social-header .social-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  color: #E58025;
  font-size: 26px;
  line-height: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #389516;
}

@media only screen and (max-width: 992px) {
  .home-page .social-header .social-item a {
    font-size: 18px;
    list-style: 14px;
  }
}

.home-page .container-shop {
  width: 1325px;
  height: 805px;
  margin: 0 auto;
  background-image: url(../assets/images/img_shop.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

@media only screen and (max-width: 1350px) {
  .home-page .container-shop {
    width: 1150px;
    background-size: contain;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .container-shop {
    width: 1325px;
    left: calc(50% - 662px);
    text-align: center;
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .container-shop {
    background-position: 50px -5px;
  }
}

.home-page .container-shop .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 855px;
  margin: 0 auto;
  position: absolute;
  left: 205px;
  bottom: 3px;
}

@media only screen and (max-width: 1350px) {
  .home-page .container-shop .products {
    left: 130px;
    bottom: 110px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .container-shop .products {
    position: static;
    padding-top: 295px;
  }
}

@media only screen and (max-width: 992px) {
  .home-page .container-shop .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .home-page .container-shop .products {
    height: 495px;
    overflow: hidden;
    width: 520px;
  }
}

@media only screen and (max-width: 575px) {
  .home-page .container-shop .products {
    width: 330px;
  }
}

.home-page .container-shop .products .product-wrap {
  margin-bottom: 25px;
}

.home-page .container-shop .products .image-preview {
  height: 145px;
  width: 50px;
}

@media only screen and (max-width: 1350px) {
  .home-page .container-shop .products .image-preview {
    height: 120px;
  }
}

@media only screen and (max-width: 1200px) {
  .home-page .container-shop .products .image-preview {
    height: 145px;
  }
}

.home-page .container-shop .products .image-preview img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.home-page .container-shop .main-btn {
  position: absolute;
  bottom: -90px;
  right: 150px;
  width: 230px;
}

@media only screen and (max-width: 1200px) {
  .home-page .container-shop .main-btn {
    position: static;
    margin: 0 auto;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .home-page .container-shop .main-btn {
    width: 288px;
  }
  .home-page .container-shop .main-btn a {
    padding: 12px 10px;
  }
}

.home-page.locale-en_US .container-shop {
  background-image: url("../assets/images/img_shop_en.png");
}

.section {
  overflow: hidden;
  position: relative;
}

.section .section-wrap {
  padding: 45px 0px;
  position: relative;
  z-index: 5;
}

.section.shop {
  background-color: #EEF5BC;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 179px;
}

.section.shop:before {
  content: "";
  background-image: url("../assets/images/1-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
}

.section.shop:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 179px;
  background-image: url(../assets/images/2-3-bg.png);
  background-size: cover;
  left: 0px;
  bottom: 0px;
}

.section.shop .section-wrap {
  padding: 65px 0px 42px;
}

@media only screen and (max-width: 768px) {
  .section.shop .section-wrap {
    padding: 0px 0px 25px;
  }
}

.section.shop .section-wrap:before {
  content: '';
  display: block;
  position: absolute;
  left: -400px;
  top: -40px;
  width: 754px;
  height: 943px;
  background-color: #ffffff;
  opacity: 0.5;
  -webkit-filter: blur(74px);
  filter: blur(74px);
  -webkit-transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0);
  transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0);
}

.section.steps {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-bottom: 126px;
}

.section.steps:before {
  content: "";
  background-image: url("../assets/images/2-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
  background-position: bottom center;
}

.section.steps:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 126px;
  background-image: url(../assets/images/3-4-bg.png);
  background-size: cover;
  left: 0px;
  bottom: 0px;
}

.section.steps .section-wrap {
  background-color: #F4F1AE;
}

.section.steps .section-title {
  width: 600px;
}

@media only screen and (max-width: 768px) {
  .section.steps .section-title {
    width: 100%;
  }
}

.section.steps .container-steps {
  width: 1218px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1350px) {
  .section.steps .container-steps {
    width: 1150px;
  }
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps {
    width: 960px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps {
    width: 750px;
  }
}

@media only screen and (max-width: 768px) {
  .section.steps .container-steps {
    width: 540px;
  }
}

@media only screen and (max-width: 575px) {
  .section.steps .container-steps {
    width: 100%;
    padding: 0 15px;
  }
}

.section.steps .container-steps .steps {
  width: 100%;
  height: 800px;
  position: relative;
  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;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.section.steps .container-steps .steps .step-wrap {
  position: absolute;
  width: 325px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap {
    position: static;
    width: 140px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap:nth-child(2n) {
    margin-right: 25px;
  }
}

.section.steps .container-steps .steps .step-wrap:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.section.steps .container-steps .steps .step-wrap .step-item {
  position: relative;
  height: 205px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap .step-item {
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap .step-item .wrap {
    height: 135px;
    position: relative;
  }
}

.section.steps .container-steps .steps .step-wrap .mobile-description {
  display: none;
  font-size: 14px;
  line-height: 116%;
  color: #488432;
  text-align: center;
  padding: 0px 12px;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap .mobile-description {
    display: block;
  }
}

.section.steps .container-steps .steps .step-wrap .number {
  font-size: 300px;
  line-height: 260px;
  color: #ffffff;
  font-family: 'Coiny-Cyrillic';
  opacity: 0.6;
  position: absolute;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-wrap .number {
    font-size: 220px;
    line-height: 260px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap .number {
    font-size: 120px;
    line-height: 120px;
  }
}

.section.steps .container-steps .steps .step-wrap .img-preivew {
  position: absolute;
  z-index: 2;
}

.section.steps .container-steps .steps .step-wrap .img-preivew img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}

.section.steps .container-steps .steps .step-wrap .img-preivew img.mobile-step-img {
  display: none;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap .img-preivew img.mobile-step-img {
    display: block;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-wrap .img-preivew img.desctop-step-img {
    display: none;
  }
}

.section.steps .container-steps .steps .step-1 {
  left: 0px;
  top: 15px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-1 .number {
    bottom: -20px;
  }
}

.section.steps .container-steps .steps .step-1 .img-preivew {
  top: 50px;
  left: 70px;
  width: 255px;
  height: 218px;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-1 .img-preivew {
    top: 20px;
    width: 200px;
    height: 172px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-1 .img-preivew {
    width: 96px;
    height: 84px;
    top: 40px;
    left: 34px;
  }
}

.section.steps .container-steps .steps .step-1:before {
  width: 99px;
  height: 83px;
  background-image: url(../assets/images/arrow-step-1.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -130px;
  bottom: -30px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-1:before {
    content: none;
  }
}

.section.steps .container-steps .steps .step-2 {
  left: 550px;
  top: 0px;
}

.section.steps .container-steps .steps .step-2 .img-preivew {
  top: 70px;
  left: -48px;
  width: 324px;
  height: 231px;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-2 .img-preivew {
    width: 250px;
    height: 178px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-2 .img-preivew {
    width: 127px;
    height: 61px;
    left: 7px;
    top: 57px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-2 .number {
    left: 0px;
    bottom: -12px;
  }
}

.section.steps .container-steps .steps .step-2:before {
  width: 99px;
  height: 83px;
  background-image: url(../assets/images/arrow-step-2.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  right: -75px;
  bottom: -95px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-2:before {
    content: none;
  }
}

.section.steps .container-steps .steps .step-3 {
  right: 0px;
  top: 225px;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-3 {
    top: 380px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-3 {
    top: 370px;
  }
}

.section.steps .container-steps .steps .step-3 .number {
  right: 0px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-3 .number {
    left: 0px;
    top: 30px;
  }
}

.section.steps .container-steps .steps .step-3 .img-preivew {
  top: 90px;
  right: 60px;
  width: 257px;
  height: 214px;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-3 .img-preivew {
    width: 180px;
    height: 150px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-3 .img-preivew {
    width: 118px;
    height: 107px;
    left: 18px;
    top: initial;
    bottom: 0px;
  }
}

.section.steps .container-steps .steps .step-3:before {
  width: 88px;
  height: 91px;
  background-image: url(../assets/images/arrow-step-3.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 2px;
  bottom: -195px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-3:before {
    content: none;
  }
}

.section.steps .container-steps .steps .step-4 {
  right: 325px;
  bottom: 80px;
}

.section.steps .container-steps .steps .step-4 .number {
  right: 0px;
}

.section.steps .container-steps .steps .step-4 .img-preivew {
  top: 15px;
  right: -10px;
  width: 324px;
  height: 268px;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-4 .img-preivew {
    width: 240px;
    height: 200px;
    top: 89px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-4 .img-preivew {
    width: 103px;
    height: 110px;
    top: initial;
    bottom: 0px;
    left: 8px;
  }
}

.section.steps .container-steps .steps .step-4:before {
  width: 71px;
  height: 22px;
  background-image: url(../assets/images/arrow-step-4.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -65px;
  top: 155px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-4:before {
    content: none;
  }
}

.section.steps .container-steps .steps .step-5 {
  left: 265px;
  bottom: 110px;
}

@media only screen and (max-width: 1350px) {
  .section.steps .container-steps .steps .step-5 {
    left: 125px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-5 .number {
    top: 0px;
    right: 10px;
  }
}

.section.steps .container-steps .steps .step-5 .img-preivew {
  top: 60px;
  left: 0px;
  width: 241px;
  height: 253px;
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .steps .step-5 .img-preivew {
    width: 180px;
    height: 189px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-5 .img-preivew {
    width: 96px;
    height: 125px;
    left: 10px;
    bottom: 5px;
    top: initial;
  }
}

.section.steps .container-steps .steps .step-5:before {
  width: 69px;
  height: 92px;
  background-image: url(../assets/images/arrow-step-5.svg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: -65px;
  top: 80px;
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .steps .step-5:before {
    content: none;
  }
}

.section.steps .container-steps .section-description {
  position: absolute;
  left: 50px;
  top: 340px;
  width: 270px;
  height: 205px;
  padding-left: 95px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #488432;
  font-size: 18px;
  line-height: 125%;
  font-weight: 600;
  background-image: url(../assets/images/desc_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

@media only screen and (max-width: 1350px) {
  .section.steps .container-steps .section-description {
    top: 310px;
  }
}

@media only screen and (max-width: 1200px) {
  .section.steps .container-steps .section-description {
    top: 280px;
    left: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .section.steps .container-steps .section-description {
    position: static;
    width: 123px;
    height: auto;
    padding-top: 140px;
    background-position: top center;
    background-size: 123px 128px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 116%;
    padding-top: 145px;
  }
}

.section.map {
  background: #EEF5BC;
  padding-bottom: 166px;
}

.section.map:before {
  content: "";
  background-image: url("../assets/images/3-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
  background-position: top center;
}

.section.map:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 166px;
  background-image: url(../assets/images/4-5-bg.png);
  background-size: cover;
  left: 0px;
  bottom: 0px;
}

@media only screen and (max-width: 575px) {
  .section.map {
    height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.section.map .section-title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
  .section.map .section-title {
    margin-bottom: 20px;
  }
}

.section.map .map-preview {
  width: 969px;
  height: 659px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .section.map .map-preview {
    width: 900px;
    height: 612px;
  }
}

@media only screen and (max-width: 1200px) {
  .section.map .map-preview {
    width: 700px;
    height: 472px;
  }
}

@media only screen and (max-width: 768px) {
  .section.map .map-preview {
    width: 510px;
    height: 346px;
  }
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview {
    width: 100%;
    height: 200px;
  }
}

.section.map .map-preview img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview img {
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.section.map .map-preview .locations-list {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.section.map .map-preview .locations-list span {
  position: absolute;
  width: 40px;
  height: 54px;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .section.map .map-preview .locations-list span {
    width: 24px;
    height: 26px;
  }
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span {
    width: 15px;
    height: 20px;
  }
}

.section.map .map-preview .locations-list span.uzg {
  top: 41%;
  left: 0.8%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.uzg {
    left: 7.8%;
  }
}

.section.map .map-preview .locations-list span.lv {
  top: 28%;
  left: 6%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.lv {
    left: 12%;
  }
}

.section.map .map-preview .locations-list span.luc {
  top: 9%;
  left: 11%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.luc {
    left: 16%;
  }
}

.section.map .map-preview .locations-list span.kor {
  top: 8%;
  left: 25.5%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.kor {
    left: 28.5%;
  }
}

.section.map .map-preview .locations-list span.ter {
  top: 22%;
  left: 18%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.ter {
    left: 22%;
  }
}

.section.map .map-preview .locations-list span.cherniv {
  top: 44%;
  left: 19%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.cherniv {
    left: 23%;
  }
}

.section.map .map-preview .locations-list span.berd {
  top: 35%;
  left: 30.8%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.berd {
    left: 33.8%;
  }
}

.section.map .map-preview .locations-list span.cherc {
  top: 38%;
  left: 43.5%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.cherc {
    left: 43.7%;
  }
}

.section.map .map-preview .locations-list span.odes {
  top: 56%;
  left: 46%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.odes {
    left: 46%;
  }
}

.section.map .map-preview .locations-list span.kerov {
  top: 44%;
  left: 52.4%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.kerov {
    left: 51.4%;
  }
}

.section.map .map-preview .locations-list span.khers {
  top: 63%;
  left: 60.7%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.khers {
    left: 58.7%;
  }
}

.section.map .map-preview .locations-list span.zap {
  top: 56%;
  left: 75.4%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.zap {
    left: 71.4%;
  }
}

.section.map .map-preview .locations-list span.don {
  top: 49%;
  left: 84.4%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.don {
    left: 79.1%;
  }
}

.section.map .map-preview .locations-list span.lug {
  top: 39%;
  left: 92%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.lug {
    left: 85.5%;
  }
}

.section.map .map-preview .locations-list span.khar {
  top: 20.5%;
  left: 80.7%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.khar {
    left: 75.7%;
  }
}

.section.map .map-preview .locations-list span.sum {
  top: 15.5%;
  left: 69.5%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.sum {
    left: 66.5%;
  }
}

.section.map .map-preview .locations-list span.brov {
  top: 26.5%;
  left: 59.9%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.brov {
    left: 57.9%;
  }
}

.section.map .map-preview .locations-list span.kyiv {
  top: 22.5%;
  left: 54.9%;
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.kyiv {
    left: 53.9%;
  }
}

.section.map .map-preview .locations-list span.korost {
  top: 20.5%;
  left: 45.4%;
}

.section.map .map-preview .locations-list span.chernig {
  top: 4.5%;
  left: 53.7%;
}

.section.map .map-preview .locations-list span.zytom {
  top: 17.5%;
  left: 28.7%;
  width: 141px;
  height: 114px;
  border-radius: 20px;
}

@media only screen and (max-width: 768px) {
  .section.map .map-preview .locations-list span.zytom {
    width: 79px;
    height: 57px;
  }
}

@media only screen and (max-width: 575px) {
  .section.map .map-preview .locations-list span.zytom {
    width: 54px;
    height: 36px;
  }
}

.section.delivery-payment {
  background: #F0F5D0;
  padding-bottom: 174px;
}

.section.delivery-payment:before {
  content: "";
  background-image: url("../assets/images/2-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
  background-position: bottom center;
}

.section.delivery-payment:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 173px;
  background-image: url(../assets/images/5-6-bg.png);
  background-size: cover;
  left: 0px;
  bottom: 0px;
}

.section.delivery-payment .section-title {
  margin-bottom: 50px;
}

@media only screen and (max-width: 575px) {
  .section.delivery-payment .section-title {
    margin-bottom: 0px;
  }
}

.section.delivery-payment .columns-flex {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 768px) {
  .section.delivery-payment .columns-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.section.delivery-payment .column {
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .section.delivery-payment .column {
    padding: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section.delivery-payment .column {
    width: 100%;
  }
}

.section.delivery-payment .column .logo-preview {
  margin-bottom: 28px;
}

.section.delivery-payment .column .logo-preview img {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .section.delivery-payment .column .logo-preview {
    margin-bottom: 0px;
  }
}

.section.delivery-payment .column .content {
  margin: 0 auto 15px;
  line-height: 125%;
  color: #599643;
}
.section.delivery-payment .column .content {
  font-size: 24px;
  width: 470px;
}

@media only screen and (max-width: 1200px) {
  .section.delivery-payment .column .content {
    font-size: 18px;
    width: 100%;
  }
}



@media only screen and (max-width: 768px) {
  .section.delivery-payment .column .content.shadow-content::before {
    content: '';
  }
}

@media only screen and (max-width: 992px) {
  .section.delivery-payment .column .content.shadow-content {
    padding: 34px 25px 9px;
  }
}

@media only screen and (max-width: 768px) {
  .section.delivery-payment .column .content.shadow-content {
    width: 290px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 575px) {
  .section.delivery-payment .column .content.shadow-content {
    background-image: none;
    width: 305px;
    font-size: 21px;
    line-height: 118%;
  }
}

.section.about {
  background: #ECDE9E;
  padding-bottom: 147px;
}

.section.about:before {
  content: "";
  background-image: url("../assets/images/3-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
  background-position: top center;
}

.section.about:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 147px;
  background-image: url(../assets/images/6-7-bg.png);
  background-size: cover;
  left: 0px;
  bottom: 0px;
}

.section.about .section-title {
  margin-bottom: 40px;
}

.section.about .columns-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .section.about .columns-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .section.about .columns-flex .mobile-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (max-width: 992px) {
  .section.about .columns-flex .mobile-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.section.about .column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .section.about .column {
    padding: 0px 15px;
  }
}

.section.about .column:first-child {
  width: 445px;
}

@media only screen and (max-width: 1200px) {
  .section.about .column:first-child {
    width: 100%;
  }
}

.section.about .column:last-child {
  width: 510px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .section.about .column:last-child {
    width: 100%;
  }
}

.section.about .img-preview {
  width: 445px;
}

@media only screen and (max-width: 992px) {
  .section.about .img-preview {
    margin: 35px auto 0px;
  }
}

@media only screen and (max-width: 575px) {
  .section.about .img-preview {
    width: 100%;
  }
}

.section.about .img-preview img {
  width: 100%;
}

.section.about .content {
  font-size: 22px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #599643;
  margin-bottom: 45px;
}

.section.about .content p {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 125%;
}

@media only screen and (max-width: 575px) {
  .section.about .main-btn a {
    padding: 12px 25px;
  }
}

.section.testimonial {
  background: #F1F5D3;
  padding-bottom: 185px;
}

.section.testimonial:before {
  content: "";
  background-image: url("../assets/images/2-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
  background-position: bottom center;
}

.section.testimonial:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 185px;
  background-image: url(../assets/images/7-8-bg.png);
  background-size: cover;
  left: 0px;
  bottom: 0px;
}

.section.testimonial .section-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
  .section.testimonial .section-title {
    margin-bottom: 0px;
  }
}

.section.testimonial .testimonials-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section.testimonial .testimonials-wrap .testimonial-wrap {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 380px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap {
    margin-bottom: 0px;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap::before {
  height: 100%;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap::before {
    content: '';
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap .testimonial-item {
  width: 236px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: 145px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-ananas {
  width: 335px;
  background-image: url(../assets/images/testimonial/testimonial_bg_ananas.png);
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap.bg-ananas {
    background-image: none;
    width: 100%;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-ananas::before {
  width: 335px;
  background-image: url(../assets/images/testimonial/testimonial_bg_ananas.png);
  top: -28px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-ananas .testimonial-item {
  left: 20px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-apple {
  width: 300px;
  background-image: url(../assets/images/testimonial/testimonial_bg_apple.png);
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap.bg-apple {
    background-image: none;
    width: 100%;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-apple::before {
  width: 330px;
  background-image: url(../assets/images/testimonial/testimonial_bg_apple.png);
  top: -10px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-apple .testimonial-item {
  left: 35px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-grape {
  width: 590px;
  background-image: url(../assets/images/testimonial/testimonial_bg_grape.png);
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap.bg-grape {
    background-image: none;
    width: 100%;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-grape::before {
  width: 590px;
  background-image: url(../assets/images/testimonial/testimonial_bg_grape.png);
  left: -125px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-grape .testimonial-item {
  left: 175px;
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap.bg-grape .testimonial-item {
    left: 58px;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-pear {
  width: 350px;
  background-image: url(../assets/images/testimonial/testimonial_bg_pear.png);
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap.bg-pear {
    background-image: none;
    width: 100%;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-pear::before {
  width: 350px;
  background-image: url(../assets/images/testimonial/testimonial_bg_pear.png);
  top: -10px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-pear .testimonial-item {
  left: 20px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-plum {
  width: 345px;
  background-image: url(../assets/images/testimonial/testimonial_bg_plum.png);
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap.bg-plum {
    background-image: none;
    width: 100%;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-plum::before {
  width: 345px;
  background-image: url(../assets/images/testimonial/testimonial_bg_plum.png);
}

.section.testimonial .testimonials-wrap .testimonial-wrap.bg-plum .testimonial-item {
  left: 85px;
}

.section.testimonial .testimonials-wrap .testimonial-wrap span {
  display: block;
  font-size: 21px;
  line-height: 110%;
  color: #ffffff;
  text-align: center;
}

@media only screen and (max-width: 575px) {
  .section.testimonial .testimonials-wrap .testimonial-wrap span {
    font-size: 18px;
    line-height: 110%;
  }
}

.section.testimonial .testimonials-wrap .testimonial-wrap span:first-child {
  font-weight: 600;
  margin-bottom: 5px;
}

.section.contacts {
  background-color: #f1f5d3;
}

.section.contacts:before {
  content: "";
  background-image: url("../assets/images/3-before-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.04;
  z-index: 1;
  background-position: top center;
}

.section.contacts .columns-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .section.contacts .columns-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 992px) {
  .section.contacts .columns-flex .column {
    width: 50%;
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 768px) {
  .section.contacts .columns-flex .column {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.section.contacts .section-title {
  margin-bottom: 40px;
}

.section.contacts .contacts-wrap .contact-item {
  margin-bottom: 65px;
  font-size: 32px;
  line-height: 125%;
  color: #599643;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 95px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item {
    font-size: 21px;
    line-height: 125%;
    padding-left: 55px;
  }
}

.section.contacts .contacts-wrap .contact-item a {
  display: block;
  font-size: 32px;
  line-height: 125%;
  color: #599643;
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item a {
    font-size: 21px;
    line-height: 125%;
  }
}

.section.contacts .contacts-wrap .contact-item:before {
  content: '';
  width: 80px;
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item:before {
    width: 40px;
    background-size: cover;
  }
}

.section.contacts .contacts-wrap .contact-item.mail-contact {
  min-height: 65px;
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item.mail-contact {
    min-height: 31px;
  }
}

.section.contacts .contacts-wrap .contact-item.mail-contact:before {
  background-image: url(../assets/images/mail.svg);
}

.section.contacts .contacts-wrap .contact-item.phone-contact {
  min-height: 80px;
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item.phone-contact {
    min-height: 39px;
  }
}

.section.contacts .contacts-wrap .contact-item.phone-contact:before {
  background-image: url(../assets/images/phone.svg);
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item.phone-contact:before {
    background-size: contain;
  }
}

.section.contacts .contacts-wrap .contact-item.address-contact {
  min-height: 78px;
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item.address-contact {
    min-height: 38px;
  }
}

.section.contacts .contacts-wrap .contact-item.address-contact:before {
  background-image: url(../assets/images/location.svg);
}

@media only screen and (max-width: 992px) {
  .section.contacts .contacts-wrap .contact-item.address-contact:before {
    background-size: contain;
  }
}

.section.contacts .image-preview {
  width: 380px;
}

@media only screen and (max-width: 575px) {
  .section.contacts .image-preview {
    width: 100%;
  }
}

.section.contacts .image-preview img {
  max-width: 100%;
}

.section.related-products {
  padding-bottom: 45px;
  padding-top: 120px;
  margin-bottom: 15px;
  background-image: url(../assets/images/block-posts-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.section.related-products .block-title {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .section.related-products .block-title {
    margin-bottom: 20px;
  }
}

.section.related-products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-page {
  background-color: rgba(255, 203, 19, 0.2);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
}

.blog-page .section-title {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .blog-page .section-title {
    font-size: 46px;
    line-height: 51px;
    margin-bottom: 0px;
  }
}

.blog-page .page-wrap {
  background-image: url(../assets/images/blog-page-bg.png);
}

.single-post-wrap {
  background-color: rgba(89, 150, 67, 0.2);
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top center;
  overflow: hidden;
}

.single-post-wrap .page-wrap {
  background-image: url(../assets/images/blog-post-bg.png);
}

.single-post-wrap .post-wrap {
  width: 920px;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 992px) {
  .single-post-wrap .post-wrap {
    width: 100%;
  }
}

.single-post-wrap .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 36px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 768px) {
  .single-post-wrap .top-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .single-post-wrap .top-bar .link-back {
    width: 100%;
    margin-bottom: 40px;
  }
}

.single-post-wrap .top-bar a {
  color: #599643;
  letter-spacing: -0.01em;
}

.single-post-wrap .top-bar .icon-arrow {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-right: 8px;
}

.single-post-wrap .top-bar .icon-arrow:before {
  color: #599643;
}

.single-post-wrap .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 125%;
  min-height: 36px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .single-post-wrap .meta {
    width: 100%;
  }
}

.single-post-wrap .meta span {
  padding-left: 42px;
  width: 50%;
  position: relative;
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-post-wrap .meta span:before {
  content: '';
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.single-post-wrap .meta span.author {
  margin-right: 45px;
}

.single-post-wrap .meta span.author:before {
  background-image: url(../assets/images/author_post.svg);
}

.single-post-wrap .meta span.date:before {
  background-image: url(../assets/images/time_post.svg);
}

.single-post-wrap .img-preview {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.single-post-wrap .img-preview img {
  width: 100%;
}

.posts-block {
  background-image: url(../assets/images/block-posts-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 106px;
  margin-bottom: -15px;
  padding-bottom: 75px;
}

.posts-block .block-title {
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  .posts-block .block-title {
    margin-bottom: 5px;
  }
}

.posts-block .posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .posts-block .posts-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.posts-block .posts-wrap .post-item {
  width: calc((100% - 60px)/3);
  padding: 24px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 30px;
  background-color: #A38567;
}

@media only screen and (max-width: 992px) {
  .posts-block .posts-wrap .post-item {
    width: calc((100% - 60px)/2);
    margin: 0 15px 30px;
  }
}

@media only screen and (max-width: 768px) {
  .posts-block .posts-wrap .post-item {
    width: 340px;
    padding: 10px 0px 15px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .posts-block .posts-wrap .post-item {
    margin: 0px auto 10px;
  }
}

.posts-block .posts-wrap .post-item .title {
  min-height: 52px;
  margin-bottom: 18px;
}

@media only screen and (max-width: 768px) {
  .posts-block .posts-wrap .post-item .title {
    margin-bottom: 8px;
    padding: 0px 20px;
    text-align: center;
  }
}

.posts-block .posts-wrap .post-item .title a {
  font-size: 24px;
  line-height: 26px;
  color: #ffffff;
  font-family: 'Coiny-Cyrillic', sans-serif;
}

.posts-block .posts-wrap .post-item .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 110%;
  margin-bottom: 2px;
  min-height: 24px;
}

@media only screen and (max-width: 768px) {
  .posts-block .posts-wrap .post-item .meta {
    padding: 0 20px;
  }
}

.posts-block .posts-wrap .post-item .meta span {
  padding-left: 28px;
  width: 50%;
  position: relative;
}

.posts-block .posts-wrap .post-item .meta span:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0px;
  background-position: center;
  background-repeat: no-repeat;
}

.posts-block .posts-wrap .post-item .meta span.author:before {
  background-image: url(../assets/images/user.svg);
}

.posts-block .posts-wrap .post-item .meta span.date:before {
  background-image: url(../assets/images/time.svg);
}

.posts-block .posts-wrap .post-item .img-preview {
  width: 100%;
  height: 190px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .posts-block .posts-wrap .post-item .img-preview {
    border-radius: 0px;
  }
}

.posts-block .posts-wrap .post-item .img-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.posts-block .posts-wrap .post-item .img-preview:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce-shop-wrap {
  background-color: rgba(255, 203, 19, 0.2);
  padding-top: 70px;
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap {
    overflow: hidden;
    padding-top: 180px;
  }
}

.woocommerce-shop-wrap .woocommerce-products-header {
  height: 364px;
  width: 100%;
  background-image: url(../assets/images/shop-top-bg.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-shop-wrap .woocommerce-products-header {
    height: 286px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-shop-wrap .woocommerce-products-header {
    height: 230px;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .woocommerce-products-header {
    height: 190px;
    background-image: url(../assets/images/shop-top-bg_mobile.png);
  }
}

.woocommerce-shop-wrap.locale-en_US .woocommerce-products-header {
  background-image: url("../assets/images/shop-top-bg_en.png");
}

.woocommerce-shop-wrap .shop-wrap {
  width: 998px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 35px;
  top: -25px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-shop-wrap .shop-wrap {
    width: 738px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-shop-wrap .shop-wrap {
    width: 580px;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap {
    width: 480px;
    padding-bottom: 0px;
  }
}
.woocommerce-shop-wrap .shop-wrap.mobile-shop {
  display: none;
}

@media only screen and (max-width: 992px) {
  .woocommerce-shop-wrap .shop-wrap.mobile-shop {
    display: block;
    position: relative;
  }
}

.woocommerce-shop-wrap .shop-wrap.mobile-shop:before {
  width: 320px;
  height: 360px;
  display: block;
  position: absolute;
  top: -325px;
  right: 20px;
  background-image: url(../assets/images/shop_before.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap.mobile-shop:before {
    content: '';
  }
}

.woocommerce-shop-wrap .shop-wrap.mobile-shop .product-categories {
  top: -44px;
  z-index: 5;
}

.woocommerce-shop-wrap .shop-wrap.mobile-shop .product-categories li {
  display: inline-block;
  margin: 0px 3px;
}

.woocommerce-shop-wrap .shop-wrap.mobile-shop .product-categories li a {
  padding: 2px 7px;
}

.woocommerce-shop-wrap .shop-wrap .product-categories {
  position: absolute;
  width: 100%;
  top: 35px;
  text-align: center;
}

.woocommerce-shop-wrap .shop-wrap .product-categories li {
  display: inline-block;
  margin: 0px 15px;
}

.woocommerce-shop-wrap .shop-wrap .product-categories li.current-term a {
  background-color: #E58025;
}

.woocommerce-shop-wrap .shop-wrap .product-categories li a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #488432;
  border-radius: 20px;
  border: #ffffff 2px solid;
  font-size: 14px;
  color: #ffffff;
}

.woocommerce-shop-wrap .shop-wrap .products-row {
  height: 255px;
  background-image: url(../assets/images/products-row-bg.png);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-shop-wrap .shop-wrap .products-row {
    height: 188px;
    padding: 40px 30px 0px 60px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-shop-wrap .shop-wrap .products-row {
    height: 148px;
    padding: 1px 30px 0px 60px;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap .products-row {
    height: 125px;
    padding: 16px 30px 0px 68px;
  }
}

.woocommerce-shop-wrap .shop-wrap .products-row.last-row {
  height: 322px;
  background-image: url(../assets/images/products-last-row-bg.png);
}

@media only screen and (max-width: 1200px) {
  .woocommerce-shop-wrap .shop-wrap .products-row.last-row {
    height: 234px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-shop-wrap .shop-wrap .products-row.last-row {
    height: 187px;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap .products-row.last-row {
    height: 158px;
  }
}

.woocommerce-shop-wrap .shop-wrap .product-item {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap .product-item {
    height: 105px;
    background-size: contain;
  }
}

.woocommerce-shop-wrap .shop-wrap .product-item .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 125%;
  color: #ffffff;
}

.woocommerce-shop-wrap .shop-wrap .product-item .image-preview {
  position: relative;
}

.woocommerce-shop-wrap .shop-wrap .product-item .image-preview img {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap .product-item .meta {
    margin-top: 42px;
  }
}

.woocommerce-shop-wrap .shop-wrap .product-item .meta .price {
  color: #ffffff;
  font-size: 24px;
  line-height: 125%;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap .product-item .meta .price {
    font-size: 21px;
    line-height: 125%;
  }
}

.woocommerce-shop-wrap .shop-wrap .product-item .meta .price .woocommerce-Price-amount span {
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .shop-wrap .product-item .meta .price a {
    font-size: 14px;
    line-height: 125%;
  }
}

.woocommerce-shop-wrap .shop-wrap .product-item .added_to_cart {
  display: none;
}

.woocommerce-shop-wrap .content-section {
  padding-bottom: 35px;
  width: 770px;
  margin: 0 auto;
}

@media only screen and (max-width: 992px) {
  .woocommerce-shop-wrap .content-section {
    width: 580px;
    font-size: 18px;
    line-height: 121%;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-shop-wrap .content-section {
    width: 345px;
  }
}

.woocommerce-shop-wrap nav.woocommerce-pagination {
  padding-bottom: 35px;
}

.woocommerce-product-wrap {
  background-color: rgba(255, 203, 19, 0.2);
  padding-top: 70px;
}

.woocommerce-product-wrap .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

@media only screen and (max-width: 992px) {
  .woocommerce-product-wrap .flex-wrap {
    -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;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-product-wrap .flex-wrap {
    margin-bottom: 0px;
  }
}

.woocommerce-product-wrap .gallary-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 425px;
  float: left;
  width: 540px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .gallary-wrap {
    width: 470px !important;
    height: 377px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-product-wrap .gallary-wrap {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .gallary-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
  }
}

.woocommerce-product-wrap .gallary-wrap .images-preview {
  width: 164px;
  margin-right: 4px;
  height: 100%;
  overflow-y: scroll;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .gallary-wrap .images-preview {
    width: 140px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .gallary-wrap .images-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-y: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item {
  width: 154px;
  height: 140px;
  position: relative;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item {
    width: 130px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item {
    width: 95px;
    height: 85px;
    margin-right: 3px;
  }
}

.woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #444653;
  opacity: 0.6;
  border-radius: 4px;
  border: 2px solid transparent;
}

.woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 4px;
}

.woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item.active:before {
  border: 2px solid #E68025;
  background: transparent;
}

.woocommerce-product-wrap .gallary-wrap .images-preview::-webkit-scrollbar {
  width: 6px;
}

.woocommerce-product-wrap .gallary-wrap .images-preview::-webkit-scrollbar-track {
  background: #A0BECC;
  opacity: 0.5;
  border-radius: 4px;
}

.woocommerce-product-wrap .gallary-wrap .images-preview::-webkit-scrollbar-thumb {
  background: #444653;
  opacity: 0.6;
  border-radius: 4px;
}

.woocommerce-product-wrap .gallary-wrap #product-slider {
  width: 372px;
  height: 425px;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .gallary-wrap #product-slider {
    width: 325px;
    height: 377px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .gallary-wrap #product-slider {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 3px;
    width: 100%;
  }
}

.woocommerce-product-wrap .gallary-wrap #product-slider .gallery-images-item {
  width: 100%;
  height: 425px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .gallary-wrap #product-slider .gallery-images-item {
    height: 377px;
  }
}

.woocommerce-product-wrap .gallary-wrap #product-slider .gallery-images-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 4px;
}

.woocommerce-product-wrap .gallary-wrap #product-slider .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  width: 100%;
}

.woocommerce-product-wrap .gallary-wrap #product-slider .owl-nav button span {
  font-size: 26px;
  line-height: 26px;
  color: #E68025;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #599643;
}

.woocommerce-product-wrap .gallary-wrap #product-slider .owl-nav .owl-prev {
  position: absolute;
  left: 14px;
}

.woocommerce-product-wrap .gallary-wrap #product-slider .owl-nav .owl-next {
  position: absolute;
  right: 14px;
}

.woocommerce-product-wrap .product-content {
  width: 540px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .product-content {
    width: 435px !important;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce-product-wrap .product-content {
    width: 100% !important;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .product-content {
    margin-bottom: 0px !important;
  }
}

.woocommerce-product-wrap .product-content .title-wrap {
  position: relative;
}

.woocommerce-product-wrap .product-content .title-wrap .product_title {
  font-size: 36px;
  line-height: 40px;
  color: #488432;
  font-family: 'Coiny-Cyrillic';
  margin-bottom: 10px;
  padding-right: 150px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .product-content .title-wrap .product_title {
    margin-bottom: 5px;
    text-align: center;
    padding: 0px;
  }
}

/*.woocommerce-product-wrap .product-content .add-to-cart-wrap,*/
.add-to-cart-wrap {
  background: rgba(238, 245, 188, 0.35);
  border: 3px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 64px 31px 32px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-product-wrap .product-content .add-to-cart-wrap {
    padding: 18px 30px 18px;
  }
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .column-wrap span.review-form {
  padding-right: 25px;
  font-size: 14px;
  line-height: 125%;
  position: relative;
  margin-bottom: 10px;
}
.woocommerce-product-wrap .product-content .ask-question-btn,
.woocommerce-product-wrap .product-content .add-to-cart-wrap .column-wrap .review-form {
  /*display: none;*/
}
.woocommerce-product-wrap .product-content .add-to-cart-wrap .column-wrap span.review-form a {
  color: #488432;
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .column-wrap span.count {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  display: inline-block;
  padding: 1px 7px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 2px;
  background-color: #868894;
  border-radius: 3px;
  font-family: 'sans-serif';
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .column-wrap span.count:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #868894;
  border-bottom: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 5px;
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .stock {
  font-size: 14px;
  line-height: 125%;
  margin-bottom: 5px;
  color: #868894;
  position: relative;
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .stock.instock {
  padding-left: 16px;
}

.woocommerce-product-wrap .product-content .add-to-cart-wrap .stock.instock:before {
  content: '';
  width: 8px;
  height: 4px;
  display: block;
  border: solid #599643;
  border-width: 0px 0px 2px 2px;
  position: absolute;
  left: 0px;
  top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.product-content .price,
.woocommerce div.product span.price,
.woocommerce div.product .price {
  font-size: 28px;
  line-height: 31px;
  color: #E68025;
  font-family: 'Coiny-Cyrillic';
  margin-bottom: 5px;
}

.woocommerce-product-wrap .product-content .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.woocommerce-product-wrap .product-content .input-wrap .number-btn {
  position: relative;
  border: 1.4px solid #684D47;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 36px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  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;
  font-size: 28px;
  line-height: 125%;
}

.woocommerce-product-wrap .product-content .input-wrap .number-btn:before {
  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;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: 5;
}

.woocommerce-product-wrap .product-content .input-wrap .number-btn.plus:before {
  content: '+';
}

.woocommerce-product-wrap .product-content .input-wrap .number-btn.minus:before {
  content: '-';
}

.woocommerce-product-wrap .product-content .input-wrap .quantity {
  margin: 0px 4px !important;
  height: 32px;
}

.woocommerce-product-wrap .product-content .input-wrap input::-webkit-outer-spin-button,
.woocommerce-product-wrap .product-content .input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-product-wrap .product-content .input-wrap input[type=number] {
  -moz-appearance: textfield;
  font-size: 23px;
  line-height: 125%;
  color: #E68025;
  text-align: center;
  width: 36px;
  background: transparent;
  border: 1.4px solid #684D47;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
}



@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .product-content .input-wrap .single_add_to_cart_button {
    width: 36px;
    height: 36px;
  }
}

.woocommerce-product-wrap .product-content .input-wrap .single_add_to_cart_button:hover {
  background-color: transparent;
}

.woocommerce-product-wrap .product-content form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .product-content form.cart {
    -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;
  }
}

.woocommerce-product-wrap .product-content form.cart::before,
.woocommerce-product-wrap .product-content form.cart::after {
  content: none !important;
}

.woocommerce-product-wrap .product-content .ask-question-btn {
  cursor: pointer;
}

@media only screen and (max-width: 575px) {
  .woocommerce-product-wrap .product-content .ask-question-btn {
    margin-top: 20px;
  }
}

.woocommerce-product-wrap .product-content .woocommerce-product-rating {
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 768px) {
  .woocommerce-product-wrap .product-content .woocommerce-product-rating {
    position: static;
    margin-bottom: 15px !important;
  }
}

.woocommerce-product-wrap .product-content .woocommerce-product-rating .star-rating {
  color: #FFD577;
  float: none;
}

@media only screen and (max-width: 768px) {
  .woocommerce-product-wrap .product-content .woocommerce-product-rating .star-rating {
    margin: 0 auto;
  }
}

.woocommerce-product-wrap .product-content p {
  margin-bottom: 15px;
}

.woocommerce-product-wrap .review-product-info .products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-wrap-404 {
  padding-top: 45px;
  background-image: url(../assets/images/blog-page-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(238, 245, 188, 0.35);
}

.page-wrap-404 .flex-wrap {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 
.page-wrap-404 .column-content {
  text-align: center;
  padding-top: 75px;
}

.page-wrap-404 .title {
  font-size: 124px;
  line-height: 136px;
  color: #599643;
  font-family: 'Coiny-Cyrillic';
}

.page-wrap-404 .sub-title {
  font-size: 48px;
  line-height: 53px;
  color: #599643;
  font-family: 'Coiny-Cyrillic';
}

.woocommerce-cart-form .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(238, 245, 188, 0.35);
  border: 3px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
  padding: 14px 80px 14px 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item {
    padding: 14px 70px 14px 10px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 14px 10px 14px 10px;
  }
}

.woocommerce-cart-form .cart-item .number {
  font-size: 28px;
  line-height: 125%;
  color: #E68025;
}

.woocommerce-cart-form .cart-item .content {
  width: 380px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-cart-form .cart-item .content {
    width: 250px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .content {
    padding-right: 0px;
    width: 145px;
  }
}

.woocommerce-cart-form .cart-item .content .name {
  font-size: 26px;
  line-height: 29px;
  color: #488432;
  font-family: 'Coiny-Cyrillic';
}

.woocommerce-cart-form .cart-item .img-wrap {
  width: 78px;
  height: 83px;
  margin: 0px 18px 0px 45px;
  border-radius: 4px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item .img-wrap {
    margin-left: 15px;
  }
}

.woocommerce-cart-form .cart-item .img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price {
    width: 100%;
    margin-top: 10px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap {
    -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;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .price {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Coiny-Cyrillic';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .price {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .price {
    padding-left: 0px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .woocommerce-Price-amount {
  padding-top: 6px;
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .sub-total {
  font-size: 24px;
  line-height: 26px;
  color: #E68025;
  font-family: 'Coiny-Cyrillic';
  padding-top: 6px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .sub-total {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1200px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .sub-total {
    font-size: 14px;
    text-align: right;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication {
    width: 20px;
    height: 20px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:before,
.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #444653;
  position: absolute;
  top: 15px;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:before,
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:after {
    width: 12px;
    top: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:before,
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:after {
    left: 8px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:before,
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:after {
    left: 3px;
    top: 9px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .multiplication:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 18px;
  margin-right: 12px;
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal {
    margin-left: 5px;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal {
    width: 12px;
    height: 12px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:before,
.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #444653;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:before,
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:after {
    width: 12px;
    top: 17px;
  }
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:before,
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:after {
    left: 0px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:before {
  top: 10px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:before {
    top: 2px;
  }
}

.woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:after {
  bottom: 10px;
}

@media only screen and (max-width: 575px) {
  .woocommerce-cart-form .cart-item .quantity-price .flex-wrap .equal:after {
    bottom: 2px;
    top: initial;
  }
}

.woocommerce-cart-form .cart-item .input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.woocommerce-cart-form .cart-item .input-wrap .number-btn {
  position: relative;
  border: 1.4px solid #684D47;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  width: 36px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  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;
  font-size: 28px;
  line-height: 125%;
}

.woocommerce-cart-form .cart-item .input-wrap .number-btn:before {
  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;
  width: 100%;
  height: 100%;
  left: 0px;
  top: -2px;
  position: absolute;
  z-index: 5;
}

.woocommerce-cart-form .cart-item .input-wrap .number-btn.plus:before {
  content: '+';
}

.woocommerce-cart-form .cart-item .input-wrap .number-btn.minus:before {
  content: '-';
}

.woocommerce-cart-form .cart-item .input-wrap .quantity {
  margin: 0px 4px !important;
  height: 32px;
}

.woocommerce-cart-form .cart-item .input-wrap input::-webkit-outer-spin-button,
.woocommerce-cart-form .cart-item .input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart-form .cart-item .input-wrap input[type=number] {
  -moz-appearance: textfield;
  font-size: 23px;
  line-height: 125%;
  color: #E68025;
  text-align: center;
  width: 36px;
  background: transparent;
  border: 1.4px solid #684D47;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
}

.woocommerce-cart-form .cart-item .remove-btn {
  position: absolute;
  right: 20px;
}

@media only screen and (max-width: 992px) {
  .woocommerce-cart-form .cart-item .remove-btn {
    right: 8px;
  }
}

.woocommerce-cart-form .cart-item .remove-btn a {
  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;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #599643 !important;
}

.woocommerce-cart-form .cart-item .remove-btn a:hover {
  background-color: #599643;
  color: #ffffff !important;
}

.woocommerce-cart-form #updated_cart {
  display: none;
}

.total-row {
  margin-top: 35px;
  margin-bottom: 40px;
}

.total-row .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .total-row .flex-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .total-row .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.total-row .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .total-row .buttons-wrap {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 575px) {
  .total-row .buttons-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.total-row .buttons-wrap .btn-background-none {
  margin-top: 0px;
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .total-row .buttons-wrap .btn-background-none a {
    padding: 12px 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 575px) {
  .total-row .buttons-wrap .btn-background-none {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .total-row .buttons-wrap .main-btn a {
    padding: 12px 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .total-row .total-price {
    text-align: center;
  }
}

.total-row .total-price p {
  font-size: 18px;
  line-height: 110%;
  color: #444653;
  text-transform: uppercase;
  font-weight: 600;
}

.total-row .total-price .woocommerce-Price-amount {
  font-size: 38px;
  line-height: 46px;
  color: #9BAC23;
  font-family: 'Coiny-Cyrillic';
  margin-left: 6px;
}

@media only screen and (max-width: 1200px) {
  .total-row .total-price .woocommerce-Price-amount {
    font-size: 24px;
    line-height: 125%;
  }
}

#recommend_slider {
  position: relative;
}

@media only screen and (max-width: 575px) {
  #recommend_slider {
    /* min-width: calc(100% - 50px); */
    /* margin: 0 auto; */
  }
}


#recommend_slider .slide-wrap .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0px 5px;
}


#recommend_slider .slide-wrap .product-item .image-preview img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}


#recommend_slider .slide-wrap .product-item .price {
  font-weight: bold;
  font-size: 24px;
  line-height: 125%;
  color: #599643;
}

#recommend_slider .slide-wrap .product-item .footer {
  margin-top: auto;
}

#recommend_slider .owl-nav {
  position: absolute;
  top: calc(50% - 16px);
  width: 100%;
}

#recommend_slider .owl-nav button span {
  font-size: 26px;
  line-height: 26px;
  color: #E68025;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #599643;
}

#recommend_slider .owl-nav .owl-prev {
  position: absolute;
  left: -25px;
}

@media only screen and (max-width: 575px) {
  #recommend_slider .owl-nav .owl-prev {
    left: -22px;
  }
}

#recommend_slider .owl-nav .owl-next {
  position: absolute;
  right: -5px;
}

@media only screen and (max-width: 575px) {
  #recommend_slider .owl-nav .owl-next {
    right: -20px;
  }
}

footer {
  background-color: #599643;
  padding-top: 45px;
  position: relative;
  color: #ffffff;
}

footer:before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  background-image: url(../assets/images/bg_footer.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 15px;
}

@media only screen and (max-width: 768px) {
  footer .columns-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer .column {
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  footer .column {
    width: 100%;
    margin-bottom: 15px;
  }
}

footer .column:last-child {
  width: 410px;
}

@media only screen and (max-width: 768px) {
  footer .column:last-child {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  footer .column .logo {
    text-align: center;
  }
}

footer .top-bar {
  padding-bottom: 20px;
}

footer .top-bar .logo {
  width: 250px;
}

@media only screen and (max-width: 992px) {
  footer .top-bar .logo {
    width: 190px;
  }
}

@media only screen and (max-width: 575px) {
  footer .top-bar .logo {
    width: 220px;
    margin: 0 auto 35px;
  }
}

footer .bottom-bar {
  background-color: #488432;
  color: #ffffff;
  text-align: center;
  padding: 20px 15px;
}

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

@media only screen and (max-width: 575px) {
  footer .socials {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

footer .socials a {
  color: #E58025;
  font-size: 26px;
}

footer .socials .social-item span {
  width: 52px;
  height: 52px;
  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;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 18px;
}

footer .socials .social-item:last-child {
  margin-right: 0px;
}

footer .socials .social-item.mail a {
  font-size: 20px;
}

footer .footer-nav li {
  list-style: none;
  margin-bottom: 6px;
}

footer .footer-nav a {
  color: #ffffff;
  -webkit-transition: 0.2;
  transition: 0.2;
  font-size: 21px;
  line-height: 125%;
  position: relative;
}

footer .footer-nav a:before {
  content: '';
  position: absolute;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #FFCB13;
  width: 0px;
  height: 0px;
  top: calc(50% - 4px);
  left: -14px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .footer-nav a:hover {
  color: #FFCB13;
  -webkit-transition: 0.2;
  transition: 0.2;
}

footer .footer-nav a:hover::before {
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

footer .address {
  font-size: 21px;
  line-height: 125%;
  margin-bottom: 25px;
}

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

footer .phones a {
  font-size: 24px;
  line-height: 125%;
  color: #ffffff;
}

#animations {
  width: 250px;
  height: 250px;
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 101;
}

@media only screen and (max-width: 768px) {
  #animations {
    width: 170px;
    height: 170px;
    right: 0px;
    bottom: 15px;
  }
}

#animations .animations-container {
  width: 100%;
  height: 100%;
  position: relative;
}

#animations #main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

#animations #main-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#animations .image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}

#animations .image-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#animations #msg-buttons {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 0px;
  top: -35px;
}

@media only screen and (max-width: 768px) {
  #animations #msg-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -120px;
    right: 10px;
  }
  #animations #msg-buttons .msg-button {
    margin-bottom: 5px;
  }
}

#animations #msg-buttons.top {
  top: -9px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

#animations #msg-buttons.top .msg-button {
  margin-left: 26px;
}

#animations #msg-buttons.top .msg-button:first-child {
  margin-left: 0px;
}

#animations #msg-buttons .msg-button {
  margin-left: 10px;
}

@media only screen and (max-width: 768px) {
  #animations #msg-buttons .msg-button {
    margin-bottom: 5px;
    margin-left: 0px;
  }
}

#animations #msg-buttons .msg-button:first-child {
  margin-left: 0px;
}

#animations #msg-buttons .btn-hover {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  background-color: #FFCB13;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 15px;
}

@media only screen and (max-width: 768px) {
  #animations #msg-buttons .btn-hover {
    padding: 5px 15px;
    width: 100%;
  }
}

#animations #message {
  position: absolute;
  /*top: -100px;*/
  bottom: 90%;
  right: 0px;
}

@media only screen and (max-width: 768px) {
  #animations #message {
    top: -70px;
    right: 10px;
  }
}

#animations #message span {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 15px;
  background-color: #599643;
  color: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  #animations #message span {
    padding: 5px 10px;
    font-size: 14px;
  }
}

#animations[data-current-scene=scene-7] .msg-button {
  width: 100%;
}

#animations[data-current-scene=scene-7] .msg-button a {
  display: block !important;
}

.woocommerce-checkout .woocommerce-info {
  border-top-color: #E68025;
}

.woocommerce-checkout .woocommerce-info:before {
  color: #E68025;
}

.woocommerce-checkout .entry-content h1 {
  font-size: 56px;
  line-height: 58px;
  color: #488432;
  font-family: 'Coiny-Cyrillic';
  margin-bottom: 35px;
}

.woocommerce-checkout .entry-content h3 {
  font-size: 32px;
  line-height: 36px;
  color: #488432;
  font-family: 'Coiny-Cyrillic';
}

.woocommerce-checkout .entry-content h3#order_review_heading {
  margin-top: 35px;
}

.woocommerce-checkout .entry-content label {
  color: #488432;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 5px;
  line-height: 1 !important;
}

.woocommerce-checkout .entry-content label .required {
  color: #E68025;
}

.woocommerce-checkout .entry-content input[type=text],
.woocommerce-checkout .entry-content input[type=tel],
.woocommerce-checkout .entry-content input[type=email] {
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #FFFFFF;
  height: 36px;
  padding: 0px 15px;
  box-sizing: border-box;
}

.woocommerce-checkout .entry-content textarea {
  border: 1px solid #488432;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #FFFFFF;
  height: 36px;
  padding: 15px;
  box-sizing: border-box;
  min-height: 200px;
}

.woocommerce-checkout .entry-content button[type=submit] {
  background: #E68025;
  border: 8px solid #FFD577;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  font-size: 16px;
  line-height: 125%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce-checkout .entry-content button[type=submit]:hover {
  background: #FFD577;
  border: 8px solid #E68025;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.woocommerce-checkout .entry-content .optional {
  display: none;
}

.woocommerce-checkout .share {
  display: none;
}

.game-nav {
  text-align: center;
  margin-bottom: 50px;
}

.game-nav li {
  display: inline-block;
  margin: 0px 10px;
}

.game-nav li a {
  color: #E68025;
}

.game-nav li a:hover {
  text-decoration: underline;
}

.post-type-archive-product,
.woocommerce-checkout,
.woocommerce-cart {
  position: relative;
}

.post-type-archive-product::after,
.woocommerce-checkout::after,
.woocommerce-cart::after {
  content: '';
  width: 250px;
  height: 250px;
  /* background-image: url(../assets/images/garbuz_dance.gif);*/
  background-size: cover;
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 101;
}

@media only screen and (max-width: 768px) {
  .post-type-archive-product::after,
  .woocommerce-checkout::after,
  .woocommerce-cart::after {
    width: 170px;
    height: 170px;
    right: 0px;
    bottom: 15px;
  }
}


/*# sourceMappingURL=main.css.map */


/*Custom tab*/

.tabs .container-steps ul {
  text-align: center;
}

.tabs .container-steps ul li {
  display: inline-block;
  padding: 10px 25px;
  background-color: #488432;
  border-radius: 20px;
  border: #ffffff 2px solid;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 10px 50px 10px;
  cursor: pointer;
}

.tabs .container-steps ul li:hover,
.tabs .container-steps ul li.active {
  background-color: #E58025;
}

.tabs .container-steps ul li.active {
  cursor: context-menu;
}

#steps .tabs__content {
  display: none;
}

#steps .tabs__content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .tabs .container-steps ul li {
    margin: 0px 10px 10px 10px;
  }
  .tabs .container-steps ul li {
    width: 75%
  }
  .tabs .container-steps ul {
    margin-bottom: 20px;
  }
}


/*new catalog*/

.woocommerce-shop-wrap .shop-wrap .product-item .image-preview img {
  max-width: 56px;
}

.woocommerce-product-wrap .gallary-wrap .images-preview .gallery-thumbnail-item {
  text-align: center;
}

.shop-btn.text-center {
  text-align: center;
  line-height: 80px;
}

.wpmtst-submit input.wpmtst_submit_testimonial,
.shop-btn a {
  padding: 12px 36px;
  letter-spacing: 0.02em;
  font-size: 21px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 90px;
  text-align: center;
  width: 340px;
  display: inline-block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.wpmtst-submit input.wpmtst_submit_testimonial,
.shop-btn a {
  background-color: #00ACD9;
  border: 8px solid #6ee1ff;
  color: #ffffff;
}
.wpmtst-submit input.wpmtst_submit_testimonial:hover, .shop-btn a:hover {
    background-color: #fff;
    border: 8px solid #6ee1ff;
    color: #00ACD9;
}
.wpmtst-submit input.wpmtst_submit_testimonial:hover,
.shop-btn a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.product-wrap .product-item .meta {
  text-shadow: 1px 1px 0px #382e2e;
}

.after_blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 75px;
}



#receptioncard a,
.after_blog .after_item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-shadow: 1px 1px 0px #382e2e;
}

#receptioncard img,
.after_blog .after_item img {
  width: 55px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#receptioncard a:hover img,
.after_blog .after_item a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.product-wrap .product-item .meta a {
  color: #ffffff;
  font-size: 16px;
  line-height: 125%;
  margin-top: 10px;
}
.woocommerce-shop-wrap .shop-wrap .product-item .meta .price {
  color: #eef5bc;
}
/* ************************************************ */
@media only screen and (max-width: 1200px) {
  .header-nav li a {
    font-size: 14px;
  }
  .section-title {
    font-size: 55px;
    line-height: 55px;
  }  
  .video-hero-wrap #myVideo {
    left: 0px;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
  #animations {
    width: 230px;
    height: 230px;
    right: 10px;
    bottom: 0px;
  }
  .woocommerce-shop-wrap .shop-wrap .product-categories li {
    margin: 0px 0px;
  }
  .woocommerce-shop-wrap .shop-wrap {
    width: 855px;
  }
  .woocommerce-shop-wrap .shop-wrap .products-row {
    height: 215px;
  }
  .product-wrap {
    /* padding: 0px 25px; */
    padding: 0px 10px;
  }
  .woocommerce-shop-wrap .shop-wrap .product-categories {
    position: absolute;
    width: 100%;
    top: -50px;
    text-align: center;
    z-index: 5;
  }
  .post-type-archive-product::after, .woocommerce-checkout::after, .woocommerce-cart::after {
    width: 230px;
    height: 230px;
    right: 0;
    bottom: 0;
  }
  .section.contacts .contacts-wrap .contact-item {
    font-size: 28px;
  }
  .home-page .container-shop .products {
    -webkit-box-pack: center; 
    -ms-flex-pack: center; 
    justify-content: center;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    /*width: 810px;*/
    width: 100%;
  }
  .section.about .content p {
    font-size: 19px;
  }
  .section.delivery-payment {
    padding-bottom: 60px;
  }
  .section.steps {
    padding-bottom: 110px;
  }
  .product-wrap .product-item .meta .name {
    font-size: 16px;
  }
  .tabs .container-steps ul li {
    font-size: 14px;
  }
  .section.shop {
    padding-bottom: 70px;
  }
  .shop-btn a {
    padding: 12px 20px;
    font-size: 17px;
    width: 295px;
  }
  .woocommerce-shop-wrap .shop-wrap {
    width: 685px;
  }
  .products-rowlast-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 188px;
    background-image: url(../assets/images/products-row-bg.png);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 25px 65px 0px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .woocommerce-shop-wrap .shop-wrap.mobile-shop .product-categories li {
    display: inline-block;
    margin: 0px;
  }
  .section.contacts .contacts-wrap .contact-item {
    font-size: 17px;
  }
  .woocommerce-shop-wrap .shop-wrap.desctop-shop .products-row  {
    display: none;
 }
 .woocommerce-shop-wrap .shop-wrap.mobile-shop .products-row  {
    display: flex; 
 }
.woocommerce-shop-wrap .shop-wrap.desctop-shop  .desctop_new {
     display: none;
 }
  .woocommerce-shop-wrap .shop-wrap {
      top: -35px;
  }
  .product-wrap {
      /*zoom: 0.8;*/
  }
}


@media only screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .section.delivery-payment .column .content.shadow-content::before {
    width: 430px;
  }
  .section.contacts .columns-flex .column {
    width: 55%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section.contacts .columns-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .home-page .container-shop .products {
    height: 495px;
    overflow: hidden;
    width: 600px;
  }
  #animations {
    width: 190px;
    height: 190px;
    right: 10px;
    bottom: 0px;
  }
  .home-page .container-shop {
    background-position: 50px 40px;
  }
  .home-page .container-shop .products .image-preview {
    height: 100px;
  }
  .product-wrap .product-item {
    background-position: 0px 15px;
  }
  .product-wrap .product-item .add-to-cart {
    position: absolute;
    right: -20px;
    bottom: 25px;
  }
  .product-wrap .product-item .meta .name {
    font-size: 14px;
  }
  .home-page .container-shop {
    width: 1155px;
    left: calc(50% - 585px);
    text-align: center;
    height: auto;
  }
  .product-wrap {
    width: 145px;
  }
  .woocommerce-shop-wrap {
    overflow: hidden;
    padding-top: 150px;
  }
  .woocommerce-shop-wrap .shop-wrap .product-item .meta {
    margin-top: 0px;
  }
  .woocommerce-shop-wrap .shop-wrap {
    width: 560px;
    top: -15px;
  }
  .products-rowlast-row {
    height: 160px;
    padding: 30px 50px 0px 50px;
  }
  .woocommerce-shop-wrap .shop-wrap.mobile-shop:before {
    content: '';
    background: none;
  }
  .woocommerce-shop-wrap .content-section {
    width: 530px;
  }
  .woocommerce-shop-wrap .shop-wrap .products-row.last-row {
    height: 140px;
  }
  .woocommerce-shop-wrap .shop-wrap.mobile-shop .products-row {
    height: 143px;
  }
  .woocommerce-shop-wrap .woocommerce-products-header {
    height: 230px;
    background-image: url(../assets/images/shop-top-bg_mobile.png);
 }
}


@media only screen and (max-width: 375px) {
  .product-wrap {
    width: 50%;
    left: 0;
    position: relative;
    min-width: 150px;
    margin-right: 5px;;
  }

  .section.about .content p {
    font-size: 14px;
  }
}



/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal }
.fa, .social-item span.icon-telegram, .social-item > a > [class*=" icon-"] { display: inline-block;  /*font: normal normal normal 14px/1 FontAwesome !important;*/  /* font-family: 'FontAwesome' !important; */
font-style: normal !important; font-variant-ligatures: normal !important; font-variant-caps: normal !important; font-variant-numeric: normal !important; font-variant-east-asian: normal !important; font-weight: normal !important; font-stretch: normal !important; font-size: 22px; line-height: 1 !important; font-family: 'FontAwesome' !important; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale }
.fa, .social-item span.icon-telegram, .social-item > a > [class*=" icon-"] { font-size: 22px; }
.fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% }
.fa-2x { font-size: 2em }
.fa-3x { font-size: 3em }
.fa-4x { font-size: 4em }
.fa-5x { font-size: 5em }
.fa-fw { width: 1.28571429em; text-align: center }
.fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none }
.fa-ul>li { position: relative }
.fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center }
.fa-li.fa-lg { left: -1.85714286em }
.fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em }
.fa-pull-left { float: left }
.fa-pull-right { float: right }
.fa.fa-pull-left { margin-right: .3em }
.fa.fa-pull-right { margin-left: .3em }
.pull-right { float: right }
.pull-left { float: left }
.fa.pull-left { margin-right: .3em }
.fa.pull-right { margin-left: .3em }
.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear }
.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) }
@-webkit-keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) }
}
@keyframes fa-spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) }
}
.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) }
.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) }
.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) }
.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) }
.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) }
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none }
.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle }
.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center }
.fa-stack-1x { line-height: inherit }
.fa-stack-2x { font-size: 2em }
.fa-inverse { color: #fff }

/* .social-item a .icon-telegram:before,*/
.fa-telegram:before { content: "\f2c6" }
.social-item a .icon-telegram:before, .fa-send:before, .fa-paper-plane:before { content: "\f1d8" }
.social-item a .icon-telegram:before, .fa-telegram:before { color: #E58025; }
.fa, .social-item span.icon-telegram { font-size: 28px; }

/* ===================== searchblock ======================== */
#searchblock {
    position: absolute;
    z-index: 9;
    display: block;
    text-align: center;
    left: 0;
    width: 100%;
}
#side-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
   /*min-width: 680px;*/
    width: 100%;
    border: 0px dashed #0000;
}



input#bt-search {
    margin-left: -35px;
    padding: 6px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 0px solid #0000;
}
#searchblock input#s {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    z-index: auto;
    position: relative;
    cursor: auto;
    opacity: 1;
    float: none;
    margin: 5px;
    padding: 8px 8px;
    overflow: hidden;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font: normal 16px/normal "Times New Roman", Times, serif;
    color: #914500;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgb(255 255 255 / 100%);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    -webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 500ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

#searchblock input#s {
  width: 100%;
  margin: 7px;
  padding: 7px 15px;
}
form#searchform {
    margin: auto;
    max-width: 350px;
}

element.style {
}
.searchwp-live-search-results .searchwp-live-search-result p {
    padding: 0.5em;
}
#product-flex > .woocommerce-tabs.wc-tabs-wrapper,
.flex-wrap > .woocommerce-tabs.wc-tabs-wrapper {
    /*display: inline-grid;*/
    /*float: left;*/
    /*margin: 465px 0 0 -100%;*/
    /*max-width: 100%;*/
}
#product-flex > .woocommerce-tabs.wc-tabs-wrapper,
.flex-wrap > .woocommerce-tabs.wc-tabs-wrapper {
/*    min-width: 1100px;*/
}

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


/* -------- Testimonial --------- */
.strong-view.wpmtst-default .wpmtst-testimonial-inner {
    border: 3px solid #7ba92b;
    border-color: #7ba92b !important;
    border-width: 3px !important;
    border-radius: 50px 50px 0 50px;
    padding: 20px;
    text-align: left;
}
.testimonial-inner .testimonial-content p {
    font-size: 21px;
}
.testimonial-inner h3 {
    font-size: 24px;
}

.strong-form input[type="text"], .strong-form input[type="email"], .strong-form input[type="url"], .strong-form input[type="file"], .strong-form select, .strong-form textarea {
    box-sizing: border-box;
    display: block;
    float: none;
    width: 100%;
    padding: 5px 10px;
}

/* -------- ------------ --------- */
/*************************** */
.section.press {
    background-color: #f1f5d3;
}

#bodys * {
    box-sizing: border-box;
        /*display: grid;*/
}

#bodys {
    background-color: rgb(255 255 255 / 0%);
    padding: 20px;
    font-family: Arial;
    color: #599643;
    text-align: center;
}

/* Center website */
.mainik {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 50px;
    word-break: break-all;
}

.rowik {
    margin: 8px -16px;
}

/* Add padding BETWEEN each column */
.rowik,.rowik > .columnia {
    /*padding: 0px;*/
}
 
/* Create four equal columns that floats next to each other */
.columnia {
    float: left;
    width: 20%;
    padding: 8px;
} 

/* Clear floats after rows */ 
.rowik:after {
    content: "";
    display: table;
    clear: both;
}
.rowik h3 {
    font-size: 100%;
    line-height: 1;
    margin: 5px 0px 5px 0px;
    color: #E58025;
    height: 2em;
}
/* Content */
.contentia {
    background-color: white;
    padding: 8px;
    margin: 8px;
    border-radius: 15px;
    border: 1px solid rgb(89 150 67 / 25%);
}
.contentia p {
    font-size: 80%;
    height: 6rem;
    margin: 5px 0px 5px 0px;
}

div#bodys .columnia a:hover img,
div#bodys .columnia img:hover {
    /*-webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */*/
    /*filter: grayscale(50%);*/
    -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
    filter: blur(3px);
}

/* ****************************************************** */


/* #################### ##Responsive #################### */
@media (min-width: 1024px) {
  body {font-size: inherit;}
    .columnia {width: 20%;}
}
@media screen and (max-width: 900px) {
  body {font-size: inherit;}
    .columnia {width: 50%;}
}
@media screen and (max-width: 600px) {
  body {font-size: inherit;}
  .columnia {width: 100%;}
}
@media (min-width: 768px) {
  body {font-size: inherit;}
    .columnia {width: 100%;}
}
@media (min-width: 770) {
  body {font-size: inherit;}
    .columnia {width: 50%;}
}
@media (min-width: 848px) {
  body {font-size: inherit;}
    .columnia {width: 50%;}
}
@media (min-width: 900px) {
  body {font-size: inherit;}
    .columnia {width: 25%;}
} 
@media (min-width: 1024px) {
  body {font-size: inherit;}
  .columnia {width: 25%;}
}
@media (min-width: 1200px) {
  body {font-size: inherit;}
  .columnia {width: 20%;}
}


/* ==================== END Responsive ==================== */
.woocommerce-shop-wrap .shop-wrap.mobile-shop .products-row,
.woocommerce-shop-wrap .shop-wrap .products-row {
  display: grid;
}
.woocommerce-shop-wrap .shop-wrap .products-row {
  margin-bottom: 0;
  position: relative;
  float: none;
  width: 100% !important;
  /* display: grid !important; */
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.products-row .product-item .meta .price .price {
    font-size: 90%;
}
.products-row .product-item .meta a {
    font-size: 80%;
    line-height: 1;
    /* zoom: 0.8; */
}
@media (min-width: 900px) {
  body {font-size: inherit;}
  .product-wrap .product-item .meta {
      margin-right: 5px;
  }
} 

.products-row .product-wrap:first-child {
    padding: 0px 5px 0px 60px;
}
.products-row .product-wrap {
    padding: 0px 5px;
}
.products-row .product-wrap:last-child {
   /* padding: 0px 0px 0px 5px;*/
}

#scroll {
    height: 0px !important;
}