/* eCellar styling */
 #account-cart {

}
#account-cart > div {
  display:inline-block;
  margin-right: 0;
    font-size: .75rem;
}
#account-cart .myaccount {
  margin-right: 20px;
}
#account-cart .cart-label {
  color:#382400;
  margin-right: 3px;
}
.ecp_AddedToCart.ecp-sidekick {
  top: 190px;
}
.ecp-sidekick-header h2 {
  font-size: 18px !important;
}
.ecp_AddedToCart.ecp-sidekick .ecp-sidekick-content .ecp-columns-right {
  padding-left: 10px;
  padding-top: 0px;
}

ul.ecp-stepper li.ecp-stepper-active {
  background-color:#382400 !important;
  border-color:#382400 !important;
}



/* BUTTONS */
.ecp-component button, .ecp-form button {
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
  padding: 0px 20px !important;
  line-height: 42px;
  border: none !important;
  -o-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -ms-border-radius: 0px !important; 
  border-radius: 0px !important;
  font-weight: 600 !important;
  text-shadow: none;
  background-color:  transparent;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  display:inline-block !important;
  width:auto !important;
  font-family: "trajan-pro-3", Sans-serif !important;
font-size: 16px !important;
letter-spacing: 1px !important;
color: #FFFFFF !important;
background-color: #B79372 !important;
}
.ecp-component button:hover {
  background: #382400 !important;
  color:#ffffff !important;
}
.ecp_ProductDetail .ecp-form button {
  margin-left: 10px !important;
}
/* PRODUCTS LISTING */

.ecp_CategoryWithProducts .ecp-x-list,
.ecp_CategoriesList__Category .ecp-x-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--wp--preset--spacing--70);
  width: 100%;
  box-sizing: border-box;
}

.ecp_CategoryWithProducts .ecp-x-list .ecp-list-item,
.ecp_CategoriesList__Category .ecp-x-list .ecp-list-item {
    margin: 0;
    padding: var(--wp--preset--spacing--50);
    box-sizing: border-box;
    border: 1px solid var(--wp--preset--color--biale-brown);
}
  .ecp_ProductDetail .ecp-form-tip {
    text-align: left;
    margin-left: 13px !important;
}
.ecp_GeneralCart [data-ecp-handle="products"] {
  display:block;
}
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row, .ecp_CategoriesList__Category .ecp-list-item .ecp-form-row  {
  display:block;
  text-align: center;
}
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row .ecp-form-row-col-75, .ecp_CategoryWithProducts .ecp-list-item .ecp-form-row .ecp-form-row-col-25, .ecp_CategoriesList__Category .ecp-list-item .ecp-form-row .ecp-form-row-col-25, .ecp_CategoriesList__Category .ecp-list-item .ecp-form-row .ecp-form-row-col-75 {
  display:inline-block;
  float:none !important;
  width:auto;
  vertical-align: top;
}
.ecp_CategoryWithProducts .ecp-list-item .ecp-form-row .ecp-form-row-col-75 .ecp-form-tip {
  display:block;
  clear:both;
  width: 100%;
}
.ecp_CategoryWithProducts .ecp-price, .ecp_CategoryWithProducts .ecp-price-discounted, .ecp_CategoryWithProducts .ecp-price-regular {
  font-weight:500;
  margin-top: 20px !important;
  margin-bottom: 0px !important;
}
.ecp_CategoryWithProducts select[name="product_qty"] {
  width: 50px;
}
.ecp_CategoryWithProducts .ecp-columns-left, .ecp_CategoryWithProducts .ecp-columns-right {
  width:100% !important;
  float:none !important;
  text-align: center;
  }
  .ecp_CategoryWithProducts .ecp-columns {
    margin: 0 auto !important;
  }
  .ecp_CategoryWithProducts h2 {
    text-align: center;
    min-height: 105px;
    margin:0px auto !important;
    font-size: 18px !important;
	  font-weight: normal;
  }
.ecp-html-content h2 {
	text-align: left;
	font-weight: 700;
    min-height: unset;
    margin-bottom: 1rem !important;
}
  .ecp_CategoryWithProducts img {
    max-height: 300px;
    max-width: 100%;
    height: auto;
  }

