/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#mobile-header .m-nav-btn>span{display:block !important}
.page_home .blog_view_all_button { text-align: center; }
.arcontactus-widget .arcontactus-message-button {right: 40px;}
@media (min-width: 992px) {
	li.ajax_block_product.col-xs-12.col-sm-4.col-lg-3, li.ybc-blog-related-posts-list-li, .owl-stage-outer li.col-xs-12.col-sm-4.col-lg-3 {max-width: 100%; }
	.text-right { margin-top: 10px; }
}
@media only screen and (max-width: 600px) {
	.justify-content-between {
		-ms-flex-pack: justify!important;
		justify-content: center !important;
	}
	#header .header-nav img {
		max-width: 80%;
		margin: 10px 0 10px 0;
	}
}