@media (min-width: 1200px) {
.item__favorites.custom-style-icon.other-style {
    position: absolute;
    right: 8px;
    top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.item__favorites.custom-style-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

}

@media (max-width: 991px) {


.item__favorites.custom-style-icon.other-style {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.item__favorites.custom-style-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.item__favorites.custom-style-icon .product__fav {
    right: 10px !important;
}

}