.elptie-price-suffix {
  font-size: 16px !important;
}
.elptie-price-suffix .elptie-unit .elptie-supper {
  font-size: 10px !important;
}

.elptie-unit {
  margin: 0 0 0 3px;
}
.elptie-unit .elptie-supper {
  font-size: 10px !important;
  color: #333;
  position: relative;
  top: -4px;
}

.single_variation_wrap .elptie-short-desc {
  margin: 0 0 10px 0;
}
.single_variation_wrap .elptie-input-wrap-custom .elptie-extra-percent-wrap .elptie-input select {
  color: #222;
}
.single_variation_wrap .elptie-input-wrap-custom .elptie-number-unit-wrap .elptie_number_unit {
  color: #222;
}
.single_variation_wrap .elptie-input-wrap-custom .elptie-desc-tooltip .elptie-icon-tooltip {
  background-color: #0b4656 !important;
}

.elptie_variable_product .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

.elptie_product_simple.single-product .product-type-simple .entry-summary > .price {
  display: none;
}

.elptie-short-desc {
  margin: 10px 0 10px 0;
}
.elptie-short-desc p {
  margin: 0 0 5px 0;
}
.elptie-short-desc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.elptie-unit {
  color: #222;
}

.elptie-total-wrap {
  margin: 15px 0 0 0;
}
.elptie-total-wrap .elptie-label-total {
  margin: 0 0 2px 0;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}
