.woo-heading-product{
text-align: center; color: #000;
text-transform: capitalize;
}  .woo-product-grid{
display: flex;
justify-content: space-between;
}   .woo-grid-layout{
display: inline-block;
width: 50%;
vertical-align: middle; } .woo-product-box{
display:flex;
justify-content: space-between;
align-items: center;  background: #fff;
border: 1px solid #ececec;
border-radius: 5px; 
margin: 5px auto;   
}
.woo-product-box .woo-product-img {
width: 50px;
height: 50px;
object-fit: cover;
object-position: center;
}
.woo-product-box .woo-product-img img{
width: 100%;
}
.woo-product-box  .woo-product-quantity{
display: flex;
justify-content: space-between;
width: 30%;
margin-right: 10px;
}
.woo-product-box  .woo-product-quantity .variation_qty{ background: #ececec;   vertical-align: middle;
cursor: pointer;
color: #000;
width: 50px;
height: 30px;
font-size: 15px;
text-align: center;
}  @media screen and (max-width:1200px) {
.woo-grid-layout{
width: 45%;
}
}
@media screen and (max-width:1024px) {
.woo-product-box{
width: 50%;
}
}
@media screen and (max-width:990px) { 
.woo-grid-layout{
width: 95%;
display: block;
}
.woo-product-text h3{
font-size: 15px;
}
h1{
font-size: 25px;
}
.woo-product-box{
width:80%;
}
}
@media screen and (max-width:400px) {
.woo-product-box{
flex-direction: column;
}
.woo-product-box .woo-product-img{
width: 150px;
height: 150px;
}
.woo-product-box  .woo-product-text{
padding: 15px 0;
}
.woo-product-box .woo-product-quantity{
width: 40%;
}
}  .variations{
display: none !important;
}
.qty_increment, .qty_decrement {
background: #000;
width: 20px;
padding: 2px;
text-align: center;
color: #fff;
font-weight: bold;
cursor: pointer;
}
.woocommerce-variation-add-to-cart{
display: none !important;
}
.woo-custom-add-to-cart input{
width: 300px;
cursor: pointer;
}