.dop_inf {color: #595959;font-size: 12px;padding-top: 10px;}
.towishlist {align-items: center;display: flex;justify-content: center;}
.actions-favorites {margin-top: 12px;margin-right: 12px;}
.msfavorites svg { fill: var(--color-primary); }
.msfavorites.voted svg, a.favorites-info:hover svg {fill: var(--color-secondary);}

.delivery__img > img:nth-child(1) {
 object-fit: none;
 object-position: 41% 52%;
    
}

.delivery__img {
 padding-bottom: 18px;
 width: 625px;
 transition: .3s;
}

@media (max-width: 707px) {
    .delivery__img {
    width: 300px;
    }

.delivery__img > img:nth-child(1) {
     object-fit: none;
     object-position: 15% 24%;
        
    }
}
.thanks-pg{
    display: flex;
	flex-direction: column;
	min-height: 100%;
}
