/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.productConfiguration {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px 0;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .productConfiguration {
    margin: 0 0 40px 0;
  }
}
.productConfiguration h1 {
  font-size: 26px;
  line-height: 25px;
  white-space: normal;
  font-weight: 700;
  text-transform: none;
}
.productConfiguration h1 b {
  display: block;
  margin-bottom: 5px;
}
.productConfiguration h1 span {
  display: block;
  font-weight: 300;
  font-size: 16px;
}
.productConfiguration .column {
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .productConfiguration .column {
    max-width: 63%;
  }
}
.productConfiguration .column.productDetails {
  flex: 0 0 100%;
}
@media only screen and (min-width: 1024px) {
  .productConfiguration .column.productDetails {
    flex: 0 0 35%;
    max-width: 35%;
    position: sticky;
    top: 208px;
  }
}
.column {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1024px) {
  body.productDetail form#Form1 {
    overflow: initial;
  }
  body.productDetail form#Form1 [data-refresher-key="master-breadcrumbs"] {
    display: flex;
  }
  body.productDetail form#Form1 [data-mobile-panel-container] {
    overflow: initial;
  }
}
body.productDetail #mainImage {
  margin: 0px -15px;
  width: calc(100% + 30px);
  position: relative;
}
@media only screen and (min-width: 1024px) {
  body.productDetail #mainImage .owl-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
body.productDetail #mainImage .owl-selector a img {
  background: #e5ddd0;
  background: -moz-linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
  background: -webkit-linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
  background: linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
}
@media only screen and (min-width: 768px) {
  body.productDetail #mainImage {
    margin: 0 0 30px;
    width: initial;
  }
  body.productDetail #mainImage .owl-item.active iframe {
    width: 425px;
    height: 637px;
  }
}
@media only screen and (min-width: 1024px) {
  body.productDetail #mainImage iframe {
    width: auto;
    height: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  body.productDetail #mainImage {
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  body.productDetail #mainImage .owl-carousel .owl-item img {
    max-height: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  body.productDetail #mainImage .owl-item.active iframe {
    width: 425px;
    height: 637px;
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-prev,
  body.productDetail #mainImage .owl-selector .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    bottom: auto;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-prev:before,
  body.productDetail #mainImage .owl-selector .owl-nav .owl-next:before {
    text-align: center;
    color: #555555;
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-prev {
    left: 0;
    right: auto;
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-prev:before {
    content: "";
    position: absolute;
    /* Added for positioning */
    background: url(https://www.puntroma.nl//images/pijl-links.png) no-repeat center center !important;
    height: 200px;
    width: 200px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.2);
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-next {
    right: 0;
    left: auto;
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    /* Added for positioning */
    background: url(https://www.puntroma.nl//images/pijl-rechts.png) no-repeat center center !important;
    height: 200px;
    width: 200px;
    background-size: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.2);
  }
}
body.productDetail #mainImage .owl-selector > a {
  display: none;
}
@media only screen and (min-width: 1024px) {
  body.productDetail #mainImage .owl-selector > a {
    display: block;
    width: calc(45%);
    box-sizing: border-box;
  }
}
body.productDetail #mainImage .owl-selector > a img {
  vertical-align: middle;
}
@media (max-width: 1023px) {
  body.productDetail #mainImage .owl-selector > a img {
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
body.productDetail #mainImage a.active {
  display: block;
  cursor: zoom-in;
}
body.productDetail #mainImage a.active .productMedia iframe {
  width: 667px;
  height: 1000px;
}
body.productDetail #mainImage #labelsRefresher {
  z-index: 2;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
