.hidden {
  display: none;
}

.ecp-wrapper {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ecp_Dashboard {
  width: 40%;
}

.ecp_ReservationList .ecp-x-list .ecp-section h3 {
  font-size: 2rem;
  margin-top: 1.75rem;
}

@media only screen and (max-width: 600px) {
  .ecp_EditProfile,
.ecp_CreateBillingAddress,
.ecp_CreateShippingAddress,
.ecp_LocateAccount,
.ecp_JoinClub__SelectTier,
.ecp_CheckoutThankYou {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 95%;
  }
  .ecp_EditProfile .ecp-form,
.ecp_CreateBillingAddress .ecp-form,
.ecp_CreateShippingAddress .ecp-form,
.ecp_LocateAccount .ecp-form,
.ecp_JoinClub__SelectTier .ecp-form,
.ecp_CheckoutThankYou .ecp-form {
    width: 100%;
  }

  .ecp_ReservationList {
    width: 90%;
  }

  .ecp_OrderReview,
.ecp_OrderDetail,
.ecp_EditBillingAddress--checkout,
.ecp_CreateBillingAddress--checkout,
.ecp_CreateShippingAddress--checkout,
.ecp_EditShippingAddress--checkout {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 601px) {
  .ecp_EditProfile,
.ecp_CreateBillingAddress,
.ecp_CreateShippingAddress,
.ecp_LocateAccount,
.ecp_JoinClub__SelectTier,
.ecp_AccountFound,
.ecp_ForgotPassword {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 40%;
  }
  .ecp_EditProfile .ecp-form,
.ecp_CreateBillingAddress .ecp-form,
.ecp_CreateShippingAddress .ecp-form,
.ecp_LocateAccount .ecp-form,
.ecp_JoinClub__SelectTier .ecp-form,
.ecp_AccountFound .ecp-form,
.ecp_ForgotPassword .ecp-form {
    width: 100%;
  }

  .ecp_ReservationList {
    width: 80%;
  }
}
.ecp_CategoriesList .ecp_CategoriesList__Category > .ecp-x-list,
.ecp_CategoriesList .ecp-x-list,
.ecp_CategoryWithProducts .ecp-x-list {
  display: grid;
  grid-template-columns: 1fr;
}

@media only screen and (min-width: 768px) {
  .ecp_CategoriesList .ecp_CategoriesList__Category .ecp-x-list,
.ecp_CategoryWithProducts .ecp-x-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1320px) {
  .ecp_CategoriesList .ecp_CategoriesList__Category > .ecp-x-list,
.ecp_CategoryWithProducts .ecp-x-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .ecp_JoinClub__SelectTier form {
    display: flex;
    justify-content: center;
    width: 100vw;
  }
  .ecp_JoinClub__SelectTier form .ecp-x-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 150px;
  }
  .ecp_JoinClub__SelectTier form .ecp-x-list .ecp-list-item {
    width: 400px;
  }
}
.ecp_CategoriesList__Category > .ecp-x-list .ecp-list-item {
  width: 20rem;
}
.ecp_CategoriesList__Category > .ecp-x-list .ecp-list-item h3 {
  height: 3rem;
}
.ecp_CategoriesList__Category > .ecp-x-list .ecp-list-item .ecp-columns {
  width: 100%;
}
.ecp_CategoriesList__Category > .ecp-x-list .ecp-list-item select, .ecp_CategoriesList__Category > .ecp-x-list .ecp-list-item button {
  display: inline-block !important;
}

.ecp_LocateAccount {
  width: 20rem;
}
.ecp_LocateAccount .ecp-form {
  display: flex;
  flex-direction: column;
}
.ecp_LocateAccount .ecp-form button {
  align-self: center;
  background-color: #935550;
}

.ecp_AccountFound {
  display: flex;
  flex-direction: column;
  width: 20rem;
}
.ecp_AccountFound h2 {
  text-align: center;
}
.ecp_AccountFound .ecp-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.25rem;
}
.ecp_AccountFound .ecp-form .ecp-form-fieldset {
  grid-column: 1/3;
}
.ecp_AccountFound .ecp-form #loginButton {
  background-color: #935550;
}
.ecp_AccountFound .ecp-form a {
  grid-column: 1/3;
  text-align: center;
}

