#content-wrap select, #content-wrap  .select-small, #content-wrap  .input-small, #content-wrap  .input-text, #contact_form input, #contact_form textarea {
    background: #fff !important;
    border: 1px solid #d2d3d3;
    color: #56584d;
	height: 30px;
	line-height: 30px;
}
#contact_form textarea {
	height: 100px;
}
#coupon_code_input {
	height: 32px !important;
	line-height: 32px !important;
	margin-right: -1px !important;
	width: 190px !important;
	margin-top: -1px !important;
}
.cartInput {
	height: 27px !important;
	margin-top: -2px !important;
	line-height: 27px !important;
}
#sortGoodsBy, #goodsPerPage {
	height: auto !important;
}
.input-small {
	padding: 5px 3px;
}
textarea[name=shipping_info_comment] {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
textarea[name=shipping_info_comment]:focus {
	height: 100px !important;
}
a#main-search-submit span { display: none}
#login-wrap input {
	height: 20px !important;
	line-height: 20px !important;
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#coupon_code_input {
		width: 190px !important;
	}
}
@media only screen and (max-width: 959px) {
	#coupon_code_input {
		width: 98% !important;
	}
}