/*region checkout-page*/
.checkout-content {
    padding-bottom: 50px;
}

#dis-gift-code ,
.emi-option{
    margin-top: 15px;
}
.section-head h3 {
    background: var(--primaryGrad);
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    margin: -20px -20px 20px -20px;
    font-weight: 400;
    font-size: 16px;
}

.page-section label {
    display: block;
    font-weight: 500;

}


.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;
    font-size: 14px;
}

.checkout-page .form-group button {
    margin-top: 10px;
    width: 100%;
    padding: 5px 0 !important;
}
.checkout-page .form-group label {
    font-weight: bold;
    margin-top: 0;
}
.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;
}

.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;
    background: white;
}
.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 {
    background: var(--primaryGrad);
    color: #fff;
    margin: 0;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}
.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: var(--primaryGrad);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    margin: 20px 0;
    cursor: pointer;
}
/*endregion*/
.cart-page .title {
    margin-top: 0;
}

.cart-table.table>thead {
    background: hsl(11deg 100% 86% / 38%);
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-top: 1px solid hsl(11deg 100% 62%);
}
.cart-page .buttons {
    display: flex;
    justify-content: right;
    gap: 15px;
    align-items: flex-end;
}

.cart-page .buttons div {
    display: inline-block;
}
.cart-table.table td {
    border: none;
}
.input-group-btn.cart-update-btn > button {margin-right: 10px;border-radius: 3px;padding: 0 8px;}

.input-group-btn.cart-update-btn > button span {
    color: white;
    transform: translateY(5px);
    font-size: 20px;
    width: 20px;
    height: 20px;
}
.page-section.coupon-voucher input {
    font-size: 14px;
    padding-left: 15px !important;
}

.page-section.coupon-voucher input[type="button"],.page-section.coupon-voucher input[type="submit"], .page-section.coupon-voucher button {
    background: var(--primaryBg);
    color: white;
    padding: 6px 15px !important;
}
.checkout-onepagecheckout .page-section.coupon-voucher button {
    border-radius: 0;
    font-size: 12px;
    padding: 0 !important;
}
.pay-contact-info span {
    transform: translateY(5px);
    font-size: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
}

.why-choose-us .single-item h4 {
    font-size: 16px;
    margin-top: 15px;
}
/*endregion*/
@media (max-width: 1299px) {
    .user-panel-bar label {
        padding-top: 7px;
        float: none;
    }
    #button-voucher {
        padding: 12px 18px;
    }
}
@media (max-width: 991px) {
    .all-pay-info {
        margin-top: 30px;
    }
    #button-login {
        margin-top: 29px;
        margin-bottom: 0;
    }
    .delivery-methods {
        margin-top: 20px;
    }

}

@media (max-width: 767px) {
    .payment-methods {
        margin-top: 20px;
    }
    .order-placed-info .listing {
        width: 100%;
    }
    .section-head h3 {
        font-size: 14px;
    }

    .checkout-page .form-group label {
        font-size: 12px;
    }

    .page-section .form-group input, .page-section .form-group select, .page-section.user-panel-bar input, .page-section .form-group textarea {
        font-size: 12px;
    }

    .page-section .form-group {
        margin-bottom: 10px;
    }
    .page-section.coupon-voucher input[type="button"], .page-section.coupon-voucher input[type="submit"], .page-section.coupon-voucher button {
        font-size: 12px;
        padding: 3px 15px !important;
    }
    .show-sort .form-group {
        display: flex;
        align-items: center;
        font-size: 10px;
    }

    .show-sort .form-group label {
        margin: 0;
    }

    .form-group.sort-by {
        display: flex;
        font-size: 10px;
        align-items: center;
    }

    .form-group.sort-by label {
        margin: 0;
    }
}
@media (max-width: 450px) {
    .buy-product-table tbody td.name {
        padding: 4px;
    }

    .buy-product-table td {
        padding: 2px;
    }

    .page-section.order-info {
        padding: 10px;
    }

    .page-section.order-info .section-head h3 {
        margin: -10px -10px 10px -10px;
    }
}