h4, .h4, h3, .h3 {
    line-height: 1.4;
}
.block-image {
    display: block;
    width: 100%;
    padding-top: 80%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.block-image-sm {
    padding-top: 60%;
}
.block-image-sm-avatar {
    padding-top: 0;
    width: 42px;
    height: 42px;
}
.block-image-md-avatar {
    padding-top: 0;
    width: 56px;
    height: 56px;
}
.block-image-square {
    padding-top: 100%;
}
.text-left {
    text-align: left!important;
}
.block-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.flex-1 {
    flex: 1 0 auto;
}
/* .main-content {
    height: 100vh;
} */
.modal {
    background-color: rgba(0,0,0,0.5);
}
.hover-primary:hover {
    color: #2c7be5;
}
/* */
.td-menu-block {
    width: 200px;
}

.pos-content {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    width: calc(100% - (38% - 6.25rem) - 250px);
    bottom: 0;
    overflow-y: auto;
}

.nav-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 98px;
    width: calc(100% - (46% - 6.25rem));
    background-color: #12263f;
}

.navbar-nav-h {
    display: flex;
    margin: 0;
    align-self: center;
    flex-direction: row;
}
.navbar-nav-h .nav-item {
    margin-right: 0px;
}
.navbar-nav-h .nav-link {
    padding: 8px 12px;
    border-radius: 8px;
    color: #6e84a3!important;
    margin-right: 6px;
}
.navbar-nav-h .nav-link:before {
    display: none;
}
.navbar-nav-h .nav-link.active {
    background-color: #17334e;
    color: #ffffff!important;
}
.navbar-nav-h .nav-link.active .fe {
    color: #2c7be5;
}

.pos-content-2 {
    position: fixed;
    top: 98px;
    left: 0;
    right: 0;
    width: calc(100% - (46% - 6.25rem));
    bottom: 0;
    overflow-y: auto;
}

.sidebar-cart {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(38% - 6.25rem);
    bottom: 0;
    overflow-y: auto;
    background-color: #0B182A;
}

.sidebar-cart-2 {
    position: fixed;
    top: 0;
    right: 0;
    width: calc(46% - 6.25rem);
    bottom: 0;
    overflow-y: auto;
    background-color: #0B182A;
}

.sidebar-cart-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #0B182A;
}
.sidebar-cart-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #0B182A;
}

.choices__list.dropdown-menu .choices__list {
    padding: 0 16px;
}

.navbar-pos {
    max-width: 200px!important;
}
.main-content-pos {
    margin-left: 200px!important;
}