
/* Box style on product image */
.product-box .img-wrapper, .product-wrap .img-wrapper {
 border-width: 1px;
 border-style: solid;
 border-image: linear-gradient(to right top, rgba(255,255,255,0), var(--theme-default)) 1;
 /*box-shadow: 0px 0px 8px var(--theme-default);*/
}
/*Input Quantity box*/
.qty-box .input-group .form-control {
    background: var(--theme-default2) !important;
}
/***************/