/* Single product img gallery */
.woocommerce-product-gallery__image, .flex-viewport,.flex-control-thumb img{
    border-radius: 10px;
}

.flex-active{
    border:2px solid var(--primary);
}

/* Related Product heading */
.up-sells h2{
    margin-bottom: var(--space-xl);
}

/* Related Product img */
.up-sells .attachment-woocommerce_thumbnail{
    border-radius: 10px;
}

/* Related Product button removal */
.up-sells .button{
    display: none;
}

