@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.xl-1, .xl-2, .xl-3, .xl-4, .xl-5, .xl-6, .xl-7, .xl-8, .xl-9, .xl-10, .xl-11, .xl-12,
.lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12,
.md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12,
.sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12,
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .sm-1 {
    width: calc(100% / 12); }
  .sm-2 {
    width: calc(100% / 12 * 2); }
  .sm-3 {
    width: calc(100% / 12 * 3); }
  .sm-4 {
    width: calc(100% / 12 * 4); }
  .sm-5 {
    width: calc(100% / 12 * 5); }
  .sm-6 {
    width: calc(100% / 12 * 6); }
  .sm-7 {
    width: calc(100% / 12 * 7); }
  .sm-8 {
    width: calc(100% / 12 * 8); }
  .sm-9 {
    width: calc(100% / 12 * 9); }
  .sm-10 {
    width: calc(100% / 12 * 10); }
  .sm-11 {
    width: calc(100% / 12 * 11); }
  .sm-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 768px) {
  .md-1 {
    width: calc(100% / 12); }
  .md-2 {
    width: calc(100% / 12 * 2); }
  .md-3 {
    width: calc(100% / 12 * 3); }
  .md-4 {
    width: calc(100% / 12 * 4); }
  .md-5 {
    width: calc(100% / 12 * 5); }
  .md-6 {
    width: calc(100% / 12 * 6); }
  .md-7 {
    width: calc(100% / 12 * 7); }
  .md-8 {
    width: calc(100% / 12 * 8); }
  .md-9 {
    width: calc(100% / 12 * 9); }
  .md-10 {
    width: calc(100% / 12 * 10); }
  .md-11 {
    width: calc(100% / 12 * 11); }
  .md-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 992px) {
  .lg-1 {
    width: calc(100% / 12); }
  .lg-2 {
    width: calc(100% / 12 * 2); }
  .lg-3 {
    width: calc(100% / 12 * 3); }
  .lg-4 {
    width: calc(100% / 12 * 4); }
  .lg-5 {
    width: calc(100% / 12 * 5); }
  .lg-6 {
    width: calc(100% / 12 * 6); }
  .lg-7 {
    width: calc(100% / 12 * 7); }
  .lg-8 {
    width: calc(100% / 12 * 8); }
  .lg-9 {
    width: calc(100% / 12 * 9); }
  .lg-10 {
    width: calc(100% / 12 * 10); }
  .lg-11 {
    width: calc(100% / 12 * 11); }
  .lg-12 {
    width: calc(100% / 12 * 12); } }

@media (min-width: 1200px) {
  .xl-1 {
    width: calc(100% / 12); }
  .xl-2 {
    width: calc(100% / 12 * 2); }
  .xl-3 {
    width: calc(100% / 12 * 3); }
  .xl-4 {
    width: calc(100% / 12 * 4); }
  .xl-5 {
    width: calc(100% / 12 * 5); }
  .xl-6 {
    width: calc(100% / 12 * 6); }
  .xl-7 {
    width: calc(100% / 12 * 7); }
  .xl-8 {
    width: calc(100% / 12 * 8); }
  .xl-9 {
    width: calc(100% / 12 * 9); }
  .xl-10 {
    width: calc(100% / 12 * 10); }
  .xl-11 {
    width: calc(100% / 12 * 11); }
  .xl-12 {
    width: calc(100% / 12 * 12); } }

@media (max-width: 576px) {
  .xs-1 {
    width: calc(100% / 12); }
  .xs-2 {
    width: calc(100% / 12 * 2); }
  .xs-3 {
    width: calc(100% / 12 * 3); }
  .xs-4 {
    width: calc(100% / 12 * 4); }
  .xs-5 {
    width: calc(100% / 12 * 5); }
  .xs-6 {
    width: calc(100% / 12 * 6); }
  .xs-7 {
    width: calc(100% / 12 * 7); }
  .xs-8 {
    width: calc(100% / 12 * 8); }
  .xs-9 {
    width: calc(100% / 12 * 9); }
  .xs-10 {
    width: calc(100% / 12 * 10); }
  .xs-11 {
    width: calc(100% / 12 * 11); }
  .xs-12 {
    width: calc(100% / 12 * 12); } }

