#moi_checkout_form {
  display: flex;
}
#moi_order_info_holder,
.moi-membership-checkout-part div#customer_details {
  width: 65%;
  float: left;
  padding: 0 2rem 2rem 0;
  box-sizing: border-box;
}
div.moi-custom-loader {
  visibility: visible;
  align-items: center;
  background: #212529;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 10000;
  opacity: 0.8;
  /*transform: opacity 1s linear;*/
}
div.moi-custom-loader .moi-loading-image {
  width: 100px;
}

#moi_save_membership_form
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-thumbnail,
#moi_selections_overview_holder
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-thumbnail,
#moi-memberships
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-thumbnail,
#moi_co_form_wrap
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-thumbnail {
  width: 25%;
}

.moi-membership-wrapper .moi-membership-info .moi-view-membership {
  min-width: 175px;
}
.moi-membership-wrapper .moi-membership-info table {
  border: none !important;
  /*border: 1px solid #dedede;*/
  display: table;
}
.moi-membership-wrapper .moi-membership-info {
  box-sizing: border-box !important;
}
.moi-membership-wrapper .moi-vertical-top img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#moi_save_membership_form
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-thumbnail
  img,
#moi_selections_overview_holder
  .woocommerce-checkout-review-order-table
  .cart_item
  .product-thumbnail
  img {
  height: auto;
  box-shadow: none;
}
.moi-vertical-top {
  vertical-align: top !important;
}
.moi-vertical-middle {
  vertical-align: middle !important;
}
.moi-vertical-bottom {
  vertical-align: bottom !important;
}
.product-remove a {
  text-decoration: none;
}
.product-remove {
  width: 17px;
  font-size: 16px;
}
.moi-remove-cart-item a {
  color: red !important;
}
.moi-membership-checkout-part table td.moi-remove-cart-item {
  display: none !important;
}
.moi-minimum-product-info span {
  font-weight: bold;
}
.moi-minimum-product-info {
  font-style: italic;
  font-size: 16px;
}
.moi-membership-checkout-part .moi-minimum-product-info {
  display: none;
}

.moi-right {
  float: right;
}
.moi-left {
  float: left;
}
.moi-d-none {
  display: none !important;
}
.moi-d-block {
  display: block;
}
.moi-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.moi-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.ui-datepicker-calendar {
  background: #eeeeee !important;
}
#ui-datepicker-div {
  background: #eeeeee !important;
}
.ui-datepicker-next {
  float: right !important;
  font-weight: 600 !important;
  padding: 5px !important;
  cursor: pointer !important;
}
.ui-datepicker-prev {
  font-weight: 600 !important;
  padding: 5px !important;
  cursor: pointer !important;
}
.ui-datepicker-title {
  text-align: center !important;
  font-weight: 600 !important;
}

.custom_datetimepicker {
  box-sizing: border-box;
  padding: 7px 0;
  font-weight: 500;
  width: 100%;
}

/* .moi-form-group {
  margin-bottom: 1rem;
} */
.moi-form-control {
  display: block !important;
  width: 100% !important;
  padding: 13px 13px !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #bebebe !important;
  border-radius: 10px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.moi-form-control::-ms-expand {
  background-color: transparent !important;
  border: 0 !important;
}

.moi-form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: #80bdff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.moi-form-control::-webkit-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

.moi-form-control::-moz-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

.moi-form-control:-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

.moi-form-control::-ms-input-placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

.moi-form-control::placeholder {
  color: #6c757d !important;
  opacity: 1 !important;
}

.moi-form-control:disabled,
.moi-form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1 !important;
}

.moi-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.moi-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* product */
.custom-mix-wrapper {
  clear: both;
  margin: auto;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.custom-mix-wrapper .moi-product-card-content {
  border: none !important;
  margin: 5px !important;
  width: calc(33.33% - 10px);
  flex: 0 1 390px;
}
.custom-mix-wrapper .moi-product-card-content .image {
  height: 271px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin-bottom: 20px;
  margin-top: 0;
}
.moi-max-lines-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.moi-max-lines-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.moi-max-lines-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.moi-max-lines-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.moi-max-lines-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.custom-mix-wrapper .moi-product-card-content .cc-product-title {
  line-height: 1.5em;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: inherit;
  color: #151515;
  padding: 0 15px;
}
.custom-mix-wrapper .moi-product-card-content .price,
.custom-mix-wrapper .moi-product-card-content .price strong {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  width: 100%;
  margin: 0;
}
.custom-mix-wrapper .moi-product-card-content .price,
.custom-mix-wrapper .moi-product-card-content .price strong {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  width: 100%;
  margin: 0;
}
.custom-mix-wrapper .moi-product-card-content:hover > .controls,
.custom-mix-wrapper .moi-product-card-content:focus > .controls {
  display: block;
}
.custom-mix-wrapper .moi-product-card-content .controls {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.custom-mix-wrapper .moi-product-card-content .controls .cc-addremove,
.custom-mix-wrapper .moi-product-card-content .controls .quick-view-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  float: left;
  margin: 0 1px;
  border: none;
}
.custom-mix-wrapper .moi-product-card-content .controls .quick-view-btn {
  display: none;
}
.custom-mix-wrapper .moi-product-card-content .controls .cc-addremove,
.custom-mix-wrapper .moi-product-card-content .controls .quick-view-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  float: left;
  margin: 0 1px;
  border: none;
}

