/*  MICROTHEMER STYLES  */


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

/** General >> Flex control nav list item:(1) **/
.flex-control-nav li:nth-of-type(1) {
	width: 103px !important;
}

/** General >> Flex control nav image **/
.flex-control-nav img {
	width: 103px !important;
}


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

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

	/** General >> Woocommerce product gallery **/
	.woocommerce-product-gallery__image {
		height: 380px !important;
		min-height: 380px !important;
	}
}

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

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

	/** General >> Woocommerce product gallery **/
	.woocommerce-product-gallery__image {
		height: 480px !important;
		min-height: 480px !important;
	}
}