html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Ploni", sans-serif;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 50%;
  z-index: 10000;
  display: inline-block;
  color: #3a3938;
  background-color: #FFFFFF;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 12px 28px;
  border: 2px solid #c62828;
  border-radius: 50px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.skip-link:focus, .skip-link:focus-visible {
  top: 20px;
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

@media screen and (min-width: 1025px) {
  .only-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .only-desktop {
    display: none !important;
  }
}
.page-main-banner-block {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1924px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page-main-banner-block img {
  width: 100%;
  max-width: 100%;
}

.site-wrapper {
  display: -moz-flex;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  box-sizing: border-box;
}
.site-wrapper .header {
  flex: 0 0 auto;
}
.site-wrapper .main-content {
  flex: 1 1 auto;
}
.site-wrapper .footer {
  flex: 0 0 auto;
}

.breadcrumbs-block {
  color: #3A3938;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}
.breadcrumbs-block a {
  color: #3A3938;
  font-size: 20px;
  line-height: 20px;
  text-decoration: none;
}

.link-button {
  display: inline-block;
  min-width: 255px;
  color: #C62828;
  background-color: rgba(255, 255, 255, 0);
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 15px 50px;
  border: 1.5px solid #C62828;
  border-radius: 50px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.link-button:hover, .link-button:focus {
  background-color: #C62828;
  color: #ffffff;
}

.header .header-container {
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .header-container .header-row {
  position: relative;
  display: -moz-flex;
  display: flex;
  width: 1710px;
  max-width: 90%;
  background-color: #3A3938;
  padding: 10px 40px;
  box-sizing: border-box;
  margin: auto;
  border-radius: 75px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header .header-container .header-row {
    justify-content: space-between;
    padding: 10px 20px;
  }
}
.header .header-container .header-row .logo {
  flex: 0 0 auto;
}
.header .header-container .header-row .header-nav {
  flex: 1 1 auto;
}
.header .header-container .header-row .added-link {
  flex: 0 0 auto;
  padding-top: 6px;
}
.header .header-container .header-menu-box {
  display: block;
  margin: 0;
  padding: 12px 0;
}
.header .header-container .header-menu-box .menu-item {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding: 0 15px;
}
@media screen and (max-width: 1300px) {
  .header .header-container .header-menu-box .menu-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 980px) {
  .header .header-container .header-menu-box .menu-item {
    display: block;
    margin: 25px 0;
    padding: 0 15px;
  }
}
.header .header-container .header-menu-box .menu-item a {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}
@media screen and (max-width: 1580px) {
  .header .header-container .header-menu-box .menu-item a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1300px) {
  .header .header-container .header-menu-box .menu-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .header .header-container .header-menu-box .menu-item a {
    display: block;
    margin: 25px 0;
    color: #3A3938;
    font-size: 20px;
  }
}
.header .header-container .header-menu-box .menu-item a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease;
}
.header .header-container .header-menu-box .menu-item a:hover::before, .header .header-container .header-menu-box .menu-item a:focus::before {
  width: 100%;
}
.header .header-nav-block {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .header .header-nav-block {
    display: block;
    width: 100%;
  }
}
.header .search-block {
  display: inline-block;
  vertical-align: middle;
}
.header .search-block .search-button {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: none;
  padding: 5px;
}
.header .search-block .search-button img {
  display: block;
  width: 21px;
  height: 21px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .logo-image {
  display: block;
  max-height: 55px;
}
@media screen and (max-width: 980px) {
  .header .logo-image {
    max-height: 45px;
  }
}
.header .added-link .online-purchase {
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
  padding: 4px 25px;
  border: 1.5px solid #ffffff;
  border-radius: 45px;
  box-sizing: border-box;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.header .added-link .online-purchase:hover, .header .added-link .online-purchase:focus {
  background-color: #ffffff;
  color: #3a3938;
}
.header .added-link .contrast-button {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  border: none;
  vertical-align: middle;
  margin-right: 25px;
  padding: 2px;
}
@media screen and (max-width: 1024px) {
  .header .added-link .contrast-button {
    margin: 8px 10px;
  }
}
.header .added-link .contrast-button img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .added-link .mobile-menu-button {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  width: 34px;
  height: 22px;
  vertical-align: middle;
  border: none;
  padding: 0;
}
.header .added-link .mobile-menu-button img {
  max-width: 100%;
}
.header .search-row {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  z-index: 5;
  transition: all 0.5s ease;
}
.header .search-row .search-box {
  background-color: #3a3938;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  padding: 10px 15px;
  box-sizing: border-box;
}
.header .search-row .search-form {
  display: flex;
  width: 100%;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.header .search-row .search-form .close-search {
  cursor: pointer;
  flex: 0 0 auto;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 30px;
  padding: 0;
  box-sizing: border-box;
}
.header .search-row .search-form .close-search img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.header .search-row .search-form .search-input {
  flex: 1 1 auto;
  height: 30px;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #ffffff;
  box-sizing: border-box;
}
.header .search-row .search-form .search-submit {
  cursor: pointer;
  flex: 0 0 auto;
  background-color: transparent;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 30px;
  padding: 5px;
  box-sizing: border-box;
}
.header .search-row .search-form .search-submit img {
  display: block;
  max-width: 100%;
  height: 100%;
}
.header .search-row.open {
  top: 125px;
}
@media screen and (max-width: 1024px) {
  .header .search-row {
    display: none;
  }
}

.top-btn-row {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  box-sizing: border-box;
}
.top-btn-row .online-purchase {
  display: inline-block;
  color: #3A3938;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 9px 25px;
  border: 1.5px solid #3A3938;
  border-radius: 50px;
  box-sizing: border-box;
}
.top-btn-row .close-mobile-nav {
  display: block;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border: none;
  padding: 0;
}

.search-form-row {
  display: block;
  padding: 15px;
  box-sizing: border-box;
}
.search-form-row .search-form {
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  border-bottom: 1px solid #3A3938;
  padding-bottom: 15px;
}
.search-form-row .search-form .search-input {
  background-color: transparent;
  flex: 1 1 auto;
  color: #3A3938;
  font-size: 18px;
  border: none;
}
.search-form-row .search-form .search-input::-webkit-input-placeholder {
  color: #3A3938;
  opacity: 1;
}
.search-form-row .search-form .search-input:-moz-placeholder {
  color: #3A3938;
  opacity: 1;
}
.search-form-row .search-form .search-input::-moz-placeholder {
  color: #3A3938;
  opacity: 1;
}
.search-form-row .search-form .search-input:-ms-input-placeholder {
  color: #3A3938;
  opacity: 1;
}
.search-form-row .search-form .search-submit {
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("/wp-content/themes/main-theme/images/search_icon_b.png");
  background-size: contain;
  font-size: 0;
  padding: 0;
  border: none;
}

.homepage-container {
  padding: 0 15px;
}

.reviews-section {
  background-color: #fffcf6;
  margin: 0 -15px;
  padding: 150px 15px;
}
@media screen and (max-width: 980px) {
  .reviews-section {
    padding: 50px 15px;
  }
}
.reviews-section .reviews-section-container {
  max-width: 1760px;
  margin: auto;
}
.reviews-section .reviews-item-box {
  padding: 30px 0;
}
.reviews-section .reviews-item-box .reviews-text-box {
  position: relative;
  background-color: #ffffff;
  min-height: 280px;
  border-radius: 15px;
  padding: 70px 30px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 30, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .reviews-section .reviews-item-box .reviews-text-box {
    box-shadow: 0 0 15px rgba(0, 0, 30, 0.05);
  }
}
.reviews-section .reviews-item-box .reviews-text-box .reviews-icon-box {
  position: absolute;
  background-color: #FFF9E3;
  top: -30px;
  right: 30px;
  width: 74px;
  height: 74px;
  border-radius: 74px;
}
.reviews-section .reviews-item-box .reviews-text-box .reviews-icon-box:before {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/text-q.png");
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  display: block;
  width: 74px;
  height: 74px;
  border-radius: 74px;
}
.reviews-section .reviews-item-box .reviews-title {
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
}
.reviews-section .reviews-item-box .reviews-text {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
}
.reviews-section .reviews-item-box .reviews-meta {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
}
.reviews-section .reviews-item-box .reviews-date {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
}
.reviews-section .swiper-slide {
  height: auto;
}
.reviews-section .title-row {
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
.reviews-section .title-row .title-block {
  flex: 0 0 auto;
}
.reviews-section .title-row .buttons-box {
  flex: 0 0 auto;
}
.reviews-section .title-row .prev-slider-btn, .reviews-section .title-row .next-slider-btn {
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  border: 0;
}

.top-banner-section {
  position: relative;
  padding-top: 33%;
  margin: 0 -15px 20px;
}
.top-banner-section:after {
  content: "";
  background-color: var(--banner-color);
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/main-theme/images/bottom_mask_bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/wp-content/themes/main-theme/images/bottom_mask_bg.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
@media screen and (max-width: 980px) {
  .top-banner-section {
    height: 100vh;
    box-sizing: border-box;
  }
}
.top-banner-section .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .top-banner-section .banner-image {
    height: 100vh;
  }
}
.top-banner-section .banner-image img {
  max-width: 100%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .top-banner-section .banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-banner-section .top-banner-container {
  position: absolute;
  width: 1710px;
  max-width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 980px) {
  .top-banner-section .top-banner-container {
    top: auto;
    bottom: 70px;
    transform: translate(-50%, 0);
  }
}
.top-banner-section .top-banner-content {
  position: relative;
  max-width: 660px;
}
.top-banner-section .top-banner-content h1 {
  color: #3A3938;
  font-size: 56px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .top-banner-section .top-banner-content h1 {
    font-size: 38px;
  }
}
.top-banner-section .top-banner-content h1 strong {
  font-weight: 600;
}
.top-banner-section .top-banner-content h2, .top-banner-section .top-banner-content h3, .top-banner-section .top-banner-content h4, .top-banner-section .top-banner-content h5, .top-banner-section .top-banner-content h6 {
  color: #3A3938;
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .top-banner-section .top-banner-content h2, .top-banner-section .top-banner-content h3, .top-banner-section .top-banner-content h4, .top-banner-section .top-banner-content h5, .top-banner-section .top-banner-content h6 {
    font-size: 30px;
  }
}
.top-banner-section .top-banner-content h2 strong, .top-banner-section .top-banner-content h3 strong, .top-banner-section .top-banner-content h4 strong, .top-banner-section .top-banner-content h5 strong, .top-banner-section .top-banner-content h6 strong {
  font-weight: 600;
}
.top-banner-section .top-banner-content p {
  max-width: 440px;
}
.top-banner-section .top-banner-content p, .top-banner-section .top-banner-content li {
  color: #3A3938;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  .top-banner-section .top-banner-content p, .top-banner-section .top-banner-content li {
    font-size: 18px;
  }
}
.top-banner-section .top-banner-content .banner-link {
  display: inline-block;
  min-width: 255px;
  color: #e73e30;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 15px 50px;
  border: 1.5px solid #e73e30;
  border-radius: 50px;
  box-sizing: border-box;
  margin-top: 25px;
  transition: all 0.5s ease;
}
.top-banner-section .top-banner-content .banner-link:hover, .top-banner-section .top-banner-content .banner-link:focus {
  background-color: rgb(231, 62, 48);
  color: #ffffff !important;
}

.categories-list-section {
  padding: 50px 15px;
}
@media screen and (max-width: 980px) {
  .categories-list-section {
    padding: 50px 0;
  }
}
.categories-list-section .categories-list-content {
  max-width: 1700px;
  margin: auto;
}
.categories-list-section .categories-list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.5%;
       column-gap: 1.5%;
  row-gap: 25px;
}
.categories-list-section .categories-list .category-item {
  flex: 1 0 auto;
  max-width: 18.8%;
  width: 18.8%;
}
@media screen and (max-width: 1024px) {
  .categories-list-section .categories-list .category-item {
    max-width: 50%;
    width: 50%;
  }
}
@media screen and (max-width: 980px) {
  .categories-list-section .categories-list .category-item {
    max-width: 100%;
    width: 100%;
  }
}
.categories-list-section .categories-text {
  margin-bottom: 50px;
}
.categories-list-section .categories-text h1, .categories-list-section .categories-text h2, .categories-list-section .categories-text h3, .categories-list-section .categories-text h4, .categories-list-section .categories-text h5, .categories-list-section .categories-text h6 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .categories-list-section .categories-text h1, .categories-list-section .categories-text h2, .categories-list-section .categories-text h3, .categories-list-section .categories-text h4, .categories-list-section .categories-text h5, .categories-list-section .categories-text h6 {
    font-size: 34px;
  }
}
@media screen and (max-width: 980px) {
  .categories-list-section .categories-text h1, .categories-list-section .categories-text h2 {
    max-width: 230px;
    text-align: center;
    margin: 0 auto 25px;
  }
}
.categories-list-section .categories-text p, .categories-list-section .categories-text li {
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
}
.categories-list-section .category-item-content {
  position: relative;
  padding: 120px 30px 30px;
  border-radius: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom 35% center;
  background-size: 70%;
  text-align: center;
}
.categories-list-section .category-item-content .category-name {
  position: absolute;
  color: #3A3938;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
.categories-list-section .category-image-box {
  display: block;
}
.categories-list-section .category-image-box .category-image {
  display: block;
  width: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
.categories-list-section .category-item-link {
  display: block;
  border-radius: 15px;
  outline: 3px solid;
  outline-offset: -3px;
  transition: all 0.5s ease;
}
.categories-list-section .category-item-link:hover, .categories-list-section .category-item-link:focus {
  outline-offset: 10px;
}
.categories-list-section .products-page-row {
  text-align: center;
  padding-top: 55px;
}
.text-section {
  background-color: #fffcf6;
  background-image: url("/wp-content/themes/main-theme/images/circle_1.png"), url("/wp-content/themes/main-theme/images/circle_2.png"), url("/wp-content/themes/main-theme/images/circle_3.png");
  background-position: top left, center, bottom right;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 270px right, top 150px right 150px, top 150px left 50px;
  padding: 90px 15px;
  margin: 0 -15px;
}
.text-section .text-section-content {
  max-width: 640px;
  margin: auto;
}
.text-section .text-logo-row {
  text-align: center;
  margin-bottom: 25px;
}
.text-section .text-content {
  font-size: 18px;
  font-weight: 400;
}
.text-section .link-to-page-row {
  text-align: center;
  padding-top: 25px;
}

.posts-list-wrapper {
  padding: 150px 15px 50px;
}
.posts-list-wrapper .posts-list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
       column-gap: 2%;
  row-gap: 35px;
  max-width: 1700px;
  margin: auto;
}
.posts-list-wrapper .posts-list .post-item-column {
  flex: 1 0 auto;
  max-width: 23.5%;
  width: 23.5%;
}
@media screen and (max-width: 1024px) {
  .posts-list-wrapper .posts-list .post-item-column {
    max-width: 100%;
    width: 100%;
  }
}

.page-main-content {
  position: relative;
  z-index: 5;
}
.page-main-content .breadcrumbs-block {
  text-align: center;
}
.page-main-content .page-main-title {
  max-width: 630px;
  font-size: 56px;
  margin: 0 auto;
  text-align: center;
}
.page-main-content .page-main-content {
  max-width: 630px;
  font-size: 20px;
  margin: 50px auto;
  text-align: center;
}

.item-post-box {
  max-width: 400px;
}
.item-post-box .item-post-content {
  position: relative;
}
.item-post-box .item-post-content .post-thumbnail-wrapp {
  position: relative;
  display: block;
  background-color: #000000;
  border-radius: 20px;
}
.item-post-box .item-post-content .post-thumbnail-wrapp img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  opacity: 0.7;
}
.item-post-box .item-post-content .post-content {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 40px 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .item-post-box .item-post-content .post-content {
    width: 70%;
    padding: 25px 15px;
  }
}
.item-post-box .category-name {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  padding: 5px 25px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.item-post-box .post-date {
  color: #FFFCF6;
  font-size: 14px;
  text-shadow: 0px 0px 15px #000000;
}
@media screen and (max-width: 1024px) {
  .item-post-box .post-date {
    margin-bottom: 15px;
  }
}
.item-post-box .post-title-link {
  text-decoration: none;
}
.item-post-box .post-title a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.item-post-box .post-title {
  color: #FFFCF6;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 0px 0px 15px #000000;
}
@media screen and (max-width: 1024px) {
  .item-post-box .post-title {
    margin-bottom: 15px;
  }
}
.item-post-box .post-link {
  color: #FFFCF6;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  text-shadow: 0px 0px 15px #000000;
}

.post-slider-section {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding: 150px 15px;
  margin: 0 -15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .post-slider-section {
    padding: 50px 15px !important;
  }
}
.post-slider-section .section-title {
  color: #3A3938;
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px;
}
.post-slider-section .section-text {
  color: #3A3938;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 0 0 50px;
}
.post-slider-section .post-slider-container {
  max-width: 1700px;
  margin: 0 auto 75px;
}
@media screen and (max-width: 980px) {
  .post-slider-section .post-slider-container {
    margin: 0 auto;
  }
}
.post-slider-section .swiper-slide .item-post-box {
  margin: auto;
}
.post-slider-section .read-more-link {
  display: block;
  color: #E73E30;
  width: 100%;
  max-width: 255px;
  background-color: #ffffff;
  border: 1.5px solid #E73E30;
  padding: 15px 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-weight: bold;
  border-radius: 55px;
  margin: 50px auto 0;
  text-decoration: none;
}
.post-slider-section .read-more-link:hover, .post-slider-section .read-more-link:focus {
  background-color: rgb(231, 62, 48);
  color: #ffffff !important;
}
.post-slider-section .slider-wrapper {
  position: relative;
  padding: 0 50px;
}
@media screen and (max-width: 980px) {
  .post-slider-section .slider-wrapper {
    padding: 0 0 50px;
  }
}
.post-slider-section .button-next-wrapp {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 980px) {
  .post-slider-section .button-next-wrapp {
    top: auto;
    bottom: 0;
    left: 35%;
    transform: translate(0, 0);
  }
}
.post-slider-section .button-next-wrapp .slider-button-next {
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 34px;
  height: 34px;
}
.post-slider-section .button-next-wrapp .slider-button-next:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/main-theme/images/icon-right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}
.post-slider-section .button-prev-wrapp {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 980px) {
  .post-slider-section .button-prev-wrapp {
    top: auto;
    bottom: 0;
    right: 35%;
    transform: translate(0, 0);
  }
}
.post-slider-section .button-prev-wrapp .slider-button-prev {
  cursor: pointer;
  display: block;
  background-color: transparent;
  border: none;
  padding: 0;
  width: 34px;
  height: 34px;
}
.post-slider-section .button-prev-wrapp .slider-button-prev:after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/main-theme/images/icon-left-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}
.post-slider-section .swiper-button-prev,
.post-slider-section .swiper-rtl .swiper-button-next {
  width: 34px;
  height: 34px;
}
.post-slider-section .swiper-button-prev:after,
.post-slider-section .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/icon-right-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}
.post-slider-section .swiper-button-next,
.post-slider-section .swiper-rtl .swiper-button-prev {
  width: 34px;
  height: 34px;
}
.post-slider-section .swiper-button-next:after,
.post-slider-section .swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/icon-left-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
}

.page-main-wrapper {
  position: relative;
  padding: 150px 15px;
}
@media screen and (max-width: 980px) {
  .page-main-wrapper {
    padding: 65px 15px 0;
  }
}
.page-main-wrapper .main-page-title {
  font-size: 56px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 100px;
}
@media screen and (max-width: 1024px) {
  .page-main-wrapper .main-page-title {
    font-size: 38px;
  }
}
.page-main-wrapper .post-meta-row {
  margin-bottom: 50px;
}
.page-main-wrapper .post-meta-row .post-category {
  display: inline-block;
  height: 30px;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 7px 20px;
  border-radius: 30px;
  box-sizing: border-box;
}
.page-main-wrapper .post-meta-row .post-date {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 20px;
  box-sizing: border-box;
}
.page-main-wrapper .post-meta-row .author-name {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 7px 0;
  box-sizing: border-box;
}
.page-main-wrapper .post-meta-row .share-button-wrap {
  display: inline-block;
  float: left;
}
.page-main-wrapper .page-main-content {
  max-width: 1125px;
  margin: auto;
}
.page-main-wrapper .page-main-content h2, .page-main-wrapper .page-main-content h3, .page-main-wrapper .page-main-content h4, .page-main-wrapper .page-main-content h5, .page-main-wrapper .page-main-content h6 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 980px) {
  .page-main-wrapper .page-main-content h2, .page-main-wrapper .page-main-content h3, .page-main-wrapper .page-main-content h4, .page-main-wrapper .page-main-content h5, .page-main-wrapper .page-main-content h6 {
    font-size: 24px;
  }
}
.page-main-wrapper .page-main-content p, .page-main-wrapper .page-main-content ul li {
  font-size: 22px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .page-main-wrapper .page-main-content p, .page-main-wrapper .page-main-content ul li {
    font-size: 18px;
  }
}

.share-button {
  cursor: pointer;
  background-color: transparent;
  width: 25px;
  height: 25px;
  padding: 2px;
  border: none;
  border-radius: 25px;
}

.blocks-container {
  margin: 75px 0;
}
.blocks-container .image-block-wrapp {
  max-width: 830px;
  margin: 0 auto 75px;
}
.blocks-container .image-block-wrapp picture {
  display: block;
}
.blocks-container .image-block-wrapp img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.blocks-container .text-block-wrapp {
  max-width: 830px;
  margin: 0 auto 75px;
}
.blocks-container .text-block-wrapp p {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 980px) {
  .blocks-container .text-block-wrapp p {
    font-size: 18px;
  }
}
.blocks-container .text-block-wrapp ul {
  list-style: none;
  margin-bottom: 25px;
}
.blocks-container .text-block-wrapp ul li {
  position: relative;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .blocks-container .text-block-wrapp ul li {
    font-size: 18px;
  }
}
.blocks-container .text-block-wrapp ul li:before {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/dot_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: -40px;
  display: block;
  width: 30px;
  height: 11px;
}
.blocks-container .text-block-wrapp.list-orange ul li:before {
  background-image: url("/wp-content/themes/main-theme/images/dot_2.png");
}
.blocks-container .video-link-section {
  max-width: 830px;
  margin: 0 auto 75px;
}
.blocks-container .video-link-section .open-video-button {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  border: none;
}
.blocks-container .video-link-section .open-video-button::after {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/play_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57px;
  height: 57px;
}
.blocks-container .video-link-section .video-image {
  display: block;
  width: 100%;
  border: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.blocks-container .product-slider-section {
  max-width: 1500px;
  margin: 0 auto 75px;
}
.blocks-container .product-slider-section .swiper-wrapper {
  padding: 25px 0;
}
.blocks-container .product-slider-section .swiper-slide .product-item {
  margin: auto;
}
.blocks-container .accordion-section {
  position: relative;
  background-color: #FFEEEA;
  margin: 20px 0;
}
.blocks-container .accordion-section .accordion-block-content {
  max-width: 840px;
  padding: 150px 0;
  margin: 0 auto 150px;
}
@media screen and (max-width: 980px) {
  .blocks-container .accordion-section .accordion-block-content {
    padding: 50px 15px;
    margin: 0 auto 50px;
  }
}
.blocks-container .accordion-section .accordion-title {
  color: #E73E30;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
}
.blocks-container .accordion-section .accordion .accordion-item {
  border-bottom: 1px solid #F5C0B2;
}
.blocks-container .accordion-section .accordion .question-title {
  position: relative;
  color: #3A3938;
  background-color: transparent;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  border: none;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .blocks-container .accordion-section .accordion .question-title {
    font-size: 18px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}
.blocks-container .accordion-section .accordion .question-title:before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  display: block;
  background-color: #E73E30;
  width: 24px;
  height: 4px;
}
.blocks-container .accordion-section .accordion .question-title::after {
  position: absolute;
  top: 4px;
  left: 11px;
  content: "";
  display: block;
  background-color: #E73E30;
  width: 4px;
  height: 24px;
  transition: all 0.2s ease;
}
.blocks-container .accordion-section .accordion .question-title.open::after {
  top: 14px;
  height: 4px;
}
.blocks-container .accordion-section .accordion .accordion-panel {
  color: #494949;
  font-size: 18px;
  line-height: 1.5;
}
.blocks-container .accordion-section .accordion .accordion-panel p {
  color: #494949;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .blocks-container .accordion-section .accordion .accordion-panel {
    font-size: 14px;
  }
  .blocks-container .accordion-section .accordion .accordion-panel p {
    font-size: 14px;
  }
}
.blocks-container .accordion-section:before {
  content: "";
  background-color: #FFEEEA;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -19px;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/main-theme/images/top_mask_bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/wp-content/themes/main-theme/images/top_mask_bg.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.blocks-container .accordion-section:after {
  content: "";
  background-color: #FFEEEA;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/main-theme/images/bottom_mask_bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/wp-content/themes/main-theme/images/bottom_mask_bg.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.blocks-container .image-end-text-section {
  position: relative;
  background-color: #FFEEEA;
  padding: 150px 0;
}
@media screen and (max-width: 1024px) {
  .blocks-container .image-end-text-section {
    padding: 50px 0;
  }
}
.blocks-container .image-end-text-section .image-end-text {
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  max-width: 1125px;
  margin: auto;
  padding: 0 15px;
  box-sizing: 0;
}
@media screen and (max-width: 1024px) {
  .blocks-container .image-end-text-section .image-end-text {
    flex-direction: column;
    padding: 0 15px;
    box-sizing: 0;
  }
}
.blocks-container .image-end-text-section .image-end-text .image-col {
  flex: 0 0 auto;
  max-width: 375px;
}
.blocks-container .image-end-text-section .image-end-text .text-col {
  flex: 1 1 auto;
}
.blocks-container .image-end-text-section .image-block {
  display: block;
}
.blocks-container .image-end-text-section .image-block img {
  display: block;
  max-width: 100%;
}
.blocks-container .image-end-text-section .text-col h1, .blocks-container .image-end-text-section .text-col h2, .blocks-container .image-end-text-section .text-col h3, .blocks-container .image-end-text-section .text-col h4, .blocks-container .image-end-text-section .text-col h5, .blocks-container .image-end-text-section .text-col h6 {
  color: #3A3938;
  font-size: 34px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
}
.blocks-container .image-end-text-section .text-col p, .blocks-container .image-end-text-section .text-col li {
  color: #3A3938;
  font-size: 20px;
  line-height: 1.5;
}
.blocks-container .image-end-text-section .text-col ul {
  list-style: none;
  margin-bottom: 25px;
}
.blocks-container .image-end-text-section .text-col ul li {
  position: relative;
  margin-bottom: 15px;
}
.blocks-container .image-end-text-section .text-col ul li:before {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/dot_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  right: -40px;
  display: block;
  width: 30px;
  height: 11px;
}
.blocks-container .image-end-text-section:before {
  content: "";
  background-color: #FFEEEA;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -19px;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/main-theme/images/top_mask_bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/wp-content/themes/main-theme/images/top_mask_bg.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}
.blocks-container .image-end-text-section:after {
  content: "";
  background-color: #FFEEEA;
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -19px;
  left: 0;
  -webkit-mask-image: url("/wp-content/themes/main-theme/images/bottom_mask_bg.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: url("/wp-content/themes/main-theme/images/bottom_mask_bg.png");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

.about-us-wrapper .page-banner-block {
  position: relative;
  padding: 150px 15px 120px;
}
.about-us-wrapper .page-banner-block .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-us-wrapper .page-banner-block .banner-image img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-us-wrapper .page-banner-block .breadcrumbs-row {
  position: relative;
  color: #3A3938;
  font-size: 20px;
  text-align: center;
}
.about-us-wrapper .page-banner-block .breadcrumbs-row a {
  color: #3A3938;
  font-size: 20px;
  text-decoration: none;
}
.about-us-wrapper .page-banner-block .main-page-title {
  position: relative;
  color: #3A3938;
  font-size: 56px;
  margin: 0;
  text-align: center;
}
.about-us-wrapper .about-us-content {
  max-width: 1125px;
  margin: auto;
}
.about-us-wrapper .about-us-content h1, .about-us-wrapper .about-us-content h2, .about-us-wrapper .about-us-content h3, .about-us-wrapper .about-us-content h4, .about-us-wrapper .about-us-content h5, .about-us-wrapper .about-us-content h6 {
  color: #3A3938;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
.about-us-wrapper .about-us-content h1 img, .about-us-wrapper .about-us-content h2 img, .about-us-wrapper .about-us-content h3 img, .about-us-wrapper .about-us-content h4 img, .about-us-wrapper .about-us-content h5 img, .about-us-wrapper .about-us-content h6 img {
  vertical-align: middle;
}
.about-us-wrapper .about-us-content p, .about-us-wrapper .about-us-content li {
  color: #3A3938;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

.products-list-page {
  position: relative;
  padding: 0 15px;
}
.products-list-page .products-list-banner {
  position: absolute;
  background-color: #FF6962;
  width: 100%;
  max-width: 1900px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  padding-top: 37%;
  margin: auto;
  -webkit-mask-image: url("/wp-content/themes/main-theme/images/mask_image.png");
  mask-image: url("/wp-content/themes/main-theme/images/mask_image.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.products-list-page .products-list-banner .banner-circle {
  position: absolute;
  top: 33%;
  right: -70px;
  width: 266px;
  height: 266px;
  border-radius: 266px;
  background-color: #F5C0B2;
}
.products-list-page .products-list-section {
  position: relative;
  z-index: 1;
  padding-top: 150px;
}
.products-list-page .products-list-section .breadcrumbs-row {
  color: #3A3938;
  font-size: 20px;
  text-align: center;
}
.products-list-page .products-list-section .breadcrumbs-row a {
  color: #3A3938;
  font-size: 20px;
  text-decoration: none;
}
.products-list-page .products-list-section .main-page-title {
  color: #3A3938;
  margin: 0;
  font-size: 56px;
  text-align: center;
}
.products-list-page .products-list-section .products-list-text {
  max-width: 1115px;
  margin: 50px auto 150px;
}
.products-list-page .products-list-section .products-list-text h1, .products-list-page .products-list-section .products-list-text h2, .products-list-page .products-list-section .products-list-text h3, .products-list-page .products-list-section .products-list-text h4, .products-list-page .products-list-section .products-list-text h5, .products-list-page .products-list-section .products-list-text h6 {
  color: #3A3938;
  font-size: 42px;
  text-align: center;
}
.products-list-page .products-list-section .products-list-text p, .products-list-page .products-list-section .products-list-text li {
  color: #3A3938;
  font-size: 20px;
  text-align: center;
}
.products-list-page .banner-image {
  text-align: center;
}
.products-list-page .banner-image img {
  width: 100%;
  max-width: 853px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.products-list-page .added-blocks-container {
  position: relative;
  z-index: 1;
}
.products-list-page .products-list {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 100px;
  max-width: 1500px;
  margin: auto;
}
.products-list-page .products-list .products-item-col {
  flex: 1 0 auto;
  max-width: 30%;
  width: 30%;
}
@media screen and (max-width: 980px) {
  .products-list-page .products-list .products-item-col {
    max-width: 100%;
    width: 100%;
  }
}

.product-block-wrapper .product-logo-block {
  position: relative;
  padding: 150px 15px 120px;
}
@media screen and (max-width: 1024px) {
  .product-block-wrapper .product-logo-block {
    padding: 50px 15px 0;
  }
}
.product-block-wrapper .product-logo-block .banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-block-wrapper .product-logo-block .banner-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-position: top center;
     object-position: top center;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-block-wrapper .breadcrumbs-row {
  position: relative;
  text-align: center;
}
.product-block-wrapper .product-logo {
  position: relative;
  text-align: center;
}
.product-block-wrapper .product-logo .product-logo {
  width: auto;
  max-height: 60px;
}
.product-block-wrapper .product-content {
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
  max-width: 1415px;
  margin: auto;
  padding: 0 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .product-content {
    flex-direction: column;
    row-gap: 50px;
  }
}
.product-block-wrapper .product-content .gallery-col {
  flex: 1 0 auto;
  width: 48%;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .product-content .gallery-col {
    width: 100%;
  }
}
.product-block-wrapper .product-content .content-col {
  position: relative;
  color: #3A3938;
  flex: 1 0 auto;
  width: 48%;
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .product-content .content-col {
    width: 100%;
  }
}
.product-block-wrapper .product-content .content-col p, .product-block-wrapper .product-content .content-col li {
  font-size: 16px;
}
.product-block-wrapper .product-content .content-col .row-border {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product-block-wrapper .product-content .content-col .share-button-product {
  position: absolute;
  top: 0;
  left: 0;
}
.product-block-wrapper .gallery-block-wrapper {
  position: sticky;
  top: 115px;
  padding-top: 70%;
  max-height: 487px;
}
@media screen and (max-width: 1024px) {
  .product-block-wrapper .gallery-block-wrapper {
    padding-top: 180%;
    max-height: none;
  }
}
.product-block-wrapper .gallery-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 1024px) {
  .product-block-wrapper .gallery-block {
    row-gap: 15px;
    flex-direction: column-reverse;
  }
}
.product-block-wrapper .gallery-block .swiper {
  max-height: 100%;
}
.product-block-wrapper .gallery-block .gallery-menu {
  width: 17%;
}
@media screen and (max-width: 1024px) {
  .product-block-wrapper .gallery-block .gallery-menu {
    width: 100%;
  }
}
.product-block-wrapper .gallery-block .gallery-main {
  width: 79%;
  border: 1px solid #F4F4F3;
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .product-block-wrapper .gallery-block .gallery-main {
    width: 100%;
    border-radius: 10px;
  }
}
.product-block-wrapper .gallery-block .gallery-item-nav {
  position: relative;
  border: 1px solid #f4f4f3;
  border-radius: 20px;
  height: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1024px) {
  .product-block-wrapper .gallery-block .gallery-item-nav {
    height: 75px;
    border-radius: 7px;
  }
}
.product-block-wrapper .gallery-block .gallery-item-nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-block-wrapper .gallery-block .gallery-item {
  padding: 14%;
  text-align: center;
}
.product-block-wrapper .gallery-block .gallery-item img {
  max-width: 100%;
  max-height: 100%;
}
.product-block-wrapper .product-name {
  color: #636363;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .product-name {
    margin: 0;
  }
}
.product-block-wrapper .product-content-row {
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .product-content-row {
    flex-direction: column;
    row-gap: 25px;
  }
}
.product-block-wrapper .product-content-row .product-content {
  flex: 1 0 auto;
}
.product-block-wrapper .product-content-row .online-purchase {
  flex: 0 1 auto;
}
.product-block-wrapper .label-box {
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .label-box {
    flex-direction: column;
    row-gap: 25px;
  }
}
.product-block-wrapper .label-box .label-col {
  color: #565656;
  flex: 0 0 auto;
  width: 200px;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .product-block-wrapper .label-box .label-col {
    width: 100%;
  }
}
.product-block-wrapper .label-box .content-col {
  flex: 1 1 auto;
}
.product-block-wrapper .label-box .content-col .composition-item {
  position: relative;
  padding-right: 35px;
  line-height: 25px;
  min-height: 25px;
  margin-bottom: 15px;
}
.product-block-wrapper .label-box .content-col .composition-item:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
}
.product-block-wrapper .label-box .content-col .composition-item.sugar-free:before {
  background-image: url("/wp-content/themes/main-theme/images/icon_1.png");
}
.product-block-wrapper .label-box .content-col .composition-item.no-food-coloring:before {
  background-image: url("/wp-content/themes/main-theme/images/icon_2.png");
}

.color-list {
  list-style: none;
  margin: 0;
}
.color-list li {
  position: relative;
  font-size: 22px;
  line-height: 1.5;
}
.color-list li:before {
  content: "";
  background-image: url("/wp-content/themes/main-theme/images/dot_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: -40px;
  display: block;
  width: 30px;
  height: 11px;
}

.footer .footer-block {
  max-width: 1412px;
  margin: auto;
}
.footer .menu-row {
  display: -moz-flex;
  display: flex;
  -moz-column-gap: 2%;
       column-gap: 2%;
  border-bottom: 1px solid #616161;
  margin: auto;
  padding: 50px 0;
}
@media screen and (max-width: 980px) {
  .footer .menu-row {
    flex-direction: column;
    row-gap: 25px;
  }
}
.footer .menu-row .big-logo-col {
  flex: 0 0 auto;
  margin: auto;
}
.footer .menu-row .big-logo-col img {
  width: 100%;
  height: 100%;
  max-height: 80px;
}
.footer .menu-row .menu-col {
  flex: 1 1 auto;
  margin: auto;
}
.footer .menu-row .num-col {
  flex: 0 0 auto;
  margin: auto;
}
.footer .menu-row .social-col {
  flex: 0 0 auto;
  margin: auto;
}
.footer .menu-row .small-logo-col {
  flex: 0 0 auto;
  margin: auto;
}
.footer .menu-row .small-logo-col img {
  width: 100%;
  height: 100%;
  max-height: 27px;
}
.footer .copyright-row {
  padding: 50px 0;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .footer .copyright-row {
    flex-direction: column;
    row-gap: 25px;
    padding: 30px 15px;
  }
}
.footer .copyright-row .copyright-text {
  flex: 0 0 auto;
}
.footer .copyright-row .copyright-text p, .footer .copyright-row .copyright-text a {
  color: #646464;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.footer .copyright-row .copyright-text a:hover, .footer .copyright-row .copyright-text a:focus {
  text-decoration: underline;
}
.footer .copyright-row .created-text p, .footer .copyright-row .created-text a {
  color: #646464;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.footer .footer-menu-box {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .footer .footer-menu-box {
    text-align: center;
  }
}
.footer .footer-menu-box .menu-item {
  color: #545454;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 980px) {
  .footer .footer-menu-box .menu-item {
    margin: 0 15px;
  }
}
.footer .footer-menu-box .menu-item:after {
  content: "";
  display: inline-block;
  background-color: #646464;
  height: 20px;
  width: 1px;
  margin: 0 7px;
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  .footer .footer-menu-box .menu-item:after {
    display: none;
  }
}
.footer .footer-menu-box .menu-item:last-child:after {
  display: none;
}
.footer .footer-menu-box .menu-item a {
  color: #545454;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
  text-decoration: none;
}
.footer .footer-menu-box .menu-item a:hover, .footer .footer-menu-box .menu-item a:focus {
  text-decoration: underline;
}
.footer .num-col {
  font-size: 16px;
  font-weight: 600;
  margin: auto;
}
.footer .num-col a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.footer .social-list {
  margin: 0;
  padding: 0;
}
.footer .social-list .item-social {
  display: inline-block;
  margin: 0 7px;
}
.footer .social-list .item-social img {
  display: block;
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .social-list .item-social a {
  display: inline-block;
  outline: 2px solid rgba(255, 105, 98, 0);
  outline-offset: 0;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.footer .social-list .item-social a:hover, .footer .social-list .item-social a:focus {
  outline: 2px solid rgb(255, 105, 98);
  outline-offset: 3px;
}
.footer .social-list .item-social:first-child {
  margin-right: 0;
}
.footer .social-list .item-social:last-child {
  margin-left: 0;
}

.product-item {
  max-width: 415px;
}
.product-item .product-image {
  display: block;
  max-width: 320px;
  padding: 50px;
  border-radius: 25px;
  margin: 0 auto 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-position: bottom 35% center;
  background-size: 70%;
  outline: 3px solid;
  outline-offset: 0px;
  transition: all 0.5s ease;
}
.product-item .product-image .logo-row {
  height: 80px;
  text-align: center;
  margin-bottom: 50px;
}
.product-item .product-image .image-row {
  height: 268px;
  text-align: center;
}
.product-item .product-image .product-logo {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
.product-item .product-image .product-img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
.product-item .product-image:hover, .product-item .product-image:focus {
  outline-offset: 10px;
}
.product-item .product-title-link {
  text-decoration: none;
}
.product-item .product-title {
  color: #E73E30;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.product-item .product-excerpt {
  color: #3A3938;
  max-width: 310px;
  font-size: 20px;
  text-align: center;
  margin: 10px auto;
}
.product-item .size-meta {
  color: #3A3938;
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}
.product-item .product-links {
  display: -moz-flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .product-item .product-links {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.product-item .product-links .product-link {
  display: block;
  flex: 0 0 auto;
  width: 48%;
  background-color: #E73E30;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #E73E30;
  border-radius: 55px;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .product-item .product-links .product-link {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.product-item .product-links .product-link:hover, .product-item .product-links .product-link:focus {
  background-color: #ffffff;
  color: #E73E30;
}
.product-item .product-links .product-purchase-link {
  flex: 0 0 auto;
  width: 48%;
  min-width: auto;
}

.product-purchase-link {
  position: relative;
  display: block;
  min-width: 240px;
  color: #E73E30;
  background-color: rgba(231, 63, 48, 0);
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  padding: 15px 25px;
  box-sizing: border-box;
  border: 1.5px solid #E73E30;
  border-radius: 55px;
  text-decoration: none;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .product-purchase-link {
    font-size: 14px;
    padding: 10px 15px;
    min-width: auto;
  }
}
.product-purchase-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  background-image: url("/wp-content/themes/main-theme/images/right-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  opacity: 1;
  transition: all 0.5s ease;
}
@media screen and (max-width: 980px) {
  .product-purchase-link:after {
    width: 24px;
    height: 24px;
  }
}
.product-purchase-link:hover, .product-purchase-link:focus {
  color: #ffffff;
  background-color: rgb(231, 63, 48);
}
.product-purchase-link:hover:after, .product-purchase-link:focus:after {
  left: -50px;
}

@media screen and (max-width: 1024px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    z-index: 9999;
  }
  .mobile-nav-wrapper {
    position: absolute;
    background-color: #FF6962;
    background-image: url("/wp-content/themes/main-theme/images/mobile_nav_bg.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    transition: all 0.5s ease;
  }
  .mobile-nav-wrapper.mobile-open {
    left: 0;
  }
}
.more-post-row {
  text-align: center;
}
.more-post-row .more-post-btn {
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  color: #ff6962;
  border: 1px solid #ff6962;
  font-size: 18px;
  padding: 5px 35px;
  margin-top: 50px;
}
.more-post-row .more-post-btn:hover, .more-post-row .more-post-btn:focus {
  color: #ffffff;
  background-color: #ff6962;
}

body.page-template-tpl-posts-page .breadcrumbs-row,
body.category .breadcrumbs-row {
  text-align: center;
}
