img {
    vertical-align: middle;
    border-style: none;
}
   
.logo {
    width: 80px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    max-width: 100%; /* Ensure responsiveness */
}


.iti {
    width: 100%;
}

.iti__flag-container {
       position: absolute;
    left: 10px; /* تثبيت كود الدولة على اليسار */
    right: auto;
    position: relative !important; /* التأكد من أن الأعلام لا تتراكب */
    z-index: 1000 !important; /* رفع الأولوية لمنع التداخل */
}

.iti--allow-dropdown .iti__flag-container {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%); /* ضمان المحاذاة العمودية */
}

.iti__selected-flag {
    direction: ltr;
    padding-left: 0;
    padding-right: 20px; /* ضمان المسافة المناسبة */
}

.iti__selected-dial-code {
    color: #333;
    padding-right: 5px; /* تحريك كود الدولة قليلاً لليسار */
}

.iti__selected-country-primary {
    padding-left: 0;
}

.iti__selected-country {
    direction: ltr;
}

.iti__country {
    direction: ltr;
}

/* ضبط حقل الإدخال بحيث يكون النص على اليمين */
input.customer-phone {
   /* direction: rtl;*/
    text-align: right;
    padding-right: 50px; /* ترك مساحة لكود الدولة */
}

.iti__country-container {
    left: 0 !important;  /* ضمان بقاء العنصر في اليسار */
    right: auto !important;
    text-align: left; /* محاذاة النص داخل القائمة */
}

.phone-class{
  width: 100%;
  padding: 15px 20px;
  border-radius: 26px;
  border: 1.5px solid #177963ff;
  background: #177963ff;
  outline: none;
  color: #333;
}
.form-control {
  background: #1779630f;
  padding: 13px 23px;
    padding-left: 23px;
  height: auto;
  border-radius: 26px;
  border: 1.5px solid #1779630f;
  color: #333;
  font-family: Montserrat;
  outline: none;
  font-size: 11pt;
  width: 100%;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.single_product__add_cart {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cart__items .single_product__add_cart {
    display: inline-flex !important;
}
.single_product__add_cart .qty-item {
    flex: 1;
    display: flex;
    align-items: center;
}
.single_product__add_cart .qty-item span {
    background: #3d8c1eff;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    max-width: 40px;
    align-items: center;
    font-size: 12pt;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    flex: 1;
}
 .cart__items .single_product__add_cart .qty-item span {
        background: #3d8c1eff;
        font-size: 11pt;
    }
 .cart__items .single_product__add_cart .qty-item input {
        width: 50px !important;
        flex: unset;
    }
 .single_product__add_cart .qty-item input {
        width: 50px;
        background: 0 0;
        color: #3d8c1eff;
        text-align: center;
        border: none;
        font-size: 13pt;
        flex: 1;
    }

.cart__items .trash {
  color: #224f11ff;
  cursor: pointer;
}

 .radio-check-item {
        display: inline-block;
        margin-left: 10px;
    }
    .radio-check-item.hidden-check input[type="checkbox"] + label,
    .radio-check-item.hidden-check input[type="radio"] + label {
        padding: 0 20px;
        line-height: 40px;
        border: none;
        border-radius: 50px;
    }
    .instapay-note {
        color: #bc972c;
        position: absolute;
        right: 20px;
        margin-top: 20px;
        display: none;
    }
    .hidden-check.active-check-item .instapay-note {
        display: block;
    }
    .hidden-payment-button {
        display: none;
    }
    .radio-check-item input[type="checkbox"] + label,
    .radio-check-item input[type="radio"] + label {
        position: relative;
        margin: 0;
        font-size: 10.5pt;
        color: #177963ff;
        background: #1779630f;
        cursor: pointer;
        display: block;
        padding-right: 40px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        font-family: Montserrat;
        font-weight: 700;
    }
    .active-check-item label {
        background: #177963ff!important;
        color: #fff !important;
        font-family: Montserrat !important;
        border-radius: 20px;
    }
    #tabbyCard {
        background-color: #fff !important;
        color: #177963ff !important;
        border: 1px solid rgba(238, 238, 238, 1);
         border-radius: 24px;
    }
    .styles__tabbyCard--aa75b {
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: #fff;
        color: #177963ff !important;
        padding-bottom: 2px !important;
        max-width: 635px;
        min-width: 300px;
        position: relative;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .TabbyPromo,
    .tabby_msg {
        background-color: #fff !important;
        color: #ffffffff;
    }
    .form {
        display: grid;
        gap: 2em;
    }
    .form__radio label,
    .form__radios {
        display: flex;
        gap: 1em;
    }
    .form__radio {
        align-items: center;
        border-radius: 1em;
        display: flex;
    }
    .form__radio label {
        align-items: center;
        flex: 1;
    }
    .tabby_msg {
        margin-top: 20px;
     
    }
    .TabbyPromo,
    .tabby_msg {
        background-color: #fff !important;
        color: #ffffffff;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        display: none;
        margin: 4px 0 0;
        line-height: normal;
    }
   
    input[type="checkbox"] {
      display: block !important;
    }
    
    .selection-items {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .selection-items-checkbox input {
        display: none !important;
    }
    
    
       @media (max-width: 768px) {
        .mobile-view {
            display: block;
        }
        .tabby_msg {
            background-color: #fff !important;
            color: #ffffffff;
            margin-top: 20px;
            margin-right: 1px;
        }
    }
 
 
 
