/*region checkout-page*/
.checkout-content {
    padding-bottom: 50px;
}

#dis-gift-code ,
.emi-option{
    margin-top: 15px;
}
.section-head h3 {
        font-size: 19px;
    background: var(--lightblack);
    color: var(--mainblack);
    padding: 8px 20px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin: -20px -20px 20px -20px;
    font-weight: 400;
}

.page-section label {
    display: block;
    font-weight: 500;

}

.checkout-content .btn{
    font-size: 14px;
    padding: 10px;
}


.page-section .form-group input,
.page-section .form-group select,
.page-section.user-panel-bar input,
.page-section .form-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 5px;
}
.submit-btn{
    background:var(--maingreen);
    color: var(--mainwhite);
}

.checkout-page .form-group button {
        background: black !mportant;
    margin-top: 20px;
    width: 100%;
    padding: 5px 0 !important;
}
.checkout-page .form-group label {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}
.user-panel-bar label {
    padding-top: 7px;
    float: right;
}

.page-section .form-group {
    margin-bottom: 15px;
}

.checkout-page .page-section {
    box-shadow: 0px 1px 3px rgb(200 200 200 / 60%);
    padding: 20px;
    background: white;
    min-height: 205px;
}

.page-section .form-group textarea {
    height: 55px;
}


.buy-product-table td {
    border: 1px solid #ddd;
    padding: 10px;
}

.buy-product-table {
    width: 100%;
}

.buy-product-table  tbody td.name {
    border: 1px solid #ddd;
    padding: 30px 20px;
}
.buy-product-table  .reward-point {
    font-size: 10px;
}
.pay-us-info.section-head {
    margin-top: 34px;
}
.accept-system,
.payment-way {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accept-system .system {
    box-shadow: 0px 1px 3px rgb(200 200 200 / 60%);
    padding: 16px 3px 3px 3px;
    width: 24%;
    font-size: 12px;
    text-align: center;
    background: white;
}

.pay-with .payment-way {
    box-shadow: 0px 1px 3px rgb(200 200 200 / 60%);
    padding: 10px;
}
.pay-contact-info {
    box-shadow: 0px 1px 3px rgb(200 200 200 / 60%);
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    background: white;
}

.pay-contact-info i {
    margin-right: 5px;
}

.pay-contact-info .single-item {
    margin-top: 24px;
}
.all-pay-info .category-title h3 {
        font-size: 19px;
    background: var(--lightblack);
    color: #fff;
    margin: 0;
    padding: 8px;
    border-radius: 5px 5px 0 0;
}
.all-pay-info .pay-with,
.order-info {
    margin-top: 20px;
}

/*success-page*/
.order-placed-info {
    background: #fff;
    box-shadow: 0 0 30px rgba(200,200,200, .6);
    padding: 30px;
    display: table;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.order-placed-info .listing {
    float: left;
    width: 33.3333%;
    margin-top: 40px;
}
.order-placed-info button {
    background: black;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}
/*endregion*/

/*endregion*/