

/* Start:/local/templates/main/components/bitrix/catalog/catalog/style.css?17840219103392*/
.catalog-panel {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 12px;
    margin: 25px 0;
}

.catalog-filter-container {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: 12px;
}

.catalog-sorting {
    position: relative;
}

.catalog-sorting-title {
    position: relative;
    padding: 11px 40px 11px 15px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1008 1008"><path d="M504 672L252 420l59-59 193 193 193-193 59 59z"/></svg>');
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #000;
    cursor: pointer;
}

.catalog-sorting[data-expanded="false"] .catalog-sorting-values {
    display: none;
}

.catalog-sorting-values {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    margin-top: 10px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    z-index: 4;
}

.catalog-sorting-value {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.catalog-sorting-value:hover,
.catalog-sorting-value[data-selected="true"] {
    text-decoration: underline;
}

.catalog-sorting-value-selected {
    font-weight: 600;
}

.catalog-sorting-value + .catalog-sorting-value {
    margin-top: 15px;
}

.catalog__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.catalog__tag {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    background-color: #EFEFF0;
    transition: .4s all;
}

.catalog__tag:hover {
    color: #00000080;
}

.catalog__tags_inner {
    position: relative;
    min-width: 665px;
    background-color: #EFEFF0;
}

.catalog__tags_inner:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -9px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7L8 13L14 7' stroke='black'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.catalog__tags_inner[data-expanded="true"]:before {
    transform: rotateZ(180deg);
}

.catalog__tags-title_inner {
    padding: 10px 17px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
}

.catalog__tags-container_inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 20px;
    background-color: #EFEFF0;
    z-index: 10;
}

.catalog__tags_inner[data-expanded="false"] .catalog__tags-container_inner {
    display: none;
}

.catalog__tag_inner {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    color: #000;
    transition: .4s all;
}

.catalog__tag_inner:hover {
    color: #00000080;
}

@media (max-width: 768px) {
    .catalog__tags_inner {
        width: 100%;
        min-width: unset;
    }
}
/* End */


/* Start:/local/templates/main/components/ersta/rating/card/style.css?1717414348213*/
.product-stars-rop-wrapper {
    display: flex;
}
.productCard .product-stars-rop-wrapper .product-stars {
    margin-bottom: 0;
}
.productCard .product-stars-rop-wrapper .product-stars li{
    line-height: 1.5;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/catalog/style.css?17840219103392 */
/* /local/templates/main/components/ersta/rating/card/style.css?1717414348213 */
