#footer_2 {
	text-align: center;
}
#content .join {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}

#wine-club {
	display: none;
}

#innerWrapper #pop-up { display: none !important; }

fieldset.hide {
  border: none;
}

form input, form select {
    padding: 12px 2px;
    margin: 6px 0 4px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 14px;
}
#userInfo:not(.checkout) input,
#userInfo:not(.checkout) input,
#userInfo:not(.checkout) select {
    height: 52px;
    min-width: 250px;
    max-width: 100%;
}
#userInfo #checkoutForm input,
#userInfo #checkoutForm input,
#userInfo #checkoutForm select {
    min-width: 1px;
}

#userInfo #checkoutForm #shipping_form select,
#userInfo #checkoutForm #billingForm select {
    width: 100%;
}
#userInfo:not(.checkout) input[type="radio"],
#userInfo:not(.checkout) input[type="checkbox"] { height: auto; min-width: 0; }
#userInfo:not(.checkout) select.dateSelect { min-width: 0; }

form fieldset.shipping {
	margin: 0 2px;
}

.error, .required {
    color: #f00;
}

/* our-wines page */
form#addWine select {
	width: 80px !important;
}
/* end our-wines page */

/* cart/action/checkout/ page */
form#userInfo table {
	border: 2px solid #eee;
}

form#userInfo .discounts_box{
	border-radius: 12px;
	border: 1px solid #dddddd;
}

form#userInfo small { }

form#userInfo .member_notice {
	margin-top: 10px;
}

form#userInfo #billingForm {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
/* end cart/action/checkout/ page */

/* login page */
#frmLogin .lastChild, #forgotPasswd .lastChild {
  max-width: 506px;
  padding: 25px;
}

#frmLogin .lastChild input[type='text'], #frmLogin .lastChild input[type='password'], #forgotPasswd .lastChild input[type='text'] {
  width: 100%;
}

#frmLogin .lastChild ol, #forgotPasswd .lastChild ol {
  padding-left: 0;
  list-style: none;
}
/* end login page */

img.wineBox_custom_img {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.wineBox .custom_image_wrap a:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

.product-title,
h3.wineBox_custom_title {
  font-size: 19px;
  text-align: center;
  text-transform: none;
}
.product_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.wineBox_custom_p_wrap { text-align: center; }

.wineBox p.wineBox_custom_p {
  font-size: 12px;
  text-align: center;
}
.wineBox .spacer { display: none; }
.wineBox .cartBox.my_custom_cartBox {
  text-align: center;
}
.wineDetailOrder .price .sale,
.sale_price .sale {  text-decoration: line-through;  }
.cartBox .sale { text-decoration: line-through; }

.my_custom_filter_menu_wrap {
  margin: 50px -50px 50px -50px;
}
@media (max-width: 767px) {
  .my_custom_filter_menu_wrap {
    margin: 50px 0px 50px 0px;
  }
}

.my_custom_text_center {
  clear: both; 
  text-align: center;
  text-transform: uppercase;
}

.my_custom_filter_menu:first-child { margin-left: 0; }
.my_custom_filter_menu:last-child { margin-right: 0; }
.my_custom_filter_menu {
  color: #a36200;
  margin: 0 4px;
  cursor: pointer;
  font-family: proxima-nova;  
  font-size: 18px;
  font-weight: bold;
}

.my_custom_filter_menu:hover {
}

.wineBox .wineBox_custom_p_wrap p {
  display: none;
}

.wineBox div.image.custom_image_wrap {
  overflow: hidden;
  height: auto;
}
.wineBox div.image.custom_image_wrap a {
    display: block;
    width: 100%;
    padding-bottom: 150%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.wineBox .image img.wineBox_custom_img {
  display: none;
  margin-left: -50%;
  height: 100%;
  max-height: none;
  max-width: none;
}
.navigation { position: absolute; top: 0; }
.navigation a { }
.wineDetailTable .wineDetailTdLeft .wineDetailImage img {
  width: 100%;
}

span.active_menu { }

.wineBox.my_custom_wineBox {
  width: 32.5%;
  float: left;
}
@media (max-width: 480px) {
    .wineBox.my_custom_wineBox {
        display: block;
        width: 100%;
    }
    #content .wineLeft .image { display: block; }
}

@media (max-width: 767px)
    #content .wineLeft .image { display: block; }

    #userInfo:not(.checkout) input, #userInfo:not(.checkout) input, #userInfo:not(.checkout) select {
        min-width: unset !important;
    }
}

.my_custom_wineBox:nth-child(3n){
    clear:left
}

@media screen and (min-width: 590px){    
    .wineDetailTdRight .my_custom_winesummary_details {
      width: 100%;
    }
}