/* STYLES ADDED BY GORILION GRID VIEW */
/* eCellar styling */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  border: 1px solid rgba(102, 93, 82, 0.3) !important;
  border-radius: 2px;
}

/* lets get rid of the shitty loader but keep on checkout */
body:not(.page-id-554) .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; 
}

/* Cart Designs */
.ecp_GeneralCart .cart-message {
  padding-left: 0px;
}

.ecp_GeneralCart p.cart-intro {
  line-height: 1.5;
}

.ecp_AllocationCart .ecp-section {
  width: 100%;
}

.ecp_AllocationCart .ecp-html-content a {
  /*display:none;*/
}

.ecp_AllocationCart h3 {
  border-bottom: 1px solid silver !important;
}

.ecp_GeneralCart .ecp-x-list {
  width: 100%;
}

.ecp_AllocationCart .ecp-list-item .ecp-columns-right {
  width: 70%;
}

.ecp_GeneralCart .ecp-x-list .ecp-columns-left,
.ecp_AllocationCart .ecp-section .ecp-columns-left {
  width: 20%;
}

.ecp_AllocationCart .ecp-list-item .ecp-columns-left {
  width: 31%;
}

.ecp_AllocationCart .ecp-list-item .ecp-columns-right,
.ecp_AllocationCart .ecp-section .ecp-columns-right {
  width: 66%;
}

.ecp_AllocationCart .ecp-section .ecp-columns-right button {
  display: block !important;
}

.ecp_GeneralCart .ecp-x-list select {
  float: none;
}

.ecp_GeneralCart .ecp-x-list h2 {
  margin: 0px;
}

.ecp_AllocationCart .ecp-columns {
  margin: 0px !important;
}

.ecp_GeneralCart .ecp-x-list h2 a,
.cart-total-container h2,
.ecp-component h2 {
  font-family: "SerlioLTStd", serif;
  text-transform: uppercase;
  font-style: normal;
  line-height: 28.8px;
  letter-spacing: 0.5px;
  font-size: 24px;
  font-weight: 300;
  color: #A39383 !important;
}

.ecp_GeneralCart .cart-total-container h2 {
  margin-bottom: 8px;
}

.ecp_GeneralCart .cart-total-container .ecp-callout-box {
  font-weight: 300;
  font-size: 14px;
}

.ecp_GeneralCart .cart-total-container .ecp-callout-box .ecp-grid-row {
  margin-bottom: 10px;
}

.ecp_GeneralCart .continue-shopping-section {
  margin-top: 20px;
}
.ecp_GeneralCart .continue-shopping-section a {
  margin-bottom: 10px;
  display:block;
}
.ecp_GeneralCart .continue-shopping-section a:hover {
  color:#000;
}
.ecp_GeneralCart .sticky-column {
  margin-top: 18px;
}

.ecp_GeneralCart .ecp-x-list .ecp-form-input-label {
  padding: 0px;
}

.ecp_GeneralCart .ecp-box {
  border: none;
  padding: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.ecp_GeneralCart .ecp-columns-right .ecp-grid-row {
  display: flex;
  align-items: center;
}

.cart-total-container {
  background-color: rgba(102, 93, 82, 0.09) !important;
  padding: 20px;
  border: 1px solid rgba(102, 93, 82, 0.3) !important;
  width: 100%;
}

.ecp_GeneralCart .ecp-section .cart-heading {
  text-align: center;
  color: #000;
  background-color: #f1f0ea;
  padding: 5px;
  line-height: auto;
  border: 1px solid rgba(102, 93, 82, 0.3) !important;
  display: block;
}

.below-cart-total {
  padding-top: 20px;
}

.ecp-component h2 {
  color: #000;
}

.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: 0px;
  padding-top: 0px;
  width: 100%;
  float: none;
}

.ecp_AddedToCart.ecp-sidekick .ecp-sidekick-content .ecp-columns-left {
  display: none;
}

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

.ecp_SelectPickupLocation .ecp-card dl.ecp-address dd:nth-child(3) {
  display:none;

}


/* BUTTONS */
.ecp-component button,
.ecp-form button {
  text-transform: none;
  background: none !important;
  margin-right: 5px;
  position: relative;
  padding: 0px !important;
  line-height: 14px;
  font-size: 14px;
  font-family: "StempelGaramondLTPro-Roman", serif;
  border: none !important;
  color: #B86A28 !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;
  font-weight: 600 !important;
  text-shadow: none;
  background-color: transparent;
  display: inline-block !important;
  width: auto !important;
}

.ecp-component button:hover {
  background: none !important;
  color: #000 !important;
}

.ecp-component button[data-ecp-action="add-to-cart"]::after,
.ecp-component .below-cart-total button[data-ecp-action="cancel"]::after {
  content: "+";
  display: inline-block;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 14px;
  color: #B86A28;
  background-color: rgba(102, 93, 82, 0.09) !important;
  margin-left: 5px;
  border: 1px solid rgba(102, 93, 82, 0.3) !important;
  border-radius: 2px;
}

