/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2020 | 08:03:50 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#bizsoft_contract_number::-webkit-inner-spin-button, 
#bizsoft_contract_number::-webkit-outer-spin-button,
#bizsoft_customer_id_field::-webkit-inner-spin-button, 
#bizsoft_customer_id_field::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.wcpt-cart-widget {
  z-index: 9998 !important;
}

/* Medium screens - TABLET */
/* min-width 641px, medium screens */
/*
@media only screen and (min-width: 40.063em) {
  #bizsoft_contract_id_field {
	float: left;
	width: 48%;
	margin-right: 2%;
  }
  
  #bizsoft_customer_id_field {
	float: left;
	width: 50%;
  }
} 

*/