/* This is CUSTOMIZE CSS  */
/*body *:not(i){
	font-family:'brandon-grotesque',Arial,sans-serif !important
	}*/
/** Custom Quantity Button ON add to cart **/
.headerMid{background-color:#F8D1CC;}
#custom_added_quantity_label input,
#custom_added_quantity_label_simple input{
	box-shadow: none;
	border: 1px solid;
	position: relative;
	margin-right: 10px;
	height: 30px;
	max-width:65px;
}
/** Custom Added Subscribe Here Button On Navigation **/
#header-subscribe{
	height: 50px;
	line-height: 50px;
	border-right: none;
	box-shadow: none;
}
.headerBase .categoryNav{
	width:33.3%;
}
/** Custom Added Header Text Line **/
#custom-header-text{
	background: #000;
	padding: 5px;
}
#custom-header-text p{
	margin: 0;
	color: #fff;
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
	font-size: 120%;
}
.headerBase{
	border-top: 3px double;
}
@media only screen and (max-width: 768px) {
	/** Custom Quantity Button ON add to cart **/
	#custom_added_quantity_label{
		display: inline-block;
		max-width: 52%;
	}
	#custom_added_quantity_label_simple{
		display: inline-block;
		text-align: left;
	}
	#custom_added_quantity_label_simple input,
	#custom_added_quantity_label input{
		width:40%;
		height: 50px;
		border-top: none;
		border-bottom: none;
		background: transparent;
	}
	#custom_added_quantity_label_simple input{
		border-left:none
	}
	div.productBar button.custom-width{
		width:100%
	}
	/** Custom Added Subscribe Here Button On Navigation **/
	#header-subscribe{display:none;}
	.headerBase .categoryNav{width:50%;}
}


@media only screen and (max-width:767px) {
	.headerBase .categoryNav h3 {
		font-size: 12px;
	}
	
	}
@media only screen and (max-width:370px) {
	.headerBase .categoryNav h3 {
		font-size: 10px;
	}
	
	}
