.option input[type="radio"]:checked {
        background-color: #f97316;
        border-color: #f97316;
    }
    .form-check-label {
        font-size: 0.95rem;
    }

    .input-group input::placeholder {
        font-style: italic;
        color: #aaa;
    }

    .domain-search-zone {
        width: 1233px;
        height: 355px;
        top: 313px;
        left: 140px;
        gap: 10px;
        border-radius: 10px;
        padding: 40px;
    }

    .form-check-label {
        font-family: 'Inter Regular';
        font-weight: 500;
        font-size: 25px;
        line-height: 110.00000000000001%;
        letter-spacing: -3%;
        color: #000000;
    }

    .form-check-zone {
        width: 978px;
        height: 56px;
        gap: 8px;
        border-radius: 10px;
        border-width: 1px;
        padding-top: 16px;
        padding-right: 24px;
        padding-bottom: 16px;
        padding-left: 24px;
    }

    .btn-registerDomain {
        width: 121px;
        height: 54px;
        gap: 4px;
        border-radius: 10px;
        padding-top: 16px;
        padding-right: 32px;
        padding-bottom: 16px;
        padding-left: 32px;
        background: #F19100;
        font-family: 'Inter Regular';
        font-weight: 700;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0%;
        color: #FFFFFF;

    }
.domain-selection-options{
    background: #FFFFFF;
    box-shadow: 8px 16px 52px 0px #7E8AFD14;
    border-radius: 10px;
}
.custom-radio{
    font-family: 'Inter Regular';
font-weight: 500;
font-size: 25px;
line-height: 110.00000000000001%;
letter-spacing: -3%;
color: #000000;
}
.iCheck-helper{
    background-color: #f97316 !important;
}
#order-standard_cart .domain-selection-options .option-selected {
  background-color: #fff;
}


.btn-domain{
    font-family: 'Inter Regular';
font-weight: 700;
font-size: 16px;
line-height: 140%;
letter-spacing: 0%;
width: 121px;
height: 54px;
gap: 4px;
border-radius: 10px;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
background: #F19100;
color: #fff;
}

#btnDomainContinue{
    width: 271px;
height: 54px;
gap: 4px;
border-radius: 10px;
padding-top: 16px;
padding-right: 32px;
padding-bottom: 16px;
padding-left: 32px;
background: #F19100;
color: #fff;
}

#incartsld{
width: 918px;
height: 56px;
gap: 8px;
border-radius: 10px;
border-width: 1px;
padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;
}

#order-standard_cart .domain-selection-options .option {
  margin-bottom: 2px;
  padding: 6px 20px;
  border-radius: 6px;
  background-color: #ffffff;
}

#order-standard_cart label, #order-standard_cart p.domain-renewal-desc {
    font-family: 'Inter Regular';
    font-weight: 500;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: -3%;
    color: #090909;
}
.checked{
    color: #F19100;
}
.field, #order-standard_cart .form-control {
  position: relative;
  vertical-align: top;
  border: 1px solid #ddd;
  display: -moz-inline-stack;
  display: inline-block;
  color: #626262;
  outline: 0;
  background-color: #fff;
  border-radius: 3px;
  height: 54px !important;
  }
  
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  height: 54px;
}
#order-standard_cart .cart-body {
  float: right;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 75px;
}

.carousel-control-prev,
.carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    border: none;
    /* optionnel */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    /* optionnel */
    background-color: darkorange;
}

@media (max-width: 575.98px) {
    .header-bg {
        /*height: 597px !important;*/
        height: 271px !important
    }

    .home__title {
        top: 53px !important;
    }

    .banner {
        padding-top: 178px;
    }
}

@media (max-width: 576px) {
    #pills-tab .nav-link {
        max-width: 160px;
        font-size: 0.85rem;
    }
}
