@media (max-width: 450px) {
	.custom-logo {
/*		width: 140px; */
		width: 300px;
		margin-top: -60px !important;
	}
	
	/*FOR REMOVING THE "Showing 1-12 0f 16 results" in mobile view*/
	.woocommerce .woocommerce-result-count, 
		.woocommerce  .woocommerce-page .woocommerce-ordering {
		display: none !important;
	}
	
	.product-title {
		height: 70px !important;
	}
	
	.woocommerce ul.products li.product h3 {
		font-size: 12.49px !important;
		text-transform: none;
	}
	
	.sub-menu-columns .sub-menu {
		width: 100% !important;
	}
	
	.sub-menu-columns {
		width: 100% !important;
	}
	
	.sub-menu-column {
		width: 100% !important;
	}
}

/*
@media (max-width: 900px) {
	.main-navigation .close {
	    border: 1px solid #ddd;
		left: 10px !important; }
	
	
	.main-navigation ul.nav-menu {
		width: 48.7%; /* This is white block*/
/*		background: grey none repeat scroll 0 0;}
	
	.main-navigation ul li ul {
	    
	    width:100%; /*This is submenu sizing*/
/*	visibility: hidden;
	}


}

/* FOR THE BANNER IN THE MOBILE AND TABLET */
.slides {
	height: 50vw !important;
}

.right-sidebar .right-sidebar, .woocommerce-page .shop-sidebar {
/*float: right;*/
	width: 29%;
}

.woocommerce ul.products li.product h3 {
	font-size: 15.4px;
	text-transform: none;
}

/*-------------------
SPLITING THE SUBMENU
-------------------------*/
.sub-menu-columns ul.sub-menu li {
	clear: initial;
	float: left;
	width: 175px;
	margin-left: 5px;
}

.sub-menu-columns .sub-menu {
	width: 370px;
}

.sub-menu-columns {
	width: 150px;
}

.sub-menu-column {
	width: 150px;
}

/*-------------------
SIZING THE PRODUCT TITLE
-------------------------*/
.product-images {
	min-height: 270px;
}

.product-title {
	height: 55px;
}

/*-------------------
Remove the caption on the slider
-------------------------*/
#slider-section .slider-caption {
	display: none;
}

/*-------------------
Change font of short discription
-------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Open Sans';
}


/*-------------------
remove the hover over color on the brands in the homepage
-------------------------*/

#brand-section .brands img:hover {
opacity:1;
filter: alpha(opacity= 0);
}

/*-------------------
Spacing for wording in product description
-------------------------*/

h3,h2,h1,h4{
	padding-top: 0.5px;
	padding-bottom: 0.5px;
	
}

.AVEHeading1, .AVEHeading2, .AVEHeading3 {
	color:#365F91;}
.AVEHeading3 {
	font-weight: bold;
}
/*
li.product{
	max-height: 800px;
	height: 400px;
	border: auto 1pt solid;
}*/
.product-title {
	height: 120px;
}
span.price {
	height: 48px;
}

/* CTA */
.promo-text > .title {
	font-size: 12pt !important;
}
#promo-section .promo-text .category > a {
    font-family: "Open Sans",cursive;
	  font-size: 1.4em;
	  color: #ffffff;
/*    color: #ccd9ff; */
}

/* Make promo to be 6 */
@media screen and (max-width: 450px) {
 #promo-section .promo-block {
 /*	width: 320; */
/*	width: 21%; */
	margin-bottom: 1pt;
 }
}
@media screen and (min-width: 451px) {	
 #promo-section .promo-block {
 /*	width: 320; */
	width: 31.3%; 
	margin-bottom: 1pt;
 }
}

/* remove the loading.gif */
.wp-store-preloader{
  width: 0%;
	height: 0%;
	background: none;
}