#search-form {
	margin-top: 12px;
}
  
#header .header-nav-main {
	border-color: #231e1b !important;
}

#main-warning .alert {
	background: #fcff00;
}

#main-warning .alert P {
	color: #f00 !important;
	font-size: 14px;
	font-weight: bold;
}

@media (min-width: 600px) {

	.product.product-list .product-image-area {
		width: 50%
	}	

	.product.product-list .product-details-area {
		width: 50%;
		padding: 0 10px 0 10px;
	}

}