section.cart_section {
  padding: 3rem 0;
}

.cart_row {
  display: flex;
  justify-content: space-between;
}

.cart_left_item {
  width: 60%;
}

.cart_item_title {
  margin-bottom: 25px;
  text-align: left;
  line-height: 36px;
  font-size: 35px;
}

.cart_item_row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 6px;
  border-top: 1px solid #9A9A9A;
}

.cart_item_row:last-child {
  border-bottom: 1px solid #9A9A9A;
}

.cart_item_remove {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  color: #444;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

.cart_item_thumb {
  width: 100px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #eee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #faf7f6;
}

.cart_item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart_item_info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1 1 auto;
  min-width: 0;
}

.cart_item_name {
  font-size: 15px;
  color: #1E1E1E;
  margin-top: 4px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}

.cart_item_controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.cart_item_qty {
  display: inline-flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #9A9A9A;
  padding: 6px 8px;
  gap: 8px;
  min-width: 100px;
  justify-content: center;
  background: #fff;
  user-select: none;
  cursor: pointer;
}

.slider_like_cart {
  padding-top: 3rem;
  padding-bottom: 1.4rem;
}

.cart_item_btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  font-size: 16px;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 8px;
  transition: background .12s ease;
  -webkit-tap-highlight-color: transparent;
  color: #000 !important;
}

.cart_item_btn:active {
  transform: scale(0.95);
}

.cart_item_qty_value {
  min-width: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}

.cart_item_price {
  text-align: right;
  min-width: 80px;
  flex-shrink: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.cart_item_price_discount {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #b6b6b8;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.cart_item_price_current {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #730d18;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
}

.price-list_box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}

.cart_item_price_original {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  color: #b6b6b8;
  font-family: 'Inter', sans-serif;
         font-weight: 500;
        font-size: 18px;
  text-decoration: line-through;
}

.cart_item_price_original img {
  width: 20px;
  opacity: 0.6;
}
.cart_order_total span img {
        width: 20px;
}
.cart_item_price img {
  width: 19px;
}

.cart_item_row:last-child {
  border-bottom: 1px solid #9A9A9A;
}



/*---order summary---*/
.cart_right_box {
  width: 35%;
}

.cart_order_container {
  width: 100%;
  border: 1px solid #9A9A9A;
  border-radius: 24px;
  padding: 40px;
  background: #fff;
}

.cart_order_title {
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
}

.cart_order_notice {
  text-align: left;
  font-size: 15px;
  color: #0E8756;
  margin-bottom: 8px;
  font-weight: 500;
}

.cart_order_progress {
  width: 100%;
  height: 6px;
  background: #9A9A9A;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.cart_order_progress_fill {
  width: 70%;
  height: 100%;
  background: #0E8756;
}

/* Promo Code */
.cart_order_promo {
  border: 1px solid #730D18;
  background: #FFF4F5;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 25px;
}

.cart_order_delivery h3 {
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 15px;
  font-family: "Erode", sans-serif;
}



.cart_order_promo label {
  font-weight: 600;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  font-family: "Erode", sans-serif;
}

