/* STYLES ADDED BY GORILION GRID VIEW */
/* eCellar styling */
body select, body input {
  border-radius: 300px !important;
}
/* lets get rid of the shitty loader */



.ecp-ui-block {
  width: 10px !important;
  height: 10px !important;  
  background-size:cover !important;
  position: absolute !important; 
  right: 0 !important; 
  top: 15px !important; 
  z-index: 500; 
}

 #account-cart {
  font-family: "Aldus Roman", Sans-serif;
  font-size: 14px;
  font-weight: 600 !important;
  z-index: 99;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  font-weight: 500;
  color: #F4EED2;
  fill: #F4EED2;
  margin-left: 10px;
}
#account-cart .myaccount {
  margin-right: 20px;
}
#account-cart > div {
  display:inline-block; 
}
#account-cart .cart-label {
  padding-left: 10px;
  /*font-weight: 600;*/
  border-left: 1px solid #f4eed2;
  margin-left: 10px;
}
#account-cart a {
  color: #F4EED2;
fill: #F4EED2;

}
#account-cart a:hover {
  
}
.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:#b82e35 !important;
  border-color:#b82e35 !important;
}



/* BUTTONS */
.ecp-component button, .ecp-form button {
  text-transform: uppercase;
  background: #cb333b !important;
  margin-right: 5px;
  position: relative;
  padding: 0px 30px !important;
  line-height: 42px;
  border: 0px !important;
  color: #fff !important;
  letter-spacing: 1px;
  -o-border-radius: 300px !important;
  -moz-border-radius: 300px !important;
  -webkit-border-radius: 300px !important;
  -ms-border-radius: 300px0px !important; 
  border-radius: 300px !important;
  text-shadow: none;
  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;

  
}
.ecp-component button:hover {
  background: #a3292f !important;
  color:#ffffff !important;
}
.ecp_ProductDetail .ecp-form button {
  margin-left: 10px !important;
}
/* PRODUCTS LISTING */

.ecp_CategoryWithProducts .ecp-x-list {

  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between
}
.ecp_CategoryWithProducts .ecp-list-item {
  /* single list item */
  margin: 0px 40px 40px 0px;
  padding: 30px 30px 30px 30px;
  border: 1px solid #666;
  color:#666;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  flex:1;

  
}
.ecp_CategoryWithProducts .ecp-list-item div:last-child {
  margin-top: auto;
  
}
.ecp_CategoryWithProducts div.ecp-html-subtitle {
  font-style: normal !important;
}
.ecp_CategoryWithProducts div.ecp-html-subtitle a {
  color:#666;
}
.ecp_CategoryWithProducts .ecp-html-content {
  display:none;
}
.ecp_GeneralCart [data-ecp-handle="products"] {
  display:block;
}
.ecp_CategoryWithProducts .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 {
  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;
}
.ecp_CategoryWithProducts select[name="product_qty"] {
  width: 50px;
}
.ecp_AddedToCart .ecp-list-wrapper ul.ecp-horizontal-list li img {
  max-height: 150px;
  width: auto;
}
.ecp_AddedToCart .ecp-list-wrapper ul.ecp-horizontal-list li div {
  font-size: 14px;
  line-height: 16px;
}
.ecp_CategoryWithProducts .ecp-columns-left, .ecp_CategoryWithProducts .ecp-columns-right {
  width:100% !important;
  float:none !important;
  text-align: center;
  }
  .ecp_CategoryWithProducts .ecp-columns {
    margin-bottom: 0px !important;
  }
  .ecp_CategoryWithProducts h3 {
    text-align: center;
    max-width: 235px;
    margin:0px auto !important;
  }
  .ecp_CategoryWithProducts img {
    max-height: 300px;
  }
  .ecp_ProductDetail .ecp-columns-left {
    max-width: 37%;
  }
  .ecp_ProductDetail .ecp-columns-left img {
    max-height: 620px;
  }
  .ecp_ProductDetail .ecp-columns-right {
    max-width: 61%;
    text-align: left;
  }
/* re-order the form buttons */
.ecp-form .ecp-grid-row {

}
.ecp_ProductDetail .ecp-form-tip {
  text-align: left;
}
.ecp-form .ecp-grid-row .ecp-grid-col-6 {
width:auto;
margin-right: 10px;
}

.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;
}
.ecp-callout-box {
  padding: .75rem 1.5rem;
  background-color: transparent;
  font-weight: 700;
  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: 2px solid#666 !important;
  color: #666 !important;
  letter-spacing: 1px;
  -o-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -ms-border-radius: 4px !important; 
  border-radius: 4px !important;
}
.ecp_GeneralCart select {
text-align: center !important;
}

.ecp_GeneralCart .ecp-columns-left img {
	max-height: 200px;
	width: auto;
}

.ecp-wrapper {
    min-height: 0px !important;
    
}
.ecp-wrapper h2 {
  font-size: 1.8em;
}

@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,
  .ecp-component.ecp_CreateShippingAddress

   {
  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;
  }


}

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

  .ecp_CategoryWithProducts .ecp-x-list {
    display: block;
    width: 100%;
  }
  .ecp_ProductDetail .ecp-columns-left {
    max-width: 100%;
    text-align: center;
  }
  .ecp_ProductDetail .ecp-columns-left img {
    max-height: 300px;
  }

  .ecp_ProductDetail .ecp-columns-right {
    max-width: 100%;
    text-align: center;
  }

}