.login-msg {
    background-color: var(--color-clay);
    padding: 15px 15px 5px;
}

.login-msg p {
    color: #fff;
    font-size: 13px;
}

.login-msg a {
    color: #fff;
    text-decoration: underline;
}

.uc_text_block h1 {
    display: block;
}

@media (min-width: 767px) {
    .uc_logon_page {
        margin-top: 0;
    }
}
/* Elastic filters */
#amount {
    line-height: 1;
    padding: 0;
    height: 17px;
    border: 0;
    max-width: 140px;
}

#range-slider {
    border-radius: 5px !important;
}

.ui-slider-handle {
    border-radius: 15px !important;
}

.ui-state-active.ui-slider-handle {
    border: 0 !important;
    background: #FF8C00;
}

.filter-content ul {
    max-height: calc(100vh - 370px);
    overflow: auto;
    scrollbar-color: #888 #f1f1f1;
    scrollbar-width: thin;
}

.filter-content ul::-webkit-scrollbar {
    width: 5px;
}

.filter-content ul::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filter-content ul::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background: #888;
}

.filter-content ul::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.filter-header:not(.range) h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}

.filter-header.range + .filter-content {
    padding-bottom: 15px !important;
}

#filtersPh {
    padding: 15px calc(50% - 570px) 0;
    background: #f5f5f5;
    display: none;
}

#filtersPh.active-filters {
    display: block;
}

#elasticFilters {
    padding: 0 !important;
    float: none;
}

.cmp-elastic-product-filters .filters-container {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -7px;
}

.cmp-elastic-product-filters .filters-wrapper {
    padding: 0 7px;
    width: 16.666667%;
    position: relative;
    flex-grow: 1;
    margin: 0 0 15px 0;
}

.cmp-elastic-product-filters .filter-header {
    text-align: left;
    display: block !important;
    width: 100%;
    border: 1px solid #ddd;
    position: relative;
    cursor: pointer;
    margin: 0;
    font-size: 1rem !important;
    background: #fff;
    border: 1px solid #ddd;
    line-height: normal;
    padding: 9px 10px 9px 10px;
    border: 1px solid #d1d1d1;
}

.cmp-elastic-product-filters .filter-header h2 {
    font-size: 15px !important;
    margin: 0;
}

.cmp-elastic-product-filters .filter-header .dd-arrow {
    position: absolute;    
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #d1d1d1;
    outline: none;
    text-align: center;
    font-weight: bold;
    padding: 2px 8px;
    background: white;
    cursor: text;
    pointer-events: none;
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.cmp-elastic-product-filters .filter-content {
    padding: 15px 15px 5PX !important;
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    opacity: 0;
    transform-origin: center top;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.cmp-elastic-product-filters .filters-wrapper:hover .filter-content {
    animation: slide-in-megamenu .3s ease-in-out;
    left: 7px;
    width: calc(100% - 14px);
    top: 100%;
    display: block;
    opacity: 1;
    z-index: 9999;
}

@media (min-width: 992px) {
    .cmp-elastic-product-filters.filter-count-7 .filters-wrapper,
    .cmp-elastic-product-filters.filter-count-8 .filters-wrapper,
    .cmp-elastic-product-filters.filter-count-9 .filters-wrapper,
    .cmp-elastic-product-filters.filter-count-10 .filters-wrapper,
    .cmp-elastic-product-filters.filter-count-11 .filters-wrapper,
    .cmp-elastic-product-filters.filter-count-12 .filters-wrapper {
        max-width: 16.666667%;
    }

    #filtersPh {
        position: sticky;
        top: 55px;
        z-index: 99;
    }

    .sticky-desktop + #filtersPh {
        box-shadow: 0 0 5px rgba(0,0,0,.5);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #filtersPh {
        padding: 15px calc(50% - 470px) 0;
    }
}

@media (max-width: 991px) {
    .toggle-filters-btn {
        display: none !important;
    }

    .cmp-elastic-product-filters .filters-container {
        position: static;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        background-color: transparent;
        overflow: visible;
        padding: 0 15px;
        margin: 0;
        flex-flow: column;
    }

    .cmp-elastic-product-filters .filters-wrapper {
        width: 100%;
        padding: 0;
    }

    .cmp-elastic-product-filters .filter-content {
        margin-right: 0 !important;
        width: 100% !important;
        left: 0 !important;
    }

    .cmp-elastic-product-filters .filters-wrapper:nth-child(2) .filter-header {
        border-top: 1px solid #ddd;
    }
}

/* Elastic product list */
.cmp-product-list-item .cmp-product-stock span {
    font-weight: 400;
}

.add-to-cart-btn:hover i {
    color: #fff !important;
}

.cmp-product-list-item .prod-units {
    min-width: 111px;
    text-align: center;
}

.cmp-product-list-item .prod-units p {
    font-size: .75rem;
    font-weight: 700;
}

@media (max-width: 575px) {
    .cmp-product-list-item .cmp-product-stock {
        margin-bottom: 7px;
    }
    .cmp-product-list-item .item-wrapper {
        padding-bottom: 30px;
    }

    .cmp-order-product .prod-units {
        top: 33px;
    }
}