.cart_order_promo_input {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart_order_promo_input input {
  flex: 1;
  padding: 11px 10px;
  border: 1px solid #9A9A9A;
  border-radius: 8px;
  font-size: 13px;
  outline: none;
}

.cart_order_promo_input button:hover {
  background-color: #730d18;
}

.cart_order_tabby img {
  margin-left: auto;
  width: 100px;
}

.cart_back_btn a {
  background: #EDEDED;
  display: inline-block;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart_order_promo_input button {
  background: #1E1E1E;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 20px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
}

.cart_promo_message {
  display: block;
  font-size: 12px;
  color: #730D18;
  margin-top: 6px;
  font-weight: 500;
  line-height: 20px;
  font-weight: 500;
}

.promo_applied_info {
  padding-top: 10px;
}

.promo_applied_code,
.promo_applied_msg {
  font-size: 12px;
  color: #730D18;
  margin-top: 6px;
  font-weight: 500;
  line-height: 20px;
  font-weight: 500;
}

.promo_remove_btn {
  border: none;
}

.cart_order_promo_link {
  text-decoration: underline;
  display: block;
  font-size: 12px;
  color: #730D18;
  margin-top: 6px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
}

#promo_code_input::placeholder {
  text-transform: capitalize;
}

.cart_order_notice img {
  width: 15px;
}

/* Delivery Options */
.cart_order_delivery {
  border: 1px solid #730D18;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 16px;
  background: #FFF4F5;

}

.cart_order_delivery_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.cart_order_delivery_item:last-child {
  margin-bottom: 0;
}

.cart_order_delivery_label {
  display: flex;
  gap: 10px;
  align-items: self-start;
}

.cart_order_delivery_label input {
  accent-color: #730d18;
  cursor: pointer;
}

.cart_order_delivery_label span {
  font-size: 13px;
}

.cart_order_delivery_label small {
  font-size: 14px;
  color: #1E1E1E;
  line-height: 30px;
  font-weight: 400;
}

.cart_flex div {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.cart_order_delivery_label span {
  font-size: 14px;
  font-weight: 600;
}

.cart_order_delivery_price {
  font-size: 15px;
  color: #730d18;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.cart_order_delivery_price.paid img {
  width: 16px;
}

.cart_order_delivery_price.free {
  color: #0E8756;
}

.cart_order_delivery_price.paid {
  color: #730d18;
}

/* Summary Table */
.cart_order_summary {
  border-bottom: 1px solid #9A9A9A;
  padding: 5px 0 15px 0;
  margin-bottom: 15px;
}

.cart_order_summary_row {
  display: flex;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  margin-bottom: 8px;
  font-weight: 500;
}

.cart_order_summary_row:last-child {
  margin-bottom: 0;
}

.cart_order_summary_row strong {
  font-weight: 600;
}

/* Total */
.cart_order_total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}

.cart_order_total span:last-child {
  font-size: 18px;
}

/* Checkout Button */
.cart_order_checkout {
  background: #730D18;
  color: #fff;
  border: none;
  width: 100%;
  padding: 20px;
  border-radius: 40px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 25px;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
}

.cart_order_checkout:hover {
  background: #000000;
}

/* Tabby Info */
.cart_order_tabby {
  border: 1px solid #730D18;
  background: #FFF4F5;
  border-radius: 16px;
  padding: 15px 20px;
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

.cart_order_tabby div {
  width: 75%;
}

.cart_order_tabby span img {
  width: 15px;
}

.cart_order_tabby span {
  color: #730d18;
  font-weight: 600;
  align-items: center;
  display: inline-flex;
  width: max-content;
}

.cart_order_tabby a {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000;
  text-decoration: underline;
}

.cart_order_tabby img {
  margin-left: auto;
}


/*--checkout----*/

.cart_back_btn a {
  background: #EDEDED;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.cart_back_btn img {
  width: 8px;
}

.header_tick span {
  color: #1E1E1E;
}

section.checkout_section {
  padding: 3rem 0 7rem 0;
}

.checkout_left_box {
  width: 55%;
}

.checkout_right_box {
  width: 40%;
}

/* PROGRESS BAR (div method) */
.checkout_steps {
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 10px;
}

.checkout_progress_bar {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 12px;
  background: #e6e6e6;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

.checkout_progress_fill {
  height: 100%;
  width: 50%;
  background: #7a0d0d;
  border-radius: 6px;
  transition: width 0.3s ease;
  z-index: 2;
}

.checkout_step_row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  position: relative;
  z-index: 3;
}

.checkout_step {
  flex: 1;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  position: relative;
  padding-top: 6px;
}

.checkout_step .dot {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  z-index: 4;
}

.checkout_step.active {
  color: #000000;
}

.checkout_step.active .dot {
  background: #ffffff;
  border-color: #730D18;
}

.cart_order_summary_row:last-child span,
.cart_order_summary_row:last-child strong {
          font-weight: 700;
  font-size: 15px;
}

/* Form + toggles */
.checkout_title {
  font-size: 32px;
  margin: 10px 0 14px;
}

.checkout_default_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.checkout_default_label {
  color: #730D18;
  font-size: 15px;
  font-weight: 400;
}

.checkout_switch {
  width: 44px;
  height: 24px;
  border-radius: 20px;
  background: #ddd;
  position: relative;
  cursor: pointer;
  transition: background .25s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  border: 0.5px solid #730D18;
}

.checkout_switch::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px !important;
  width: 18px;
  height: 18px;
  background: #730D18;
  border-radius: 50%;
  transition: transform .25s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.checkout_switch.checked {
  background: #FFE2C8;

}

.checkout_switch.checked::after {
  transform: translateX(20px);
}

.checkout_form {
  margin-top: 6px;
}

.checkout_row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.checkout_form_group {
  margin-bottom: 25px;
}

.checkout_input {
  width: 100%;
  padding: 15px 14px;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  background: #EDEDED !important;
  font-size: 14px;
  color: #333;
  outline: none;
}

.w-50 {
  width: 50%;
}

.checkout_whatsapp p {
  color: #730D18;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.checkout_whatsapp p img {
  padding: 0 4px;
}

.checkout_input:focus {
  border-color: #7a0d0d;
  background: #fff;
}

.checkout_gift_row label {
  color: #7a0d0d;
  font-weight: 500;
  font-size: 15px;
}

.checkout_whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 12px;
  font-size: 13px;
  color: #333;
}

.checkout_whatsapp input {
  accent-color: #730d18;
  font-weight: 500;
}

.checkout_checkbox_row label {
  color: #730d18;
  font-weight: 500;
}

.checkout_custom_select {
  position: relative;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.checkout_custom_trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 12px;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  background: #EDEDED;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.profile_modal button.checkout_custom_trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  background: #EDEDED;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.checkout_custom_value {
  color: #444;
}

.checkout_custom_arrow {
  width: 10px;
  pointer-events: none;
}

.checkout_custom_list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 6px 6px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  max-height: 220px;
  overflow: auto;
  z-index: 50;
}