.ecp_ForgotPassword {
  display: flex;
  flex-direction: column;
  width: 20rem;
}
.ecp_ForgotPassword button {
  background-color: #935550 !important;
}

.ecp_ReservationTimes {
  width: 40%;
  margin-bottom: 4rem;
}
.ecp_ReservationTimes img {
  margin-bottom: 1.5rem;
}
.ecp_ReservationTimes .ecp-html-content {
  font-size: 1.1rem;
}
.ecp_ReservationTimes .ecp-form {
  width: 20rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.25rem;
}
.ecp_ReservationTimes .ecp-form button {
  background-color: #935550;
  grid-column: 1/3;
}

.ecp_ReservationList .ecp-summary {
  text-align: center;
}
.ecp_ReservationList .ecp-x-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ecp_ReservationList .ecp-x-list .ecp-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 35rem;
  margin: 2rem 0;
}
.ecp_ReservationList .ecp-x-list .ecp-section:last-of-type {
  margin-bottom: 4rem;
}
.ecp_ReservationList .ecp-x-list .ecp-section img {
  margin-bottom: 1.5rem;
}
.ecp_ReservationList .ecp-x-list .ecp-section .ecp-html-content.ecp-show-more {
  font-size: 1.1rem;
}
.ecp_ReservationList .ecp-x-list .ecp-section button {
  align-self: flex-start;
  background-color: #935550 !important;
}

.ecp_ProductDetail {
  width: 65%;
}
.ecp_ProductDetail .ecp-columns .ecp-columns-left img {
  max-width: 150px;
}
.ecp_ProductDetail .ecp-columns-right .ecp-form .ecp-form-row-col-25,
.ecp_ProductDetail .ecp-columns-right .ecp-form .ecp-form-row-col-75 {
  width: initial;
}
.ecp_ProductDetail .ecp-columns-right .ecp-form select {
  border-color: #935550 !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  border-right: none;
  width: 3.25rem;
}
.ecp_ProductDetail .ecp-columns-right .ecp-form button {
  background-color: #935550;
  margin-left: -1px;
  border-left: none !important;
  width: 170px !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.ecp_CategoriesList button,
.ecp_CategoryWithProducts button {
  background-color: #935550 !important;
  font-weight: bold;
  max-height: 42px;
  width: 170px !important;
  border-radius: 2px !important;
}

.ecp_CategoriesList__Category h2,
.ecp_CategoryWithProducts > h2,
.ecp_ReservationList > h2 {
  text-align: center;
  margin-top: 2rem !important;
  margin-bottom: 3rem !important;
  font-size: 2.5rem;
}

.ecp_CategoriesList__Category h2 a {
  text-decoration: none;
}

.ecp_CategoriesList .ecp_CategoriesList__Category .ecp-form select,
.ecp_CategoryWithProducts .ecp-form select {
  border-color: #935550 !important;
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
  border-right: none;
}
.ecp_CategoriesList .ecp_CategoriesList__Category .ecp-form button,
.ecp_CategoryWithProducts .ecp-form button {
  margin-left: -1px;
  border-left: none !important;
}

.ecp_CategoriesList__Category .ecp-columns,
.ecp_CategoryWithProducts .ecp-columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0 0 !important;
}

.ecp_CategoriesList__Category h3,
.ecp_CategoryWithProducts h3 {
  text-align: center;
}
.ecp_CategoriesList__Category h3 a,
.ecp_CategoryWithProducts h3 a {
  text-decoration: none;
  font-weight: bold;
}

.ecp_CategoriesList__Category .ecp-columns-left,
.ecp_CategoryWithProducts .ecp-columns-left {
  margin-bottom: 1rem;
}
.ecp_CategoriesList__Category .ecp-columns-left img,
.ecp_CategoryWithProducts .ecp-columns-left img {
  max-width: 100px;
}