#mainImage .playButton {
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  left: 30%;
  width: 150px;
  height: 150px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #mainImage .playButton {
    left: 40%;
  }
}
@media only screen and (min-width: 1024px) {
  #mainImage .playButton {
    bottom: 14%;
    left: 9%;
  }
}
#mainImage .playButton:after {
  display: flex;
  content: "\f04b";
  position: absolute;
  width: 150px;
  height: 150px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 60px;
  line-height: 40px;
  pointer-events: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  body.productDetail .stickyWrapper {
    max-height: initial;
    position: sticky;
    top: 165px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
  }
}
body.productDetail .product-carousel {
  margin: 0px -15px;
  width: calc(100% + 30px);
  position: relative;
}
body.productDetail .product-carousel .productList {
  margin-left: 0;
  margin-right: 0;
}
body.productDetail .product-carousel .productList .item {
  border-left: none;
  border-right: none;
}
body.productDetail .product-carousel .productList .owl-prev,
body.productDetail .product-carousel .productList .owl-next {
  top: 31%;
}
body.productDetail .product-carousel .productList .owl-next {
  right: 0;
}
body.productDetail .product-carousel .productList .owl-prev {
  left: 0;
}
.transfer {
  border: 2px solid #adbbb1;
  z-index: 999999;
  position: relative;
}
.brandLogo {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #dedede;
  width: 60px;
  height: 60px;
  background: white;
}
.brandLogo img {
  display: block;
}
#thumbnails {
  display: flex;
  gap: 24px;
}
@media only screen and (min-width: 1024px) {
  #thumbnails {
    flex-flow: column;
  }
}
#thumbnails .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 1px solid transparent;
}
#thumbnails .thumb a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#thumbnails .thumb a:hover {
  text-decoration: none;
  opacity: .8;
}
#thumbnails .thumb a img {
  display: inline-block;
  vertical-align: middle;
  background: #e5ddd0;
  background: -moz-linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
  background: -webkit-linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
  background: linear-gradient(90deg, #e5ddd0 0%, #efedea 100%);
}
#thumbnails .thumb.productMedia {
  text-align: center;
}
#thumbnails .thumb.productMedia:after {
  content: "\f04b";
  display: flex;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  pointer-events: none;
  color: white;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}