.checkout_custom_select.open .checkout_custom_list {
  display: block;
}

.checkout_custom_option {
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  color: #222;
}

.checkout_custom_option:hover,
.checkout_custom_option[aria-selected="true"] {
  background: rgba(167, 31, 31, 0.12);
  color: #7a0d0d;
}

.checkout_two {
  display: flex;
  gap: 12px;
  padding-bottom: 20px;
}

.checkout_two .checkout_col {
  flex: 1;
}

.checkout_checkbox_row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
  font-size: 14px;
}

.checkout_checkbox_row input {
  accent-color: #7a0d0d;
}

.checkout_gift_row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.checkout_gift_msg {
  margin-top: 20px;
}

.cart_order_summary.b_none {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cart_order_summary.b_none .cart_order_summary_row {
  padding: 4px 0;
}

.checkout_bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 99;
  box-shadow: 0px -4px 25.1px 0px #00000026;
}

.checkout_bottom_bar {
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
}

.checkout_left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.checkout_total_title {
  font-size: 16px;
  font-weight: 600;
  color: #222;
}

.checkout_pay_range {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 6px;
  background: #ddd;
  outline: none;
}

.checkout_pay_range::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: #7b0f19;
  border-radius: 50%;
  cursor: pointer;
}

.checkout_total_title span {
  font-weight: 700;
}

.checkout_rewards {
  display: inline-block;
  background: #CDE8C1;
  color: #1E1E1E;
  font-size: 11px;
  padding: 4px 10px;
  border-radius: 20px;
  width: fit-content;
  font-weight: 600;
}

.checkout_proceed_btn {
  background: #730D18;
  color: #fff;
  border: none;
  padding: 12px 35px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s ease;
  font-family: 'Inter', sans-serif;
}

.checkout_proceed_btn:hover {
  background: #000000;
}

/*---payment checkout----*/
.checkout_pay_container h2 {
  margin-bottom: 25px;
}

span.checkout_pay_icon img {
  width: 35px;
}

.checkout_pay_container {
  max-width: 470px;
  color: #000000;
}

.checkout_pay_heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* List of payment options */
.checkout_pay_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  gap: 12px;
}

.checkout_pay_item {
  margin-bottom: 12px;
}

.checkout_pay_label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border: 1px solid #9A9A9A;
  border-radius: 12px;
  cursor: pointer;
  background: #fff;
  transition: box-shadow .12s;
}