.ecp_CategoriesList__Category .ecp-columns-left,
.ecp_CategoriesList__Category .ecp-columns-right,
.ecp_CategoryWithProducts .ecp-columns-left,
.ecp_CategoryWithProducts .ecp-columns-right {
  float: none !important;
  width: initial !important;
}

.ecp_CategoriesList__Category .ecp-x-list,
.ecp_CategoryWithProducts .ecp-x-list {
  display: grid;
  grid-gap: 30px 200px;
}
.ecp_CategoriesList__Category .ecp-x-list .ecp-list-item,
.ecp_CategoryWithProducts .ecp-x-list .ecp-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.ecp_Logout .logout-form #logoutButton {
  background-color: #935550;
}

.ecp_CreateCustomer .ecp-form button {
  background-color: #935550;
}

.ecp_JoinList {
  width: 30rem;
}
.ecp_JoinList .ecp-form {
  display: flex;
  flex-direction: column;
}
.ecp_JoinList .ecp-form button {
  background-color: #935550 !important;
  width: 170px !important;
  align-self: center;
}

.ecp_GeneralCart button[data-ecp-handle=checkout_button] {
  background-color: #935550 !important;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: 2px solid #617a9c !important;
}

.ecp_GeneralCartRemove {
  display: flex;
  flex-direction: column;
  width: 20rem;
}
.ecp_GeneralCartRemove .ecp-form-buttonset-2 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ecp_GeneralCartRemove .ecp-form-buttonset-2 button {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.ecp_GeneralCartRemove .ecp-form-buttonset-2 button:last-of-type {
  background-color: #935550;
}

.ecp_GeneralCartEmpty button {
  background-color: #935550 !important;
}

.ecp-stepper-active {
  background-color: #935550 !important;
  border-color: #935550 !important;
}

.ecp_CreateBillingAddress--checkout button {
  background-color: #935550 !important;
}

.ecp_CreateAccount,
.ecp_CreateBillingAddress,
.ecp_EditBillingAddress {
  width: 20rem;
}
.ecp_CreateAccount button[data-ecp-action=save],
.ecp_CreateBillingAddress button[data-ecp-action=save],
.ecp_EditBillingAddress button[data-ecp-action=save] {
  background-color: #935550;
}

.ecp_CreateBillingAddress .ecp-grid-row,
.ecp_EditBillingAddress .ecp-grid-row,
.ecp_CreateShippingAddress .ecp-grid-row,
.ecp_EditShippingAddress .ecp-grid-row,
.ecp_EditShippingAddress--checkout .ecp-grid-row,
.ecp_CreateAccount .ecp-grid-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.25rem;
}
.ecp_CreateBillingAddress .ecp-grid-row .ecp-grid-col-6,
.ecp_EditBillingAddress .ecp-grid-row .ecp-grid-col-6,
.ecp_CreateShippingAddress .ecp-grid-row .ecp-grid-col-6,
.ecp_EditShippingAddress .ecp-grid-row .ecp-grid-col-6,
.ecp_EditShippingAddress--checkout .ecp-grid-row .ecp-grid-col-6,
.ecp_CreateAccount .ecp-grid-row .ecp-grid-col-6 {
  width: unset;
}
.ecp_CreateBillingAddress .ecp-clearfix::before,
.ecp_EditBillingAddress .ecp-clearfix::before,
.ecp_CreateShippingAddress .ecp-clearfix::before,
.ecp_EditShippingAddress .ecp-clearfix::before,
.ecp_EditShippingAddress--checkout .ecp-clearfix::before,
.ecp_CreateAccount .ecp-clearfix::before {
  display: none;
  content: none;
}

.ecp_EditShippingAddress--checkout button[data-ecp-action=save],
.ecp_EditBillingAddress--checkout button[data-ecp-action=save],
.ecp_CreateShippingAddress--checkout button[data-ecp-action=save],
.ecp_CreateBillingAddress--checkout button[data-ecp-action=save],
.ecp_EditShippingAddress button[data-ecp-action=save],
.ecp_EditBillingAddress button[data-ecp-action=save],
.ecp_CreateShippingAddress button[data-ecp-action=save],
.ecp_CreateBillingAddress button[data-ecp-action=save] {
  background-color: #935550 !important;
}