.moi-none {
  display: none !important;
}
/* product */
.cc-select-wrapper,
.cc-wc-btn.active .cc-select-wrapper {
  border-color: #565656;
}
.moi-box-active {
  border: 1px solid #9e804a;
  border-radius: 10px;
}
.moi-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.cc-section-title {
  font-size: 36px !important;
  text-transform: uppercase;
  text-align: center;
  color: #151515;
  font-weight: 400 !important;
}
.moi-class1 {
  text-align: center;
  font-size: 42px;
  margin-top: 34px;
}
.moi-special {
  text-align: center;
  font-size: 27px;
  margin-top: 31px;
}
.moi-button {
  background-color: #161515;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  margin-top: 31px;
}
.moi-button:hover {
  background-color: #efb2ed;
  color: #161515;
}
.moi-button.moi-button {
  margin-left: 550px;
  font-size: 28px;
}
.moi-color {
  color: white;
}
.moi-color-red {
  color: red !important;
}
.moi-cancel-button {
  transition: text-decoration 0.3s ease-in-out;
}
.moi-cancel-button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .moi-cancel-button {
    display: inline-block;
    margin-top: 15px;
  }
}
.moi-column {
  float: left;
  width: 33.33%;
  padding: 5px;
}
.moi-row::after {
  content: '';
  clear: both;
}
.moi-container {
  text-align: center;
  font-size: 26px;
  margin-top: 33px;
}
.moi-container1 {
  margin-left: 112px;
}
.moi-space {
  margin-left: 321px;
  margin-right: 204px;
  font-size: 20px;
  margin-top: 16px;
}
.moi-1,
.moi-2,
.moi-3,
.moi-4,
.moi-5,
.moi-6,
.moi-7,
.moi-8,
.moi-9,
.moi-10,
.moi-11,
.moi-12,
.moi,
.moi-auto,
.moi-sm-1,
.moi-sm-2,
.moi-sm-3,
.moi-sm-4,
.moi-sm-5,
.moi-sm-6,
.moi-sm-7,
.moi-sm-8,
.moi-sm-9,
.moi-sm-10,
.moi-sm-11,
.moi-sm-12,
.moi-sm,
.moi-sm-auto,
.moi-md-1,
.moi-md-2,
.moi-md-3,
.moi-md-4,
.moi-md-5,
.moi-md-6,
.moi-md-7,
.moi-md-8,
.moi-md-9,
.moi-md-10,
.moi-md-11,
.moi-md-12,
.moi-md,
.moi-md-auto,
.moi-lg-1,
.moi-lg-2,
.moi-lg-3,
.moi-lg-4,
.moi-lg-5,
.moi-lg-6,
.moi-lg-7,
.moi-lg-8,
.moi-lg-9,
.moi-lg-10,
.moi-lg-11,
.moi-lg-12,
.moi-lg,
.moi-lg-auto,
.moi-xl-1,
.moi-xl-2,
.moi-xl-3,
.moi-xl-4,
.moi-xl-5,
.moi-xl-6,
.moi-xl-7,
.moi-xl-8,
.moi-xl-9,
.moi-xl-10,
.moi-xl-11,
.moi-xl-12,
.moi-xl,
.moi-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
}

.moi {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.moi-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.moi-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.moi-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.moi-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.moi-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.moi-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.moi-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.moi-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.moi-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.moi-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.moi-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.moi-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.moi-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.moi-w-25 {
  width: 25% !important;
}

.moi-w-50 {
  width: 50% !important;
}

.moi-w-75 {
  width: 75% !important;
}

.moi-w-100 {
  width: 100% !important;
}

.moi-h-25 {
  height: 25% !important;
}

.moi-h-50 {
  height: 50% !important;
}

.moi-h-75 {
  height: 75% !important;
}

.moi-h-100 {
  height: 100% !important;
}

.moi-mw-100 {
  max-width: 100% !important;
}

.moi-mh-100 {
  max-height: 100% !important;
}

.moi-m-0 {
  margin: 0 !important;
}

.moi-mt-0,
.moi-my-0 {
  margin-top: 0 !important;
}

.moi-mr-0,
.moi-mx-0 {
  margin-right: 0 !important;
}

.moi-mb-0,
.moi-my-0 {
  margin-bottom: 0 !important;
}

.moi-ml-0,
.moi-mx-0 {
  margin-left: 0 !important;
}

.moi-m-1 {
  margin: 0.25rem !important;
}

.moi-mt-1,
.moi-my-1 {
  margin-top: 0.25rem !important;
}

.moi-mr-1,
.moi-mx-1 {
  margin-right: 0.25rem !important;
}

.moi-mb-1,
.moi-my-1 {
  margin-bottom: 0.25rem !important;
}

.moi-ml-1,
.moi-mx-1 {
  margin-left: 0.25rem !important;
}

.moi-m-2 {
  margin: 0.5rem !important;
}

.moi-mt-2,
.moi-my-2 {
  margin-top: 1rem !important;
}

.moi-mr-2,
.moi-mx-2 {
  margin-right: 0.5rem !important;
}

.moi-mb-2,
.moi-my-2 {
  margin-bottom: 0.5rem !important;
}

.moi-ml-2,
.moi-mx-2 {
  margin-left: 0.5rem !important;
}

.moi-m-3 {
  margin: 1rem !important;
}

.moi-mt-3,
.moi-my-3 {
  margin-top: 1rem !important;
}

.moi-mr-3,
.moi-mx-3 {
  margin-right: 1rem !important;
}

.moi-mb-3,
.moi-my-3 {
  margin-bottom: 1rem !important;
}

.moi-ml-3,
.moi-mx-3 {
  margin-left: 1rem !important;
}

.moi-m-4 {
  margin: 1.5rem !important;
}

.moi-mt-4,
.moi-my-4 {
  margin-top: 1.5rem !important;
}

.moi-mt-10,
.moi-my-10 {
  margin-top: 3rem !important;
}
.moi-mt-8,
.moi-my-8 {
  margin-top: 2rem !important;
}

.moi-mr-4,
.moi-mx-4 {
  margin-right: 1.5rem !important;
}

.moi-mb-4,
.moi-my-4 {
  margin-bottom: 1.5rem !important;
}

.moi-ml-4,
.moi-mx-4 {
  margin-left: 1.5rem !important;
}

.moi-m-5 {
  margin: 3rem !important;
}

.moi-mt-5,
.moi-my-5 {
  margin-top: 1rem !important;
}

.moi-mr-5,
.moi-mx-5 {
  margin-right: 3rem !important;
}

.moi-mb-5,
.moi-my-5 {
  margin-bottom: 3rem !important;
}

.moi-mb-10,
.moi-my-10 {
  margin-bottom: 6rem !important;
}

.moi-img-fluid {
  max-width: 100%;
  height: auto;
}
.moi-ml-5,
.moi-mx-5 {
  margin-left: 3rem !important;
}

.moi-p-0 {
  padding: 0 !important;
}

.moi-pt-0,
.moi-py-0 {
  padding-top: 0 !important;
}

.moi-pr-0,
.moi-px-0 {
  padding-right: 0 !important;
}

.moi-pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.moi-pl-0,
.moi-px-0 {
  padding-left: 0 !important;
}

.moi-p-1 {
  padding: 0.25rem !important;
}

.moi-pt-1,
.moi-py-1 {
  padding-top: 0.25rem !important;
}

.moi-pr-1,
.moi-px-1 {
  padding-right: 0.25rem !important;
}

.moi-pb-1,
.moi-py-1 {
  padding-bottom: 0.25rem !important;
}

.moi-pl-1,
.moi-px-1 {
  padding-left: 0.25rem !important;
}

.moi-p-2 {
  padding: 0.5rem !important;
}

.moi-pt-2,
.moi-py-2 {
  padding-top: 0.5rem !important;
}

.moi-pr-2,
.moi-px-2 {
  padding-right: 0.5rem !important;
}

.moi-pb-2,
.moi-py-2 {
  padding-bottom: 1rem !important;
}

.moi-pl-2,
.moi-px-2 {
  padding-left: 0.5rem !important;
}

.moi-p-3 {
  padding: 1rem !important;
}

.moi-pt-3,
.moi-py-3 {
  padding-top: 1rem !important;
}

.moi-pr-3,
.moi-px-3 {
  padding-right: 1rem !important;
}

.moi-pb-3,
.moi-py-3 {
  padding-bottom: 1rem !important;
}

.moi-pl-3,
.moi-px-3 {
  padding-left: 1rem !important;
}

.moi-p-4 {
  padding: 1.5rem !important;
}

.moi-gtotal-padding {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.moi-total {
  font-size: 20px;
  font-weight: 600;
}
tr.order-total td bdi.moi-price-amount {
  font-size: 20px;
  font-weight: 600 !important;
}
.moi-pt-4,
.moi-py-4 {
  padding-top: 1.5rem !important;
}

.moi-pr-4,
.moi-px-4 {
  padding-right: 1.5rem !important;
}

.moi-pb-4,
.moi-py-4 {
  padding-bottom: 1.5rem !important;
}

.moi-pl-4,
.moi-px-4 {
  padding-left: 1.5rem !important;
}

.moi-p-5 {
  padding: 3rem !important;
}

.moi-pt-5,
.moi-py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.moi-pb-5,
.moi-py-5 {
  padding-bottom: 3rem !important;
}

.moi-pl-5,
.moi-px-5 {
  padding-left: 3rem !important;
}

.moi-m-auto {
  margin: auto !important;
}

.moi-mt-auto,
.moi-my-auto {
  margin-top: auto !important;
}

.moi-mr-auto,
.moi-mx-auto {
  margin-right: auto !important;
}

.moi-mb-auto,
.moi-my-auto {
  margin-bottom: auto !important;
}

.moi-ml-auto,
.moi-mx-auto {
  margin-left: auto !important;
}
.moi-text-center {
  text-align: center !important;
}
.moi-text-right {
  text-align: right !important;
}
.moi-text-left {
  text-align: left !important;
}
.moi-joined-club-list {
  background: white;
  padding: 10px;
}
.moi-fs-12 {
  font-size: 12px !important;
}
.moi-fs-14 {
  font-size: 14px !important;
}
.moi-fs-15 {
  font-size: 15px !important;
}
.moi-fs-16 {
  font-size: 16px !important;
}
.moi-fs-17 {
  font-size: 17px !important;
}
.moi-fs-18 {
  font-size: 18px !important;
}
.moi-fs-20 {
  font-size: 20px !important;
}
.moi-fs-22 {
  font-size: 22px !important;
}
.moi-btn:hover,
.moi-btn:focus {
  text-decoration: none;
  color: black;
}
.moi_club_info_preview{text-align:left; }
.moi-overview-subheading {text-align:left; }
#moi_selections_overview_holder .moi-row, #shipment_total_holder .moi-row {text-align:left; }
.moi-product-selection-overview {text-align:left; }
#moi_selections_overview_holder table.shop_table.woocommerce-checkout-review-order-table td, #moi_co_form_wrap table.shop_table.woocommerce-checkout-review-order-table td {text-align:left; }
.moi-membership-wrapper .moi-membership-info table td { text-align: left; display: table-cell !important; }
.moi_detail-sub-heading {
  font-weight: 500;
  line-height: 2;
}

.moi-shipment-items {
  box-sizing: border-box;
  padding-left: 13px;
}
.moi-btn:focus,
.moi-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.mo-shipping-calculated-on-club,
.mo-shipping-calculated-on-checkout {
  color: #9e9e9e;
  font-size: 0.9em;
}

.moi-membership-checkout-part .mo-shipping-calculated-on-club {
  display: none;
}
#moi_save_membership_form .mo-shipping-calculated-on-checkout {
  display: none;
}
.moi-btn.disabled,
.moi-btn:disabled {
  opacity: 0.5;
}

.moi-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.moi-btn:not(:disabled):not(.disabled):active,
.moi-btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
/* .moi-btn-join:hover {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
} */

div.moi-frequency-card,
.moi-around-padding {
  padding: 0.5rem;
}

#order_review table td {
  font-size: 16px;
}
.elementor-page .woocommerce .alignwide,
.elementor-page .alignwide,
.elementor-default .alignwide {
  margin-inline: 0px !important;
}
.woocommerce-checkout #payment div.form-row {
  padding: 0px !important;
}
#orignal_payment #moi-card-button,
#stored_payment button {
  padding: 19px 36px !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