/** ---- midea query objects ----**/
a {
  text-decoration: none;
  color: #003057;
  font-family: 'Brother 1816';
  font-size: 13px;
  transition: all .35s; }

h1, h2, h3 {
  font-family: 'Brother 1816';
  color: #000000; }

h4, h5 {
  font-family: 'Brother 1816';
  color: #000000; }

p {
  color: #727272;
  font-family: 'Brother 1816';
  font-size: 13px; }

h1 {
  font-size: 29px; }

h2 {
  font-size: 26px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 29px; }

.form-label small {
  margin: 0 !important; }

#main-content .productView-details .productView-product {
  border: none;
  padding: 0;
  margin: 0; }
  #main-content .productView-details .productView-product .product-sku {
    display: none; }

#main-content .productView-details .form-field {
  margin-bottom: 10px; }
  #main-content .productView-details .form-field .form-input {
    background-color: #ffffff;
    height: 48px;
    border-radius: 4px;
    border: 0.4px solid #EAEAEA;
    font-size: 14px; }

#main-content .productView-details [data-product-option-change] {
  counter-reset: chapter; }
  #main-content .productView-details [data-product-option-change] > .form-field {
    position: relative;
    margin-bottom: 40px; }
    #main-content .productView-details [data-product-option-change] > .form-field .form-label {
      cursor: text;
      text-transform: none;
      margin: 0 0 20px 0;
      padding: 0 0 10px 20px;
      border-bottom: 2px solid rgba(173, 173, 173, 0.3); }
  #main-content .productView-details [data-product-option-change] > div:not(.add-to-cart-buttons):not(.u-hiddenVisually):not(.add-to-cart-wrapper)::before {
    content: counter(chapter) ". ";
    counter-increment: chapter;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    line-height: 21px;
    font-family: "Brother 1816";
    font-weight: 600;
    color: #727272; }

#main-content div[data-option-name="option_start_date"] h5, .option-bond-insurance h5, .option-accessory h5 {
  text-align: left;
  font-size: 14px;
  line-height: 21px;
  font-family: "Brother 1816";
  font-weight: 600;
  color: #727272;
  text-transform: none;
  margin: 0 0 20px 0;
  padding: 0 0 10px 20px;
  border-bottom: 2px solid rgba(173, 173, 173, 0.3); }

#main-content div[data-option-name="option_start_date"] {
  margin-bottom: 10px !important;
  position: relative; }
  #main-content div[data-option-name="option_start_date"] .form-select {
    display: none;
    opacity: 0; }
  #main-content div[data-option-name="option_start_date"] .parent {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; }
    #main-content div[data-option-name="option_start_date"] .parent .form-field {
      width: calc(33.33% - 7px); }
    #main-content div[data-option-name="option_start_date"] .parent .date-parent {
      width: 100%;
      position: relative; }
      #main-content div[data-option-name="option_start_date"] .parent .date-parent .form-input {
        padding-right: 40px;
        cursor: pointer; }
      #main-content div[data-option-name="option_start_date"] .parent .date-parent svg {
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 14px;
        z-index: 0;
        fill: #ADADAD; }
    #main-content div[data-option-name="option_start_date"] .parent [data-option-name="option_quantity"] label {
      text-align: center !important; }
      #main-content div[data-option-name="option_start_date"] .parent [data-option-name="option_quantity"] label small {
        display: none; }
    #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity {
      position: relative;
      padding: 0 15px; }
      #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity .dec {
        position: absolute;
        top: 18px;
        left: 35px;
        width: 12px;
        height: 12px;
        cursor: pointer; }
      #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity .inc {
        position: absolute;
        top: 18px;
        right: 35px;
        width: 12px;
        height: 12px;
        cursor: pointer; }
      #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity .form-input {
        text-align: center;
        border-radius: 26px;
        padding: 0 20px;
        font-size: 16px; }
      @media (max-width: 600px) {
        #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity {
          padding: 0; }
          #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity .dec {
            left: 15px; }
          #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity .inc {
            right: 15px; }
          #main-content div[data-option-name="option_start_date"] .parent .total-days-quantity .form-input {
            text-align: center;
            border-radius: 26px;
            padding: 0 20px;
            font-size: 16px; } }

[data-option-name="option_choose_your_airtime"] .form-select option:first-child {
  display: none; }

