/* BOL */

* {
  font-family: 'Times New Roman', serif !important;
}

.product-title--inline a, .product-creator a, .product-small-specs span, .product-item__info p {
    _text-shadow: 0 0 3px #333;
    _color: rgba(0, 0, 0, 0) !important;
}

.product-item__info * {
    text-shadow: 0 0 3px #333;
    color: rgba(0, 0, 0, 0) !important;
}



.promo-price::before {
    content: "86"
}

.product-item--row:nth-child(3n+1) .promo-price::before {
    content: "21";
}

.product-item--row:nth-child(7n+1) .promo-price::before {
    content: "92";
}

.product-item--row:nth-child(5n+1) .promo-price::before {
    content: "11";
}


.product-delivery-highlight {
    color: red;
}

.product-delivery-highlight::after {
   content: "NIET LEVERBAAR";
position: relative;
  left: -11ch;
  background: white; 
  padding: 0 4px;
   }   
   
.ui-btn--buy {
          transition: 0.2s transform;


.product-item--row .u-pb--xs:hover .ui-btn--buy {
       transform: translate(-100px, 30px) scale(0.2);
       }
   
.product-item--row:nth-child(odd) .u-pb--xs:hover .ui-btn--buy {
       transform: translate(30px, 100px) rotate(90deg) scale(0.4);
}

.product-item--row:nth-child(3n+1) .u-pb--xs:hover .ui-btn--buy {
       transform: translate(0px, -300px) scale(0.1);
}


.product-title {
    font-family: "Times New Roman" !important;
}

.ab-discount strong::after {
    content: "vernielt";
    position: relative;
    left: -12ch;
    background: white;
    padding: 0 4px;
}

.product-image img  {
    transform: scale(0.3, 0.1) rotate(13deg);
    filter: grayscale(100);
}

.product-prices__bol-price::before {
    content: "1,000,000"
    }
    
.star-rating span {
width: 9% !important;
}
    
    ._2de9ERAH::before {
        content: "1,000,"
    }
    
    body {
        color: green !important;
        }
        
        .a-popover {
            opacity: 0.5;
        }