#moi_co_form_wrap .form-row .input-text {
  line-height: 48px !important;
  padding: 0 15px;
  border: 1px solid #d3ced2;
  height: auto;
}
#moi_co_form_wrap .form-row .input-text:focus {
  border-color: #000 !important;
}
.moi_memberships_content strong,
.moi_loyalty_content strong {
  font-family: inherit !important;
  font-weight: 600 !important;
}
.moi_memberships_content a {
  text-decoration: none !important;
}
.moi_memberships_content table tbody > tr:nth-child(odd) > td,
#moi-loyaltyclub table tbody > tr:nth-child(odd) > td {
  background-color: transparent !important;
  font-size: 16px !important;
  color: #000 !important;
}
select#cancellation_reasons,
select#cancellation_reasons option,
input.moi-form-control.input-text.mail-write-box {
  font-size: 16px !important;
}
#moi-loyalty_club .moi-mt-2.woocommerce-info::before {
  content: none !important;
}
#moi-loyalty_club .moi-mt-2.woocommerce-info {
  font-weight: 600 !important;
  color: #000 !important;
}
.elementor-widget-woocommerce-my-account {
  font-family: inherit !important;
}
@media (min-width: 576px) {
  .moi-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .moi-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .moi-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .moi-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .moi-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .moi-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .moi-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .moi-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .moi-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .moi-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .moi-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .moi-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .moi-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .moi-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .moi-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /*max-width: 100%;*/
  }
  .moi-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .moi-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .moi-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .moi-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .moi-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .moi-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .moi-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .moi-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .moi-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .moi-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .moi-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .moi-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .moi-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .moi-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .moi-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .moi-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .moi-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .moi-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .moi-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .moi-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .moi-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .moi-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .moi-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .moi-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .moi-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .moi-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .moi-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.moi-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -15px;*/
  /*margin-left: -15px;*/
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #moi_clubs_list .moi-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .moi-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .moi-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .moi-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .moi-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .moi-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .moi-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .moi-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .moi-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .moi-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .moi-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .moi-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .moi-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .moi-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .moi-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .moi-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin-right: -15px;*/
    /*margin-left: -15px;*/
  }
}
@media (max-width: 1326px) {
  .moi-class1 {
    text-align: center;
  }
}
@media (max-width: 1052px) {
  .moi-class1 {
    text-align: center;
  }
  .moi-special {
    text-align: center;
    font-size: 25px;
  }
  .moi-button.moi-button {
    text-align: center;
    margin-left: 368px;
  }
  .moi-container {
    text-align: center;
    font-size: 23px;
  }
  .moi-form-group {
    margin-bottom: 1rem;
  }
}
.moi-container-checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.moi-container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.moi-checkmark {
  position: absolute;
  top: 6px;
  left: 40px;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.moi-container-checkbox:hover input ~ .moi-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.moi-container-checkbox input:checked ~ .moi-checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.moi-checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.moi-container-checkbox input:checked ~ .moi-checkmark:after {
  display: block;
}

.moi_club_info_preview a {
  text-decoration: underline !important;
  font-family: inherit !important;
}
.moi-overview-subheading {
  font-size: 16px !important;
}
.moi-vertical-top .product-name,
.moi-vertical-top .product-quantity,
.moi-vertical-top .woocommerce-Price-amount {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  font-family: inherit;
}
.moi_memberships_content .moi-vertical-top .product-name {
  font-size: 20px !important;
}
.moi_memberships_content .moi-membership-info1 span,
.moi_memberships_content .moi-vertical-top .moi-membership-options,
.moi_memberships_content .moi-vertical-top .moi-cancel-button {
  /* font-size: 16px !important; */
}
.moi_memberships_content .moi-membership-buttons button {
  font-size: 14px !important;
  text-transform: uppercase;
}
/* Style the indicator (dot/circle) */
.moi-container-checkbox .moi-checkmark:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
/* typo below */
/* .moi-schedule-box {
  padding: 20px;
  border: 1px solid #cfc8c8;
  border-radius: 10px;
} */
.moi-loader-center {
  justify-content: center;
  display: flex;
}
.moi-section-header {
  background: transparent;
  font-size: 30px;
  font-family: inherit;
}
/* .moi-section-header-noclick {
  cursor: default;
  font-family: inherit;
}
.moi-section-header-noclick strong {
  font-weight: 600;
  font-family: inherit !important;
} */
.moi-noclick {
  cursor: default !important;
  font-family: inherit;
}
.moi-dob {
  width: 30% !important;
  margin-top: 0 !important;
}
.moi-dob-month {
  margin-left: 40px !important;
}
#customer_details .woocommerce-ordering::after {
  position: absolute;
  right: 1px;
  top: auto !important;
  bottom: 20px !important;
}
@media (max-width: 992px) {
  .moi-three-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .moi-dob-month {
    margin-left: 20px !important;
  }
}
.moi-loader {
  border: 10px solid #e7e9eb;
  border-radius: 50%;
  border-top: 10px solid #00000085;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

#loading-bar-spinner.spinner {
  /*left: 50%;*/
  /*margin-left: -20px;*/
  /*top: 50%;*/
  /*margin-top: -20px;*/
  position: absolute;
  z-index: 19 !important;
  animation: loading-bar-spinner 400ms linear infinite;
  margin: 1% 4% 4% 4%;
}

