@media only screen and (max-width: 1024px) {
.product-image .yith-wcwl-add-to-wishlist {
top: auto;
bottom: -32px;
left: auto;
right: 0;
}
.product-info .product-title {
padding-right: 25px;
}
.btn-quickview {
height: 100%;
left: 0;
top: 0;
transform: translate(0px, 0px);
width: 100%;
}
.btn-quickview:after {
content: "" !important;
height: 100%;
left: 0;
top: 0;
width: 100%;
}
}