/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

body.woocommerce .products .product .woosc-btn {
  padding: 11px 20px;
  border-radius: 5px;
  margin-top: 12px;
  font-weight: bold;
}
.product_meta .sku_wrapper {
  display: none;
}
.ppom-wrapper .form-control.hide-field {
  display: none;
}
#shop .product_cat-pouch .summary .cart::after {
  content: "Duration: 3 Working Days";
  display: block;
  font-weight: bold;
}
.stock.in-stock {
  display: none;
}
@media screen and (max-width: 767px){
.woocommerce .wc_payment_methods img {
  display: inline-block !important;
  max-width: 50px;
}}
@media screen and (max-width: 650px){
body.woocommerce .products .product a.button, body.woocommerce .products .product .woosc-btn {
  padding: 10px !important;
  font-size: 14px;
  line-height: 18px;
}}

@media screen and (max-width: 480px){
body.woocommerce .products .product {
  width: 50% !important;
}
body.woocommerce .products .product a.button, body.woocommerce .products .product .woosc-btn {
  font-size: 12px;
  width: 100%;
}}