
.shop-single-product-image {
   background-color: #fff;
    display: flex;
    justify-content: center;

}

.shop-single-product-image .main-image {

    width: 75%;

}

.shop-discount-badge {
    background-color: rgba(255,66,29,0.84);
    color: #fff;
    margin-left: 10px;
    padding: 4px 12px;
}

.shop-discounted-cart-price {
    text-decoration: line-through;
    color: #999;
    margin-right: 8px;
}
