.paginatorCenter nav .pagination {
    justify-content: center;
}

.formClient .select2-selection__rendered {
    line-height: 10px !important;
}

.prcom-card {
    height: 250px;
}

.img-fluid-cstm {
    height: 100%;
    object-fit: cover;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

/* .select2-container--bootstrap {
    width: 100% !important;
} */

.show-cart-button-next {
    text-align: center;
}

.no-allowed {
    cursor: not-allowed;
}

.cartList {
    margin-bottom: 50px;
}

#basket-bar {
    background-color: #fff !important;
}

.alter-detail-color {
    color: var(--alternative-details-color) !important;
}

.cstm-btn {
    background-color: var(--principal-color) !important;
}

.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: var(--alternative-color) !important;
}

@media (min-width: 992px) {
    .navbar-brand-cstm {
        width: 35% !important;
    }

    .navbar-collapse-cstm {
        width: 65% !important;
    }
}

.slider-custom {
    width: 50% !important;

}

@media (max-width: 992px) {
    .slider-custom {
        width: 100% !important;

    }
}

.section-tag-cstm {
    background-color: #e05261;
    width: 165px;
    position: absolute;
    top: 15px;
    right: 30px;
    color: white;
    text-align-last: center;
}