@charset "utf-8";

.ac_table1, .ac_table2, .ac_table3, .ac_table4, .ac_table5 { margin: 20px 0px; border-collapse: collapse; border: 1px solid black; line-height: 1.5; width: 100%; color: black; text-align: center !important; text-transform: initial !important; }

.ac_table1 .ac__th, .ac_table2 .ac__th, .ac_table3 .ac__th, .ac_table5 .ac__th { line-height: 1.5; width: 50%; word-break: break-all; border: 1px solid black !important; background-color: rgb(255, 255, 255) !important; padding: 10px !important; color: rgb(0, 0, 0) !important; font-size: 14px !important; text-align: center !important; font-weight: normal !important; }

.ac_table1 .ac__td, .ac_table2 .ac__td, .ac_table3 .ac__td, .ac_table4 .ac__td, .ac_table5 .ac__td { border: 1px solid black; line-height: 1.5; width: 50%; word-break: break-all; background-color: rgb(255, 255, 255) !important; padding: 10px !important; color: rgb(0, 0, 0) !important; font-size: 14px !important; text-align: center !important; font-weight: normal !important; }

.ac_table1 .ac__th::after, .ac_table2 .ac__th::after, .ac_table3 .ac__th::after, .ac_table4 .ac__td::after, .ac_table5 .ac__td::after { content: none; }

.ac_table2 .ac__th { width: 33.33%; }

.ac_table2 .ac__td { width: 33.33%; }

.ac_table3 .ac__th { width: 33.33%; }

.ac_table3 .ac__td { width: 33.33%; }

.ac_table4 { border: transparent !important; }

.ac_table4 .ac__td { width: 100%; border: transparent !important; text-align: center !important; }

#saved-banner { color: rgb(19, 140, 25) !important; font-weight: bold !important; font-size: 14px !important; }

.ac_mostpopuler { border-radius: 52px; font-size: 12px; color: white; display: block; margin-top: 5px; background-color: rgb(14, 89, 45); }

.ac_main_container.ac-active { }

.ac_main_container { display: grid; grid: 10% / 5% 39% auto; gap: 10px; margin-top: 2%; border-radius: 5px; width: 100% !important; cursor: pointer !important; }

.ac_option-total-price .ac_item-regular_price { display: flex; }

.ac-total-price { text-align: end; margin-right: 5px; }

.ac_offer-option-item { padding-top: 25%; }

.ac_offer-option { padding: 7px 5px; }

.ac_grab_deal_btn { margin: 15px 0px; cursor: pointer; border-radius: 6px; font-size: 14px; font-weight: 700; text-transform: uppercase; text-align: center; display: inline-block; border: none; padding: 12px 18px; letter-spacing: inherit; line-height: inherit; width: 100% !important; }

.ac_grab_deal_btn:disabled { filter: saturate(0.2) opacity(0.5); cursor: not-allowed; }

.ac_option-total-price { display: flex; justify-content: flex-end; gap: 1%; }

.ac_option-item-price { display: flex; justify-content: flex-end; gap: 2%; }

.ac-quantity-input-box { margin-left: 10px; padding: 6px; border: 2px solid rgb(255, 255, 255); appearance: none; border-radius: 50%; width: 12px; height: 12px; transition: 0.2s ease-in; margin-top: 4px !important; cursor: pointer !important; }

.ac-quantity-input-box:checked { }

@media screen and (max-width: 394px) {
  .ac_main_container { font-size: 11px; }
}

@media screen and (max-width: 794px) and (min-width: 750px) {
  .ac_main_container { font-size: 12px; }
}