.checkout_pay_label:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

/* hide native radio, use custom */
.checkout_pay_label input[type="radio"] {
  display: none;
}

.checkout_pay_radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #D9D9D9;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  background: #D9D9D9;
}

.checkout_pay_radio::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
}

.checkout_pay_label input[type="radio"]:checked+.checkout_pay_radio {
  border-color: #7b0f19;
  background-color: #ffff;
}

.checkout_pay_label input[type="radio"]:checked+.checkout_pay_radio::after {
  background: #7b0f19;
}

.checkout_pay_icon {
  width: 46px;
  height: 34px;
  border-radius: 8px;
  background: #f3f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.checkout_pay_text {
  flex: 1;
  min-width: 0;
}

.checkout_pay_title {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  font-family: 'Inter', sans-serif;
}


.checkout_pay_extra {
  display: block;
  color: #730D18;
  font-weight: 400;
  font-size: 13px;
  margin-top: 6px;
}

span.checkout_pay_extra img {
  width: 15px;
}

.checkout_pay_wallet_box {
  border: 1px solid #9A9A9A;
  border-radius: 12px;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}

.checkout_pay_wallet_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 6px;
  border-bottom: 1px solid #9A9A9A;
}

.checkout_pay_wallet_item:last-child {
  border-bottom: 0;
}

.checkout_pay_wallet_title {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}

.checkout_pay_wallet_sub {
  font-size: 13px;
  color: #737373;
  margin-top: 6px;
}

.checkout_pay_wallet_title img {
  width: 15px;
}

.swith_pay {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.checkout_pay_wallet_sub img {
  width: 14px;
}

.star_checkout img {
  width: 14px;
}

span.star_checkout {
  display: inline-flex;
  background: #7b0f19;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

/* Toggle (checkbox) */
.checkout_pay_switch {
  display: inline-block;
  position: relative;
  width: 46px;
  height: 23px;
  background: #ddd;
  border-radius: 26px;
  cursor: pointer;
}

.checkout_pay_switch input {
  display: none;
}

.checkout_pay_switch .checkout_pay_knob {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  transition: transform .18s ease, left .18s ease;
}

.checkout_pay_switch input:checked+.checkout_pay_knob {
  left: 23px;
  background: #7b0f19;
  transform: none;
}

/* Change amount link */
.checkout_pay_change_amount {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  color: #7b0f19;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 500;
}

/* Modal: overlay + box */
.checkout_pay_modal_overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.42);
  z-index: 1200;
  padding: 18px;
}

.checkout_pay_modal_overlay.active {
  display: flex;
}

.checkout_pay_modal_box {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
  position: relative;
}

button.checkout_pay_modal_close {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  text-align: right;
  padding-right: 25px;
}

.checkout_pay_modal_title {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  font-family: "Erode", sans-serif;
}

button.checkout_pay_btn.btn-red {
  background: #7b0f19;
  color: #ffff;
}

.checkout_pay_modal_sub {
  text-align: center;
  font-size: 13px;
  color: #161618;
  margin-bottom: 18px;
}

.checkout_pay_modal_inputs {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.checkout_pay_input_box {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  background: #EDEDED;
  font-weight: 500;
}


.checkout_pay_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #7b0f19;
  border: 4px solid #fff;
}

.checkout_pay_modal_btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

.checkout_pay_btn {
  padding: 12px 16px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 700;
  min-width: 50%;
}

button.checkout_pay_btn.btn-red:hover {
  background-color: #111111;
}

.checkout_pay_btn.cancel {
  background: #111;
  color: #fff;
}

.checkout_pay_btn.cancel:hover {
  background: #7b0f19;
  color: #fff;
}

.checkout_pay_btn.apply {
  background: #7b0f19;
  color: #fff;
}

