/**
* Theme Name: Untex Child
* Description: This is a child theme of Untex, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: untex
* Version: 1.0.0
*/


/*Custom CSS by ioVista*/
.product-table-vertical tbody tr:hover {
  background-color: #F9EFE3;
}
.product-table-vertical th,
.product-table-vertical td {
  border: 1px solid #dce0e3 !important;
  vertical-align: middle;
}
.inquiry-popup-form input[type=text], .inquiry-popup-form input[type=number], .inquiry-popup-form input[type=email], .inquiry-popup-form input[type=tel], .inquiry-popup-form input[type=url], .inquiry-popup-form input[type=password], .inquiry-popup-form input[type=search], .inquiry-popup-form input[type=date], .inquiry-popup-form textarea{
	padding: 8px 10px;
	margin: 10px 0;
	background-color: #fff !important;
	border: none !important;
	border-radius: 10px;
	resize: none;
}
.inquiry-popup-form .elementor-button{
	background-color: #fff !important;
}
.inquiry-popup-form .elementor-button:before{
	background-color: #f9efe3 !important;
	color: #000 !important;
}
.inquiry-popup-form .elementor-button:hover .elementor-button-text{
	color: #000 !important;
}
.inquiry-popup-form .elementor-button i{
	color: #000 !important;
}
.dscf7-captcha-container{
	width: 100% !important;
	margin: 10px 0;
}
.add_to_cart_button{
	display: none !important;
}
.count-review{
	display: none !important;
}
.product-table-vertical tbody tr {
  background-color: #9D652F;
  color: #fff !important;
}
.product-table-vertical tbody tr  {
  background-color: #9D652F;
  color: #fff !important;
}
.product-table-vertical tbody tr:hover th, .product-table-vertical tbody tr:hover td {
  color: #000 !important;
}
.product-table-vertical tbody tr th {
  color: #fff;
}
.product-table-vertical th, .product-table-vertical td{
	padding: 10px;
}
.custom-prodcut-information {
  display: flex;
  /*justify-content: space-between;*/
}
.custom-prodcut-information.col-3 .custom-prodcut-information-box{
	width: 32%;
}
.custom-prodcut-information.col-2 .custom-prodcut-information-box{
	width: 49%;
}
.woocommerce-breadcrumb{
	display: none !important;
}
.wpcf7-submit{
	color: #fff !important;
}
.wpcf7-submit:hover{
	background-color: #f9efe3 !important;
	color: #9d652f !important;
}
section.related.products h2{
	font-size: 50px !important;
}
h6.elementor-heading-title{
	line-height: 30px !important;
}
.elementor-widget-text-editor p{
	line-height: 30px !important;
}
@media (max-width: 768px) {
	.custom-prodcut-information.col-3 .custom-prodcut-information-box{
		width: 49%;
	}
	.woocommerce-page.single-product #page .site-content{
		margin-top: 30px !important;
	}
}
@media (max-width: 425px) {
	.custom-prodcut-information.col-3 .custom-prodcut-information-box{
		width: 100%;
	}
	.custom-prodcut-information{
		flex-wrap: wrap;
	}
	.woocommerce-page.single-product #page .site-content{
		margin-top: 30px !important;
	}
	.custom-prodcut-information.col-2 .custom-prodcut-information-box{
		width: 100%;
	}
}