@media only screen and (max-width: 1024px) {
  #product-gallery .slick-dots {
    padding: 0px 0 30px 0;
  }
}

@media only screen and (max-width: 992px) {
  body.catalog-product-view h1.page-title {
    position: relative;
    display: grid;
    grid-template-columns: 80% 15%;
  }
  .product-info-main .product-info-price {
    margin: initial;
  }
  .product-info-main .product-add-form .product-options-wrapper {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view h1.page-title span {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view .product-info-price .price-box {
    display: block !important;
    gap: 0;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view .actions .action.primary.tocart {
    margin-left: 0 !important;
  }
}
body.catalog-product-view div.product-options-bottom div.stock,
body.catalog-product-view div.product-add-form div.stock {
  align-items: center;
  display: flex;
  gap: 7px;
  margin-top: 10px;
  margin-bottom: -4px;
}
body.catalog-product-view div.product-options-bottom div.stock span,
body.catalog-product-view div.product-add-form div.stock span {
  color: #1aab7b;
  font-weight: 600;
  font-family: "Moderat Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
}
body.catalog-product-view div.product-options-bottom div.stock img,
body.catalog-product-view div.product-add-form div.stock img {
  max-width: 25px;
  max-height: 25px;
}
body.catalog-product-view div.product-options-bottom div.box-tocart,
body.catalog-product-view div.product-add-form div.box-tocart {
  margin-top: 12px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-options-bottom div.box-tocart,
body.catalog-product-view div.product-add-form div.box-tocart {
    margin-top: 15px !important;
  }
}
body.catalog-product-view div.product-add-form div.stock {
  margin-bottom: 14px !important;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-add-form div.stock {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
body.catalog-product-view div.product-reviews-summary {
  margin: -7px 0 4px 0;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.product-reviews-summary {
    padding: 0;
  }
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions {
  margin-top: 6px;
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions a span[itemprop=reviewCount]:before {
  transition: all 0.2s;
  content: "(";
  font-size: 14px;
  color: black;
  display: inline-block;
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions a span:nth-child(2):after {
  transition: all 0.2s;
  content: ")";
  font-size: 14px;
  color: black;
  display: inline-block;
  margin-left: -3px;
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions a:hover span[itemprop=reviewCount]:before {
  color: #1cab7b;
  transition: all 0.2s;
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions a:hover span:nth-child(2):after {
  color: #1cab7b;
  transition: all 0.2s;
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions a.view {
  border-right: 1px solid rgba(112, 112, 112, 0.29);
  padding: 1px 8px 1px 0;
  margin-right: 8px;
  display: inline-block;
  line-height: 1;
}
body.catalog-product-view div.product-reviews-summary div.reviews-actions a.add {
  text-transform: unset;
}
body.catalog-product-view div.block.review-list {
  display: grid;
  grid-template-columns: 35% 1fr;
  grid-template-areas: "side filter" "side Reviews";
  gap: 0 50px;
  padding: 50px 30px !important;
  background-color: #F6F4F2;
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list {
    display: flex;
    padding: 30px 20px 70px 20px !important;
  }
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper {
  grid-area: side;
  display: block !important;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper:before {
  content: "Reviews";
  font-family: "Oswald";
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amreview-info-wrapper:before {
    margin-bottom: 10px;
    font-size: 2.6rem;
  }
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 5px;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info p.amreview-summary {
  order: 2;
  color: black;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  text-decoration: underline;
  margin-bottom: 15px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info p.amreview-summary {
    display: block !important;
  }
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info p.amreview-summary:after {
  content: "/5.0";
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info div.amreview-rating-wrapper {
  display: flex;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info div.amreview-rating-wrapper div.amstars-rating-container {
  background: url(/media/categoryProducts/grey-material-stars-ruimte.svg) !important;
  height: 26px !important;
  width: 145px !important;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info div.amreview-rating-wrapper div.amstars-rating-container p.amstars-stars {
  background: url(/media/categoryProducts/green-material-stars-ruimte.svg) !important;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info div.amreview-rating-wrapper p.amreview-count {
  color: black;
  font-weight: 500;
  font-size: 16px;
  text-transform: lowercase;
  text-decoration: underline;
  margin-left: 8px;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info div.amreview-rating-wrapper p.amreview-count:before {
  content: "(";
  display: inline-block;
  text-decoration: underline;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-info div.amreview-rating-wrapper p.amreview-count:after {
  content: ")";
  display: inline-block;
  text-decoration: underline;
  letter-spacing: 5px;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details {
  width: 100%;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label {
  display: grid;
  grid-template-columns: 7% 83% 14%;
  align-items: center;
  margin-bottom: 7px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label {
    grid-template-columns: 10% 75% 15%;
  }
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label div.amreview-bar {
  width: auto;
  background-color: #EFEFED;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  margin: 0 10px;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label div.amreview-bar.-active {
  background: #1AAB7B !important;
  border: 1px solid #1AAB7B;
  height: 5px;
  margin: 0;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label p.amreview-stars {
  font-size: 0;
  min-width: 0 !important;
  display: flex;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label p.amreview-stars {
    justify-content: space-around;
  }
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label p.amreview-stars:after {
  content: "";
  background-image: url(/media/categoryProducts/green-material-stars-ruimte.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  display: inline-block;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label p.amreview-stars:before {
  font-size: 16px;
  color: black;
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label:nth-child(1) p.amreview-stars:before {
  content: "5";
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label:nth-child(2) p.amreview-stars:before {
  content: "4";
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label:nth-child(3) p.amreview-stars:before {
  content: "3";
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label:nth-child(4) p.amreview-stars:before {
  content: "2";
}
body.catalog-product-view div.block.review-list div.amreview-info-wrapper div.amreview-summary-details a.amreview-label:nth-child(5) p.amreview-stars:before {
  content: "1";
}
body.catalog-product-view div.block.review-list figure.amrev-toolbar-container {
  grid-area: filter;
  background: transparent !important;
  margin-top: 58px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list figure.amrev-toolbar-container {
    margin-top: 10px !important;
  }
}
body.catalog-product-view div.block.review-list figure.amrev-toolbar-container ul.amrev-filters {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body.catalog-product-view div.block.review-list figure.amrev-toolbar-container div.amrev-sorting {
  border: none;
  margin-bottom: 15px;
  background: transparent !important;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list figure.amrev-toolbar-container div.amrev-sorting {
    margin-bottom: 5px;
    justify-content: end !important;
  }
}
body.catalog-product-view div.block.review-list figure.amrev-toolbar-container div.amrev-sorting select {
  border-color: black;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 0;
}
body.catalog-product-view div.block.review-list figure.amrev-toolbar-container div.amrev-sorting label.sorter-label {
  font-size: 14px;
  text-transform: none;
}
body.catalog-product-view div.block.review-list div.amrev-items-block {
  grid-area: Reviews;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item {
  margin-bottom: 20px !important;
  padding: 30px !important;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item {
    padding: 10px 20px 20px 20px !important;
  }
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.review-details {
  margin-bottom: 20px;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.review-details div.amreview-wrap p {
  text-transform: none;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.review-details div.amreview-wrap p.amreview-author {
  line-height: 1;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.review-details div.amreview-wrap p.amreview-date {
  line-height: 1.6;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.review-details div.amreview-wrap p.amreview-recommended {
  margin: 30px 0 -15px 0;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.review-details div.amreview-wrap p.amreview-recommended {
    margin: 5px 0 -20px;
  }
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amstars-rating-container.-small {
  background: url(/media/categoryProducts/grey-material-stars-ruimte.svg) !important;
  height: 26px !important;
  width: 145px !important;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amstars-rating-container.-small p.amstars-stars {
  background: url(/media/categoryProducts/green-material-stars-ruimte.svg) !important;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap {
  position: relative;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap div.amrev-comment-toolbar {
  position: absolute;
  right: 0;
  bottom: -25px;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap div.amrev-comment-toolbar span.amreview-helpful {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap div.amreview-description {
  max-width: 70%;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap div.amreview-description {
    margin-top: 0;
  }
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap span.amreview-rating-label:before {
  color: black;
  font-weight: 500;
  margin-top: 5px;
  text-transform: none;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap span.amreview-title-review {
  font-family: "Oswald";
  font-size: 20px;
  margin-top: 10px;
  text-transform: none;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item div.amreview-description-wrap span.amreview-title-review {
    padding: 0;
  }
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item span.amrev-voteqty {
  display: none;
  opacity: 0;
  visibility: hidden;
}
body.catalog-product-view div.block.review-list div.amrev-items-block li.review-item span.amreview-text {
  font-weight: 500;
  text-transform: none;
}
body.catalog-product-view div.amreview-submit-form {
  background-color: #F6F4F2;
  margin-top: -110px;
}
body.catalog-product-view div.fieldset {
  margin-bottom: 0;
}
body.catalog-product-view .swatch-opt .swatch-attribute {
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view .swatch-opt .swatch-attribute {
    margin-top: 5px;
  }
}
body.catalog-product-view .swatch-opt .swatch-attribute div.swatch-option.out-of-stock {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
  position: relative;
}
body.catalog-product-view .swatch-opt .swatch-attribute div.swatch-option.out-of-stock:after {
  content: "";
  background-image: url(../images/product/outofstock.png);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
body.catalog-product-view .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  color: #1a212b;
  padding-left: 3px;
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
    display: none;
    color: black;
    padding-left: 6px;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view .swatch-opt .swatch-attribute .swatch-attribute-label {
    color: black;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view .product-options-wrapper .swatch-option {
    max-width: 31px;
    max-height: 31px;
    margin: 0 7px 5px 0;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view button.tocart {
    padding: 0 30px 9px 30px !important;
  }
}
@media only screen and (max-width: 992px) {
  body.catalog-product-view button.tocart span:before {
    content: "";
    background-image: url(https://www.marley.nl/media/icons/addToCart.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: relative;
    top: 6px;
    right: 9px;
  }
}