.sub-heading {
    color: #0F1527;
    font-style: normal;
    font-weight: bolder !important;
    font-size: 18px !important;
    margin-bottom: 10px !important;
    margin-top: 0px;
}

.formbox label[for="sgbm_field_5"] {
    float: left;
}

.fullbox {
    width: 100%;
    display: flex;
    gap: 5%;
    padding: 20px;
}

.part {
    width: 48%;
    float: left;
}

.formtable .formbox {
    width: 100%;
    margin-bottom: 5px;
}

.formbox span {
    color: rgba(233, 14, 14);
}

.formtable .formbox textarea {
    height: 110px;
}

.formtable .formbox textarea:focus-visible,
.formtable .formbox textarea:focus-visible,
.formtable .formbox select:focus-visible {
    outline: inherit !important;
}



.formtable .formbox textarea {
    border: 1px solid #B7BDC2 !important;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    width: 97.5% !important;
}

input {
    width: 95%;
    padding: 9px 10px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #B7BDC2 !important;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    /* -webkit-appearance: inherit !important; */
}

.fields_modal_box input,
.fields_modal_box input,
.fields_modal_box textarea .fields_modal_box select {
    margin: 0 !important;
}

.formtable .formbox input {
    margin-top: 0px !important;
}

.formtable .formbox select,
.formtable .formbox textarea {
    margin-top: 0px !important;
}

.formbox.checkbox_and_radio_div {
    margin-bottom: 2px !important;
}

.checkbox_and_radio_div input[type=checkbox] {
    vertical-align: middle !important;
    background-color: inherit !important;
    -webkit-appearance: auto !important;
}

input[type=checkbox]+label,
input[type=radio]+label {
    vertical-align: middle !important;
}

.checkbox_and_radio_div label {
    vertical-align: middle;
}

.form_fields input,
.form_fields select,
.form_fields textarea {
    background: #eeeeee !important;
}

.expandorderbox {
    background: #FAFBFC;
    border: 1px solid #E6EBEF;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.expandorderbox.active {
    display: block;
}

.ordertextbox {
    color: #2E465C;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #E0E7ED;
    margin: 0px;
}

ul {
    padding-left: 0px;
}

.ordertextbox li {
    list-style-type: none;
    line-height: 2.2;
}

.ordertextbox span {
    float: right;
    text-align: right;
    font-weight: bold;
}

.total {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
}

.total span {
    float: right;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.formbottomcheckgroup {
    text-align: justify;
}

#input_coupon_code {
    width: 74.3% !important;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
}

@media (max-width:1026px) {
    .pagewrapper {
        width: 100% !important;
    }

    .fullbox {
        display: inherit !important;
    }

    .part {
        width: 100% !important;
    }

    .formtable {
        margin-left: 0% !important;
    }

    #input_coupon_code {
        width: 100% !important
    }

}





/* Checkout */

.pagewrapper {
    width: 70%;
}

.sub-heading {
    color: #0F1527;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    letter-spacing: normal !important;
}

#payment_page .sub-heading {
    margin-bottom: 12px !important;
    margin-bottom: 10px !important;
    text-align: center;
    margin-top: 15px !important;
    font-weight: 500 !important;
    font-size: 22px;
}

.checkout_page .fullbox {
    width: 100%;
    gap: 5%;
    padding: 20px;
    display: flex;
}

.checkout_page .part {
    width: 48%;
    float: left;
}

#checkout_form_fields .formtable {
    margin-bottom: 0px !important;
        vertical-align: top !important;
}

#checkout_form_fields .formtable:nth-of-type(3){
  height: auto;
}

#checkout_form_fields .inputcheckgroup {
    margin-top: 10px !important;
}

#shipping_fields .formbox,
#gift_fields .formbox {
    width: 50% !important;
    margin-bottom: 5px;
    margin-right: 0px !important;
}

#shipping_fields .textarea-formbox,
#gift_fields .textarea-formbox {
    width: 100% !important;
}

#shipping_fields textarea,
#gift_fields textarea {
    width: 98% !important;
}

.formbox span {
    color: rgba(233, 14, 14);
}

.expandorderbox {
    background: #FAFBFC;
    border: 1px solid #E6EBEF;
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
}


#checkout_form_order_details .expandorderbox {
    margin-top: 14px !important;
}

#checkout_form_order_details .formbottomcheckgroup {
    margin-right: 0px !important;
    line-height: 1.4;
}

.expandorderbox.active {
    display: block;
}

.ordertextbox {
    color: #2E465C;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #E0E7ED;
    padding-left: 0px !important;
}

ul {
    padding-left: 0px;
}