div.location_holder #loading-bar-spinner.spinner {
  margin: -5px 0 0 2%;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 4px transparent;
  border-top-color: #666 !important;
  border-left-color: #666 !important;
  border-radius: 50%;
}
#loading-bar-spinner.spinner .spinner_custom_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: transparent;
  z-index: 2;
  width: 25px;
  height: 25px;
  border: solid 2px transparent;
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-radius: 50%;
}
#moi_save_membership_form .custom_select_btn,
#moi_selections_overview_holder .custom_select_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 44px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.7px;
}

.moi-spin-loader-custom {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.moi-md-6 .message-link-desktopView .message-link-mobileView {
  display: none !important;
}
#loading-bar-spinner.spinner .spinner-icon-small {
  width: 15px;
  height: 14px;
  border: solid 2px transparent;
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.moi-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.moi-table th,
.moi-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.moi-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.moi-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.moi-table .moi-table {
  background-color: #fff;
}

.moi-table-sm th,
.moi-table-sm td {
  padding: 0.3rem;
}

.moi-table-bordered {
  border: 1px solid #dee2e6;
}

.moi-table-bordered th,
.moi-table-bordered td {
  border: 1px solid #dee2e6;
}

.moi-table-bordered thead th,
.moi-table-bordered thead td {
  border-bottom-width: 2px;
}

.moi-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.moi-table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.moi-table-primary,
.moi-table-primary > th,
.moi-table-primary > td {
  background-color: #b8daff;
}

.moi-table-hover .moi-table-primary:hover {
  background-color: #9fcdff;
}

.moi-table-hover .moi-table-primary:hover > td,
.moi-table-hover .moi-table-primary:hover > th {
  background-color: #9fcdff;
}

.moi-table-secondary,
.moi-table-secondary > th,
.moi-table-secondary > td {
  background-color: #d6d8db;
}

.moi-table-hover .moi-table-secondary:hover {
  background-color: #c8cbcf;
}

.moi-table-hover .moi-table-secondary:hover > td,
.moi-table-hover .moi-table-secondary:hover > th {
  background-color: #c8cbcf;
}

.moi-table-success,
.moi-table-success > th,
.moi-table-success > td {
  background-color: #c3e6cb;
}

.moi-table-hover .moi-table-success:hover {
  background-color: #b1dfbb;
}

.moi-table-hover .moi-table-success:hover > td,
.moi-table-hover .moi-table-success:hover > th {
  background-color: #b1dfbb;
}

.moi-table-info,
.moi-table-info > th,
.moi-table-info > td {
  background-color: #bee5eb;
}

.moi-table-hover .moi-table-info:hover {
  background-color: #abdde5;
}

.moi-table-hover .moi-table-info:hover > td,
.moi-table-hover .moi-table-info:hover > th {
  background-color: #abdde5;
}

.moi-table-warning,
.moi-table-warning > th,
.moi-table-warning > td {
  background-color: #ffeeba;
}

.moi-table-hover .moi-table-warning:hover {
  background-color: #ffe8a1;
}

.moi-table-hover .moi-table-warning:hover > td,
.moi-table-hover .moi-table-warning:hover > th {
  background-color: #ffe8a1;
}

.moi-table-danger,
.moi-table-danger > th,
.moi-table-danger > td {
  background-color: #f5c6cb;
}

.moi-table-hover .moi-table-danger:hover {
  background-color: #f1b0b7;
}

.moi-table-hover .moi-table-danger:hover > td,
.moi-table-hover .moi-table-danger:hover > th {
  background-color: #f1b0b7;
}

.moi-table-light,
.moi-table-light > th,
.moi-table-light > td {
  background-color: #fdfdfe;
}

.moi-table-hover .moi-table-light:hover {
  background-color: #ececf6;
}

.moi-table-hover .moi-table-light:hover > td,
.moi-table-hover .moi-table-light:hover > th {
  background-color: #ececf6;
}

.moi-table-dark,
.moi-table-dark > th,
.moi-table-dark > td {
  background-color: #c6c8ca;
}

.moi-table-hover .moi-table-dark:hover {
  background-color: #b9bbbe;
}

.moi-table-hover .moi-table-dark:hover > td,
.moi-table-hover .moi-table-dark:hover > th {
  background-color: #b9bbbe;
}

.moi-table-active,
.moi-table-active > th,
.moi-table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.moi-table-hover .moi-table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.moi-table-hover .moi-table-active:hover > td,
.moi-table-hover .moi-table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.moi-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.moi-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.moi-table-dark {
  color: #fff;
  background-color: #212529;
}

.moi-table-dark th,
.moi-table-dark td,
.moi-table-dark thead th {
  border-color: #32383e;
}

.moi-table-dark.moi-table-bordered {
  border: 0;
}

.moi-table-dark.moi-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.moi-table-dark.moi-table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

span.transect_badge {
  font-weight: 700;
  font-size: 14px;
  padding: 9px !important;
  margin: 0;
}

.error,
.required {
  color: rgba(255, 0, 0, 0.7);
}
.moi-ajax-loader-area .moi-loading-image {
  width: 100px;
}
.moi-ajax-loader-area {
  width: 100%;
  justify-content: center;
  display: flex;
}
.moi_payment_wrappper {
  background: none !important;
}

/*#moi_clubs_wrap #moi_clubs_list .moi-club-card {*/
/*  min-width: 350px !important;*/
/*}*/

.moi-club-card .moi-club-price {
  margin-top: 7px;
  margin-bottom: 7px;
}

.moi-club-card {
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  min-height: 320px;
  height: auto;
}
.moi-club-card-with-img {
  height: 600px;
}
.moi-club-card .moi-club-img {
  height: 300px;
}
.moi-club-card .moi-club-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.moi-schedule-card {
  box-sizing: border-box;
  margin: 3px 20px 3px 0;
  padding: 7px 14px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-height: 160px;
  min-width: 180px;
  width: 23%;
  height: 160px;
  max-width: 230px;
  max-height: 200px;
  position: relative;
}

.moi-remove-shipment-btn {
  position: absolute;
  top: 2px;
  right: 7px;
  font-size: 18px;
}
.moi_selected_frequency .moi-schedule-card {
  color: #b0b0b0;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.moi_selected_frequency .moi-schedule-card strong {
  color: #000;
}
.moi_schedules_list
  .moi_selected_frequency
  .moi-frequency-card
  .moi-schedule-card
  strong {
  color: #000;
}
.moi-club-custom .moi-schedule-card {
  cursor: default;
}
.moi-remove-shipment-icon {
  padding: 2px;
  color: #9e9e9e;
  transition: color 0.3s ease-in-out;
}
.moi-remove-shipment-icon:hover,
.moi-remove-shipment-icon:focus {
  color: #464343;
  cursor: pointer;
}

.moi-frequency-card {
  flex: 0 0 23%;
}

.moi-schedule-card,
.moi-club-card,
.moi-product-card-content {
  border: 1px solid #dedede;
  border-radius: 10px;
  transition: border 0.3s ease-in-out;
}
.moi-schedule-card:hover,
.moi-club-card:hover,
.moi-product-card-content:hover {
  border: 1px solid black;
  color: inherit;
}
.moi-schedule-card.active {
  color: inherit;
  cursor: default;
}

span.moi_schedule_shipment_date_date {
  text-transform: capitalize;
}
.moi-joined-club-card {
  border: 2px solid #dedede;
  box-sizing: border-box;
  margin: 3px 20px 3px 0;
  padding: 7px 14px;
  height: 100px;
  /*display: table-cell;*/
  /*  vertical-align: middle;
    text-align: center;*/
}
.moi-product-card .moi_active_cart_product_row,
.moi-schedule-card.active,
.moi-schedule_specific_dates .moi-schedule-card,
.moi-club-card.active {
  border: 1px solid black !important;
}

.moi-schedule-card.moi-shipment-empty {
  border: 2px solid red !important;
}
#moi_cart_product_holder {
  width: 65%;
  float: left;
  margin-top: -8px;
}
#moi_selections_overview_holder {
  float: right;
  width: 35%;
  box-sizing: border-box;
}
#moi_selections_overview_holder .shop_table {
  margin: 0 !important;
  border: none !important;
}
#moi_selections_overview_holder .shop_table thead {
  display: block !important;
  border: none !important;
  margin: 0 !important;
}
#moi_selections_overview_holder .shop_table tbody {
  border: none !important;
  margin: 0 !important;
  border-bottom: 1px solid #dedede !important;
}
#moi_save_membership_form .woocommerce-checkout-review-order,
#moi_selections_overview_holder .woocommerce-checkout-review-order {
  /*transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;*/
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.15) !important;
  padding: 0 1rem !important;
  border-radius: 10px !important;
  border: 1px solid #ebebeb !important;
}
#moi_selections_overview_holder .moi-shipment-items {
  padding-left: 7px;
  box-sizing: border-box;
}
#moi_save_membership_form
  table.shop_table.woocommerce-checkout-review-order-table,
