#order-standard_cart .products .product header {
	background: transparent !important; 
}
#order-standard_cart .products .product header span {
    
    display:none;
} 
#order-standard_cart .products .product header {
    padding:0px !important;
}
#order-standard_cart .products .product footer {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important; 
    text-align: left !important;
    font-size: 1em  !important;
}
.wsaddonimageproduct {
    padding: 0px !important;;
}
.prod-title  {
	font-size: 1.7em !important;
	color: #7074B7!important;
    font-weight: 900;
}
.wsaddonimageproduct img{
      width: 100% !important;
      border-radius: 19px 19px 0px 0px !important;
}
#order-standard_cart .products .product {
    border-radius: 25px !important;
    box-shadow: 1px 1px 10px 2px #7074B7!important;
    border:0px !important;
    padding:0px !important;
    margin: 0px !important;
    min-height: 700px;
}
#order-standard_cart .products .product div.product-desc {
    font-size: 1em !important;
}
.btn-success {
  
    background-color: #7175B7 !important;
    border-color: #7175B7 !important;
}
@media only screen and (max-width: 575px) {
    #order-standard_cart .products .product img{
        height:250px;
        width:100%;
        object-fit:fill; 
        object-position:center;
    }
}