#breadcrumb .breadcrumb-item .breadcrumb-link{
    color: #000000;
    opacity: 0.6;
    text-transform: uppercase;
    font-weight: 400;
}
.product-detail .product-info-inner .product-title{
    color: #998756;
    font-size: 30px;
    text-transform: uppercase;
}
.rating-wrapper a{
    color: #000000;
    opacity: 0.5;
}
.product-detail .product-offer .price_wrapper .price{
    color: #998756;
}
.product-detail .price-note .vat_info{
    color: #000000;
    opacity: 0.5;
}
.product-detail .product-manufacturer strong {
    float: left;
    margin-right: 5px;
}
.product-detail .product-manufacturer a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.product-detail .product-manufacturer img {
    max-width: 100px;
}
div#system-credits {
    display: none;
}
.carousel-thumbnails .slick-arrow {
    color: #000000;
}
.row.variations {
    margin-top: 80px;
}
.price_wrapper {
    margin-bottom: 10px;
}
span.price_info {
    margin-bottom: 10px;
    display: block;
    opacity: .5;
}

/* @media only screen and (min-width: 1517px){
    #breadcrumb .breadcrumb-item .breadcrumb-link, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb-backtolist::before {
        font-size: 16px;
    }
    
} */