

/* Start:/local/templates/masterwatt_new/components/bitrix/catalog/catalog/style.css?17669989426140*/
.sticky-content.fixed {
    position: fixed;
    top: 131px;
    z-index: 99;
    border: 1px solid var(--clr-red);
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.sticky-content.fixed section {
    background: white;
    z-index: 99;
}
.sticky-content.fixed section .sort-box {
    background: #fff;
    margin: 0;
}
.sticky {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/*.sort-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}*/
.items-wrap-new {
    text-align: justify;
}
.items-wrap-new div.item-wrap {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #E7EAED;
    margin-bottom: 20px;
    padding: 15px 20px 6px 20px;
    height: 135px;
}
.items-wrap-new div.item-wrap:hover .cat-price {
    color: #000000;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .items-wrap-new div.item-wrap {
        padding: 15px;
        min-width: 100%;
        height: 127px;
        margin-bottom: 0;
    }
}
.items-wrap-new div.item-wrap:not(.empty):hover {
    box-shadow: 0 0 20px 0 #00000012;
}
.items-wrap-new div.item-wrap .cat-photo {
    height: 105px;
    display: inline-flex;
    width: 20.76%;
    align-items: center;
    text-align: center;
    margin-right: 4.33%;
}
.items-wrap-new div.cat-content {
    display: inline-flex;
    max-width: 68%;
    vertical-align: top;
    margin-right: 10px;
    align-items: start;
    height: 100%;
}
.items-wrap-new div.cat-content .cat-content-down {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    align-self: end;
    height: 51px;
    padding-right: 20px;
}
.second-down-wrap {
    margin-left: auto;
    font-size: 15px;
}
.items-wrap-new div.cat-content .cat-brand-img {
    height: 40px;
    align-self: center;
    margin-top: -5px;
}

.items-wrap-new div.cat-content .cat-price {
    display: block;
    font-size: 100%;
    height: 48%;
    text-align: right;
    font-weight: bold;
}
.items-wrap-new div.item-wrap div.cat-title {
    line-height: 18px;
    display: flex;
    align-self: start;
    height: 55px;
    overflow: hidden;
    font-size: 14px;
}
.items-wrap-new div.item-wrap.empty {
    border: none;
    height: 0;
}
.items-wrap-new div.cat-content .cat-available {
    text-align: right;
    height: 47%;
}
.items-wrap-new div.cat-content .cat-available .available {
    color: #0a8d18;
}
.items-wrap-new div.cat-content .cat-available .not-available {
    color: #ef9100;
}
.items-wrap-new div.cat-content .cat-available .availableRes {
    color: #2556ff;
}
@media (max-width: 1024px) {
    .items-wrap-new div.cat-content div.cat-available {
        right: 10px;
        margin-top: -2px;
    }
    .items-wrap-new div.cat-content .cat-available span {
        font-size: 14px;
    }
    .items-wrap-new div.cat-content .cat-available span br {
        display: none;
    }
    .items-wrap-new div.cat-content div.cat-price {
        margin-bottom: 20px;
        right: 10px;
        position: inherit;
    }
    .items-wrap-new div.cat-content div.cat-price span.price-value.full {
        display: none;
    }
}
@media (min-width: 1px) and (max-width: 1024px) {
    .items-wrap-new div.item-wrap div.cat-photo {
        width: 17.24%;
        align-items: start;
    }
    .items-wrap-new div.cat-content .cat-brand-img {
        margin-left: -29%;
        margin-top: 35px;
        max-width: 22.27%;
    }
    .items-wrap-new div.cat-content .cat-content-down {
        padding-right: 0;
    }
    .items-wrap-new div.cat-content div.cat-price {
        margin-bottom: 0;
        margin-top: 20px;
    }
}
.items-wrap-new div.cat-content div.cat-price .price-value.rounded {
    display: none;
}
.not-sticky-content section .sort-box {
    margin: 0 0 22px 0;
    width: 100%;
    justify-content: space-between;
}
.not-sticky-content section .sort-box > div {
    display: inline-flex;
}
.not-sticky-content section .sort-box > div.fake-select-wrap {
    display: inline-block;
    margin-right: 30px;
    width: auto;
    font-size: 15px;
}
.not-sticky-content section .sort-box > div.fake-select-wrap .fake-select {
    border: none;
}
.not-sticky-content section .sort-box div.sort-items {
    margin-right: 40px;
}
.sort-box .view-type {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    width: 211px;
    margin-right: auto;
}
.sort-box .view-type a {
    display: inline-block;
    color: var(--clr-red);
    margin-right: 10px;
    font-size: 20px;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .not-sticky-content section .sort-box > div.fake-select-wrap {
        width: 65%;
        order: 3;
    }
    .sort-box .view-type a {
        font-size: 16px;
        margin-left: 0;
        margin-right: 15px;
    }
    .sort-box .view-type {
        max-width: 50%;
        order: 1;
        width: 130px;
    }
    .not-sticky-content section .sort-box > div.action-wrap {
        order: 4;
        align-items: center;
    }
    .not-sticky-content section .sort-box {
        margin-bottom: 15px;
    }
}
.sort-box .view-type a div {
    margin-top: -2px;
}
.sort-box .view-type a div.unactive {
    color: #00000080;
    border-bottom: 2px dashed #00000080;
    padding-bottom: 3px;
}
div.sort-box .sort-title {
    margin-left: 30px;
    width: 122px;
}
.div-display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 600px) {
    .div-display-flex {
        display: block;
    }
}
.catalog-view-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
}
.catalog-view-buttons span {
    margin-right: 15px;
    font-size: 15px;
}
div.catalog-box .catalog-title {
    padding-left: 0;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .catalog-view-buttons {
        order: 2;
        span {
            font-size: 14px;
        }
    }
    .sticky-element {
        padding: 0 15px;
    }
    div.catalog-box .catalog-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }
}
/* End */


