/*======================================
Theme Name: Oficina Inteligente
Theme URI: https://oficinainteligente.com.ar/
Description: para oficina inteligente
Version: 1.0
Author: adQS
Author URI: http://adqs.com.ar
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/* CHECKOUT */
@media (min-width: 850px) { 
  #customer_details, #order_review_heading, #order_review {
  width: 48%;
  } 
  #customer_details {
  float: left;
  } 
  #order_review_heading, #order_review {
  float: right;
  } 
  #order_review_heading {
  clear: none;
  padding-top: 0;
  }
  #customer_details .col-1, #customer_details .col-2 { 
	  width: 100%;
	  float: none;
    }
  }
.entry-content tr th, .entry-content thead th {
	color: white;
	background-color: #ef6f49 !important;
}
.includes_tax {display: none;}

/*.woocommerce #content .quantity, .woocommerce .quantity, */
/*Code to display the + and – button */
.woocommerce-page .quantity input.qty, .single-product div.product form.cart .quantity > input[type="number"] {
    -moz-appearance: textfield !important; 
}
.woocommerce div.product form.cart div.quantity { 
	margin: 0 4px 0 4px !important;
}
button.minus {  
	margin-right: 2em !important; 
}
button.plus, button.minus { 
	float: left;
	height: 49px;
	border: none !important;
	border-radius: 3px;
	color: #fff !important;
	background-color: rgba(0,0,0,.2) !important;
	box-shadow: none !important;
	font-size: 20px !important;
	font-weight: 500 !important;
	width: 2em;
	text-align: center; 
}
.woocommerce-variation-add-to-cart, .quantity, .plus, .minus {
	margin-bottom: 10px;
}
.woocommerce button.button.alt.disabled {
	background-color: transparent !important;
}
/* Tabs */
body.woocommerce div.product .woocommerce-tabs ul.tabs, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs {
	display: none;
}
