input[name="quantity"] {
    border: 1px dashed lightgrey;
    margin: 0;
    height: 100%;
    max-width: 50px;
    border-radius: 10px;
    padding: 5px;
}

.page-header-bg {
    background: url('/assets/web/img/page-header-bg.svg') no-repeat center bottom;
}

.post-title {
    font-size: 1.5rem;
    font-family: Iransans, serif;
    font-weight: 700;
}

.nav {
    justify-content: center;
}

#pills-tab.nav-pills .nav-link {
    font-size: 0.8rem !important;
    border-bottom: 3px solid white;
    border-radius: 0;
    color: gray;


}

#pills-tab.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: transparent !important;
    border-color: var(--primary);
    color: var(--primary);
}

.small {
    font-size: 0.8rem;
}

.text-left {
    text-align: left !important;
}

.table > tbody > tr > td, .table > tbody > tr > th {
    vertical-align: middle !important;
}

/*Sweet Alert Reset*/
.swal-text {
    text-align: center;
}

#mobile-main-menu li:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6 !important;
}

.btn-link {
    color: var(--primary) !important;
}

.menu-hasdropdown .menu-dropdown:hover a {
    color: white !important;
}