/*  MICROTHEMER STYLES  */


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

/** General >> Yith wcbr brands link hover **/
.yith-wcbr-brands > a:hover {
	text-decoration: underline !important;
}


/*= Footer ==================== */

/** Footer >> Footer Links Hover **/
#menu-footer-menu-1 a:hover {
	text-decoration: underline !important;
}

/** Footer >> Menu quick menu footer link hover **/
#menu-quick-menu-footer a:hover {
	text-decoration: underline !important;
}

/** Footer >> Products Menu Footer Links **/
#menu-products-menu-footer a:hover {
	text-decoration: underline !important;
}


/*= Breadcrumbs =============== */

/** Breadcrumbs >> Bread Crumb Link Hover **/
.trail-begin span:hover {
	text-decoration: underline !important;
}


/*= Product Page ============== */

/** Product Page >> Product Page See More Link **/
.woocommerce-nested-category-layout-see-more {
	color: rgb(255, 255, 255) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: rgb(176, 22, 22) !important;
	padding: 10px !important;
	margin: 0 !important;
}

/** Product Page >> Product Page See More Link Copy Hover **/
.woocommerce-nested-category-layout-see-more:hover {
	color: rgb(255, 255, 255) !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	background-color: rgb(0, 0, 0) !important;
	padding: 10px !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/** Product Page >> Wc nested category layout category title **/
.wc-nested-category-layout-category-title {
	font-size: 36px !important;
	text-align: center !important;
	padding-top: 60px !important;
}

/** Product Page >> Page title **/
.page-title {
	text-align: center !important;
}

/** Product Page >> Primary shop link:hover **/
#primary .shop-link:hover {
	text-decoration: underline !important;
}

/** Product Page >> Main woocommerce nested category layout see more **/
#main .woocommerce-nested-category-layout-see-more {
	text-align: center !important;
	width: 15% !important;
	margin: 0 auto 0 auto !important;
	display: block !important;
}

/** Product Page >> Product category image **/
.product-category img {
	display: none !important;
}

/** Product Page >> Main count **/
#main .count {
	display: none !important;
}

/** Product Page >> Main woocommerce loop category title **/
#main .woocommerce-loop-category__title {
	display: none !important;
}

/** Product Page >> Main yith wcbr brands **/
#main .yith-wcbr-brands {
	margin-bottom: 0 !important;
}


/*= Single Product Page ======= */

/** Single Product Page >> Product span **/
.product_meta span {
	font-weight: 600 !important;
}


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

	/*= Header ==================== */

	/** Header >> Menu Button **/
	.text {
	background-color: rgb(176, 22, 22) !important;
}


}


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

	/*= Header ==================== */

	/** Header >> Menu Button **/
	.text {
	color: rgb(255, 255, 255) !important;
	text-transform: uppercase !important;
	background-color: rgb(176, 22, 22) !important;
}


}


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

	/*= Header ==================== */

	/** Header >> Uabb creative menu mobile toggle container:(2) text **/
	.uabb-creative-menu-mobile-toggle-container:nth-of-type(2) .text {
	color: rgb(255, 255, 255) !important;
	text-transform: uppercase !important;
	background-color: rgb(176, 22, 22) !important;
}


	/*= Product Page ============== */

	/** Product Page >> Main woocommerce nested category layout see more **/
	#main .woocommerce-nested-category-layout-see-more {
	text-align: center !important;
	width: 30% !important;
	margin: 0 auto 0 auto !important;
	display: block !important;
}


}

