.by-gradient-gold {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(187, 159, 61, 1) 0%, rgba(237, 221, 172, 1) 100%);
}

.bestes {
    transform: rotate(45deg);
    margin-left: 60px;
    margin-top: 0px;
    font-size: 16px;
    -webkit-transform: rotate(45deg);
}

.angebot {
    transform: rotate(45deg);
    margin-left: 40px;
    margin-top: -20px;
    font-size: 16px;
    -webkit-transform: rotate(45deg);
}

.bestseller-tag {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 110px solid transparent;
    border-right: 110px solid #e56e21;
    right: 0;
    top: 0;
}

.rating1 {
    color: #dec85f;
    font-size: 18px !important;
}

.bf-discount-sale h5 {
    line-height: 25px;
}

.ul-check {
    list-style: none;
    padding: 0;
    padding-left: 30px;
}

@media only screen and (max-width: 768px) {
    .ul-check {
        list-style: none;
        padding: 0;
        padding-left: 0px !important;
    }
}

.ul-check li {
    list-style: none;
    padding-left: 1.3em;
    margin-bottom: 15px;
}

.ul-check li:before {
    content: "\f00c";
    font-family: FontAwesome;
    color: #b58a09;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.top-image-tooltipable img {
  cursor: pointer;
}

.tooltip-adj{
    border-radius: 150px; 
    box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    border:none !important;
}

.tooltip-adj img {
  width: 200px;
}

.gold-gradient-bg {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(230,205,130,1) 22%, rgba(187,147,28,1) 37%, rgba(181,138,9,1) 49%, rgba(187,147,28,1) 61%, rgba(230,205,130,1) 77%, rgba(255,255,255,1) 100%);
    text-shadow: 1px 1px 1px #9d7d22;
}