.billing {
    margin-top: 3%;
    margin-bottom: 5%;
}

.billing h3 {
    color: #FA6400;
    font-size: 2.2rem !important;
    font-weight: 500;
    margin-top: 2% !important;
}

.retncart {
    color: #0072A8;
}

.billing h4 {
    color: #FA6400;
    font-size: 1.5rem !important;
    font-weight: bold;
}

.billing h4 span a {
    color: #0072A8;
}

.ExpressCheckoutrow {
    margin-right: -15px;
    margin-left: -15px;
}

.popup_container {
    position: absolute;
    display: inline-block;
    bottom: 15px;
}

.popup_content {
    z-index: 5000;
    bottom: 15px;
    display: none;
    position: relative;
    width: 500px;
    background-color: #F4F5F7;
    padding: 2%;
}

.show {
    display: block;
}

.btnPopup {
    background-color: #FA6400;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

    .btnPopup:hover, .btnPopup:focus {
        background-color: #FA6400;
        border-color: #FA6400;
    }

.applybtn {
    margin-left: 0px !important;
    background-color: #77A22D;
    color: #fff;
    padding: 3%;
    width: 70%;
    border: 1px solid #77A22D;
}

    .applybtn:hover {
        background-color: #77A22D;
        color: #fff;
        padding: 3%;
        padding-left: 5%;
        padding-right: 5%;
        border: 1px solid #77A22D;
    }

.popadd p {
    margin-bottom: 0px;
    color: #404040;
}

.popadd {
    margin-bottom: 3%;
}

@media (max-width:600px) {
    .popadd {
        margin-top: 2%;
    }
    .popup_content {
        width: 400px;
        padding: 8%;
    }
}

.payment h4 {
    color: #ffffff;
    background-color: gray;
    padding: 2%;
    text-transform: uppercase;
}

.payment p {
    font-size: 18px;
}

    .payment p span {
        font-size: 15px;
    }

/*Form CSS*/

.billingfrm label {
    width: 100% !Important;
}

.crdno input {
    width: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.billingfrminfo {
    width: 100%;
}

    .billingfrminfo h5 {
        width: 100%;
        margin-left: 2%;
        font-size: 1.25rem;
        margin-bottom: .5rem;
        font-weight: 500;
        line-height: 1.2;
    }

#billingfrm h5 {
    width: 100%;
    font-size: 1.25rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.billingfrminfo label {
    width: 100% !Important;
}

.billingfrminfo input {
    width: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

.bento-select {
    width: 100%;
    padding: .375rem .75rem;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}


.checkaddress {
    width: 3% !important;
    font-weight: 600;
}

.shipadd label {
    font-weight: 600;
}

.cart-Summ {
    background-color: #fff;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #bdb7b7;
    min-height: 110px;
    margin-top: 5%;
}

    .cart-Summ h6 {
        margin-bottom: 7px;
        font-size: 0.9rem;
    }

/*Order Summary*/

.ordersum {
    padding: 15px 20px;
}

.ordersum {
    background-color: #f7f7f7;
    border-radius: 3px;
}

    .ordersum table {
        width: 100%;
        margin-bottom: 20px;
    }

h5 {
    color: #404040;
}

h6 {
    color: #404040;
}
.cartcontinue {
    background-color: #FF8000;
    color: #fff;
    width: 30%;
}

    .cartcontinue:hover {
        background-color: #FF8000;
        color: #fff;
    }

/*Quantity CSS*/
html {
    font-family: sans-serif;
}

/** Force up and down arrow for number input */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

/**   **************  */
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    border: 1px solid #ddd;
    display: inline-flex;
}

    .number-input,
    .number-input * {
        box-sizing: border-box;
    }

        .number-input button {
            outline: none;
            -webkit-appearance: none;
            background-color: transparent;
            border: none;
            align-items: center;
            justify-content: center;
            width: 2rem;
            height: 2rem;
            cursor: pointer;
            margin: 0;
            position: relative;
        }

            .number-input button:before,
            .number-input button:after {
                display: inline-block;
                position: absolute;
                content: '';
                width: 1rem;
                height: 1px;
                background-color: #212121;
                transform: translate(-50%, -50%);
            }

            .number-input button.plus:after {
                transform: translate(-50%, -50%) rotate(90deg);
            }

        .number-input input[type=number] {
            max-width: 4.25rem;
            padding: .5rem;
            border: solid #ddd;
            border-width: 0 2px;
            font-size: 15px;
            height: 2rem;
            font-weight: 400;
            text-align: center;
        }

@media (min-width: 1200px) {
    .Expresscheckoutcontainer {
        max-width: 1140px !important;
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width:990px) {
    .billingfrm {
        width: 100%;
    }

    .topform {
        width: 50%;
    }
}

@media screen and (max-width:700px) {
    .billingfrminfo {
        margin-right: 0px !important;
    }

        .billingfrminfo h5 {
            margin-left: 4%;
        }
}

.btn-fill {
    background-color: orange;
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    padding: 5px 30px;
    border: none;
    width: 100%;
    margin-top: 6%;
}
.adcontinue {
    Padding-left: 0px !important;
}

    .adcontinue .btnfill {
        Margin-top: 0px !important;
    }