@media (min-width: 576px) {
    .cmp-product-list-item {
        margin-bottom: 45px !important;
    }

    .cmp-product-list-item .prod-title {
        font-size: 1.5rem;
    }
    .blocks .cmp-product-list-item .prod-title {
        height: 59px;
        overflow: hidden;
    }
}

/* Elastic product details */
.product-information .prod-units {
    width: 140px;
    text-align: center;
    font-weight: 700;
}

.product-specifications {
    margin: 0 !important;
}

.product-specifications h2 {
    font-size: 1.25rem !important;
    margin-bottom: 15px !important;
}

.cmp-elastic-product-details .spec-item {
    border-top: 1px solid #ddd;
    padding: 7px 0;
}

.cmp-elastic-product-details .spec-list {
    max-width: 100%;
    border: 0;
}

.cmp-product-group-matrix .description {
    max-width: 100%;
    padding-right: 15px;
}

.cmp-product-group-matrix p {
    width: 110px;
    text-align: center;
}

.cmp-product-group-matrix .prod-units p {
    font-size: .75rem;
    line-height: 1;
}

.cmp-product-group-matrix .cmp-order-product .prod-units {
    top: 28px;
}

.cmp-product-group-matrix .order-product-wrapper {
    margin-top: -5px;
}

.cmp-product-group-matrix .matrix-row {
    padding-top: 15px;
    padding-bottom: 20px;
}

.cmp-tabs {
    margin-top: 30px;
}

.cmp-product-group-matrix {
    margin-top: 0;
}
/* Elastic product prices */
.cmp-product-list-item .cmp-product-price ul {
    margin-bottom: 0;
}

.cmp-product-list-item .cmp-product-price.ref-product-list-item span {
    font-size: 1rem !important;
}

.cmp-product-list-item .cmp-product-price.ref-product-list-item .price-lbl span {
    font-size: .875rem !important;
    margin-right: 5px;
}

@media (min-width: 576px) {
    .cmp-product-list-item .advice-price-ph {
        height: 30px;
    }

    .blocks .cmp-product-list-item .cmp-order-product {
        height: 35px;
    }

    .blocks .cmp-product-list-item .ph-product-price {
        height: auto;
        margin-bottom: 10px;
    }
}

.product-details-column .price-list {
    margin: 0;
}

.product-details-column .price-list li:not(.price-lbl) span {
    font-size: 28px;
}

.product-details-column .price-lbl span {
    margin-right: 5px;
}

.cmp-product-group-matrix .price-list {
    flex-flow: row nowrap;
}

.cmp-product-group-matrix .price-list + .price-list {
    margin-top: 10px;
}

.cmp-product-group-matrix .price-lbl {
    margin-right: 5px;
    font-weight: normal !important;
}

@media (min-width: 1200px) {
    .cmp-product-group-matrix .prod-price {
        width: 200px;
    }
}


@media (min-width: 992px) {
    .cmp-elastic-product-details .spec-item:nth-child(odd) {
        margin-right: 15px !important;
    }

    .cmp-elastic-product-details .spec-item:nth-child(even) {
        margin-left: 15px !important;
    }
}

@media (min-width: 992px) {
    .product-specifications .spec-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .cmp-product-group-matrix .cmp-order-product {
        width: 110px;
    }

    .cmp-product-group-matrix .order,
    .cmp-product-group-matrix .properties,
    .cmp-product-group-matrix .prod-stock,
    .cmp-product-group-matrix .prod-price {
        flex-shrink: 0;
    }

    .cmp-product-group-matrix .order {
        width: 110px;
    }
}

.cmp-product-group-matrix {
    margin-bottom: 45px;
}

.shopping-cart div.sale_unit .quantity-multiplier {
    background: transparent;
    color: #2b2b2b !important;
}

/* Shoppingcart control */
.header-v5 .uc_shopping_cart_control  .badge-open img {
    width: 50px;
    margin-right: 15px;
}

/* Custom scrollbars */
.mCustomScrollbar {
    overflow: scroll;
    overflow: auto;
    margin: 10px 0 !important;
}

.mCustomScrollbar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.mCustomScrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.mCustomScrollbar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px !important;
}

/* Handle on hover */
.mCustomScrollbar::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* tabs */
.tab-panel.active {
    border: 1px solid #ddd;
    padding: 30px;
    background: #f9f9f9;
}

.tabs {
    margin-bottom: 0 !important;
}

.tab-panel .text-link {
    background: #fff;
    display: inline-flex;
    flex-flow: row nowrap;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.tabs .tab {
    margin-right: 5px !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.tabs .tab a {
    display: inline-block;
    padding: 12px 30px;
    border-color: #ddd;
    border-bottom-color: transparent;
    font-size: 13px;
}

.tabs .tab.active a {
    background: #f9f9f9 !important;
    margin-bottom: -2px;
}
/* Stock */
.stock-status-wrapper {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.stock-status-wrapper .loader {
    margin-right: 5px;
}

/* The label of the pim text that replaces the stock indicator */
.pim-stock-text {
    color: red;
}

/* Change password */
form[action*="./changepassword.aspx"] .buttons {
    display: flex;
    flex-flow: row wrap;
    gap: .5rem;
}