@import url(../global/global.css);

/* ====== GLOBAL ====== */
.border {
    border: 1px solid #dee2e6 !important;
}

.cartbox {
    min-height: 300px;
}

.bg-lightgray {
    background-color: #fbfbfb;
}

.c_red {
    color: #ee264f !important;
}

/* ====== CART TABLE ====== */
.cart_shop .tabel_cart th,
.cart_shop .tabel_cart td,
.cart_shop .tabel_cart tr {
    vertical-align: middle;
    text-align: center;
}

.cart_shop .tabel_cart tbody .Img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background: #fff;
}

.cart_shop .tabel_cart tbody .desc {
    white-space: nowrap;
}

.cart_shop .tabel_cart tbody .desc .title {
    font-size: 13px;
    margin-bottom: 5px;
}

.cart_shop .tabel_cart tfoot tr:nth-child(2n + 1) {
    background-color: #f3f3f3;
}

.cart_shop .tabel_cart tr:hover {
    background-color: unset;
}

.cart_shop .tabel_cart tfoot td {
    font-size: 12px;
}

/* ====== ALERT ====== */
.text-alert-cart {
    color: red;
    border: 1px solid red;
    padding: 6px 16px;
    width: 100%;
    font-size: 14px;
}

/* ====== BUTTONS ====== */
.buttons_wizard li {
    list-style-type: none;
}

.buttons_wizard .primary-btn,
.buttons_wizard .secondary-btn {
    font-size: 1rem;
    border-radius: .75rem;
}

@media (max-width:576px) {

    .buttons_wizard li,
    .buttons_wizard .primary-btn,
    .buttons_wizard .secondary-btn {
        width: 100%;
    }
}