/*Add Css Custom Here*/

/*====== Fix bugs Megamenu not showing icon font (26/1/2018) =====*/
@media (min-width: 992px){
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a {  line-height: 24px; height: auto;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a i,
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a b {
	    display: inline-block;
	}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li.with-sub-menu > a:before{display: none;}
	.menu-vertical .container-megamenu.vertical .vertical-wrapper ul.megamenu > li > a img{position: static; transform: inherit;}

}

.tab-content .desc-collapse, .tab-content .desc-collapse p, .tab-content .desc-collapse span
{
	font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
	color: #555 !important;
	line-height: 26px !important;
}

/* Hide So theme "sold / remaining" counter next to stars (product_sold / product_order). Scoped to PDP + quick view; not .rate-history. */
.product-view .content-product-right .box-review > span.order-num {
	display: none;
}