html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.brand-logo {
    max-width: 200px;
}

.navbar-logo {
    height: 76px;
    display: flex;
    align-items: center;
    @media (max-width: 500px) {
        height: 60px;
    }
}

.user-icon {
    font-size: 20px;
}

.link-underline-dark {
    color: #000000;
    text-decoration: underline;
}

.link-underline-dark:hover {
    color: #6c757d;
}

@media (max-width: 767.98px) {
    .product .product-purchase-container .product-price {
        position: absolute;
        top: 30px;
        right: 15px;
        left: unset;
    }
}

.promotion-item-bottom-text {
    font-size: 20px;
    font-weight: 800;
    bottom: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px 0;
    text-transform: uppercase;
    img {
        vertical-align: unset;
    }
}

.section-title button.btn {
    font-size: 12px;
    font-weight: 700;
    color: var(--bs-component-color);
    border: 1px solid var(--bs-component-border-color);
    padding: 8px 15px;
    line-height: 16px;
    margin: -7px 0;
    background: var(--bs-component-bg);
    border-radius: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trending-swiper {
    height: 200px !important;
}

input.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #6c757d;
}

.fa-ul {
    margin-left: 0 !important;
}

.dropdown-menu-cart .cart-item>li>div {
    vertical-align: top;
}

.user-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .user-dropdown-menu {
        margin-top: 0.5rem !important;
    }
}

@media (max-width: 767px) {
    .navbar-logo {
        height: 60px !important;
    }
}

@media (max-width: 767.98px) {
    .header .navbar-collapse .nav {
        border-bottom: 1px solid var(--bs-component-dropdown-border-color);
    }
}

@media (max-width: 767.98px) {
    .product .product-purchase-container {
        margin-top: 15px;
        position: relative;
        padding: 0;
        z-index: 1020;
        border-top: none;
        .btn {
            width: 100% !important;
            font-size: 16px !important;
        }
        .purchase-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: row-reverse;
            .price {
                font-size: 32px !important;
            }
        }
    }
}

.pace {
    display: none !important;
}

.item.item-thumbnail .item-info .item-title {
    margin: 0;
    max-height: 100%;
    overflow: visible;
    line-height: 16px;
    font-size: 12px;
    color: var(--bs-component-color);
    font-weight: 600;
}

.pagination {
    margin-top: 15px !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: rgba(45, 53, 60, .9);
    border-color: rgba(45, 53, 60, .9);
}

.dt-column-order {
    display: none;
}

.account-container{
    flex-direction: column !important;

    .card-header {
        background-color: transparent; !important;
    }
}

.form-switch .form-check-input {
    width: 3em;
    &:hover {
        cursor: pointer;
    }
}

.card.card-dashed
{
    box-shadow: none;
    border: 1px dashed #DBDFE9;
}

.swal2-title {
    font-size: 16px !important;
}

.suggestions {
    position: absolute;
    z-index: 1050;
    top: 100%;
    left: 0;
    right: 0;
}

.suggestions a.list-group-item-action {
    background-color: transparent;
}

.suggestions a.list-group-item-action:hover,
.suggestions a.list-group-item-action:focus,
.suggestions a.list-group-item-action:active {
    background-color: rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: #333;
}
