/*  MICROTHEMER STYLES  */


/*= global ==================== */

/** global >> label_outofstock fcolor/fsize/fw **/
.out-of-stock {
	color: rgb(255, 0, 0) !important;
	font-size: 18px !important;
	font-weight: bold !important;
}

/** global >> Onsale_label hiden **/
.onsale {
	visibility: hidden !important;
}

/** global >> label_onsale hiden **/
.onsale {
	visibility: hidden !important;
}


/*= homepage ================== */

/** homepage >> product_thumbnail size/padding **/
.tp-image-wrapper > img {
	width: 240% !important;
	height: 240px !important;
	padding: 10px !important;
}

/** homepage >> product_title font/fcolor/fsize/text_align/size/margin **/
#fl-post-13028 .woocommerce-loop-product__title {
	/* MT [ google_font: 1 ] */
	font-family: 'Saira' !important;
	color: rgb(5, 63, 117) !important;
	font-size: 25px !important;
	text-align: left !important;
	height: 100px !important;
	padding-bottom: 30px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
}

/** homepage >> product_button font/fcolor/bgd/margin **/
ul .button {
	/* MT [ google_font: 1 ] */
	font-family: 'Saira' !important;
	color: rgb(95, 117, 134) !important;
	background-color: rgb(255, 255, 255) !important;
	margin: 20px !important;
}

/** homepage >> product_box boxshadow **/
.page li.product {
	box-shadow: 3px 3px 10px 0 rgb(0, 0, 0) !important;
}


/*= shop_page ================= */

/** shop_page >> product_thumbnail size/padding **/
.fl-post-grid-image {
	width: 240px !important;
	height: 240px !important;
	padding: 10px !important;
}

/** shop_page >> product_title font/fcolor/fsize/text_align/size/margin **/
#fl-main-content .fl-post-grid-title {
	/* MT [ google_font: 1 ] */
	font-family: 'Saira' !important;
	color: rgb(5, 63, 117) !important;
	font-size: 25px !important;
	text-align: left !important;
	height: 100px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
}

/** shop_page >> product_button font/fcolor/bgd/margin **/
.product .button {
	/* MT [ google_font: 1 ] */
	font-family: 'Saira' !important;
	color: rgb(95, 117, 134) !important;
	background-color: rgb(255, 255, 255) !important;
	margin: 20px !important;
}

/** shop_page >> product_price font/fcolor/fsize/fw/text_align/margin **/
#fl-main-content .price {
	/* MT [ google_font: 1 ] */
	font-family: 'Saira' !important;
	color: rgb(5, 80, 151) !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-align: center !important;
	margin: 20px 10px 0 10px !important;
}

/** shop_page >> product_box boxshadow **/
#fl-main-content .fl-post-grid-image-above-title {
	box-shadow: 3px 3px 10px 0 rgb(0, 0, 0) !important;
}

/** shop_page >> Woof submit search form container button **/
.woof_submit_search_form_container .button {
	/* MT [ google_font: 1 ] */
	font-family: 'saira' !important;
	color: rgb(255, 255, 255) !important;
	font-size: 20px !important;
	background-color: rgb(66, 139, 202) !important;
	width: 100px !important;
	height: 50px !important;
	border-width: 1px !important;
	border-radius: 5px !important;
}


/*= product_single ============ */

/** product_single >> gallery size **/
.woocommerce-product-gallery--with-images {
	width: 350px !important;
	height: 400px !important;
}

/** product_single >> product_title fsize/texttrans/font **/
#fl-main-content .product_title {
	/* MT [ google_font: 1 ] */
	font-family: 'saira' !important;
	font-size: 30px !important;
	text-transform: capitalize !important;
}

/** product_single >> product_price font/fcolor/fsize/fw/text_align/margin **/
.product .fl-module-fl-woo-product-price {
	/* MT [ google_font: 1 ] */
	font-family: 'Saira' !important;
	color: rgb(5, 80, 151) !important;
	font-size: 28px !important;
	font-weight: bold !important;
	text-align: left !important;
	margin: 20px 10px 20px 10px !important;
}

/** product_single >> product_page_tabs font/fcolor/fsize **/
.woocommerce-tabs {
	font-family: Saira !important;
	color: rgb(95, 117, 134) !important;
	font-size: 17px !important;
}

/** product_single >> Tab_description bgd **/
#tab-description {
	background-color: rgb(240, 240, 240) !important;
}

/** product_single >> product_variations hide **/
#fl-main-content .variations {
	display: none !important;
}

/** product_single >> input_quantity bgd/size **/
.woocommerce-variation-add-to-cart input:nth-of-type(1) {
	background-color: rgb(226, 226, 226) !important;
	width: 60px !important;
	height: 50px !important;
}

/** product_single >> cart_button color/size/border/bgd **/
#fl-main-content .single_add_to_cart_button {
	background-color: rgb(15, 166, 225) !important;
	height: 50px !important;
	border-top-width: 1px !important;
	border-radius: 7px !important;
}

/** product_single >> tabs font/fcolor/fsize **/
.woocommerce-tabs {
	font-family: Saira !important;
	color: rgb(95, 117, 134) !important;
	font-size: 17px !important;
}


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

	/*= homepage ================== */

	/** homepage >> product_thumbnail size/padding **/
	.tp-image-wrapper > img {
	width: 240% !important;
	height: 240px !important;
}


}