#moi_selections_overview_holder
  table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
  width: 100%;
}
#moi_selections_overview_holder
  table.shop_table.woocommerce-checkout-review-order-table
  td,
#moi_co_form_wrap table.shop_table.woocommerce-checkout-review-order-table td {
  background-color: transparent;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border: none !important;
  padding: 16px !important;
}

.moi-shipment-product-wrapper .moi-product-card {
  margin-top: 7px;
}
span.moi-shipments-listing2,
span.moi-shipments-listing {
  font-size: 0.8em;
  display: inline-block;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 5px 15px;
  margin-right: 9px;
  margin-bottom: 9px;
  cursor: default;
}
span.moi-shipments-listing2 {
  border: 1px solid #dedede;
}
#moi_selections_overview_holder .moi-row,
#shipment_total_holder .moi-row {
  margin-top: 10px;
}

.moi-select-btn {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.moi-select-btn .moi-add-prod-btn {
  width: 90%;
  max-width: 174px;
}

.moi_single_club_row:hover {
  cursor: pointer;
}

#moi_save_membership_form .moi-club-btn-wrap {
  position: absolute;
  bottom: 16px;
  width: 40%;
}

.moi-justify-center {
  justify-content: center !important;
}
.moi-product-card-content {
  padding: 15px 5px 15px 15px !important;
  min-height: 180px;
  /*margin: 0 15px 15px 0px !important;*/
}
.moi-product-max-qty,
.moi-product-min-qty {
  font-size: 14px;
  margin: 4px 0px;
  padding-right: 10px;
}
#moi_cart_product_holder .moi-product-card .moi-img-two-col,
#moi_cart_product_holder .moi-product-card .moi-product-card-inner .moi-img-two-col {
  height: 212px;
}
#moi_cart_product_holder .moi-product-card .moi-img-three-col,
#moi_cart_product_holder .moi-product-card .moi-product-card-inner .moi-img-three-col,
#moi_cart_product_holder .moi-product-card .moi-img-three-col img {
  height: auto !important;
  object-fit: contain;
  vertical-align: top;
}
#moi_cart_product_holder .moi-product-card .moi-img-three-col{ height: 180px !important;}
#moi_shipment_holder .moi-product-card .moi-image-warp img {
  max-height: 92px;
}