/* Promo cards */
.promo_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.promo_card {
  background: linear-gradient(98.82deg, #FFE08B 40.08%, #FFA7A7 56%, #E43977 91.6%);
  padding: 16px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promo_left {
  max-width: 70%;
}

.promo_code {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.promo_offer {
  font-size: 13px;
  margin: 6px 0;
  color: #000;
}

.promo_terms {
  font-size: 12px;
  text-decoration: underline;
  color: #222;
}

.promo_apply_btn {
  background: #111;
  color: #fff;
  padding: 8px 25px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.checkout_pay_modal_box h2 {
  text-align: center;
}

.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.product_checkbox_label {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.product_checkbox_input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.product_checkbox_box {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #9A9A9A;
  display: inline-block;
  transition: transform .12s ease, background .12s ease, border-color .12s ease;
  position: relative;
}

.product_checkbox_input:checked+.product_checkbox_box {
  background: #7b0f19;
  border-color: #7b0f19;
  transform: scale(1.02);
}

.product_checkbox_box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  transform: translate(-50%, -52%) rotate(-45deg) scale(0);
  border: 3px solid transparent;
  border-top: 0;
  border-left: 0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  transition: transform .14s cubic-bezier(.2, .9, .3, 1), border-color .14s;
}

.product_checkbox_input:checked+.product_checkbox_box::after {
  transform: translate(-50%, -52%) rotate(42deg) scale(1);
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.checkbox_list ul.product_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  gap: 25px;
}

.checkbox_list ul.product_list li {
  width: 30%;
}

.checkout_pay_modal_box.w-60 {
  width: 100%;
  max-width: 60%;
  padding: 0;
  padding-top: 35px;
}

.checkbox_list {
  max-height: 60vh;
  overflow: auto;
  padding: 20px;
}



/* footer */
.checkout_bogof_footer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  box-shadow: 0px -4px 250px 0px #00000040;
}

.checkout_bogof_selected {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  font-weight: 700;
}

.checkout_selected_name {
  display: flex;
  flex-direction: column;
}

.checkout_selected_name span {
  color: #0E8756;
  font-weight: 400;
}

span.span-txt {
  color: #1E1E1E;
  font-weight: 600;
}

.checkout_bogof_add {
  background: #111;
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  font-weight: 600;
  cursor: pointer;
}

.checkout_bogof_add[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
}

.checkout_whatsapp img {
  width: 20px;
}

.cart_info {
  display: flex;
  width: 70%;
  width: 80%;
}

.checkout_ph {
  display: flex;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  background: #EDEDED;
  font-size: 14px;
  color: #333;
  outline: none;
}

.checkout_ph input {
  border: none;
  margin: 0 !important;
}

.checkout_col.phone_code {
  display: flex;
}

.checkout_col.phone_code input {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}

.checkout_col.phone_code {
  display: flex;
  width: 100%;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #9A9A9A;
  background: #EDEDED;
  font-size: 14px;
  color: #333;
  outline: none;
  margin-bottom: 20px;
}

.checkout_col.phone_code input.checkout_input.phone_code {
  width: 45px;
}

button.checkout_pay_modal_close img {
  cursor: pointer !important;
}

/* Wrapper */
.phone_code_wrapper {
  position: relative;
  width: 120px;
  font-size: 14px;
}

.phone_code_selected {
  cursor: pointer;
  user-select: none;
  padding-left: 10px;
  position: relative;
}

/* Arrow icon */
.phone_code_selected::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/icons/arrow-down.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.phone_code_wrapper.open .phone_code_selected::after {
  transform: translateY(-50%) rotate(180deg);
}


/* Dropdown */
.phone_code_dropdown {
  position: absolute;
  top: 110%;
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  display: none;
  z-index: 999;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.checkout_ph.moda-ph {
  margin-bottom: 20px;
}

.default_toggle_address p {
  background-color: #eedcde;
  padding: 1px 13px;
  border-radius: 20px;
  font-size: 16px;
  border: solid 1px #730d18;
}
.cart_item_price.close_pri {
        display: none !important;
}
@media (max-width: 1440px) {
  .cart_order_tabby img {
    margin-left: auto;
    width: 75px;
  }
}

@media (max-width: 768px) {
  .cart_item_price.close_pri {
        display: flex !important;
}
  .product_checkbox_label {
    width: 40px;
    height: 40px;
    top: 8px;
    right: 8px;
  }


  .checkout_row,
  .checkout_two {
    flex-direction: column;
    gap: 25px;
  }

  .cart_order_container {
    padding: 16px;
    border-radius: 12px;
  }

  .cart_item_row {
    gap: 12px;
    padding: 20px 4px;
    align-items: stretch;
  }

  button.cart_item_remove img {
    width: 11px;
  }

  .cart_item_title {
    margin-bottom: 30px;
    text-align: center;
    line-height: 36px;
    font-size: 42px;
    text-align: center;
  }

  section.cart_section {
    padding: 2rem 0;
  }

  .cart_box_list .cart_item_row:first-child {
    border-top: none !important;
    padding-top: 1px;
  }

  .cart_item_thumb {
    margin-right: 10px;
  }

  .cart_info {
    display: flex;
    width: 95%;
  }

  .cart_item_price {
    min-width: 25px;
    justify-content: space-between;
    position: absolute;
    right: 5px;
  }

  .price-list_box {
    display: flex;
    gap: 5px;
  }

  .cart_item_name {
    width: 90%;
  }

  .checkout_left_box {
    width: 100%;
  }

  .checkout_bottom_bar {
    padding: 14px 16px;
  }

  .checkout_proceed_btn {
    padding: 12px 22px;
    border-radius: 22px;
  }

  .checkout_pay_label {
    padding: 10px;
    border-radius: 10px;
  }

  .checkout_pay_icon {
    width: 40px;
    height: 30px;
    font-size: 16px;
  }

  .checkout_pay_modal_box {
    padding: 30px 20px;
  }

  .checkout_default_row {
    flex-wrap: wrap;
  }

  .checkout_title {
    font-size: 32px;
    margin: 10px 0 14px;
    width: 100%;
    text-align: center;
  }

  .flex {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 10px;
  }

  .w-50 {
    width: 100%;
  }

  .checkout_right_box {
    width: 100%;
  }

  .checkout_pay_modal_btns {
    flex-direction: column;
  }

  .checkout_pay_btn {
    padding: 15px 16px;
  }

  .promo_left {
    max-width: 70%;
    padding-right: 10px;
  }

  .promo_list {
    gap: 25px;
  }

  .checkout_pay_modal_box h2 {
    padding-bottom: 10px;
  }

  .checkout_pay_item {
    margin-bottom: 15px;
  }

  .checkout_total_title {
    font-size: 14px;
  }

  .checkout_bottom_fixed .checkout_total_title {
    font-size: 18px;
  }

  .cart_order_total {
    font-weight: 500;
    font-size: 17px;
  }

  section.empty_cart_section {
    padding: 3rem 0;
  }

  .header_tick span {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 5px;
    font-size: 10px;
  }

  .checkout_pay_modal_box.w-60 {
    width: 100%;
    max-width: 100%;
  }

  .checkbox_list ul.product_list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 25px;
    padding: 0 10px;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }

  .checkbox_list ul.product_list::-webkit-scrollbar {
    display: none;
  }

  .checkbox_list ul.product_list li {
    flex: 0 0 auto;
    width: 65%;
  }

  .checkout_bogof_add {
    min-width: max-content;
  }

  .checkout_pay_container {
    max-width: 100%;
    color: #000000;
  }

  .cart_row {
    flex-wrap: wrap;
  }

  .cart_left_item {
    width: 100%;
  }

  .cart_right_box {
    width: 100%;
  }

  .cart_item_btn {
    width: 16px;
    height: 25px;
    border-radius: 10px;
  }

  .cart_item_qty {
    min-width: 85px;
    padding: 4px 10px;
  }

  .cart_item_controls {
    padding-top: 15px;
    justify-content: space-between;
  }

  .categories_header {
    width: 20%;
  }

  .header-logo {
    width: 60%;
  }

  .header-actions {
    width: 20%;
  }

  section.checkout_section {
    padding: 2rem 0 10rem 0;
  }

  .address-header-row.lg-none {
    position: relative;
    z-index: 2;
  }

  .checkout_address h2 {
    text-align: center;
    padding-bottom: 10px;
  }

  .address-list {
    padding-bottom: 8px;
  }

  footer.ftr_footer {
    display: none;
  }
  .cart_order_total span img {
        width: 17px;
}
}