@media screen and (max-width:598px) {
	.ecp_CategoryWithProducts h1, .ecp-html-content h2, .ecp-html-content p {
		text-align: center;
	}
}
.ecp-form select {
  box-sizing: border-box;
  height: 42px !important;
  padding: 0px !important;
    -webkit-appearance:menulist !important;
  -moz-appearance:menulist !important;
  appearance:menulist !important;
}
.ecp_CategoryWithProducts div.ecp-html-subtitle {
min-height: 90px;
display:none;
}
.ecp-callout-box {
  padding: .75rem 1.5rem;
  background-color: transparent !important;
  font-weight: 500;
  text-transform: uppercase;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  border: none !important;
  color: #666 !important;
  letter-spacing: 1px;
  -o-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -ms-border-radius: 0px !important; 
  border-radius: 0px !important;
}
.ecp_GeneralCart select {
text-align: center !important;
}
.ecp-wrapper {
    min-height: 0px !important;
}
.ecp_ProductDetail .ecp-columns-left img {
  max-width: 90%;
}
@media screen and (max-width: 1200px) {

  .ecp_CategoryWithProducts .ecp-x-list {
    grid-template-columns: 1fr 1fr;
  }

}

@media screen and (min-width: 1023px) {
  /* lets shrink elements se they aren't full width awkward on desktop
     idealy we want to just change the column width but can't.
  */
  .ecp-component.ecp_LocateAccount, 
  .ecp-component.ecp_ForgotPassword, 
  .ecp-component.ecp_CreateCustomer,
  .ecp-component.ecp_EditProfile,
  .ecp-component.ecp_EditBillingAddress,
  .ecp-component.ecp_ChangePassword,
  .ecp_GeneralCart, .ecp-component.ecp_JoinList, 
  .ecp-component.ecp_CreateShippingAddress--checkout,
  .ecp-component.ecp_CreateBillingAddress--checkout,
  .ecp-component.ecp_EditBillingAddress--checkout,
  .ecp-component.ecp_JoinClub,
  .ecp-component.ecp_JoinClub__SelectTier,
  .ecp-component.ecp_SelectShippingAddress,
  .ecp-component.ecp_ShippingAddresses,
  .ecp-component.ecp_SelectPaymentMethod,
  .ecp-component.ecp_OrderReview,
  .ecp-component.ecp_CheckoutThankYou,
  .ecp-component.ecp_OrderDetail,
  .ecp-component.ecp_Dashboard,
  .ecp-component.ecp_PaymentMethods,
  .ecp-component.ecp_Reservations,
  .ecp-component.ecp_Orders,
  .ecp-component.ecp_CreateClubSubscription,
  .ecp-component.ecp_ClubSubscriptions,
  .ecp-component.ecp_Remixes,
  .ecp-component.ecp_RemixCart,
  .ecp-component.ecp_RemixReview,
  .ecp-component.ecp_ReservationTimes,
  .ecp-component.ecp_JoinClub__CreateCustomer,
  .ecp-component.ecp_JoinClub__CreateShippingAddress,
  .ecp-component.ecp_JoinClub__CreateBillingAddress,
  .ecp-component.ecp_JoinClub__CreatePaymentMethod,
  .ecp-component.ecp_ReservationSearch

   {
  max-width: 60%;
  /*margin: 0px auto;*/
  }

  
}



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


  


  .ecp_CategoryWithProducts .ecp-list-item {
    margin:0px;
  }
  .ecp_GeneralCart .ecp-columns-left {
    width: 10% !important;
  }
  .ecp_GeneralCart .ecp-columns-right {
    width: 80% !important;
  }
  nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
    top: 5px;
  }



}

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

  .ecp_CategoryWithProducts .ecp-x-list {
    display: block;
    width: 100%;
  }
  .ecp_ProductDetail .ecp-columns-left img {
    max-width: 100%;
  }
  #account-cart {
    font-size: .75rem;
  }
  .ecp-component button, .ecp-form button {
    padding: 8px 20px !important;
    line-height: 23px;
  }

}
.ecp-x-list.intro-text {
    grid-template-columns: 2fr 1fr;
    border: none;
}
.ecp-x-list.intro-text p {
    font-size: 1rem;
}