#moi_cart_product_holder .moi-product-card .moi-img-two-col img {
  max-height: 212px;
}
.moi-product-card .moi-product-card-inner {
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
.moi-continue-btn-warper {
  margin-top: 50px;
}
.moi-product_image-warp img {
  height: inherit !important;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.moi_custom_schedule_date {
  margin-bottom: 10px !important;
}

i.fa.fa-plus-circle.moi-left:hover {
  cursor: pointer !important;
}

i.fa.fa-minus-circle.moi-right:hover {
  cursor: pointer !important;
}

.moi_container {
  max-width: 1000px !important;
  margin: auto !important;
}

a.moi-disable-remove {
  cursor: default;
  color: gray;
}
.moi-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.moi-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0px;
  border: 1px solid #888;
  border-radius: 10px !important;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow: hidden;
}

.moi-modal-body,
.moi-modal-footer {
  padding: 10px 25px !important;
}

.moi-modal-body input {
  width: 100%;
  text-align: left;
  padding: 0 15px 0px 15px !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.moi-model-close {
  color: #a4a4a4;
  float: right;
  font-size: 30px;
  position: absolute !important;
  top: 8px !important;
  right: 20px !important;
  line-height: 1.2;
}

.moi-model-close:hover,
.moi-model-close:focus {
  color: #464343;
  text-decoration: none;
  cursor: pointer;
}

/* The Close Button */
.moi-close {
  float: right;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: red;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.8;
  margin-top: 3px;
  margin-right: 10px;
}

.moi-modal-footer {
  text-align: right;
  padding: 10px;
}

.moi-close:hover,
.moi-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.moi-close-btn {
  float: right;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  color: #5f5f5f;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.8;
  margin-top: 8px;
  margin-right: 20px;
}

.moi-close-btn:hover,
.moi-close-btn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.moi-modal-lg {
  width: 90%;
  max-width: 700px;
  margin: 30px auto;
  position: fixed;
  left: 50%;
  top: calc(50%);
  transform: translate(-50%, -60%);
}

.moi-modal-md {
  width: 90%;
  max-width: 600px;
  margin: 30px auto;
  position: fixed;
  left: 50%;
  top: calc(45%);
  transform: translate(-50%, -60%);
}
.moi-modal-view-shipment-md {
  width: 90%;
  max-width: 600px;
  margin: 30px auto;
  position: fixed;
  left: 50%;
  top: calc(54%);
  transform: translate(-50%, -60%);
}
.moi-modal .moi-modal-body,
#membership_view_modal .moi-modal-body {
  overflow-y: auto;
  max-height: 35em;
}
.moi-modal-header {
  padding: 13px 25px;
  background: #ffffff;
  text-align: left;
  border-bottom: 1px #dedede solid !important;
}

.moi-modal-body {
  background: #ffffff;
  padding: 2px 16px;
  text-align: left;
}

.moi-sub-heading {
  font-size: 19px;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 5px;
}

.bb_wrapper {
  border-bottom: 1px rgba(220, 216, 231, 0.87) solid !important;
  padding-bottom: 20px !important;
}

.tbl_bb {
  border-bottom: 1px rgba(220, 216, 231, 0.87) solid !important;
}
.tbl_bt {
  border-top: 1px rgba(220, 216, 231, 0.87) solid !important;
}

.moi-text-center {
  text-align: center;
}

#moi_save_membership_form {
  width: 100%;
  margin-bottom: 5%;
}
.moi-col-25 {
  width: 25%;
  margin-right: 15px;
}

.moi-25 {
  width: 25%;
}

.checkout-btn {
  background-color: rgb(161 141 93);
  color: #fff;
  font-size: 1rem;
  margin: 0 !important;
  width: 100%;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.checkout-btn:hover {
  color: #fff !important;
}
.main_header1.moi-text-center.moi-mt-5 {
  margin: 0 1rem 0.5rem;
  font-weight: bold;
}
.checkout-btn:before {
  content: '';
  position: absolute;
  background-color: rgb(161 141 93);
  height: 100%;
  width: 0%;
  top: 0;
  right: 0;
  left: unset;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.checkout-btn:hover:before {
  width: 100%;
  left: 0;
  right: unset;
}
.moi-margin-0 {
  margin: 0px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-25 {
  margin-bottom: 255px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.text-danger {
  color: red;
  font-weight: 600;
}
.moi_add_to_cart {
  background-color: black;
}

.moi-configurations .col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: '';
  clear: both;
  display: table;
}

.moi-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.red,
.warn {
  color: red;
  font-weight: 600;
}

.primary {
  color: green;
}

th.woocommerce-orders-table__header {
  text-align: center !important;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
  text-align: center !important;
}

td.moi-actions a {
  margin-left: 10px !important;
}

div.moi-custom-loader {
  visibility: visible;
  align-items: center;
  background: #212529;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.2s linear;
  width: 100%;
  z-index: 10000;
  opacity: 0.8;
  /*transform: opacity 1s linear;*/
}
div.moi-custom-loader .moi-loading-image {
  width: 100px;
}

div.moi-chat-messages .chat-system .moi-message {
  display: flex;
  align-items: center;
}

div.moi-chat-messages .chat-system .moi-vendor-bag .moi-bubble {
  background: #d9d9d973;
}

div.chat-system .moi-customer-bag {
  justify-content: end;
}

div.chat-system .moi-vendor-bag {
}

div.moi-chat-messages .message_dated {
  text-align: right;
  color: gray;
  font-size: 13px;
}
div.moi-chat-messages .chat-system .moi-bubble {
  background: #d9d9d973;
  border-radius: 10px;
  margin-bottom: 7px;
  padding: 10px;
  max-width: 80%;
}

div.moi-chat-write-box-wrap {
  display: flex;
}

div.moi-chat-messages .chat-system-top-msg .moi-bubble {
  max-width: 100% !important;
}

div.moi-chat-messages .chat-system-top-msg {
  margin-bottom: 30px;
}
div.moi-chat-messages .moi-chat-usr-logo {
  border-radius: 50%;
  margin-top: 23px;
  width: 30px;
}
div.moi-chat-write-box-wrap input {
  width: 83%;
  padding: 0 25px 0 25px;
  border: 1px dotted #ddd;
}

div.moi-chat-write-box-wrap button {
  /*width: 17%;*/
}

div.moi-chat-messages {
  overflow-y: auto;
  max-height: 400px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 300px;
  border: 1px solid #bebebe;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
}

div.moi-chat-messages .active-chat {
  padding: 10px 0;
}

.woosw-copy-btn input[type='button'],
.form-submit input[type='submit'],
button[type='submit'],
.wp-block-search .wp-block-search__button,
form input[type='submit'],
.button {
  padding: 9px 12px 10px !important;
}
.custom_datetimepicker {
  /* pointer-events: none; */
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Allows events to pass through the overlay */
}

div.chat-system .date_size {
  font-size: 10px;
  float: right;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: auto !important;
}

input.moi-form-control.mail-write-box:focus {
  color: #666;
  border: 1px dotted;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}

div.moi-response-msg {
  text-align: center;
}
.moi-success {
  color: green !important;
}
.moi-error {
  color: red !important;
  padding-left: 20px !important;
}
#moi_selections_overview_holder,
#moi_order_info_holder {
  position: static;
  top: 34px;
}

#moi_selections_overview_holder .moi-branding {
  font-size: 0.8em;
  color: darkgray;
  margin: 0.7em;
}
.moi-membership-view-totals {
  background-color: transparent;
}

.moi-membership-view-totals .moi-row .moi-cc-sub-heading {
  padding: 3px 0 0 50%;
  box-sizing: border-box;
}
.moi-membership-view-totals .moi-row .moi-cc-sub-heading-val {
  box-sizing: border-box;
}

#product_items .table td {
  border-top: none !important;
  border-bottom: 1px solid #ddd !important;
}

