/*  MICROTHEMER STYLES  */


/*= Content =================== */

/** Content >> .elementor-product-variable .variations .tr **/
.elementor-product-variable .variations td {
	background: white !important;
}


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

/** WooCommerce >> .woocommerce-notices-wrapper > .woocommerce-error **/
.woocommerce-notices-wrapper > .woocommerce-error {
	color: white !important;
	font-size: 18px !important;
	background: #337ab7 !important;
	border-top-color: #508c2c !important;
}

/** WooCommerce >> .wc-proceed-to-checkout > .checkout-button **/
.wc-proceed-to-checkout > .checkout-button {
	background: #508c2c !important;
}

/** WooCommerce >> .product-name > a **/
.product-name > a {
	color: black !important;
}

/** WooCommerce >> .woocommerce-error::before **/
.woocommerce-error::before {
	color: yellow !important;
}

/** WooCommerce >> #coupon_code **/
#coupon_code {
	width: 400px !important;
}

/** WooCommerce >> .coupon > [type="submit"] **/
.coupon > [type="submit"] {
	color: white !important;
	background: #337ab7 !important;
}

/** WooCommerce >> #place_order **/
#place_order {
	background: #508c2c !important;
	width: 100% !important;
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** WooCommerce >> .coupon > [type="submit"] **/
	.coupon > [type="submit"] {
	
}


}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

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

	/** WooCommerce >> .coupon > [type="submit"] **/
	.coupon > [type="submit"] {
	width: 100% !important;
}

	/** WooCommerce >> #coupon_code **/
	#coupon_code {
	width: 100% !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

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

	/** WooCommerce >> .coupon > [type="submit"] **/
	.coupon > [type="submit"] {
	width: 100% !important;
}

	/** WooCommerce >> #coupon_code **/
	#coupon_code {
	width: 100% !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

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

	/** WooCommerce >> #coupon_code **/
	#coupon_code {
	width: 100% !important;
}

	/** WooCommerce >> .coupon > [type="submit"] **/
	.coupon > [type="submit"] {
	width: 100% !important;
}


}