.ecp-component .below-cart-total button[data-ecp-action="cancel"]::after {
  content: "-";
}

.ecp-form-tip,
.limit-text {
  color: #665D52 !important;
  font-size: 11px !important;
  line-height: 15px;
}

.limit-text {
  display: block;
  text-align: right;
}

.ecp_ProductDetail .ecp-columns-right {
  width: 55% !important;
}

/* PRODUCTS LISTING */

.ecp_CategoryWithProducts .ecp-x-list {
  display: block;
  /* 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 0px 30px;
  border: 1px solid #666;
  color:#666;*/
}

.list-view .ecp_CategoryWithProducts .category-page .ecp-form-tip {
  display: block;
}

.list-view .ecp_CategoryWithProducts .category-page {
  margin-bottom: 20px;
}

.list-view .ecp_CategoryWithProducts h2 {
  font-family: "SerlioLTStd", Sans-serif;
  text-transform: uppercase;
  font-style: normal;
  color: #A39383;
  line-height: 1.0;
}

.list-view .ecp_CategoryWithProducts div.ecp-html-content {
  margin-bottom: 0px;
}

.ecp-modal-small {
  border: none !important;
}

dl.ecp-address dd {
  padding-bottom: 0px !important;
  color: #665d52 !important;
}


.ecp_OrderDetail h4,
.ecp_OrderReview h4 {
  font-size: 24px;
}

.ecp-summary,
.ecp-micro-summary,
.ecp-form input[type="date"],
.ecp-form input[type="number"],
.ecp-form input[type="password"],
.ecp-form input[type="text"],
.ecp-form select,
.ecp-form textarea {
  color: #665d52 !important;
}

.list-view .ecp_CategoryWithProducts h2 a {
  font-weight: 300;
}

.ecp_AddedToCart dt {
  font-size: 1.0rem !important;
}

.category-page .elementor-widget:not(:last-child),
.ecp_CategoryWithProducts .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.category-page .labels p:first-child {
  margin-bottom: 17px;
}

.category_image {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

.single-wine-cat .info {
  text-align: center;
  margin-top: 40px;

}

.single-wine-cat h4 {
  font-size: 14px;
  font-family: "StempelGaramondLTPro-Roman", serif;
  font-weight: 600;
  text-transform: none;
}


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

.ecp_CategoryWithProducts .category_image img {
  /*max-width: 60%;*/
}

select[name="product_qty"],
.ecp_GeneralCart select,
.ecp_AllocationCart select {
  width: 50px !important;
  padding: 1px 3px 1px 8px !important;
  background-color: #f1f0ea !important;
  color: #665d52 !important;
  display: inline-block;
  height: 30px;
}

.ecp_AllocationCart select {
  height: 40px;
}

.ecp-form-row-col-100 {
  width: 100%;
}

.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;
  min-height: 105px;
  max-width: 235px;
  margin: 0px auto !important;
}

.ecp_CategoryWithProducts .category_image img {
  max-height: 416px;
  width: auto;
}
.ecp_CategoryWithProducts .text-align-right.elementor-heading-title {
  line-height: 1.5;
}
.text-align-right,
.text-align-right p {
  text-align: right;
}

/* re-order the form buttons */
.ecp-form .ecp-grid-row {
  /*  display: flex;
flex-direction: row-reverse;
justify-content: flex-end;*/
}

.ecp-form .ecp-grid-row .ecp-grid-col-6 {
  width: auto;
  margin-right: 10px;
}

.ecp-form select {
  box-sizing: border-box;
  /*height: 55px !important;*/
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
}

.ecp_CategoryWithProducts div.ecp-html-subtitle {
  min-height: 90px;
}

.ecp-callout-box {
  border: none !important;
  padding: 0px !important;
  margin: 10px 0px 10px 0px;
  background: none !important;
  font-size: 11px;
  line-height: 12px;
  text-align: left !important;
}
.ecp_Dashboard .ecp-callout-box {
  font-size: 14px;
}

.ecp-wrapper {
  min-height: 0px !important;
}

/* Allocation styling */
.ecp_AllocationCart div.ecp-html-subtitle {

  font-style: normal !important;
  margin: 0px !important;
  padding-right: 30px;
}

.ecp_AllocationCart .ecp-price {
  font-size: 14px !important;
}

.ecp_AllocationCart .ecp-section .ecp-section-message {
  margin-bottom: 30px;
}

.ecp_OrderReview .ecp-form button {
  border: 1px solid #A39383 !important;
  padding: 8px 30px !important;
  text-transform: uppercase !important;
}

.ecp_OrderReview .ecp-form button:hover {
  color: #fff !important;
  background-color: #B86A28 !important;
}

.ecp_OrderReview [data-ecp-handle="pickup_location"] dd:nth-child(3) {
  display:none;
}

.ecp_CreateCustomer .ecp-form-fieldset-scrunched input[name="phone_2"] {
  display: none !important;
}