#product_items .moi-membership-view-totals .table td {
  border-top: none !important;
  border-bottom: none !important;
}

#product_items .moi-membership-view-totals .table td.tbl-bb {
  border-bottom: 1px solid #ddd !important;
}

.moi-discard-btn {
  margin-right: 10px;
}

.moi-price-suffix {
  font-size: 0.7em;
}
.moi-border-bottom {
  border-bottom: 1px solid #dedede !important;
}

.moi-border-none {
  border: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}
#moi_load_action_btn_holder .moi-btn-continue {
  padding: 17px !important;
  width: 185px !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.7px;
}

.moi-tooltip {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black;*/
}

.moi-tooltip .moi-tooltiptext {
  visibility: hidden;
  width: 205px;
  background-color: rgba(51, 49, 49, 0.85);
  color: #fff;
  font-size: 14px;
  text-align: left;
  border-radius: 10px;
  padding: 5px 10px !important;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -108px;
  text-decoration: none;
}

.moi-tooltip .moi-tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.moi-tooltip:hover .moi-tooltiptext {
  visibility: visible;
}

.woocommerce table.shop_table {
  border: none !important;
  margin: 0 !important;
}

#product_items table {
  border: none;
}

.woocommerce form .form-row textarea {
  height: 12em !important;
}

#membership_view_modal .moi-modal-dialog .moi-modal-lg {
  overflow-y: auto;
  max-height: 400px;
  min-height: 300px;
}

#moi_location_title_holder {
  padding-bottom: 15px !important;
}
#_frm_package_pause #moi_pasue_date_range input::placeholder {
  color: lightgray !important;
}

.woocommerce button.button:disabled[disabled] {
  opacity: 0.5 !important;
  /* background-color: transparent !important; */
}

#club_view_modal .moi-modal-body {
  overflow-y: auto !important;
  max-height: 400px !important;
  min-height: 300px !important;
}
.moi-frequency-card input {
  border: 1px solid #bebebe !important;
  border-radius: 10px !important;
  cursor: pointer;
}
#moi_save_membership_form
  button.moi_plus_qty_btn.cc-addremove.cc-add.moi-qty-btn.button.alt.wp-element-button,
#moi_save_membership_form
  button.moi_minus_qty_btn.cc-addremove.cc-remove.moi-qty-btn.button.alt.wp-element-button {
  padding: 0.8em !important;
}

#moi_save_membership_form input.button.alt.wp-element-button.moi-add-prod-btn {
  padding: 0.8em !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.7px;
}
#add_payment_method #payment,
#moi_save_membership_form .woocommerce-cart #payment,
#moi_co_form_wrap #payment {
  margin-top: 20px !important;
}

.moi-modal-dialog {
  margin-top: 10%;
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Optional: make modal take up more height on small screens */
@media (max-width: 768px) {
  .moi-modal-dialog {
    width: 95%;
    margin-top: 10%;
  }
  .moi-modal-lg {
    width: 95%;
    margin-top: 30% !important;
  }
  .woocommerce #customer_details .form-row-first {
    float: left !important;
  }
  .woocommerce #customer_details .form-row-last {
    float: right !important;
  }
}

