@media screen and (min-width: 992px){
 /*
.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce form .form-row {
  display: inline-block;
}
.woocommerce form .form-row input.input-text {
  max-width: 252px;
}
#billing_first_name_field {
  order: 1;
}
#billing_last_name_field {
 order: 2;
}
#billing_company_field {
  order: 3;
}
#billing_country_field {
  order: 4;
}
#billing_address_1_field {
  order: 5;
}
#billing_address_2_field {
  order: 6;
  width: 100%;
}
#billing_city_field {
  order: 7;
}
#billing_postcode_field {
  order: 8;
}
#billing_state_field {
  order: 9;
  width:100%;
}
#billing_phone_field {
  order: 10;
}
#billing_email_field {
  order: 11;
}
*/


.woocommerce button.button {
font-size: auto;
}


.woocommerce div.product div.images img {
max-width: 190px;
}




/* .woocommerce-shipping-fields h3, .woocommerce-billing-fields h3 {width:100%;} */
.woocommerce .col2-set, .woocommerce-page .col2-set {
 width: 48% !important;
 float: left;
}
.woocommerce-checkout-review-order{
 width: 48% !important;
 float: right;

}



}