/* The Wines Custom Overrides */
.the-wines-list .elementor-column:nth-child(1) img {
  max-width: 260px;
  margin-top: 55px;
}
.the-wines-list .elementor-column:nth-child(2) img {
  max-width: 260px;
}
.the-wines-list .elementor-column:nth-child(3) img {
max-width: 260px;
  margin-top: 51px;
}


.the-wines-list .elementor-column .elementor-widget-image {
  margin-bottom: 10px !important;
}
.the-wines-list .elementor-column section .elementor-element-populated {
  padding:0px;
}
.the-wines-list .elementor-column section:last-child {
  margin-top: 10px;
}
.the-wines-list .elementor-column .addmore {
  display:block;
}
.the-wines-list .elementor-column .add-to-cart {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .the-wines-list .elementor-column:nth-child(1) .elementor-widget-image .elementor-widget-container {
    text-align: center;
  }
}


@media screen and (min-width: 550px) {

  .ecp-sidekick {
    width: 230px !important;
  }


}


@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-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_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,
  .ecp-component.ecp_EditShippingAddress--checkout {
    max-width: 60%;
    /*margin: 0px auto;*/
  }


}



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





  .ecp_CategoryWithProducts .ecp-list-item {
    margin: 0px;
  }

  .hide-mobile {
    display: none;
  }

  .ecp-text-right.text-align-right {
    text-align: center;
  }

  .text-align-right {
    text-align: center;
    display: block;
  }

  .limit-text,
  .single-wine-cat .ecp-callout-box {
    text-align: center !important;
  }

  .ecp_ProductDetail .ecp-columns-right {
    width: 100% !important;
  }

  .ecp_AllocationCart .ecp-list-item .ecp-columns-left,
  .ecp_AllocationCart .ecp-section .ecp-columns-left {
    width: 100% !important;
    float: none;
  }

  .ecp_AllocationCart .ecp-list-item .ecp-columns-right,
  .ecp_AllocationCart .ecp-section .ecp-columns-right {
    width: 100% !important;
    float: none;
  }

  .product-form .elementor-widget-wrap {
    padding-top: 0px !important;
    margin-top: 0px;
  }

  .single-wine-cat .info {
    text-align: left;
  }

  div.ecp-html-content {
    margin-bottom: 0 !important;
  }

  .single-wine-cat h1 {
    text-align: center;
  }

  .category-page .elementor-element-0f51b6d .elementor-widget-container p {
    text-align: center;
  }

  .additional-wines .ecp-columns .ecp-columns-right {
    width: 100%;
  }

  .additional-wines .ecp-columns .ecp-columns-left {
    display: none;
  }

}

@media screen and (min-width: 800px) {
	.ecp_Dashboard .ecp-box-set-items {
		gap: 1rem;
	}

	.ecp_Dashboard .ecp-box-set-items .ecp-box-set-item:first-of-type .ecp-box-set-item-box {
		height: 100%;
	}

	.ecp_Dashboard .ecp-box-set-items .ecp-box-set-item .ecp-box-set-item-box {
		margin-bottom: 0;
		min-height: 160px;
	}
	.ecp_Dashboard .ecp-box-set-items .ecp-box-set-item .ecp-box-set-item-box:not(:last-of-type) {
		margin-bottom: 1rem;
	}
}

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

  .ecp_CategoryWithProducts .ecp-x-list {
    display: block;
    width: 100%;
  }

  .ecp_GeneralCart .ecp-grid-col-2 {
    width: calc(100%/12 * 4);

  }

  .ecp_GeneralCart .ecp-grid-col-3 {
    width: calc(100%/12 * 5);
  }

  .ecp_CategoryWithProducts .category_image img {
    max-height: auto;
    width: 100%;
  }

  select[name="product_qty"],
  .ecp_GeneralCart select,
  .ecp_AllocationCart select {
    font-size: 14px !important;
    padding: 5px !important;

    text-align-last: left;

  }
  .the-wines-list .labels {
    display:none !important;
  }
  .the-wines-list .elementor-widget:not(:last-child) {
    margin-bottom: 10px;
  }
  .continue-shopping-section a {
    display:block;
    width: 100%;
  }

  .ecp_GeneralCart .ecp-section .cart-heading {
    line-height: 44px;
    /*font-family: "StempelGaramondLTPro-Roman", serif;*/
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    width: 100%;
  }

  .ecp_AllocationCart .mobile-100 {
    width: 100%;
    display: block;
  }

  .the-wines-list .elementor-column img{
    max-width: 100% !important;
    margin-top: 0px !important;
  }
  .the-wines-list {
    flex-direction: row;
  }

  .the-wines-list .elementor-column:nth-child(2) {
      order: 1;
  }
  .the-wines-list .elementor-column:nth-child(1) {
    order: 3;
  }
  .the-wines-list .elementor-column:nth-child(3) {
    order: 2;
  }

}