.sub-product-cart-wrap-1 { min-height: 70px; background: var(--color-primary); color:var(--text-color-with-background); border-radius: 0px 25px; box-shadow: 0px 10px 30px rgba(0,0,0,.1);}
.sub-product-cart-wrap-1 a{ color:var(--text-color-with-background); display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.sub-product-content-wrap-1 { display: flex;align-items: center;justify-content: center;width: 100%; }
.sub-product-content-wrap-1 h2 {font-size: 18px;font-weight: 600;text-align: center;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}

.sub-product-cart-wrap-2 { min-height: 70px; border-radius: 10px; box-shadow: 0px 0px 20px #00000014; color:var(--text-color-with-background); }
.sub-product-cart-wrap-2 a{ color:#222222; display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.sub-product-content-wrap-2 { display: flex;align-items: center;justify-content: center; width: 100%; }
.sub-product-content-wrap-2 h2 {font-size: 18px;font-weight: 600;text-align: center;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.sub-product-cart-wrap-2:hover a{ color: var(--color-primary); }
.productList .product-cart-wrap .product-content-wrap h2 { text-align: left; }
.fileField-control { border: 1px solid #9f9f9f;height: 35px;padding-left: 12px; }
