/* Breakpoints */
/* Template variables */
/* Shoptet variables datasheet: https://developers.shoptet.com/shoptet-tools/editing-templates/placeholders-not-only-for-template-colors/ */
/* Template fonts */
/* Custom variables */
@media (min-width: 1200px) {
  body.type-detail .shp-tab-link {
    display: block;
    margin-top: 6px;
    padding: 10px 12px;
    background-color: #fdf8ec;
    position: relative;
  }
  body.type-detail .shp-tab-link.link-active {
    border-bottom: transparent;
  }
  body.type-detail .tab-pane {
    background-color: #fafafa;
    border-top: none;
    opacity: 1 !important;
    margin-top: 0 !important;
  }
  body.type-detail .shp-tab-link.link-active::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.646' height='6.574' viewBox='0 0 10.646 6.574'%3E%3Cpath id='Icon_material-keyboard-arrow-up' data-name='Icon material-keyboard-arrow-up' d='M10.251 18.574l4.072-4.063L18.4 18.574l1.251-1.251L14.323 12 9 17.323Z' transform='translate(-9 -12)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  body.type-detail .shp-tab-link:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.646' height='6.574' viewBox='0 0 10.646 6.574'%3E%3Cpath id='Icon_material-keyboard-arrow-up' data-name='Icon material-keyboard-arrow-up' d='M1.251 6.574 5.323 2.511 9.4 6.574l1.251-1.251L5.323 0 0 5.323Z' transform='translate(10.646 6.574) rotate(180)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #product-detail-form > .shp-tab-link {
    width: calc(50% - 3px);
    margin-right: 3px;
  }
  #product-detail-form > .shp-tab-link:first-of-type {
    margin-left: 3px;
    margin-right: 0;
    float: right;
  }
  #product-detail-form > .tab-pane {
    width: calc(50% - 3px);
    margin-left: 3px;
    position: absolute;
    transform: translateX(100%);
    margin-top: 51px !important;
  }
  #product-detail-form > .tab-pane:last-of-type {
    margin-right: 3px;
    margin-left: 0;
    margin-top: 0 !important;
    position: initial;
    transform: none;
  }
  #product-detail-form {
    position: relative;
  }
}
#description .description-inner .basic-description {
  margin-top: 20px;
}
#description .description-inner .basic-description > h3 {
  display: none;
}
body.type-detail .p-info-wrapper .p-final-price-wrapper {
  order: 3;
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  body.type-detail .p-info-wrapper .p-final-price-wrapper {
    order: 0;
    margin-bottom: -6px;
    text-align: center;
  }
}
body.type-detail .p-info-wrapper .availability-value {
  order: 4;
  margin-bottom: 0;
  position: relative;
  top: -17px;
  left: 155px;
}
body.type-detail .p-info-wrapper .availability-value .availability-amount {
  display: none;
}
@media (max-width: 767px) {
  body.type-detail .p-info-wrapper .availability-value {
    order: 0;
    top: -9px;
    left: auto;
    text-align: center;
  }
}
body.type-detail .product-top .p-info-wrapper .cartBox {
  justify-content: center;
  background-color: transparent;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  body.type-detail .product-top .p-info-wrapper .cartBox {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
body.type-detail .product-top .p-info-wrapper .cartBox .dkLabFavDiv {
  margin-left: 20px;
}
@media (max-width: 767px) {
  body.type-detail main .p-detail .p-info-wrapper .cartBox .dkLabFavDiv {
    position: absolute;
    right: 50%;
    top: 65px;
    transform: translateX(50%);
  }
}
body.type-detail .p-detail-content #description {
  display: block !important;
  background-color: transparent !important;
}
body.type-detail .p-detail-content #description .description-inner {
  padding-left: 0;
  padding-right: 0;
}
body.type-detail .p-detail-content #description .description-inner .basic-description {
  padding-right: 0;
}
body.type-detail .p-detail-content #description .description-inner .pb-faq__header {
  background-color: #fdf8ec;
  border-style: none;
  border-radius: 0;
  padding: 10px 12px !important;
  font-family: futura-pt, sans-serif;
  font-style: normal;
}
body.type-detail .p-detail-content #description .description-inner .pb-faq__header:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.646' height='6.574' viewBox='0 0 10.646 6.574'%3E%3Cpath id='Icon_material-keyboard-arrow-up' data-name='Icon material-keyboard-arrow-up' d='M1.251 6.574 5.323 2.511 9.4 6.574l1.251-1.251L5.323 0 0 5.323Z' transform='translate(10.646 6.574) rotate(180)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: auto;
}
body.type-detail .p-detail-content #description .description-inner .pb-faq__header.active:before {
  transform: none;
  content: "";
  position: absolute;
  right: 20px;
  top: 16px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.646' height='6.574' viewBox='0 0 10.646 6.574'%3E%3Cpath id='Icon_material-keyboard-arrow-up' data-name='Icon material-keyboard-arrow-up' d='M10.251 18.574l4.072-4.063L18.4 18.574l1.251-1.251L14.323 12 9 17.323Z' transform='translate(-9 -12)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: auto;
}
body.type-detail .p-detail-content a[href="#description"] {
  display: none;
}
