/*--- 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: 0 0 20px;
}
@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: normal;
}
.productConfiguration h1 b {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.productConfiguration h1 span {
  display: block;
  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%;
  }
}
.column {
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .overviewContainer {
    padding-top: 10px;
  }
}
.productDetail #detailNav {
  margin-left: 0;
}
.productDetail #detailNav a.bttn.link:not(.lookbutton) {
  display: block;
  border: none;
  padding: 0 0 10px;
  font-size: 14px;
  position: relative;
  left: 20px;
  top: 0px !important;
}
@media only screen and (min-width: 1024px) {
  .productDetail #detailNav a.bttn.link:not(.lookbutton) {
    padding: 8px 0 10px;
  }
}
.productDetail #detailNav a.bttn.link:not(.lookbutton):before {
  content: '';
  width: 17px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -25px;
  bottom: 0;
  margin: auto;
  background: url(https://claudiastrater.staging-02.divide.nl//images/svg/angle-down.svg) no-repeat center center;
  margin: 4px 8px 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1024px) {
  .productDetail #detailNav a.bttn.link:not(.lookbutton):before {
    top: 8px;
  }
}
.productDetail .owl-nav {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .productDetail .productList .item .content {
    padding: 22px 15px 10px 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;
}
body.productDetail #mainImage .owl-selector {
  text-align: center;
}
body.productDetail #mainImage .owl-selector a img {
  background: #eae5df;
  background: -moz-linear-gradient(90deg, #eae5df 0%, #f5f4f1 100%);
  background: -webkit-linear-gradient(90deg, #eae5df 0%, #f5f4f1 100%);
  background: linear-gradient(90deg, #eae5df 0%, #f5f4f1 100%);
}
@media only screen and (min-width: 768px) {
  body.productDetail #mainImage {
    margin: 0px auto 30px auto;
    width: initial;
  }
  body.productDetail #mainImage .owl-item.active iframe {
    height: 637px;
  }
}
@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 {
    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: 0px;
    right: auto;
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-prev:before {
    content: "";
    position: absolute;
    /* Added for positioning */
    background: url(https://claudiastrater.staging-02.divide.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: 0px;
    left: auto;
  }
  body.productDetail #mainImage .owl-selector .owl-nav .owl-next:before {
    content: "";
    position: absolute;
    /* Added for positioning */
    background: url(https://claudiastrater.staging-02.divide.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;
}
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: 425px;
  height: 1000px;
  max-height: 750px;
}
body.productDetail #mainImage #labelsRefresher {
  z-index: 2;
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.play-video-thumb {
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 24px;
  line-height: 22px;
  font-family: 'Cormorant', serif;
}
.vp-preview {
  background-size: cover !important;
}
#mainImage .playButton {
  display: flex;
  flex-direction: column;
  position: absolute;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  cursor: pointer;
  font-family: 'Cormorant', serif;
  transform: translateX(-50%);
  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;
  font-size: 36px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  body.productDetail .stickyWrapper {
    max-height: initial;
    position: sticky;
    top: 165px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
  }
}
#thumbnails .vimeo:after {
  display: none;
}
.transfer {
  border: 2px solid #fa7775;
  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;
  flex-flow: row wrap;
  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: #eae5df;
  background: -moz-linear-gradient(90deg, #eae5df 0%, #f5f4f1 100%);
  background: -webkit-linear-gradient(90deg, #eae5df 0%, #f5f4f1 100%);
  background: linear-gradient(90deg, #eae5df 0%, #f5f4f1 100%);
}
#thumbnails .thumb.productMedia {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #thumbnails .thumb.active {
    border-color: black;
  }
}
#thumbnails .owl-carousel .owl-stage:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #thumbnails .owl-carousel .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: 52px;
}
#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: -26px;
  top: 80px;
}
#thumbnails .owl-carousel .owl-prev:before {
  content: "";
  position: absolute;
  /* Added for positioning */
  background: url(https://claudiastrater.staging-02.divide.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: -26px;
  top: 80px;
}
#thumbnails .owl-carousel .owl-next:before {
  content: "";
  position: absolute;
  /* Added for positioning */
  background: url(https://claudiastrater.staging-02.divide.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: black;
}
@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;
    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;
}
.productDetails.column h1 {
  margin-bottom: 8px !important;
}
.productPrice {
  margin-bottom: 8px;
  line-height: 20px;
}
.productPrice .offerText {
  display: block;
  margin-bottom: 5px;
}
.productPrice .priceOld .price {
  font-weight: normal !important;
}
.productPrice .price {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.productPrice .currentPrice .priceOld .price {
  font-size: 14px;
}
.productPrice .currentPrice .discountPrice {
  display: block;
  margin: 5px 0 0;
}
.productPrice .currentPrice .discountPrice .price {
  font-size: 12px;
  color: #fa7775;
}
.productPrice .currentPrice .newPrice {
  display: block;
  margin: 8px 0 0;
  font-weight: bold;
}
.productPrice .currentPrice .now {
  font-size: 16px;
  font-weight: 700;
}
.productConfigItemWrapper {
  margin-bottom: 0;
}
.productConfigItemWrapper #productColors {
  display: flex;
  flex-direction: column;
}
.productConfigItemWrapper #productColors #productColor {
  margin-left: 0px !important;
}
.productConfigItemWrapper label,
.productConfigItemWrapper .productConfigItem__label {
  display: block;
  font-size: 16px;
  line-height: 32px;
}
@media only screen and (max-width: 1023px) {
  .productConfigItemWrapper label,
  .productConfigItemWrapper .productConfigItem__label {
    font-weight: 700;
  }
}
@media only screen and (min-width: 1024px) {
  .productConfigItemWrapper label,
  .productConfigItemWrapper .productConfigItem__label {
    float: left;
    width: 120px;
  }
  .productConfigItemWrapper label.align,
  .productConfigItemWrapper .productConfigItem__label.align {
    padding: 9px 0;
  }
}
.productConfigItemWrapper label + ul,
.productConfigItemWrapper .productConfigItem__label + ul {
  margin-left: 120px;
}
@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;
  }
}
.sizeConversionSelector {
  margin: 10px 0;
}
.productConfigItem {
  margin-bottom: 10px;
}
.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;
  margin: 0 1% 1% 0;
}
.productConfigItem ul li a {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 1px solid #dedede;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: black;
  padding: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .productConfigItem ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.productConfigItem ul li a img {
  max-width: 100%;
  margin-right: -4px;
}
.productConfigItem ul li a.active {
  border: 1px solid black;
  -webkit-box-shadow: 0 0 0 1px black;
  -moz-box-shadow: 0 0 0 1px black;
  box-shadow: 0 0 0 1px 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 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: 15px 0;
  width: 100% !important;
  padding: 5px !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;
}
.detailPageUsp {
  font-size: 12px;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-flow: column;
  line-height: 30px;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .detailPageUsp {
    font-size: 14px;
    text-align: left;
  }
}
#sizeSelectorBottom {
  -webkit-appearance: none;
  /* Remove iOS-specific styles */
  -moz-appearance: none;
  /* Remove Firefox-specific styles */
  appearance: none;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  border: 1px solid black;
}
.kop3 {
  font-family: 'Cormorant', serif !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  text-transform: unset !important;
}
#addToCartRefresher {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
#addToCartRefresher .favorite {
  position: relative;
  top: initial;
  right: initial;
  color: #fa7775;
  margin: 0px 15px;
  font-size: 30px;
}
#addToCartRefresher .favorite.favorite--delete::before {
  color: #fa7775;
}
.favorite {
  top: 0px !important;
}
.zoomer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  z-index: 1;
  position: absolute;
  bottom: 35px;
  pointer-events: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .zoomer {
    position: initial;
  }
}
.zoomer svg {
  height: 16px;
  opacity: 0.6;
}
body.productDetail #cols .kop3 {
  text-align: center;
}
.lookStockwrapper {
  display: flex;
  margin-top: -4px;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .lookStockwrapper {
    gap: 15px;
    margin-top: 2px;
  }
}
.lookStockwrapper > div {
  display: flex;
  width: 100%;
  order: 1;
}
.lookStockwrapper > div.lookItem {
  order: 0;
}
@media only screen and (min-width: 1024px) {
  .lookStockwrapper > div.lookItem {
    order: 1;
  }
}
.lookStockwrapper > div.lookItem a {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 1px solid black;
  color: black;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
}
@media only screen and (min-width: 1024px) {
  .lookStockwrapper {
    flex-flow: row;
  }
}
.lookStockwrapper a {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 7px 10px;
  border: 1px solid black;
  color: black;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
}
.lookStockwrapper a:hover {
  background: white;
  border: 3px solid black !important;
  text-decoration: none;
}
.lookStockwrapper a:active {
  font-weight: bold !important;
}
.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;
}
#dividePopupWrap .sizeTableLinkWrapper,
#dividePopupWrap .sizeMailer {
  display: none;
}
.sizeMailer {
  padding: 2px 0px 2px 0px;
}
.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 .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;
}
.price-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.price-container .newPrice {
  margin: 0 !important;
}
.productDetail .owl-carousel .owl-stage-outer {
  overflow: unset;
}