/* Start:/local/templates/masterwatt_new/components/citfact/catalog.smart.filter/.default/style.css?17669989422648*/
.frm-field-range .range-title-wrap div.range-title,
.filter-box div.filter-section-title {
    color: #383c3e;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
}
.filter-box div.filter-section-wrap {
    border-bottom: none;
    margin-top: 25px;
    &.gabarit-wrap {
        .filter-section-content {
            .filter-section-wrap {
                .range-title {
                    font-weight: 400;
                    font-size: 14px;
                }
            }
        }
    }
}
@media (min-width: 1px) and (max-width: 1024px) {
    .filter-box div.filter-section-wrap:first-of-type {
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .filter-box div.filter-section-wrap {
        margin-top: 10px;
    }
}
.frm-field-range input.form-input {
    height: 30px;
    width: 126px;
    color: #000000B2;
    border: 1px solid #E7EAED;
}
.frm-field-range div.range-field-wrap {
    padding: 0;
    width: auto;
}
.frm-field-range div.range-fields-wrap {
    justify-content: space-between;
    width: 100%;
    margin: 20px 0 0;
}
.frm-field-range div.range-fields-wrap::before {
    width: 0;
}
div.b-range-slider {
    margin-bottom: 0;
}
.filter-box div.filter-section-title::before {
    background-image: url(/local/templates/masterwatt_new/img/icons/arrow-att-new.svg);
}
.filter-box div.filter-section-title.no-expanding::before {
    content: unset;
}
.filter-box div.filter-section-submit {
    margin-top: 36px;
}
.filter-box .filter-section-submit div.submit-button {
    height: 48px;
}
.filter-box .filter-section-submit input.btn {
    text-transform: none;
    font-size: 15px;
    height: 100%;
}
.filter-box .filter-section-submit input.btn.button-second {
    background-color: #EEEFF1;
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
.filter-box .filter-section-submit input.btn.button-second:hover {
    color: #000000;
}
.filter-closer, .filter-title {
    display: none;
}
@media (min-width: 1px) and (max-width: 1024px) {
    .filter-closer {
        display: block;
        position: absolute;
        right: -9px;
        top: -38px;
        cursor: pointer;
        color: #bbb;
        font-size: 18px;
        padding: 10px;
    }
    .filter-closer:before {
        content: "";
        background-image: url(/local/templates/masterwatt_new/img/icons/burger-close.svg);
        width: 18px;
        height: 18px;
        display: block;
        background-size: 18px;
    }
    .filter-title {
        display: block;
        position: absolute;
        top: -27px;
        color: #000;
        font-weight: 700;
        left: calc(50% - 33px);
    }
}
/* End */


/* Start:/local/templates/masterwatt_new/components/bitrix/catalog.item/list_new/style.css?17670111366375*/
.item-product-line div.elm-price {
    width: 160px;
    white-space: normal;
}
.additional div.b-product-card__price div.item-price {
    font-size: 14px;
}
div.products-box {
    h2.h2-title {
        font-size: 30px;
        font-weight: 700;
        display: inline-block;
    }
    .title-outer-wrap {
        font-size: 14px;
        border-bottom: 1px solid #E7EAED;
        color: #00000080;
        margin-bottom: 0;
        .title-wrap {
            &.title00 {
                width: 8%;
                position: static;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                top: 19px;
                left: 0;
                padding-right: 10px;
            }
            &.title01 {
                width: 10%;
            }
            &.title03 {
                width: 8%;
            }
            &.title06 {
                width: 8%;
                padding-right: 5px;
            }
            &.title07 {
                width: 8%;
            }
            &.title08 {
                width: 5%;
            }
        }
    }
    .item-product-line {
        font-size: 14px;
        .pr-title {
            &.title00 {
                width: 8%;
                padding: 0 20px 0 0;
                -ms-flex-negative: 0;
                flex-shrink: 0;
                word-break: break-all;
                text-align: center;
                img {
                    max-height: 51px;
                }
            }
            &.title01 {
                width: 10%;
                font-size: 12px;
                color: #00000080;
            }
            &.title02 {
                height: 51px;
                overflow: visible;
                align-items: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                a {
                    max-height: 51px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 4;
                    color: #383c3e;
                    &:hover {
                        color: var(--clr-red);
                    }
                }
            }
            &.title03 {
                width: 8%;
            }
            &.title06 {
                width: 8%;
                padding-right: 5px;
                div.b-product-card__price {
                    margin-top: 0;
                    align-items: center;
                }
                .item-percent-discount {
                    display: none;
                }
                .item-price-old.span-price {
                    text-decoration: line-through;
                }
            }
            &.title07 {
                width: 8%;
                .frm-field-counter {
                    width: 85px;
                    height: 30px;
                    .btn-plus, .btn-minus {
                        width: 25px;
                        height: 30px;
                    }
                    .js-input-counter.form-input {
                        height: 30px;
                        font-size: 13px;
                    }
                }
            }
            &.title08 {
                width: 5%;
                .btn {
                    width: 30px;
                    height: 30px;
                    .button-ico {
                        width: 14px;
                        height: 14px;
                    }
                }
            }
        }
    }
    .horizontal {
        &.main-favorite-ico {
            top: 30%;
            right: 0;
        }
        &.main-compare-ico {
            top: 55%;
            right: 0;
        }
    }
}
@media (min-width: 1px) and (max-width: 1024px) {
    .products-box {
        h2.h2-title {
            font-size: 22px;
        }
        .item-wrap {
            height: 150px;
        }
    }
    div.products-box {
        border-top: 1px solid #E7EAED;
        .item-product-line {
            padding: 5px 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            .pr-title {
                display: inline-block;
                &.title00 {
                    width: 17%;
                    max-height: 40px;
                    padding-right: 10px;
                    height: 40px;
                    img {
                        max-height: 40px;
                    }
                }
                &.title01 {
                    width: 70%;
                    align-items: center;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    color: #00000080;
                }
                &.title02 {
                    width: 100%;
                    flex: auto;
                    height: auto;
                    margin-top: 5px;
                    margin-bottom: 3px;
                    min-height: 34px;
                    height: 34px;
                    overflow: visible;
                    a {
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        -webkit-line-clamp: 2;
                    }
                }
                &.title03 {
                    width: 100%;
                }
                &.title06 {
                    width: 50%;
                    margin-right: auto;
                }
                &.title07 {
                    width: 26%;
                    margin-right: 5px;
                }
                &.title08 {
                    width: 9%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    justify-content: end;
                }
            }
        }
        .item-wrap.additional {
            .horizontal {
                &.main-favorite-ico {
                    right: 15px;
                    top: 15px;
                }
                &.main-compare-ico {
                    right: 45px;
                    top: 12px;
                }
            }
        }
    }
}
/* End */
/* /local/templates/masterwatt_new/components/bitrix/catalog/catalog/style.css?17669989426140 */
/* /local/templates/masterwatt_new/components/citfact/catalog.smart.filter/.default/style.css?17669989422648 */
/* /local/templates/masterwatt_new/components/bitrix/catalog.item/list_new/style.css?17670111366375 */
