.add-to-cart-content {
  width: 100%;
}
.add-to-cart-content form.cart {
  flex-direction: column;
}
.add-to-cart-content form.cart .wc-bookings-booking-form {
  border: unset;
  padding: 0;
}
.add-to-cart-content form.cart .wc-bookings-booking-form .wc-bookings-date-picker {
  border: unset;
  padding: 0;
}
.add-to-cart-content form.cart .wc-bookings-booking-form .wc-bookings-date-picker .wc-bookings-date-picker-timezone-block {
  display: none;
}

.my-products-bundles-accout-tab .bundle-product {
  margin: 50px 0;
  padding: 20px;
  border-radius: 25px;
  background-color: var(--cmsmasters-colors-alternate);
}
.my-products-bundles-accout-tab .bundle-product .bundle-quantity, .my-products-bundles-accout-tab .bundle-product .used-sessions, .my-products-bundles-accout-tab .bundle-product .products-in-bundle {
  display: flex;
}
.my-products-bundles-accout-tab .bundle-product .bundle-quantity__label, .my-products-bundles-accout-tab .bundle-product .used-sessions__label, .my-products-bundles-accout-tab .bundle-product .products-in-bundle__label {
  font-weight: 700;
  margin-right: 10px;
}
.my-products-bundles-accout-tab .bundle-product .bundle-quantity__values, .my-products-bundles-accout-tab .bundle-product .used-sessions__values, .my-products-bundles-accout-tab .bundle-product .products-in-bundle__values {
  display: flex;
}
.my-products-bundles-accout-tab .bundle-product .bundle-quantity__values a:not(:last-child) p, .my-products-bundles-accout-tab .bundle-product .used-sessions__values a:not(:last-child) p, .my-products-bundles-accout-tab .bundle-product .products-in-bundle__values a:not(:last-child) p {
  margin-right: 10px;
}
.my-products-bundles-accout-tab .bundle-product .bundle-quantity__values a:not(:last-child) p::after, .my-products-bundles-accout-tab .bundle-product .used-sessions__values a:not(:last-child) p::after, .my-products-bundles-accout-tab .bundle-product .products-in-bundle__values a:not(:last-child) p::after {
  content: ",";
}

.woocommerce-MyAccount-content table {
  margin-bottom: 20px !important;
}
.woocommerce-MyAccount-content table thead th {
  border-width: 1px !important;
  border-right-width: 0 !important;
}
.woocommerce-MyAccount-content table thead th:last-child {
  border-right-width: 1px !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-MyAccount-content table {
    margin-top: 20px !important;
  }
  .woocommerce-MyAccount-content table tbody tr {
    margin-top: 20px;
  }
  .woocommerce-MyAccount-content table tbody tr td {
    border-top-width: 1px !important;
  }
}
.woocommerce-MyAccount-content .woocommerce-form-row button::before {
  background-color: unset;
}
.woocommerce-MyAccount-content a.woocommerce-button, .woocommerce-MyAccount-content a.woocommerce-Button, .woocommerce-MyAccount-content button.woocommerce-button, .woocommerce-MyAccount-content button.woocommerce-Button {
  background-color: #1332e2;
  color: white;
  border: unset;
}
.woocommerce-MyAccount-content a.woocommerce-button:before, .woocommerce-MyAccount-content a.woocommerce-Button:before, .woocommerce-MyAccount-content button.woocommerce-button:before, .woocommerce-MyAccount-content button.woocommerce-Button:before {
  background-color: unset;
}
.woocommerce-MyAccount-content a.woocommerce-button:hover, .woocommerce-MyAccount-content a.woocommerce-Button:hover, .woocommerce-MyAccount-content button.woocommerce-button:hover, .woocommerce-MyAccount-content button.woocommerce-Button:hover {
  background-color: #00C0E1;
  color: white;
}

.woocommerce-cart-form .woocommerce-cart-form__contents thead tr th {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents thead tr th:first-child {
  border-left-width: 1px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents thead tr th:last-child {
  border-right-width: 1px;
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th:first-child {
  border-left-width: 1px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table thead tr th:last-child {
  border-right-width: 1px;
}

*::selection {
  background: grey;
  color: #1332E2;
}
/*# sourceMappingURL=main.css.map */