.ecp_SelectShippingAddress button {
  color: white !important;
  background-color: #935550 !important;
}

.ecp_Orders button {
  color: white !important;
  background-color: #935550 !important;
}
.ecp_Orders .ecp-x-list {
  width: 20rem;
}

.ecp_OrderReview button[data-ecp-action=save] {
  background-color: #935550 !important;
}

.ecp_SelectPaymentMethod button {
  color: white !important;
  background-color: #935550 !important;
}

.ecp_ecp_DeletePaymentMethod--checkout button[data-ecp-action=delete],
.ecp_DeleteShippingAddress--checkout button[data-ecp-action=delete] {
  background-color: #935550 !important;
}

.ecp_CheckoutThankYou button,
.ecp_OrderDetail button {
  color: white !important;
  background-color: #935550 !important;
}

.ecp_OrderDetail {
  width: 20rem;
}

.ecp_JoinClub button {
  color: white !important;
  background-color: #935550 !important;
}

.ecp_JoinClub__SelectTier button,
.ecp_JoinClub__CreateCustomer button,
.ecp_JoinClub__CreateShippingAddress button {
  color: white !important;
  background-color: #935550 !important;
}

html {
  height: 100vh;
}

body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
}

.grid-row-1 {
  grid-row: 1/2;
}

.grid-row-2 {
  grid-row: 2/3;
}

.nav-dropdown {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid black;
  line-height: 200%;
}
.nav-dropdown:hover {
  border-bottom: none;
}
.nav-dropdown input {
  opacity: 0;
  position: absolute;
}
.nav-dropdown label:hover {
  text-shadow: none !important;
}
.nav-dropdown .nav-dropdown-content {
  width: 100%;
  position: absolute;
  background-color: #b3a47c;
  display: none;
}
.nav-dropdown .nav-dropdown-content a {
  text-decoration: none;
  border: none;
}
.nav-dropdown .nav-dropdown-content a:hover, .nav-dropdown .nav-dropdown-content a:focus {
  border: none !important;
}
.nav-dropdown:hover .nav-dropdown-content {
  display: block;
}

.ecp-payform-wrapper {
  display: flex;
  justify-content: center;
}

.account-and-cart-container {
  position: fixed;
  top: 10px;
  right: 30px;
  z-index: 101;
}
.account-and-cart-container .account-link, .account-and-cart-container .cart-link {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 25px;
}
.account-and-cart-container .account-link {
  background-image: url("images/account.png");
}
.account-and-cart-container .cart-link {
  background-image: url("images/cart.png");
}

@media only screen and (max-width: 1000px) {
  .account-and-cart-container {
    top: unset;
    position: fixed;
    bottom: 90px;
    right: 46px;
  }
  .account-and-cart-container .account-link, .account-and-cart-container .cart-link {
    display: block;
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
}
.ecp_JoinClub__SelectTier h3 {
  font-size: 2rem !important;
  text-align: center;
}
.ecp_JoinClub__SelectTier .club-image {
  margin-bottom: 1.5rem;
}
.ecp_JoinClub__SelectTier .ecp-form .ecp-html-content {
  min-height: 515px;
  margin-bottom: 0;
}
.ecp_JoinClub__SelectTier .ecp-form .club-details {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.ecp_JoinClub__SelectTier .ecp-form .club-details .club-details-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.35rem;
  text-align: center;
}
.ecp_JoinClub__SelectTier .ecp-form .club-details .club-details-body {
  align-self: center;
  max-width: 300px;
}

.ecp_ClubSubscriptions {
  width: 20rem;
}
.ecp_ClubSubscriptions button.ecp-secondary {
  background-color: #935550;
  color: white;
}

.ecp_EditClubSubscription {
  width: 20rem;
}
.ecp_EditClubSubscription button[data-ecp-action=save] {
  background-color: #935550;
  color: white;
}

.ecp_RemixCart {
  width: 40em;
  max-width: 90vw;
}

.ecp-component button:not(.ecp-secondary) {
  background-color: #935550;
}

/*# sourceMappingURL=ecellar-styles.css.map */