#main-content [data-option-name="option_total_days"] {
  display: none !important; }
  #main-content [data-option-name="option_total_days"] .form-label {
    text-align: center; }
    #main-content [data-option-name="option_total_days"] .form-label span, #main-content [data-option-name="option_total_days"] .form-label small {
      display: none; }
  #main-content [data-option-name="option_total_days"] .total-days-paernt .form-input {
    text-align: center;
    background-color: transparent;
    height: auto;
    border: none;
    padding: 0; }

#main-content [data-option-name="option_price_custom"] {
  display: none !important;
  text-align: center; }
  #main-content [data-option-name="option_price_custom"] .form-label {
    text-align: center;
    cursor: default; }
    #main-content [data-option-name="option_price_custom"] .form-label span, #main-content [data-option-name="option_price_custom"] .form-label small {
      display: none; }
  #main-content [data-option-name="option_price_custom"] .daysPrice {
    font-size: 14px; }

.form-field--increments {
  display: none !important; }

#main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device_100"],
#main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device"],
#main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device_100"],
#main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device"] {
  margin: 0; }
  #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device_100"] .form-label,
  #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device"] .form-label,
  #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device_100"] .form-label,
  #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device"] .form-label {
    padding: 0;
    border-bottom: none;
    margin: 0; }
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device_100"] .form-label small,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device"] .form-label small,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device_100"] .form-label small,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device"] .form-label small {
      display: none; }
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device_100"] .form-label::before, #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device_100"] .form-label::after,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device"] .form-label::before,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_per_rental_device"] .form-label::after,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device_100"] .form-label::before,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device_100"] .form-label::after,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device"] .form-label::before,
    #main-content .productView-details [data-product-option-change] .option-bond-insurance > .form-field[data-option-name="option_bond_rental_device"] .form-label::after {
      display: none; }

#main-content .productView-details [data-product-option-change] .option-bond-insurance .form-option-wrapper {
  width: 100%; }

#main-content .productView-details [data-product-option-change] .option-bond-insurance p {
  margin-top: 10px;
  font-size: 14px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left; }

#main-content .productView-details [data-product-option-change] .option-bond-insurance > div:nth-child(3) .form-label {
  padding: 0;
  border-bottom: none;
  margin: 0; }
  #main-content .productView-details [data-product-option-change] .option-bond-insurance > div:nth-child(3) .form-label small {
    display: none; }

#main-content .productView-details [data-product-option-change] .option-bond-insurance > div:nth-child(3) .form-option-wrapper label {
  margin-top: 10px;
  padding-left: 30px;
  cursor: pointer;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc; }

#main-content .option-accessory .parent {
  padding: 0; }
  #main-content .option-accessory .parent .tbl_accessory {
    width: 100%; }
    #main-content .option-accessory .parent .tbl_accessory tr th {
      font: normal normal 600 14px/21px Poppins;
      letter-spacing: 0px;
      color: #303030;
      text-align: center;
      padding: 10px; }
      #main-content .option-accessory .parent .tbl_accessory tr th:first-child {
        text-align: left; }
    #main-content .option-accessory .parent .tbl_accessory tr td {
      font: normal normal 400 13px/20px Poppins;
      letter-spacing: 0px;
      color: #303030;
      padding: 10px;
      border-bottom: 1px solid #f7f7f7; }
    #main-content .option-accessory .parent .tbl_accessory tbody {
      background-color: #fff;
      padding: 5px;
      border-radius: 4px;
      border: 0.4px solid #EAEAEA; }

#main-content .option-accessory .form-increment {
  width: 80px;
  position: relative;
  margin: 0 auto; }
  #main-content .option-accessory .form-increment input {
    background-color: #ffffff !important;
    height: auto !important;
    text-align: center !important;
    border-radius: 26px !important;
    border: 0.4px solid #EAEAEA !important;
    font-size: 14px !important; }
  #main-content .option-accessory .form-increment .inc {
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer; }
  #main-content .option-accessory .form-increment .dec {
    position: absolute;
    left: 10px;
    top: 16px;
    cursor: pointer; }

@media (max-width: 600px) {
  #main-content .option-accessory .parent {
    padding: 0; }
    #main-content .option-accessory .parent .tbl_accessory {
      width: 100%; }
      #main-content .option-accessory .parent .tbl_accessory tr th {
        font: normal normal 600 12px/16px Poppins; }
      #main-content .option-accessory .parent .tbl_accessory tr td {
        font: normal normal 400 12px/16px Poppins; } }

