/** START Customize style oc-filter module **/

.ocf-theme-light{
    background:#fff;
    border-radius:8px;

}
/*.ocf-theme-light .ocf-selected-filter{*/
/*    background-color: #eceef2;*/
/*    border-radius: 4px;*/
/*    border: 1px solid #eb5f01;*/
/*}*/
.ocf-between {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    /*border: 2px solid #eb5f01;*/
    border-radius: 8px;
}

.ocf-btn-link{
    width: 100%;
}
.ocf-between:hover,
.ocf-btn-link:hover{
    color:#fff;
}



/** END Customize style oc-filter module **/

@media (max-width: 550px) {
    .prod_limit{display:none !important;}
}
.prod_limit {
    display: flex;
    align-items: center;
    margin-left: -2px;
    margin-right: -2px;
}

.prod_limit-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    line-height: 1.5;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    background: #f3f3f3;
    margin-left: 2px;
    margin-right: 2px;
}

.prod_limit-item.prod_limit-item--active {
    color: #eb5f01;
    cursor: default;
}

.dropdown-list {
    display: none;
    max-height: none;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
}

.toast {
    background-image: none;
    padding: 15px;
}

.qty {
    width: 100%;
    text-align: center;
    background-color: transparent;
}

.p404__box::after {
    content: attr(data-title);
}

.loading-mask {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Затемнение фона */
    z-index: 9999;
    backdrop-filter: blur(2px); /* Размытие фона */
}

.spinner {
    border: 5px solid #f5f5f5;
    border-top: 5px solid #eb5f01;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.rev-colect__content-wrap {
    flex-grow: 1;
}

.rev-colect .pc__cards-pagintaton-box {
    margin-top: 15px;
}

.pc__left-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 23.5%;
    flex: 0 1 23.5%;
    min-width: 260px;
    /*
    height: -webkit-fill-available;
    */
}