html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:root {
  --color-detail-product-arrows-BG: rgba(0,0,0,0.15);
  --color-detail-product-arrows-BG-hover: rgba(0,0,0,0.40);
  --color-detail-product-arrows-icon: #FFF;
  --color-detail-product-arrows-icon-hover: #FFF;
  --detail-product-arrows-border-radius: 30%;
}

h1 {
  font-size: 28px;
  font-weight: bold;
  color: #429667;
}

h2 {
  font-size: 22px;
  font-weight: bold;
  color: #429667;
  margin-top: 30px;
  margin-bottom: 15px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #429667;
  margin-top: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #7EB572;
}

a:link {
  color: #FFB53D;
	text-decoration: underline;
}

a:hover {
	color: #429667;
	text-decoration: underline;
}

body {
  background-color: #fff !important;
  font-size: 16px;
}

#header {
  z-index: 666;
}

.news-item-detail .text a,
.basic-description a,
.p-short-description a {
  text-decoration: underline
}

#read-more {
  scroll-margin: 20px;
  margin: 50px 0;
}

.p-param-block {
  flex-direction: column;
}

.social-buttons-wrapper {
  order: 1 !important;
}

.detail-parameters-wrapper {
  order: 2 !important;
}

.blog-hp {
  max-width: 100%;
  padding: 50px;
  margin: -20px 0;
  background-color: #fff;
}

.link-icon.print,
.link-icon.share {
  display: none !important;
}

.p-param-block {
  padding-top: 0;
}

.link-icons {
  width: 100%;
}

.link-icons .link-icon {
  margin-right: 0;
  margin-left: -10px;
  display: flex;
  width: calc(100% + 20px);
  height: 40px;
  background-color: #074237;
  padding: 40px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.link-icons .link-icon:hover {
  color: var(--color-primary-hover);
}

.link-icons .link-icon span::before {
  content: " ";
  left: 0;
  top: 0;
  background-image: url('svg/question-white.svg');
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  background-size: cover;
  display: inline-block;
}

.link-icons .link-icon span {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 20px;
}

.link-icons .link-icon::before {
  display: none;
}

.custom-footer__instagram {
  display: flex;
  width: 100%;
  padding: 0;
  background-color: #fff;
  padding-top: 50px;
  color: #000;
}

.custom-footer__instagram h4 {
  display: none;
}

#footer .custom-footer__instagram a {
  color: #000;
}

.instagram-widget {
  max-width: unset;
  width: 100%;
}

.instagram-widget > a {
  flex: 0 0 16.666%;
  padding-bottom: 16.666% !important;
  order: 2;
}

.instagram-widget > a img {
  transition: ease-in-out .3s;
}

.instagram-widget > a:hover img {
  transform: translateY(-50%) scale(1.05,1.05);
}

.instagram-follow-btn {
  order: 1;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 28px;
  flex: 0 0 100%;
}

.instagram-follow-btn a {
  color: var(--color-secondary);
}

figure {
margin: 1em 5px;
width: min-content;
display: inline-flex;
flex-flow: row wrap;
}

.custom-footer__banner10 {
  width: 100% !important;
  float: none;
  margin: 100px 0;
  background-image: url('/user/documents/upload/wool-ball-new2.png');
  background-repeat: no-repeat;
  background-position: calc(50% + 600px) 100%;
  background-size: 300px auto;
}

.about-us-cont {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 0;
  border-top: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.about-us-cont .container {
  width: 100%;
}

.about-us-cont h2 {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
}

.about-us-cont .container .btn {
  margin-top: 50px;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  font-weight: 700;
  border-radius: 10px;
  transition: ease-in-out .3s;
}

.about-us-cont .container .btn:hover {
  background-color: var(--color-primary);
  color: #fff;
}

.shp-tabs-holder ul.shp-tabs li a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.footer-newsletter .form-control {
  border-radius: 10px;
  overflow: hidden;
}

#description.active {
  display: flex;
  column-gap: 60px;
  align-items: flex-start;
}

#description .detail-parameters-wrapper {
  flex: 0 0 400px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.08);
  padding: 30px;
  border-radius: 10px;
  font-size: 16px;
}

.description-inner {
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  #description {
    flex-direction: column;
    gap: 40px;
  }

  #description .detail-parameters-wrapper {
    flex: 1 1 auto;
  }
}

#footer {
  background-color: #074237;
  color: #fff;
}

#footer a,
#footer h4 {
  color: #fff;
}

#footer ul li::before {
  border-color: #d29139;
  width: 7px;
  height: 7px;
  left: 13px;
}

#footer ul li.expandable::before {
  display: none;
}

#footer ul li ul li::before {
  border-color: #d29139;
  width: 7px;
  height: 7px;
  left: 25px;
}

#categories .expandable > a > span, #categories .expandable>.topic>a>span {
  color: #d29139;
  font-size: 14px;
  left: 0;
}

#categories .expandable .expanded li > a > span {
  left: 10px;
}

#categories .expandable.expanded>ul {
  padding: 0;
}

