﻿
@import "responsive.css";
/*@import "popup.css";
@import "cart.css";
@import "account.css";*/

.hide {
	display: none;
}

.select-menu {
	width: 100%;
	font-size: 17px;
	height: 30px;
	-webkit-appearance: menulist-button;
}
}

.disabled{
	background-color:lightgray;
}


.text-red {
	color: #ff0000;
}





/*User Profile*/
.lightbox-form.customer.edit.new input[type="email"], 
.lightbox-form.customer.edit.new input[type="text"], 
.lightbox-form.customer.edit.new input[type="tel"], 
.lightbox-form.customer.edit.new input[type="password"],
.lightbox-form.customer.change.new input[type="email"], 
.lightbox-form.customer.change.new input[type="text"], 
.lightbox-form.customer.change.new input[type="tel"], 
.lightbox-form.customer.change.new input[type="password"] {
    padding-left: 40px;
}









