.main-header{background: #ff6b1a;}
.theme-text{color:#ff6b1a;}
.image-banner{max-width: 100%; width: 100%;}
.head-logo{
    max-height: 55px;
}
main{min-height: 75vh;}
/* h1, h2, h3{color:#ff6b1a;} */
a{
    color:#ff6b1a;
}
.form-lable{width: 100%; text-align: left;}
.form-control:focus{border-color: #ff6b1a; outline: 0; box-shadow: 0 0 0 .01rem hwb(17 15% 5% / 0.25);}
.title-border-1{border-bottom: 4px solid #ff6b1a;}

#loader-wraper{background: #b9b9b966; padding: 20% 0 20% 0; position: fixed; top: 0; left: 0; bottom: 0; right: 0; height: 100%; width: 100%; text-align: center;z-index: 5000; display: flex; align-items: center;    justify-content: center;}
.lds-ellipsis { display: inline-block;position: relative;width: 59px;height: 15px;vertical-align: middle;text-align: center;}
.lds-ellipsis div {position: absolute;top: 0px;width: 11px;height: 11px; border-radius: 50%; background:#ff6b1a; animation-timing-function: cubic-bezier(0, 1, 1, 0);}
.lds-ellipsis div:nth-child(1) {left: 6px; animation: lds-ellipsis1 0.6s infinite;}
.lds-ellipsis div:nth-child(2) {left: 6px;animation: lds-ellipsis2 0.6s infinite;}
.lds-ellipsis div:nth-child(3) {left: 26px; animation: lds-ellipsis2 0.6s infinite;}
.lds-ellipsis div:nth-child(4) {left: 45px; animation: lds-ellipsis3 0.6s infinite;}
@keyframes lds-ellipsis1 { 0% { transform: scale(0); } 100% { transform: scale(1); } }
@keyframes lds-ellipsis3 { 0% { transform: scale(1); } 100% { transform: scale(0); } }
@keyframes lds-ellipsis2 { 0% { transform: translate(0, 0); } 100% { transform: translate(19px, 0); } }

.offer-card{
    padding: 10px;
    border: 1px solid #ff6b1a;
    border-radius: 10px;
    background: #ff6b1a;
    color:#FFF
}
.gift-icon{
    font-size: 36px;
}
.gift-dicsount{
    font-size: 26px;
    font-weight: 700;
}
.w-10{
    width: 10% !important;
}
.w-15{
    width: 15% !important;
}
.w-20{
    width: 20% !important;
}
.w-60{
    width: 65% !important;
}
.w-65{
    width: 65% !important;
}
.w-70{
    width: 70% !important;
}

.w-85{
    width: 85% !important;
}




.offer-details-container {
    background: linear-gradient(45deg, #ff6b1a, #ff9248);
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;    
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}

.item-name {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.discount {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
}

.offer-text {
    font-size: 16px;
    color: #FFF;
    margin-top: 10px;
}
.select2-selection__rendered,
.select2-selection__arrow,
.select2-container .select2-selection{
    height: 55px !important;
}
.select2-selection__rendered > *:not(.select2-selection__placeholder){
    line-height: 48px !important;
    font-size: 1.5em;
}
.select2-selection__placeholder{
    font-size: 1.5em;
    line-height: 48px !important;
}
.select2-search__field{
    height: 45px;
    font-size: 1.2em;
}
.select2-results__option{
    font-size: 1.1em;
}
.get-offers{
    height: 50px;
    width: 180px;
    font-size: 1.3em;
}