/* Add your custom CSS code here */

@media only screen and (max-width: 800px) {
	.emthemesModez-header-userSection .emthemesModez-quickSearch {
		display:block;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.emthemesModez-quickSearch .form-field {max-width:218px;}
	.header-logo {float:left;}
	.navPages-quickSearch {display: none;}
}
@media only screen and (max-width: 690px) {
	.emthemesModez-header-userSection .emthemesModez-quickSearch {float:left;width:100%;}
	.header-logo {float:none!important;}
	.emthemesModez-quickSearch .form-field {max-width:100%!important;}
}
h5.account-product-title > a{
	text-decoration:underline;
}
.account-orderStatus-label > a {
    color: #fff;
	text-decoration:none;
}
.form-field.form-field--stock.u-hiddenVisually + .alertBox--error {
	margin: 10px 10px 0 0px;
}
@media only screen and (max-width: 480px) {
    .mobile-logo{
	display:block !important;
}
.desktop-logo{
	display:none;
}
    
}
