/*-------------------*/
/* GENERAL */
/*-------------------*/

/*-------------------*/
/* TOP NAV */
/*-------------------*/

/*-------------------*/
/* HEADER */
/*-------------------*/

/*-------------------*/
/* CATEGORY NAV */
/*-------------------*/

/*-------------------*/
/* CONTENT */
/*-------------------*/
.sign-in h1, .sign-up h1 {
  padding: 0 0 10px 0;
}
p.regisitercustomtext {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}

/*-------------------*/
/* PRODUCT THUMBS */
/*-------------------*/

/*-------------------*/
/* PRODUCT */
/*-------------------*/

/*-------------------*/
/* CART/CHECKOUT */
/*-------------------*/
#website_order_shipping_address_attributes_state_chzn div.chzn-drop, #website_order_billing_address_attributes_state_chzn div.chzn-drop {
  width: 198px !important;
}
#website_order_shipping_address_attributes_state_chzn div.chzn-search input, #website_order_billing_address_attributes_state_chzn div.chzn-search input {
  width: 163px !important;
}

/*-------------------*/
/* FOOTER */
/*-------------------*/

/*-------------------*/
/* MEDIA QUERIES */
/*-------------------*/
@media screen and (min-width: 661px){
	
}

@media screen and (max-width: 660px){

}