#main-content .option-airTime .parent {
  padding: 10px 0 0 0; }

.form-select {
  border-radius: unset !important; }

.ui-widget-header {
  border: 1px solid #003057 !important;
  background: #003057 !important;
  color: #fff !important; }

.popup-option-tooltip {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999; }
  .popup-option-tooltip .popup-body {
    width: 50%;
    min-height: 100px;
    max-height: 80vh;
    overflow: auto;
    background-color: #fff;
    padding: 25px;
    position: relative; }
    .popup-option-tooltip .popup-body .inner {
      position: relative; }
    .popup-option-tooltip .popup-body p, .popup-option-tooltip .popup-body li, .popup-option-tooltip .popup-body a {
      font-size: 15px;
      line-height: 26px;
      color: #000; }
    .popup-option-tooltip .popup-body li {
      margin-bottom: 10px; }
    .popup-option-tooltip .popup-body .close {
      position: sticky;
      width: 22px;
      height: 22px;
      float: right;
      top: -18px;
      margin: -15px -18px 0 0;
      cursor: pointer;
      stroke: #000;
      fill: #000; }
      .popup-option-tooltip .popup-body .close line {
        fill: none;
        stroke: #000;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 2px; }
      .popup-option-tooltip .popup-body .close:hover line {
        color: #00AEC7;
        fill: #00AEC7;
        stroke: #00AEC7; }
    .popup-option-tooltip .popup-body .popup-action {
      position: sticky;
      bottom: -25px;
      width: 100%;
      height: 40px;
      background-color: #fff;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      .popup-option-tooltip .popup-body .popup-action button {
        margin: 0;
        padding: 5px;
        width: 70px; }
    @media (max-width: 991px) {
      .popup-option-tooltip .popup-body {
        width: 90%;
        max-height: 90vh; } }

.p-icon {
  display: block;
  margin-bottom: 25px; }

.tooltip-icon {
  width: 15px;
  height: 15px;
  background-color: #003057;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
  padding: 2px;
  font-size: 9px;
  position: relative;
  top: -2px; }
  .tooltip-icon:hover {
    background-color: #00AEC7; }

#main-content .add-to-cart-buttons {
  width: 100%;
  padding: 0 30px; }
  #main-content .add-to-cart-buttons .form-action {
    display: flex;
    align-items: center;
    gap: 30px; }
    #main-content .add-to-cart-buttons .form-action .sub_total {
      font: normal normal 600 18px/27px Poppins;
      letter-spacing: -0.04px;
      color: #303030;
      display: none; }
      #main-content .add-to-cart-buttons .form-action .sub_total em {
        font-style: normal; }
    #main-content .add-to-cart-buttons .form-action #form-action-addToCart {
      min-width: 160px;
      width: auto;
      height: 48px;
      background: #003057;
      box-shadow: 1px 2px 10px rgba(0, 48, 87, 0.25);
      font: normal normal bold 16px/28px Poppins;
      padding: 10px; }
      #main-content .add-to-cart-buttons .form-action #form-action-addToCart img {
        filter: invert(1);
        width: 20px;
        margin-right: 5px; }
      #main-content .add-to-cart-buttons .form-action #form-action-addToCart:hover {
        background: #00AEC7;
        box-shadow: 1px 2px 10px rgba(0, 174, 199, 0.25); }

#main-content .option-no-airtime {
  width: 100%;
  margin: -30px 0 40px 0;
  border: 1px solid #f7f7f7;
  background: #fff;
  padding: 10px; }
  #main-content .option-no-airtime .form-label {
    padding: 0;
    margin: 0;
    font: normal normal 400 14px/21px Poppins;
    cursor: default; }
    #main-content .option-no-airtime .form-label::before, #main-content .option-no-airtime .form-label::after {
      display: none; }
  #main-content .option-no-airtime input {
    opacity: 0;
    display: none; }

#main-content input:focus + label {
  outline: none !important; }

.opt-picklist {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .opt-picklist.is-none {
    display: none; }

.form-field[data-product-attribute="product-list"],
.form-field[data-product-attribute="input-text"][data-title*=" - Q"] {
  display: none; }
