.hidden{
  display: none !important;
}

#powrIframeLoader {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

/* BEGIN NEW STYLING PRODUCTS ACTION PAGE */
.product-action-wrap {
  margin: 60px 0;
}

.product-action-wrap .inner {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.product-action-wrap .inner .block-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  flex: 1;
  min-width: 500px;
}

.product-action-wrap .inner .block-title .title {
  text-transform: uppercase;
  font-weight: 600;
}

.product-action-wrap .inner .block-title .subtitle {
  max-width: 500px;
}

.product-action-wrap .inner .block-title .btn {
  color: #fff;
  margin-top: 25px;
}

.product-action-wrap .inner .product-overflow {
  width: 940px;
  /*   flex: 2; */
  display: flex;
  align-items: stretch;
}

.product-action-wrap .product-block {
  padding: 20px;
  background: #fff;
}

.product-action-wrap .product-block .product-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-action-wrap .product-block .product-wrap .image-wrap {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product-action-wrap .product-block .product-wrap .image-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  /*   max-height: 300px; */
  object-fit: contain;
}

.product-action-wrap .product-block .product-wrap .text-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-action-wrap .product-block .product-wrap .text-wrap .title {
  padding-top: 20px;
  padding-bottom: 7px;
  color: var(--accent);
  font-weight: 700;
  font-size: 1em;
}

.product-action-wrap .product-block .product-wrap .text-wrap .price {
  color: #86715A;
}

@media(max-width: 992px) {
  .product-action-wrap .inner .product-overflow {
    flex: 1;
  }

  .product-action-wrap .product-block {
    min-width: 260px;
  }

  .product-action-wrap .inner .block-title {
    min-width: unset;
  }
}

@media(max-width: 767px) {
  .product-action-wrap .inner .product-overflow {
    width: 100%;
  }

  .product-action-wrap .inner {
    flex-direction: column;
  }
}

#page-template-01-new .content-block:last-child {
  background-color: #fff;
}

#page-template-01-new .block-wrap .content-block .inner .product-block .image-wrap img {
  height: unset;
}

/* END NEW STYLING PRODUCTS ACTION PAGE */

#collection-card-banner {
  padding: 0;
  color: #fff;
}

#collection-card-banner .inner {
  padding: 15px;
  height: 100%;
}

#collection-card-banner .blocks {
  display: flex;
  flex-direction: row;
  height: calc(100% - 30px);
  padding: 0;
  margin: 15px 0;
}

#collection-card-banner .blocks .block {
  padding: 0;
  width: 50%;
}

#collection-card-banner .blocks .block.block-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 42px 28px;
}

#collection-card-banner .blocks .block.block-right {
  padding-right: 15px;
  text-align: center;
}

#collection-card-banner .devider {
  width: 80%;
  height: 1px;
  margin: 15px 0;
  background-color: #fff;
}

#collection-card-banner img {
  width: auto;
  max-width: 100%;
  height: 100%;
  min-height: calc(100% + 30px);
  margin-top: -15px;
  border: 3px solid #fff;
}

@media (max-width: 767px) {
  #collection-card-banner .blocks {
    flex-direction: column;
  }

  #collection-card-banner .blocks .block {
    width: 100%;
  }

  #collection-card-banner .blocks .block.block-left {
    padding: 28px;
  }

  #collection-card-banner .blocks .block.block-right {
    padding: 0 28px 28px;
  }

  #collection-card-banner img {
    min-height: unset;
    height: auto;
    max-height: 420px;
    margin-top: 0;
  }
}

.product-label.actie-label,
.product-label.special-label {
  display: inline-flex;
  font-size: 12px;
  padding: 5px 15px;
  color: #fff;
  font-weight: 700;
}

.product-info .product-label.actie-label,
.product-info .product-label.special-label {
  font-size: 14px;
  margin-top: 8px
}

.variant-message.hidden {
  display: none;
}

.variant-message {
  border: 1px solid var(--red);
  padding: 6px 12px;
  border-radius: 2px;
  height: 42px;
  background-color: rgba(153, 0, 0, 0.03);
  color: var(--red);
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.score-block {
  padding: 24px;
  border: 1px solid var(--grey_border);
}

.score-block .rating .score-top {
  gap: 16px;
}

.score-block .rating .score {
  font-size: 26px;
  font-weight: bold;
}

.score-block .rating .stars {
  font-size: 22px;
}


.score-block .rating-bar-wrap {
  margin-top: 16px;
}

.score-block .rating-bar-wrap .product-stars {
  width: 110px;
  margin-right: 5px;
}

.score-block .rating-bar-wrap .product-stars span.empty {
  color: #f7f6f2;
}

.score-block .rating-bar-wrap .rating-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.score-block .rating-bar-wrap .rating-bar .bar {
  flex: 1;
  height: 8px;
  border-radius: 4px;
  background-color: #f7f6f2;
  overflow: hidden;
}

.score-block .rating-bar-wrap .rating-bar .bar .slide {
  background-color: #F2AA50;
  height: 100%;
  border-radius: 4px;
}

.score-block .rating-bar-wrap .rating-bar .total {
  width: 40px;
  text-align: right;
}

.reviews {
  gap: 16px;
  margin: 32px 0;
}

.reviews .review {
  padding: 24px;
  border-radius: 4px;
  background-color: #f7f6f2;
}

.reviews .review .stars {
  font-size: 18px;
  margin-bottom: 4px;
}

.reviews .review .review-status {
  margin-bottom: 16px;
  gap: 4px;
}

.reviews .review .name-date {
  display: flex;
  gap: 8px;
}

.reviews .review .name {
  font-weight: 600;
}

.stars .star {
  color: #F2AA50;
}

.vacancies {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 32px;
  border: 1px solid #333;
}

.vacancy-block .block-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
  cursor: pointer;

  transition: all 0.2s ease-in-out;
}

.vacancy-block:not(:last-child) .block-inner {
  border-bottom: 1px solid #333;
}

.vacancy-block a:hover .block-inner {
  background-color: rgba(187, 166, 105, 0.1);
}

.vacancy-block .block-inner .title {
  font-size: 18px;
  font-weight: 600;
}

.vacancy-block .vacancy-info {
  display: flex;
  gap: 16px;
  font-size: 14px;
}

.sm-load-more-products__wrap{
  display: flex;
  justify-content: center;
  margin-top: 16px;
  order: 3;
}

/* service page  */

.service-top-content {
  padding: var(--block_spacing) 0 calc(var(--block_spacing) / 2);
} 

.service-top-content{
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.service-top-content img{
  width: 100%;
  margin: auto;
  mix-blend-mode: darken;
}

.service-top-content p{
  text-align: left !important;
}

@media(max-width: 991px){
  .service-top-content{
    display: grid !important;
    grid-template-columns: 1fr;
  }


  .service-top-content img{
    order: -1;
  }

}

.service-top-content .content-wrap {
  max-width: 700px;
}
.service-top-content .title {
  margin-bottom: 20px;
  font-size: 1.16em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

#service-page .faq-wrap .title{
  font-size: 38px;
}