.categories ul a {
  padding-left: 30px;
}

.categories .topic>a {
  padding-left: 20px;
}

.categories ul ul a {
  padding-left: 40px;
}

#footer .custom-footer__articles ul li::before {
  left: -20px;
}

.availability-label.in-stock {
  color: #008000 !important;
  font-weight: 700;
}

.availability span.in-stock {
  color: #008000 !important;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .instagram-widget > a {
    flex: 0 0 33.333%;
    padding-bottom: 33.333% !important;
    order: 2;
  }
}

@media (max-width: 468px) {
  .instagram-widget > a {
    flex: 0 0 50%;
    padding-bottom: 50% !important;
    order: 2;
  }
}

.columns-4 .wide .products-block > div {
  padding: 15px;
}

.products-block .p {
  border: none;
  transition: ease-in-out .3s;
  padding: 15px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.08);
  border-radius: 10px;
}

.products-block > div .p .p-bottom > div .p-tools .btn,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  border-radius: 10px;
}

.btn.btn-default, a.btn.btn-default,
.btn.btn-conversion, a.btn.btn-conversion, .btn.btn-cart, a.btn.btn-cart {
  border-radius: 10px;
}

.p-detail .add-to-cart .quantity {
  border-radius: 10px;
}

table.detail-parameters tbody tr th,
table.detail-parameters tbody tr td {
  line-height: 1.3;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 10px;
}

#product-detail-form table.detail-parameters tbody tr th,
#product-detail-form table.detail-parameters tbody tr td {
  border-bottom: none;
}

.category-header input[type="radio"] + label {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.i-dont-wanna-see-it {
  display: none;
}

#products-list {
  display: none;
}

#read-more {
  scroll-margin: 100px;
}

.position--benefitProduct {
  margin-top: 30px;
  margin-bottom: 30px;
}

#parametric-categories {
  padding: 0;
  margin: 30px 0;
  gap: 9px;
  display: flex;
  flex-wrap: wrap;
}

#parametric-categories li {
  list-style-type: none;
  flex: 1 0 clamp(160px,16.666%,160px);
  max-width: clamp(160px,16.666%,160px);
}

#parametric-categories li a {
  position: relative;
  color: var(--color-primary);
  padding-top: 110px;
  padding-bottom: 15px;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  transition: ease-in-out .3s;
}

#parametric-categories li a:hover {
  color: var(--color-secondary-hover);
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
}

#parametric-categories li a img {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: auto;
}

#parametric-categories li a img:nth-child(2) {
  opacity: 0;
  transition: opacity ease-in-out .3s;
}

#parametric-categories li a:hover img:nth-child(2) {
  opacity: 1;
}

@media (max-width: 576px) {
 #parametric-categories  {
   justify-content: center;
  }
  #parametric-categories li {
    list-style-type: none;
    flex: 1 0 clamp(90px,16.666%,160px);
    max-width: 110px;
  }

  .link-icons .link-icon {
    font-size: 18px;
    padding: 20px 10px;
  }
}

.top-parameters-wrap {
  order: 2;
  box-shadow: 0 0px 30px rgba(0,0,0,0.08);
  padding: 30px;
  border-radius: 10px;
  font-size: 16px;
  width: calc(100% + 20px);
  margin-left: -10px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.top-parameters-wrap:empty {
  display: none;
}

.top-parameters-wrap .parameter-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex: 0 0 109px;
  align-items: center;
}

.top-parameters-wrap .parameter-item img {
  width: 80px;
  height: auto;
}

.top-parameters-wrap .parameter-item .name {
	display: none;
  font-weight: 400;
  color: #000);
  margin-top: 15px;
  margin-bottom: 5px;
}

.top-parameters-wrap .parameter-item .value {
  font-weight: 700;
  color: var(--color-secondary-hover);
  margin-top: 10px;
}

#top-parameters td,
#top-parameters th {
  line-height: 1.3;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 10px;
  text-align: left;
}

#top-parameters a {
  color: #000;
}

table.detail-parameters tbody tr .free-delivery-box {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  position: relative;
  padding-bottom: 40px;
  font-size: 15px;
  box-shadow: 0 0px 30px rgba(0,0,0,0.08);
}

table.detail-parameters tbody tr .free-delivery-box strong {
  color: #429667;
  white-space: nowrap;
}

table.detail-parameters tbody tr .free-delivery-box .progress-bar {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: 10px;
  border: 1px solid #e2e2e2;
}

table.detail-parameters tbody tr .free-delivery-box .progress-bar .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-width: 3px;
  width: 3px;
  max-width: 100%;
  background-color: #FFB53D;
  transition: width ease-in-out .3s;
}

@media (max-width: 767px) {
  .columns-4 .wide .products-block > div {
    padding: 5px;
  }
  .products-block .p {
    padding: 15px 5px;
  }

  .products-block .p .name {
    padding: 0;
    font-size: 15px;
  }

  .products-block > div .p .availability {
    font-size: 15px;
  }
}

.p-final-price-wrapper > strong {
  font-weight: 650;
  color: #074237;
}