.md-modal {
    max-height: 80%;
    overflow: auto;
}
.brand-list-left {
	float: left;
	display: block;
	width: 48%;
}
.brand-list-right {
	float: left;
	display: block;
	width: 48%;
}

@media only screen and (max-width: 700px) {
	#navigation {
		display: none;
	}
	#wprmenu_bar {
		background: #fff;
		border-bottom: 1px solid #ab9d9a;
	}
	#wprmenu_bar .wprmenu_icon span {
		color: #ab9d9a;
		background: #ab9d9a;
	}
	.jquery-responsive-select-menu, .widget_nav_menu {
		display: none;
	}
	
	.nav-toggle {
		display: none !important;
		padding-bottom: 1.1em !important;
	}
	.brand-list-left {
		width: 100%;
		float: none;
		margin-bottom: 0.5em;
	}
	.brand-list-right {
		width: 100%;
		float: none;
	}
}


@media only screen and (min-width: 768px) {
	.woocommerce .images {
		margin-right: 0% !important;
		width: inherit !important;	
	}
}
@media only screen and (max-width : 320px) {
	
}