@media screen and (max-width: 880px) {
  #moi-memberships .moi-membership-wrapper td.product-thumbnail {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  #moi-memberships .moi-membership-wrapper .moi-membership-info td {
    padding: 0.2rem !important;
  }

  #membership_view_modal .moi-modal-body .moi-12.bb_wrapper {
    display: block !important;
  }
  #membership_view_modal .moi-modal-body .moi-12.bb_wrapper .moi-6 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #moi_selections_overview_holder,
  #moi-config-form2 #customer_details,
  .moi-membership-checkout-part div#customer_details,
  #moi_cart_product_holder {
    width: 100% !important;
  }

  .moi-membership-checkout-part div#customer_details {
    padding: inherit;
  }
}
@media screen and (min-width: 600px) and (max-width: 768px) {
  #moi_clubs_wrap #moi_clubs_list .moi-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .moi-frequency-card {
    flex: 0 0 51% !important;
    max-width: 51% !important;
  }
  .moi-three-col .moi-lg-4, .moi-three-col.moi-md-4, .moi-two-col .moi-lg-4, .moi-two-col.moi-md-4{
    width: 50% !important;
  }
  .moi-three-col .moi-lg-8, .moi-three-col.moi-md-8, .moi-two-col .moi-lg-8, .moi-two-col.moi-md-8{
    width: 50% !important;
  }
  #moi_cart_product_holder .moi-product-card .moi-img-three-col img, #moi_cart_product_holder .moi-product-card .moi-img-two-col img{
    height: 140px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #moi_clubs_list .moi-md-12 {
    max-width: 33.333333% !important;
  }
  .moi-membership-info1 .button.moi-custom-button{ margin:10px;}
}
@media screen and (max-width: 600px) {
  .moi-justify-center {
    justify-content: center !important;
    /* gap: 20px !important; */
  }
  .moi-frequency-card {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 100% !important;
    max-width: 51% !important;
  }
  .moi-section-header,
  .moi-section-header-noclick {
    text-align: center !important;
  }

  #moi_step_product {
    display: block !important;
  }

  .moi-product-card-content {
    margin-right: 0 !important;
  }

  #club_products_rows .moi-row {
    display: block !important;
  }

  .moi-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .moi-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667% !important;
    max-width: 66.666667% !important;
  }

  .moi-schedule-card {
    min-width: 150px !important;
  }
  .moi-frequency-card strong {
    font-size: 15px !important;
  }

  .moi-product-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  #moi_cart_product_holder .moi-product-card .moi-img-three-col img , #moi_cart_product_holder .moi-product-card .moi-img-two-col img{
    height: 140px !important;
  }
  #order_review .woocommerce-checkout-review-order-table{ display: table !important;}
  #order_review .woocommerce-checkout-review-order-table td{ display: table-cell !important; vertical-align: inherit !important;}
  #order_review .woocommerce-checkout-review-order-table .moi-text-right{ text-align: right !important; float: right !important;}
  #order_review .woocommerce-checkout-review-order-table .moi-text-center{ text-align: center !important;}
  @media screen and (max-width: 480px) {
  #moi_selections_overview_holder .moi-branding{margin-top:20px !important;}
  #moi_save_membership_form .woocommerce-checkout-review-order, #moi_selections_overview_holder .woocommerce-checkout-review-order{margin: 0px !important;}
  }
  @media screen and (max-width: 600px) {
    .moi-frequency-card strong {
      font-size: 20px !important;
    }
  }
  @media screen and (max-width: 600px) {
    .moi-product-title {
      font-size: 17px !important;
    }
  }
  #moi_clubs_wrap #moi_clubs_list .moi-club-card {
    min-width: 365px !important;
  }
  #moi_clubs_wrap #moi_clubs_list .moi-row {
    display: block;
  }
  #moi_cart_product_holder .moi-product-card .moi-image-warp,
  #moi_cart_product_holder .moi-product-card .moi-product-card-inner {
    height: 200px !important;
  }

  div#moi_clubs_list #moi-spin-loader {
    justify-content: center !important;
    display: flex !important;
  }
  .moi_quantity_col_2 {
    width: 40% !important;
  }
  .moi-membership-wrapper .moi-membership-info button {
    margin-left: 0;
    width: auto !important;
    display: table-cell !important;
  }
  .moi-membership-info1 .moi-membership-buttons{ display:initial !important;}
  .moi-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .moi_clubs_list .moi-md-12 .moi-p-2 {
    padding: 0px !important;
  }
}
.moi-membership-info .moi-membership-info1 .moi-membership-buttons button {
  padding: 1em 1.5em !important;
}
@media screen and (max-width: 430px) {
  .form-row .form-row-first .validate-required .moi-dob .woocommerce-ordering {
    margin-left: 15px !important;
  }
  .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-membership-info1
    .moi-membership-buttons,
  #moi_selections_overview_holder
    .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-membership-info1
    .moi-membership-buttons {
    display: inline-block !important;
    justify-content: space-evenly !important;
    flex-wrap: wrap;
    margin-top: 10px !important;
  }
  .moi-membership-wrapper .woocommerce-checkout-review-order-table .cart_item .moi-membership-info1 .moi-membership-buttons{display: initial !important;}
  .moi-membership-buttons .moi-error {
    width: 100% !important;
    text-align: left !important;
  }
  .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-vertical-top,
  #moi_selections_overview_holder
    .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-vertical-top {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }
  .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-text-right,
  #moi_selections_overview_holder
    .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-text-right {
    text-align: left !important;
  }
  .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-view-membership,
  #moi_selections_overview_holder
    .moi-membership-wrapper
    .woocommerce-checkout-review-order-table
    .cart_item
    .moi-view-membership {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .moi-membership-wrapper .cart_item .moi-membership-info2 {
    width: 100%;
    margin-top: 10px;
    display: block;
  }
}
/* My Account Info 2 section stacked for mobile */
@media (max-width: 600px) {
  .moi-membership-info2 tr:first-child {
    display: none;
  }

  .moi-membership-info2 tr {
    display: flex;
    flex-wrap: wrap;
  }

  .moi-membership-info2 td {
    display: block;
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 8px;
  }

  .moi-membership-info2 td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 2px;
  }
}
#moi-message-link-desktop {
  display: block !important;
}
.view_shipment_dates .view_membership_shipment {
  border: 1px solid #bebebe !important;
  padding: 8px 15px !important;
  margin-bottom: 10px !important;
  border-radius: 10px !important;
}

.view_shipment_dates .view_membership_shipment {
  display: flex;
  justify-content: space-between; /* Pushes due-days to the right */
  align-items: center; /* Vertically aligns items in the middle */
  padding: 10px;
}

.view_shipment_dates .date-info .day {
  font-weight: bold;
}

.view_shipment_dates .due-days {
  float: right;
  font-size: 14px; /* Optional to adjust font size */
}
.moi-message-link-desktop {
  display: none !important;
}
.moi-message-link-mobile {
  display: none !important;
}
@media screen and (max-width: 410px) {
  #moi_clubs_wrap #moi_clubs_list .moi-club-card {
    min-width: 0px !important;
  }
  .moi-frequency-card {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .moi-message-link-mobile {
    display: block !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: right !important;
  }
  .moi-message-link-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .moi-message-link-desktop {
    display: block !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right !important;
  }
  .moi-message-link-mobile {
    display: none !important;
  }
}
.moi-disabled-conversation-link {
  color: rgb(128, 128, 128) !important;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.moi-product-selection-overview {
  font-weight: 600 !important;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 20px 30px;
}
.moi-overview-shipment-date {
  font-weight: 600 !important;
}
.moi-discount-price {
  color: #9e9e9e;
}
.moi-icons {
  font-size: 17px;
}
.moi-custom-checkbox {
  width: 15px;
  height: 15px;
}
.moi-product-title {
  line-height: 20px;
}

/* google autocomplete css */
.pac-logo:after {
  display: none !important;
}
.pac-item {
  padding: 4px 4px !important;
}
/* .pac-container {
  border-radius: 0 0 10px 10px !important;
} */
/* end of google autocomplete css */

.moi-checkout-headings {
  font-size: 18px;
  font-weight: 500;
}
.moi-overview-headings {
  font-size: 18px !important;
  font-family: inherit;
}
.moi-membership-options {
  transition: text-decoration 0.3s ease-in-out;
}
.moi-membership-options:hover {
  text-decoration: underline;
}
.moi-membership-chat:hover {
  text-decoration: underline;
}
.moi-cancellation-text {
  border-radius: 10px;
  border-color: #bebebe;
}
.moi-box-radius {
  border-radius: 10px;
}
.moi-box-2 {
  padding-top: 20px !important;
}
.moi-hr {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border-top: 1px solid #dedede !important;
  border: 0;
}

/* #moi_membership_widget, #moi_membership_widget * {
  font-family: inherit !important;
} */

.moi-frequency-title {
  font-size: 18px;
}
/* @media screen and (max-width: 600px) {
  .moi-frequency-title {
    font-size: 16px;
  }
  
} */
.moi-frequency-subtitle {
  font-size: 15px;
}
.moi-frequency-icon {
  font-size: 18px;
  margin-right: 5px;
}
.moi-frequency-custom-field {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 20px 0 20px;
}
@media screen and (max-width: 600px) {
  .moi-frequency-custom-field {
    padding: 0 15px;
    gap: 5px;
  }
  .moi-frequency-icon {
    font-size: 20px;
  }
}
.custom_datetimepicker::placeholder {
  /* font-style: italic; */
  opacity: 0.6;
}
.moi-club-heading {
  font-size: 20px !important;
}
.moi-custom-date-picker {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .moi-custom-date-picker {
    font-size: 16px !important;
  }
}
/* My Acount Page Styles */
.moi-my-account {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 1.5rem !important;
  background: inherit;
}
.moi-my-account-title {
  font-size: 1.2em;
  font-weight: 500;
}

.woocommerce .col2-set{display: block; }
.woocommerce-checkout #order_review{float: none; width: auto; position: static; }