/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#section_gallery .content > p,
#section_gallery .content > h1,
#section_gallery .content > h2,
#section_gallery .content > h3
{
	color: #fff;
}

.single-product .qv-toogle p,
.single-product .qv-toogle h1,
.single-product .qv-toogle h2,
.single-product .qv-toogle h3
{
	color: #fff;
}

.single-product.shop-quick-view-ajax .qv-toogle p,
.single-product.shop-quick-view-ajax .qv-toogle h1,
.single-product.shop-quick-view-ajax .qv-toogle h2,
.single-product.shop-quick-view-ajax .qv-toogle h3
{
	color: #4e4e4e;
}

@media only screen and (max-width: 575px) {
	section#slider {
		min-height: 40vh !important;
	}
}