/*  MICROTHEMER STYLES  */


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

/** General >> Post 7 bc sub headline **/
#post-7 .bc_sub_headline {
	max-width: 50vw !important;
}

/** General >> Ct woo card actions **/
.ct-woo-card-actions {
	width: 100% !important;
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: row !important;
	-moz-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	grid-column-gap: 8px !important;
	column-gap: 8px !important;
}

/** General >> Div **/
.entry-content > div:nth-of-type(2) > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(2) > div {
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}

/** General >> Bundle wrap **/
.bundle_wrap .added_to_cart {
	margin-left: 8px !important;
}


/*( < 1200 )*/
@media (max-width: 1199.98px) {
	/** General >> Post 7 bc sub headline **/
	#post-7 .bc_sub_headline {
	max-width: 70vw !important;
}

}


/*( < 980 )*/
@media (max-width: 979.98px) {
	/** General >> Post 7 bc sub headline **/
	#post-7 .bc_sub_headline {
	max-width: 80vw !important;
}

}

