/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Woocommerce form coupon toggle woocommerce info **/
.woocommerce-form-coupon-toggle > .woocommerce-info {
	border-top-color: rgb(172, 172, 172) !important;
}

/** General >> Woocommerce form coupon toggle woocommerce info _2 **/
.woocommerce-form-coupon-toggle > .woocommerce-info {
	
}

/** General >> Payment woocommerce notice info **/
#payment .woocommerce-notice--info {
	border-top-color: rgb(145, 145, 145) !important;
}

/** General >> Woocommerce privacy policy text paragraph **/
.woocommerce-privacy-policy-text > p {
	color: rgb(255, 255, 255) !important;
}

/** General >> Payment woocommerce privacy policy link **/
#payment .woocommerce-privacy-policy-link {
	color: rgb(255, 255, 255) !important;
}