.elptie-total-wrap .elptie-total-prcie-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px 0;
}
.elptie-total-wrap .elptie-total-prcie-content .elptie-total-area {
  width: 50%;
  display: flex;
  align-items: flex-end;
}
.elptie-total-wrap .elptie-total-prcie-content .elptie-total-area .elptie-total .woocommerce-Price-amount {
  font-size: 24px !important;
  color: #222;
  font-weight: 600;
}
.elptie-total-wrap .elptie-total-prcie-content .elptie-total-area .elptie-area {
  display: inline-block;
  margin: 0 0 3px 5px;
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.elptie-total-wrap .elptie-total-prcie-content .elptie-pack-price-content {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.elptie-total-wrap .elptie-total-prcie-content .elptie-pack-price-content .elptie-pack-price {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.elptie-total-wrap .elptie-total-prcie-content .elptie-pack-price-content .elptie-pack-price .woocommerce-Price-amount {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.elptie-desc-custom p {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.elptie-input-wrap-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.elptie-input-wrap-custom .elptie-number-unit-wrap {
  width: 150px;
  display: inline-flex;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  align-items: center;
}
.elptie-input-wrap-custom .elptie-number-unit-wrap .elptie_number_unit {
  display: inline-block;
  width: 80px;
  margin: 0 0 0 0;
  padding: 5px 15px 5px 15px;
  border: 1px solid #c7c7c7;
  color: #222;
  background: transparent;
  height: 40px;
  line-height: 40px;
}
.elptie-input-wrap-custom .elptie-number-unit-wrap .elptie_number_unit:focus {
  outline: none !important;
}
.elptie-input-wrap-custom .elptie-number-unit-wrap .elptie-unit {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 10px;
  color: #222;
}
.elptie-input-wrap-custom .elptie-mark-plus {
  width: 40px;
  padding: 0 10px 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elptie-input-wrap-custom .elptie-extra-percent-wrap {
  padding: 0 10px 0 0px;
  width: calc(100% - 230px);
}
.elptie-input-wrap-custom .elptie-extra-percent-wrap .elptie-input select {
  width: 100%;
  border: 1px solid #c7c7c7;
  background: transparent;
  height: 40px;
  line-height: 30px;
  padding: 5px 10px 5px 10px;
  color: #222;
  margin: 0 0 0 0;
}
.elptie-input-wrap-custom .elptie-desc-tooltip {
  width: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.elptie-input-wrap-custom .elptie-desc-tooltip p {
  margin: 0 0 0 0;
}
.elptie-input-wrap-custom .elptie-desc-tooltip:hover .elptie-content-tooltip {
  visibility: visible;
}
.elptie-input-wrap-custom .elptie-desc-tooltip .elptie-icon-tooltip {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 40px;
  color: #fff;
  background-color: #222;
  font-size: 20px;
}
.elptie-input-wrap-custom .elptie-desc-tooltip .elptie-content-tooltip {
  font-size: 14px;
  color: #fff;
  background: #111;
  padding: 6px 10px;
  position: absolute;
  bottom: 48px;
  right: 0;
  width: 250px;
  text-align: center;
  border-radius: 5px;
  visibility: hidden;
}
.elptie-input-wrap-custom .elptie-desc-tooltip .elptie-content-tooltip .elptie-content-tooltip-inner {
  position: relative;
}
.elptie-input-wrap-custom .elptie-desc-tooltip .elptie-content-tooltip .elptie-content-tooltip-inner:before {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: #000;
}

@media (max-width: 600px) {
  .elptie-check-stock {
    width: 100%;
  }
}
.elptie-check-stock .elptie-stock {
  margin: 0 0 5px 0;
}
.elptie-check-stock .elptie-stock.elptie-in-stock {
  color: green;
}
.elptie-check-stock .elptie-stock.elptie-out-stock {
  color: red;
}
.elptie-check-stock .elptie-stock .elptie-icon {
  margin-right: 3px;
}
.elptie-check-stock .elptie-stock .elptie-icon i {
  font-size: 16px;
}
.elptie-check-stock .elptie-stock .elptie-label {
  font-size: 16px;
  line-height: 1.3;
}

.elptie-price-custom {
  display: flex;
}
.elptie-price-custom .elptie-price-per-area-content {
  display: inline-block;
  margin: 0 0px 0 20px;
}
.elptie-price-custom .elptie-price-per-area-content .woocommerce-Price-amount {
  font-size: 24px !important;
  color: #222;
  font-weight: 600;
}
.elptie-price-custom .elptie-price-per-pack-content {
  display: inline-block;
}
.elptie-price-custom .elptie-price-per-pack-content .woocommerce-Price-amount {
  font-size: 24px !important;
  color: #222;
  font-weight: 600;
}

.elptie_table_range_price, .elptie_table_calculate {
  border: 1px solid #e5e5e5;
  width: 100%;
  border-collapse: collapse;
}
.elptie_table_range_price thead th, .elptie_table_calculate thead th {
  padding: 6px 10px;
  font-weight: bold;
  line-height: 1.2;
}
.elptie_table_range_price tbody td, .elptie_table_calculate tbody td {
  padding: 3px 5px;
  font-weight: normal;
}
.elptie_table_range_price tbody td span, .elptie_table_calculate tbody td span {
  font-size: 16px;
}
.elptie_table_range_price tbody td span bdi, .elptie_table_calculate tbody td span bdi {
  font-size: 16px;
}
.elptie_table_range_price th, .elptie_table_range_price td, .elptie_table_calculate th, .elptie_table_calculate td {
  border: 1px solid #e5e5e5;
  text-align: center;
}

.elptie-tiered-des-table .elptie-message-minimum {
  margin: 0 0 15px 0;
}
.elptie-tiered-des-table .elptie-title-table {
  margin: 0 0 20px 0;
}
.elptie-tiered-des-table .elptie-desc-table {
  margin: 0 0 15px 0;
}

.elptie-tile-measu-booking-wrap {
  padding: 0 0px 0 0;
}
.elptie-tile-measu-booking-wrap .elptie-supper {
  font-size: 10px;
  color: #333;
  position: relative;
  top: -4px;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking label {
  width: 200px;
  font-weight: 600;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking input {
  width: 90px;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking .elptie-input.number_unit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking .elptie-input.number_unit input {
  margin: 0 0 0 0;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking .elptie-input .elptie-unit {
  margin: 0 0 0 5px;
  color: #222;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking .elptie-boxes em {
  font-style: normal;
  margin: 0 0 0 5px;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking span {
  font-size: 16px;
}
.elptie-tile-measu-booking-wrap .elptie-content-form .elptie-row-booking span bdi {
  font-size: 16px;
}
.elptie-tile-measu-booking-wrap .elptie-wrap-btn-booking .elptie-quantity-booking {
  display: inline-block;
  margin-right: 15px;
}

.elptie-loading, .elptie-loading:after {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.elptie-loading {
  margin: 5px auto 5px auto;
  display: none;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 6px solid rgba(0, 0, 0, 0.2);
  border-right: 6px solid rgba(0, 0, 0, 0.2);
  border-bottom: 6px solid rgba(0, 0, 0, 0.2);
  border-left: 6px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: animate_load 1.1s infinite linear;
  animation: animate_load 1.1s infinite linear;
}

@-webkit-keyframes animate_load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animate_load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Switch Css*/
.elptie-checkbox-wrap {
  --toggle-width: 60px;
  --toggle-height: 30px;
  --toggle-offset: 5px;
  --toggle-outer-default: #ddd;
  --toggle-outer-active: #4A934A;
  --toggle-inner-default: #fff;
  --toggle-inner-active: #fff;
  --toggle-transition: 200ms ease-out;
}
.elptie-checkbox-wrap input[type=checkbox] {
  display: none;
}
.elptie-checkbox-wrap input[type=checkbox]:checked + label {
  background-color: var(--toggle-outer-active);
}
.elptie-checkbox-wrap input[type=checkbox]:checked + label::before {
  background-color: var(--toggle-inner-active);
  transform: translateX(calc(var(--toggle-width) - var(--toggle-height)));
}
.elptie-checkbox-wrap label {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: var(--toggle-width) !important;
  height: var(--toggle-height) !important;
  background-color: var(--toggle-outer-default);
  border-radius: 100vw;
  cursor: pointer;
}
.elptie-checkbox-wrap label:before {
  content: "";
  position: absolute;
  top: var(--toggle-offset);
  left: var(--toggle-offset);
  bottom: var(--toggle-offset);
  aspect-ratio: 1 / 1;
  background-color: var(--toggle-inner-default);
  border-radius: 50%;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  transition: var(--toggle-transition);
}

/*# sourceMappingURL=elptie-frontend.css.map */