@media only screen and (min-width: 768px) {
  #thumbnails .thumb.active {
    border-color: black;
  }
}
@media only screen and (min-width: 1024px) {
  #thumbnails .owl-carousel .owl-stage-outer {
    overflow: unset;
  }
}
#thumbnails .owl-carousel .owl-stage-outer .owl-stage:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #thumbnails .owl-carousel .owl-stage-outer .owl-stage {
    display: flex;
    flex-flow: column;
  }
}
#thumbnails .owl-carousel .owl-prev,
#thumbnails .owl-carousel .owl-next {
  position: absolute;
  bottom: auto;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 35%;
}
#thumbnails .owl-carousel .owl-prev:before,
#thumbnails .owl-carousel .owl-next:before {
  text-align: center;
  color: #555555;
}
@media only screen and (min-width: 768px) {
  #thumbnails .owl-carousel .owl-prev,
  #thumbnails .owl-carousel .owl-next {
    display: none;
  }
}
#thumbnails .owl-carousel .owl-prev {
  left: -28px;
}
@media only screen and (min-width: 400px) {
  #thumbnails .owl-carousel .owl-prev {
    left: -25px;
  }
}
#thumbnails .owl-carousel .owl-prev:before {
  content: "";
  position: absolute;
  /* Added for positioning */
  background: url(https://www.puntroma.nl//images/pijl-links.png) no-repeat center center !important;
  height: 200px;
  width: 200px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
}
#thumbnails .owl-carousel .owl-next {
  right: -28px;
}
@media only screen and (min-width: 400px) {
  #thumbnails .owl-carousel .owl-next {
    right: -25px;
  }
}
#thumbnails .owl-carousel .owl-next:before {
  content: "";
  position: absolute;
  /* Added for positioning */
  background: url(https://www.puntroma.nl//images/pijl-rechts.png) no-repeat center center !important;
  height: 200px;
  width: 200px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
}
#thumbnails .owl-carousel .owl-dot span {
  border-radius: 100%;
  border: 1px solid black;
  background: white;
}
#thumbnails .owl-carousel .owl-dot.active span {
  background: #eedcca;
}
@media only screen and (min-width: 768px) {
  #thumbnails .owl-carousel .owl-dot {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .imageThumbs--left #thumbnails {
    position: absolute;
    width: 100px;
    top: 0;
    left: 0;
  }
  .imageThumbs--left #thumbnails .thumb {
    width: 100px;
    height: 150px;
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: inherit;
  }
}
.teaserText {
  margin-bottom: 15px;
}
.favorite__button {
  font-size: 40px;
}
.discountWrapper {
  display: flex;
  align-items: baseline;
}
.discountWrapper .simpleDiscount {
  font-size: 14px !important;
}
.discountWrapper .simpleDiscount .nustate {
  display: none;
}
.productPrice {
  font-weight: 300;
  line-height: 20px;
}
.productPrice .valuta {
  display: none;
}
.productPrice .offerText {
  display: block;
  margin-bottom: 5px;
}
.productPrice .price {
  font-size: 20px;
  margin-bottom: 10px;
}
.productPrice .currentPrice .priceOld .price {
  font-size: 14px;
}
.productPrice .currentPrice .discountPrice {
  display: block;
  margin: 5px 0 0;
}
.productPrice .currentPrice .discountPrice .price {
  font-size: 12px;
}
.productPrice .currentPrice .newPrice {
  display: block;
  margin: 8px 0 0;
}
.productPrice .currentPrice .now {
  font-size: 16px;
  font-weight: 700;
}
.productConfigItemWrapper {
  margin-bottom: 0;
}
.productConfigItemWrapper #productColor .colorBox {
  border-radius: 100%;
}
.productConfigItemWrapper #productColor .colorBox img {
  width: 80%;
  height: 80%;
  border-radius: 100%;
}
.productConfigItemWrapper #productStock {
  width: fit-content;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .productConfigItemWrapper #productStock {
    margin: 0;
  }
}
.productConfigItemWrapper #productStock span {
  display: block;
  color: black;
  border: 1px solid black;
  padding: 6px;
  margin-bottom: 5px;
}
.productConfigItemWrapper label,
.productConfigItemWrapper .productConfigItem__label {
  display: flex;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .productConfigItemWrapper label,
  .productConfigItemWrapper .productConfigItem__label {
    float: left;
  }
  .productConfigItemWrapper label.align,
  .productConfigItemWrapper .productConfigItem__label.align {
    padding: 9px 0 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .productConfigItemWrapper label + ul,
  .productConfigItemWrapper .productConfigItem__label + ul,
  .productConfigItemWrapper label + select,
  .productConfigItemWrapper .productConfigItem__label + select {
    width: 100%;
    margin: 0;
  }
}
.productConfigItemWrapper label .selected-color,
.productConfigItemWrapper .productConfigItem__label .selected-color {
  text-transform: lowercase;
  margin-left: 4px;
  font-weight: 300;
}
#productSizes {
  margin-bottom: 6px;
}
#productSizes .productConfigItem__label {
  justify-content: space-between;
}
#productSizes .sizeBox {
  border-radius: 100%;
}
.sizeConversionSelector {
  margin: 10px 0;
}
.productConfigItem {
  display: flex;
  flex-flow: column;
}
.productConfigItem:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  *zoom: 1;
}
.productConfigItem ul {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
.productConfigItem ul li {
  float: left;
}
.productConfigItem ul li a {
  width: 45px;
  height: 45px;
  line-height: 41px;
  border: 1px solid black;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: black;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  
}
.productConfigItem ul li a img {
  max-width: 100%;
  margin-right: -3px;
}
.productConfigItem ul li a.active {
  border: 2px solid black;
}
.productConfigItem ul li a.disabled {
  color: #4c4c4c;
  border-color: #ebebeb;
  pointer-events: none;
  position: relative;
}
.productConfigItem ul li a.disabled:before,
.productConfigItem ul li a.disabled:after {
  position: absolute;
  left: 50%;
  top: -25%;
  content: ' ';
  height: 65px;
  width: 1px;
  background-color: #dedede;
}
.productConfigItem ul li a.disabled:before {
  transform: rotate(45deg);
}
.productConfigItem ul li a.disabled:after {
  transform: rotate(-45deg);
}
.productConfigItem ul li:not(:last-child) {
  margin: 0 5px 8px 0;
}
.productConfigItem select {
  min-width: 63px;
  text-align: center;
}
.productConfigItem select option {
  text-align: left;
}
#sizeConversionSelector {
  margin-bottom: 10px;
}
#sizeConversionSelector label,
#sizeConversionSelector select {
  min-width: 0;
}
#sizeConversionSelector select {
  padding-right: 5px;
}
.stockmessage-wrapper {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.stockmessage-wrapper > h2 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 0;
  position: relative;
  z-index: 101;
}
.stockmessage-wrapper .horizontal-scroll {
  overflow-x: auto;
  padding-right: 25px;
}
.stockmessage-wrapper .horizontal-scroll::-webkit-scrollbar {
  border-top: solid 5px white;
  border-bottom: solid 5px white;
  height: 17px;
  width: 4px;
  background: #fbfbfb;
}
.stockmessage-wrapper .horizontal-scroll::-webkit-scrollbar-thumb:horizontal {
  border-top: solid 5px white;
  border-bottom: solid 5px white;
  background-color: #cccccc;
  border-radius: 10px;
  height: 15px;
}
.stockmessage-wrapper table thead tr th {
  background-color: #fbfbfb;
}
.stockmessage-wrapper table tbody tr:nth-child(odd) {
  background-color: white;
}
.stockmessage-wrapper table tbody tr:nth-child(even) {
  background-color: #fbfbfb;
}
.stockmessage-wrapper table tr th,
.stockmessage-wrapper table tr td {
  font-weight: 400;
  padding: 13px 10px;
  border: solid 1px #dedede;
  text-align: center;
}
.isInstock {
  font-size: 12px;
  text-transform: uppercase;
  pointer-events: none;
}
.isInstock.green {
  color: #2b8b3c;
}
.addToCart.bttn {
  margin: 0 0 15px 0;
  width: 100% !important;
  padding: 5px !important;
  text-transform: none !important;
  font-size: 16px !important;
}
.deliveryCosts,
.deliveryTime {
  margin-bottom: 15px;
  display: block;
}
.formButtons .bttn {
  margin-bottom: 10px;
}
.productProperties {
  margin-bottom: 15px;
}
.productProperties dl {
  overflow: hidden;
  margin-bottom: 15px;
}
.productProperties dl dt,
.productProperties dl dd {
  float: left;
  width: 50%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .productProperties dl dt {
    width: 20%;
  }
  .productProperties dl dd {
    width: 80%;
  }
}
.productDetail .productList {
  overflow: hidden;
}
.productDetail .productList > .item {
  float: left;
  margin-right: 0.949367089%;
  margin-bottom: 0.949367089%;
  width: 49.525316456%;
}
.lt-ie9 .productDetail .productList > .item {
  /*IE 8*/
  width: 49.050632911%;
}
.productDetail .productList > .item:nth-of-type(n) {
  /*reset if function is called more then once*/
  margin-right: 0.949367089%;
}
.productDetail .productList > .item:nth-of-type(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .productDetail .productList {
    overflow: hidden;
  }
  .productDetail .productList > .item {
    float: left;
    margin-right: 1.578947368%;
    margin-bottom: 1.578947368%;
    width: 32.280701754%;
  }
  .lt-ie9 .productDetail .productList > .item {
    /*IE 8*/
    width: 31.754385965%;
  }
  .productDetail .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 1.578947368%;
  }
  .productDetail .productList > .item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .productDetail .productList {
    overflow: hidden;
  }
  .productDetail .productList > .item {
    float: left;
    margin-right: 0.949367089%;
    margin-bottom: 0.949367089%;
    width: 15.875527426%;
  }
  .lt-ie9 .productDetail .productList > .item {
    /*IE 8*/
    width: 15.717299578%;
  }
  .productDetail .productList > .item:nth-of-type(n) {
    /*reset if function is called more then once*/
    margin-right: 0.949367089%;
  }
  .productDetail .productList > .item:nth-of-type(6n) {
    margin-right: 0;
  }
  .productDetail .productList .item {
    margin-bottom: 0;
  }
}
/** branch stock popup **/

