/*
Theme Name: Moren Child
Author: AlfaPi
Author URI: https://alfapi.com
Description: Moren Child Theme
Template: moren
Version: 1.0.0
Text Domain: moren-child
*/

/* =========================================== */
/* head */
/* =========================================== */
#billing_cf_field
	{
		display:none !important
	}
.variations{
	display:none !important
}

.grecaptcha-badge { 
    visibility: hidden; 
    }
	.postid-7271 .variations,
	.postid-7851 .variations,
	.postid-2845 .variations,
	.postid-2855 .variations,
	.postid-7273 .variations,
	.postid-7275 .variations,
	.postid-7273 .variations,
	.postid-5240 .variations,
	.postid-7134 .variations,
	.postid-5229 .variations,
	.postid-7123 .variations{
		display: block !important;		
	}			
	.variations{
		background: #F8F3F0;
		padding: 20px;
		max-width: 330px;
	}			
	.variations .label,.variations .value{
		color: #000;		
	}			

/* =========================================== */
/* WooCommerce */
/* =========================================== */

/* *************** */
/* Product details */
/* *************** */
.product--summary .variations td {
	padding: 10px 0;
}
.product--summary .variations td.value {
	width:100%;
}

.product--summary .variations select {
	min-width: 160px;
}

/* *************** */
/* Cart			   */
/* *************** */
@media (min-width: 992px) {
	.woocommerce-cart .woocommerce td.actions .coupon .input-text {
		width:160px;
	}
}