.recommendationPos .configurepos{
    display: none;
}
#recommendationPopup .col.product-wrapper {
    height: fit-content !important;
}
#recommendationPopup .col.product-wrapper .product-wrapper-product{
	height: 100% !important;
}
#recommendationPopup .product-headline{
    min-height: 60px;
}
#recommendationPopup .dropdown-toggle {
    font-size: medium;
    font-weight: bold;
    padding: 10px;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    background-color: #F8BF00;
}
#recommendationPopup .back-to-content, #recommendationDetailPopup .back-to-content{
    position:sticky;
    left: 50%;
    min-width:250px;
    transform: translateX(-50%);
    bottom:1.05rem; z-index:1;
    margin-top:3rem;
    box-shadow:1px 1px 42px #111;
}
.img-extern{
    max-width: 48px;
    max-height: 48px;
}

@media (min-width: 576px) {
    #recommendationPopup .modal-dialog {
        max-width: 80vw;
    }
}