ul.stockinfo#stockinfo_StockWrapper {
  width: 100%;
}
ul.stockinfo li {
  border: 1px solid #dedede;
  margin: 0 0 2%;
  width: 100%;
}
ul.stockinfo li > div {
  position: relative;
}
ul.stockinfo li > div > a {
  display: block;
  height: 25px;
  line-height: 25px;
  padding: 0 0 0 5px;
  text-align: left;
  border: 0 none;
  background: #dedede;
  color: black;
}
ul.stockinfo li > div a.picture {
  height: 68px;
  width: 120px;
  border: none;
  padding: 0;
  float: left;
  margin: 0 20px 0 0;
}
ul.stockinfo li .branchPopupInfo {
  padding: 3%;
}
ul.stockinfo li .branchPopupInfo h4 {
  margin-top: 0;
}
ul.stockinfo li #storeAddress div {
  float: left;
}
ul.stockinfo li #storeAddress h4 {
  display: none;
}
ul.stockinfo li .stockInfoTxt {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 25px;
  text-align: left;
}
ul.stockinfo .branchName {
  display: block;
}
/* end .stockinfo */

@media only screen and (min-width: 768px) {
  .productConfigItem > ul:before,
  .productConfigItem > label {
    line-height: 32px;
  }
  .productConfigItem select {
    min-width: 49px;
    height: 32px;
  }
}
.accordion h3 {
  font-size: 20px;
}
.accordion .accordion__row {
  border-top: none;
  border-bottom: none;
}
.accordion .accordion__row:first-child {
  border-top: none;
}
.accordion .accordion__row .accordion__toggle:before {
  content: '';
  display: grid;
  position: absolute;
  background: #dedede;
  height: 1px;
  top: 10px;
}
.accordion .accordion__row .accordion__toggle._1:before {
  left: 156px;
  right: 35px;
}
.accordion .accordion__row .accordion__toggle._2:before {
  left: 136px;
  right: 35px;
}
.accordion .accordion__row .accordion__toggle._3:before {
  left: 146px;
  right: 35px;
}
.accordion .accordion__row .accordion__toggle._4:before {
  left: 156px;
  right: 35px;
}
.accordion .accordion__row .accordion__toggle._5:before {
  left: 78px;
  right: 35px;
}
.accordion .accordion__row .accordion__content dt,
.accordion .accordion__row .accordion__content dd {
  width: auto;
}
.accordion .accordion__row .accordion__content dd {
  margin-left: 2px;
}
.accordion .accordion__row .accordion__content ul {
  list-style: none !important;
}
.usp {
  font-size: 12px;
  color: black;
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: center;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .usp {
    flex-flow: wrap;
    column-gap: 13px;
    justify-content: unset;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1280px) {
  .usp {
    line-height: 26px;
    column-gap: 18px;
  }
}
.usp span {
  padding-left: 30px;
  position: relative;
  align-items: center;
  transition: all 0.4s ease-in-out;
  display: none;
  height: 36px;
  line-height: 28px;
}
@media only screen and (min-width: 1024px) {
  .usp span {
    line-height: unset;
  }
}
.usp span.active {
  display: inline-block;
}
@media only screen and (min-width: 1024px) {
  .usp span {
    display: block;
  }
}
.usp span.active {
  display: inline-block;
}
.usp span.shippingcosts:before {
  content: '';
  position: absolute;
  background: url(https://www.puntroma.nl//images/box.png) no-repeat center center;
  background-size: 30px 30px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
.usp span.shippingtime:before {
  content: '';
  position: absolute;
  background: url(https://www.puntroma.nl//images/clock.png) no-repeat center center;
  background-size: 30px 30px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
.usp span.rating:before {
  content: '';
  position: absolute;
  background: url(https://www.puntroma.nl//images/usp_heart.png) no-repeat center center;
  background-size: 30px 30px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
.usp span.retour:before {
  content: '';
  position: absolute;
  background: url(https://www.puntroma.nl//images/arrow-round.png) no-repeat center center;
  background-size: 30px 30px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
#addToCartRefresher {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
#addToCartRefresher .favorite {
  position: relative;
  top: initial;
  right: initial;
  color: #adbbb1;
  margin: 0 15px;
  font-size: 30px;
}
#addToCartRefresher .favorite.favorite--delete::before {
  color: #adbbb1;
}
.zoomer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 16px;
  right: 48px;
  pointer-events: none;
  width: 32px;
  height: 32px;
  color: black;
  background-color: white;
  border-radius: 100%;
}
@media only screen and (min-width: 1024px) {
  .zoomer {
    top: 15px;
    right: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .zoomer {
    right: 95px;
  }
}
.zoomer:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
body.productDetail #cols .kop3 {
  text-align: center;
  font-weight: 700;
}
.lookStockwrapper {
  display: flex;
  flex-flow: row-reverse;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}
.lookStockwrapper > div {
  display: flex;
  width: 100%;
}
.lookStockwrapper a {
  width: 100%;
  text-align: center;
  padding: 7px 10px;
  border: 1px solid black;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 45px;
}
.lookStockwrapper a:hover {
  text-decoration: none;
}
.sizeTableLinkWrapper {
  display: flex;
  margin-bottom: 3px;
}
@media only screen and (min-width: 1024px) {
  .sizeTableLinkWrapper {
    justify-content: flex-end;
  }
}
.sizeTableLinkWrapper a {
  color: black;
  text-decoration: underline;
  font-weight: 300;
}
#dividePopupWrap .sizeTableLinkWrapper,
#dividePopupWrap .sizeMailer {
  display: none;
}
.sizeMailer {
  padding: 2px 0 2px 0;
}
.sizeMailer a {
  color: black;
  text-decoration: underline;
}
#productQuestion {
  padding: 7px 10px;
  border: 1px solid black;
  color: black;
  font-weight: 600;
  background: white;
}
.memberPointsPdp {
  display: none;
  align-items: center;
}
.memberPointsPdp .icon img {
  height: auto;
  max-width: 100px;
}
@media only screen and (min-width: 1024px) {
  .memberPointsPdp.desktop {
    display: flex;
  }
}
.memberPointsPdp.mobile {
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .memberPointsPdp.mobile {
    display: none;
  }
}
.voorState {
  display: none;
}
.productDetail #labelsRefresher .TopRight {
  top: 54px;
  right: 54px;
}
@media only screen and (min-width: 768px) {
  .productDetail #labelsRefresher .TopRight {
    top: 54px;
    right: 54px;
  }
}
@media only screen and (min-width: 1280px) {
  .productDetail #labelsRefresher .TopRight {
    top: 54px;
    right: 100px;
  }
}
.productDetail .label.TopLeft {
  top: 14px;
  left: 14px;
}
@media only screen and (min-width: 768px) {
  .productDetail .label.TopLeft {
    top: 12px;
    left: 22px;
  }
}
.productDetail .label.TopRight {
  top: 14px;
  right: 14px;
}
@media only screen and (min-width: 768px) {
  .productDetail .label.TopRight {
    top: 12px;
    right: 22px;
  }
}
.productDetail .label.BottomLeft {
  bottom: 6px;
  left: 2px;
}
@media only screen and (min-width: 768px) {
  .productDetail .label.BottomLeft {
    bottom: 12px;
    left: 22px;
  }
}
.productDetail .label.BottomRight {
  bottom: 6px;
  right: 2px;
}
@media only screen and (min-width: 768px) {
  .productDetail .label.BottomRight {
    bottom: 12px;
    right: 22px;
  }
}
.productDetail #breadcrumbs {
  width: 100%;
  justify-content: space-between;
}
.productDetails .accordion .accordion__row .accordion__toggle:after {
  left: 97%;
}
.slick-dots {
  margin: 0px 0px 5px 0px;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 40%;
  bottom: auto;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: initial;
  z-index: 1;
  background: none;
}
.slick-prev:before,
.slick-next:before {
  text-align: center;
  color: #555555;
}
.slick-prev:after,
.slick-next:after {
  display: none;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .6;
}
.slick-prev {
  left: 0px;
  right: auto;
}
.slick-prev:before {
  content: "";
  position: absolute;
  /* Added for positioning */
  background: url('../../images/pijl-links.png') no-repeat center center !important;
  height: 200px;
  width: 200px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
  text-indent: -4px;
}
.slick-next {
  right: 0px;
  left: auto;
}
.slick-next:before {
  content: "";
  position: absolute;
  /* Added for positioning */
  background: url('../../images/pijl-rechts.png') no-repeat center center !important;
  height: 200px;
  width: 200px;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.2);
}
.showOnMobileUsp {
  text-align: center;
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  .showOnMobileUsp {
    display: none !important;
  }
}
