/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.bkt-row-coupon{
    margin-left: auto !important;
    margin-right: auto !important;
}

.btn-warning {
    color: #fff;
    background-color: #ff8c2e  !important;
    border-color: #ff8c2e  !important;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff8c2e  !important;
    border-color: #ff8c2e  !important;
}

.btn-check:checked+.btn-warning, .btn-check:active+.btn-warning, .btn-warning:active, .btn-warning.active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8c2e  !important;
    border-color: #ff8c2e  !important;
}


.btn-red {
    color: #fff;
    background-color: #e24849  !important;
    border-color: #e24849  !important;
}

.btn-red:hover {
    color: #fff;
    background-color: #e24849  !important;
    border-color: #e24849  !important;
}

.btn-check:checked+.btn-red, .btn-check:active+.btn-red, .btn-red:active, .btn-red.active, .show>.btn-red.dropdown-toggle {
    color: #fff;
    background-color: #e24849  !important;
    border-color: #e24849  !important;
}

.coupon .widget-title.mt-5{
    margin-top:0px  !important
}

/* thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: none !important;
    border-width: 0;
} */

.container .shop_table thead th, .cart-sidebar .checkout_coupon .widget-title, .cart-sidebar .cart_totals thead th, form.checkout .woocommerce-billing-fields h3, .woocommerce-checkout-payment-label{
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

.cart_totals .shop_table .order-total td, .cart_totals .shop_table .order-total th, .cart_totals .shop_table thead th {
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}

.woocommerce-cart .shop_table .order-total td, .shop_table .order-total th, .shop_table thead th {
    border-width: 1px !important;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
}


.bkt-row-coupon .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
}


.bkt-row-coupon .card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.bkt-row-coupon .card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.bkt-row-coupon .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.bkt-row-coupon .text-dark {
    color: #212529 !important;
}

.bkt-row-coupon .mb-3 {
    margin-bottom: 1rem !important;
}

.bkt-row-coupon .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.bkt-row-coupon .btn-warning {
    color: #fff;
    background-color: #ff8c2e !important;
    border-color: #ff8c2e !important;
}

.bkt-row-coupon .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.bkt-row-coupon .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.bkt-row-coupon  .block {
    display: block !important;
}

 .bkt-row-coupon {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
}

.bkt-row-coupon>* {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px) {
    .bkt-row-coupon  .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

