.product-img > img, .table-cart tr td:first-child > a img:nth-child(2), .img-main img:nth-child(2), #sliderproduct .item img:nth-child(2) {
    position: absolute;
    right: 10%;
    top: 5%;
    width: 35% !important;
    z-index: 1;
    border: none;
    border-radius: 0;
    height: auto;
    bottom: unset;
    left: unset;
}

.table-cart tr td:first-child > a {
    position: relative;
    display: block;
    width: fit-content;
}

#sliderproduct .item, .img-main {
    position: relative;
}

.img-main img:nth-child(2) {
    width: 25% !important;
}

@media (max-width: 767px) {
    .product-img > img {
        right: 5%;
    }
}