.ordertextbox li {
    list-style-type: none;
}

.ordertextbox span {
    float: right;
    text-align: right;
    font-weight: bold;
}

.total {
    margin-bottom: 0px;
    font-size: 15px;
    color: #000;
}

hr {
    margin-top: 15px;
    border: 1px solid #E0E7ED;
    border-bottom: none;
}

.total span {
    float: right;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.formbottomcheckgroup {
    text-align: justify;
}

.visaicon1 {
    position: absolute;
    left: 10px;
    top: 17px;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 1.2;
    text-align: center;
    z-index: 2;
}

.tickicon {
    position: absolute;
    right: 77px;
    top: 32px;
    padding: 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #88C110;
    line-height: 1.2;
    text-align: center;
}

.tickicon i {
    text-align: center;
    font-size: 14px;
    color: #88C110;
    position: relative;
    bottom: 2px;
}

.checkoutbox {
    margin-top: 14px;
    margin-bottom: 15px;
}

.checkoutbox .input-group>.form-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.checkoutbox .input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.leftsection {
    width: 75%;
    float: left;
    margin-top: 10px;
}

.rightsection {
    width: 25%;
    float: left;
    margin-top: 10px;
}

h6 {
    color: #0F1527;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.smalltextbox {
    width: 45px !important;
}

.checkbox-size {
    width: 16px !important;
    height: 16px !important;
}

@media (max-width:1026px) {
    .pagewrapper {
        width: 100% !important;
    }

    .fullbox {
        display: inherit !important;
        padding: 10px !important;
    }

    .part {
        width: 100% !important;
    }

    .formtable {
        margin-left: 0% !important;
    }
}




/* Added by Darpan */
.hidden {
    display: none;
}

#paymentResponse,
#checkout_response {
    font-size: 17px;
    border: 1px dashed;
    padding: 10px;
    color: #EA4335;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 70%;
    border-radius: 5px;
    position: relative;
    left: 15%;
}

.spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}

#frmProcess {
    font-size: 18px;
    color: #666;
    width: 50%;
}

#stripes_paymentElement {
    margin-bottom: 10px;
}

.payment-form-btn {
    width: 100%;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33 !important;
    border-radius: 6px !important;
    border: none;
    cursor: pointer;
    margin-top: 6px;
}

.payment-btn {
    color: #fff !important;
    background-color: #5EA8ED;
    border-color: #5EA8ED;
}

#paymentSubmitBtn:disabled {
    background-color: #cccccc;
    pointer-events: none;
}

#payReinit {
    width: 60%;
    position: relative;
    left: 20%;
}

.reinit-payment-btn {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.payment_info {
    padding: 15px;
    color: #000;
    background-color: #f1f1f1;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}

.payment_info h1 {
    font-size: 1.8em !important;
}

.payment_info .success {
    color: #34A853;
}

.payment_info .error {
    color: #e46959;
}

.payment_info h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal !important;
    margin: 0 !important;
}

.payment_info h4 {
    font-size: 1.3em !important;
    margin-bottom: 0 !important;
}

.payment_info p {
    font-size: 1em !important;
    margin-bottom: 0 !important;
    margin-top: 8px !important;
    color: #666;
}

.payment_info .payment_info_div {
    margin-bottom: 20px;
    padding: 10px 10px;
}

.coupon_label {
    display: block;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: bold;
    text-transform: uppercase;
}

.payment-page-coupon {
    margin-top: 0px !important;
}

.payment-page-coupon input {
    margin: 0 !important;
    height: 43px !important;
}

#basic-addon1 {
    margin-top: -8px;
    height: 43px;
}

.custom-formtable {
    margin-bottom: 0px !important;
}

#payment_loader {
    vertical-align: middle;
    width: 100%;
    position: relative;
    left: 50%;
    bottom: 30%;
}

.payment_processing {
    position: relative;
    left: 86%;
    bottom: 30%;
}

.checkout_processing {
    display: inline-flex;
    left: 4%;
    position: relative;
}



/* The alert message box */
.timer-alert {
    padding: 3px 13px;
    background-color: #5ea8ed;
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    float: left;
    width: 20%;
    border-radius: 6px;
}

/* The close button */
.timer-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: 600;
    float: right;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    line-height: 20px;
}

/* When moving the mouse over the close button */
.timer-closebtn:hover {
    color: black;
}

.timer-alert #countdown {
    text-align: center;
    font-size: 14px;
}

#stripes_paymentElement {
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    padding: 16px;
    border-radius: 4px;
}

#stripes_paymentElement:focus {
    border: 1px solid #a2a2a2;
}