.basecolor {color: #e46e39 !important;}


h2 {
    /* font-size: 40px; */
}
.delievery-type .input-group-prepend .input-group-text {
    width: 100%;
}
.input-group-prepend .input-group-text {
    
    width: 44px;
    border: none;
    padding: 4px 6px;
    height: 48px;
    display: flex;
    align-items: center;
}
.input-group-append .input-group-text {
    height: 48px;
    width: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 4px 6px;
}
.modal-dialog.modal-dialog-md {
    max-width: 728px;
}
img {height: auto;}
.imggroup img {max-width: 100%;max-height: 100%;}
.white-bg {background-color: #fff;}
.light-text {color: #868686;}
.lightgray-bg {background-color: #f8f8f8;}

.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}
.pb-50 {
    padding-bottom: 50px;
}
.mb-0 {margin-bottom: 0;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mt-20  {margin-top: 20px;}
.mt-40  {margin-top: 40px;}
.white {color: #fff;}
.w-100 {width: 100%;}

button {outline: none;}


.mb-40 { 
    margin-bottom: 40px;
}
.mb-50 { 
    margin-bottom: 50px;
}
.mb-20 {
    margin-bottom: 20px;

}
/* font size */
.f40 {
    font-size: 40px;
}
.f15 {
    font-size: 15px;
}
.f14 {
    font-size: 14px;
}
.f12 {
    font-size: 12px;
    line-height: 1.3;
}
.f10 {
    font-size: 10px;
}
.center {text-align: center;}
.mr-10 {margin-right: 10px;}
.ml-10 {margin-left: 10px;}
.mr-20 {margin-right: 20px;}
.ml-20 {margin-left: 20px;}

.mt-10 {margin-top: 10px;}
.hgroup {
    margin-bottom: 30px;
}
.flexbox {
    display: flex;
}
.flexbox.jc-center {justify-content: center;}
.flexbox.jc-sb {justify-content: space-between;}

.flexbox.flex-center {
     align-items: center;
}

label input[type="checkbox"], label input[type="radio"] {
    opacity: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.6;
}
label .label-text {
    opacity: 0.5;
    font-size: 16px;
}
label input[type="radio"]:checked  ~ span {
    display: block;
    color: #000;
    opacity: 1;
}
label input[type="radio"] ~ .custom-input-radio {
    cursor: pointer;
    
    width: 20px;
    height: 20px;
    background: none;
    border-radius: 100px;
    border: solid 1px #707070;
    margin-right: 12px;
    opacity: 0.6;
    list-style: 1;
    
}
    label input[type="radio"]:checked ~ .custom-input-radio {
        opacity: 1;
        background: none;
        border: solid 3px #65d086;
        margin-top: -3px;
    }
    .custom-input-wrap {

        margin-right: 30px;
        flex-direction: row-reverse;
        display: flex;
        align-items: center; 
    }

.btn.btn-primary.btn-md {
	
    line-height: 1.4;
    font-size: 15px;
    padding: 15px 20px 12px;
}
.btn.btn-primary.btn-sm {padding: 7px 12px 5px;color: #fff;font-size: 14px;;}
.btn.btn-primary { padding: 12px 30px; border-radius: 46px;background-image: linear-gradient(96deg, #ff7a3e 0%, #e46e39 95%);text-align: center;border: none;color: #fff;}
.btn.btn-primary.btn-border {
    border-radius: 100px;
    border: solid 1px #ff7a3e;
    background: none;
    color: #ff7a3e;
}
.btn.btn-primary.btn-border.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary.btn-border.btn-primary:not(:disabled):not(.disabled):hover {
    border-radius: 100px;
    border: solid 1px #ff7a3e;
    background: #ff7a3e;
    color: #fff;
    border: none;
    outline: none;
}
.btn.btn-primary.no-border-radius {border-radius: 6px;}
.pointer { cursor: pointer;}
.modal-backdrop.show {
    z-index: 100000;}
    .modal-open .modal {z-index:10000000 !important;}


@media only  screen and (max-width: 767px) {
    

    h2 {
        font-size: 26px;
    }
    .center-m {text-align: center;}
    .flexbox-m {display: flex;
    }
    .flexbox-m.jc-start {justify-content: flex-start;}
    .flexbox-m.jc-end {justify-content: flex-end;}
    .flexbox-m.jc-center-m {justify-content: center;}
    .flexbox-m.jc-center {justify-content: center;}
    .flexbox-m.flex-center {align-items: center;}
    .flexbox-m.flex-end {align-items: flex-end;}

    .pb-50 {
        padding-bottom: 30px;
    }
    .w-100-m {width: 100%;}
    .btn.btn-primary {
        padding: 10px 20px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    label input[type="checkbox"], label input[type="radio"] {
        opacity: 0;
        position: absolute;
        z-index: -1;
    }
    label .label-text {font-size: 12px;}
    label input[type="radio"] ~ .custom-input-radio {
        
        margin-right: 6px;
        width: 17px;
        height: 17px;
    
    }

    .custom-input-wrap {
        margin-right: 10px;
    }
    
}