

/* Start:/local/components/reywood/catalog/tools/style.css?17521325735196*/
.hide {
    display: none !important;
}

.brand-partition {
    overflow: hidden
}

@media (min-width:768px) {
    .brand-partition {
        padding: 0;
        margin-bottom: 0 solid #efefef;
        border-top: 0 solid #efefef;
        border-bottom: 0;
        height: 0
    }
}

@media (max-width:767px) {
    .brand-partition {
        position: fixed;
        top: -100%;
        transition: 0.3s;
        background-color: #ffffff;
        left: 0;
        width: 100%;
        height: 100%
    }
}

@media (min-width:768px) {
    .brand-partition.open {
        height: auto;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
        padding: 40px 0 15px;
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .brand-partition.open {
        display: flex;
        flex-direction: column;
        top: 0;
        z-index: 51
    }
}

.brand-partition__toggle:not(.icon_clear) {
    font-size: 15px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: -10px auto 40px
}

@media (min-width:768px) {
    .brand-partition__toggle:not(.icon_clear) {
        margin: 0 auto 70px;
        max-width: 300px
    }
}

.brand-partition__drop {
    overflow-y: auto;
    padding: 20px
}

@media (min-width:768px) {
    .brand-partition__drop {
        columns: 4 30px;
        vertical-align: top;
        padding: 0
    }
}

.brand-partition__item {
    display: inline-block;
    margin-bottom: 20px;
    min-width: 200px
}

@media (min-width:768px) {
    .brand-partition__item {
        margin-bottom: 25px;
        overflow: hidden;
        page-break-inside: avoid;
        break-inside: avoid;
        break-inside: avoid-column
    }
}

.brand-partition__title {
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    margin-bottom: 16px;
    display: inline-block;
    text-decoration: none
}

@media (min-width:768px) {
    .brand-partition__title {
        margin-bottom: 25px
    }
}

.brand-partition__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px
}

.brand-partition__list-item {
    margin-bottom: 10px
}

.brand-partition__list-link {
    color: #4c4c4c;
    text-decoration: none
}

.brand-partition__list-link:hover {
    color: #000000
}

.brand-partition__head {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    position: relative;
    height: 48px;
    padding: 5px 50px;
    border-bottom: 1px solid #ececec
}

.brand-partition__head-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400
}

.brand-partition__head .icon_clear {
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 24px
}

.product-filter__bottom {
    z-index: 10
}

.mobile-block {
    display: none
}

.mobile-block {
    display: block
}

.btn-clear-desktop {
    display: none !important;
}

.tag-close {
    background-color: #000000 !important;
    padding-right: 30px !important;
}

.tag-close a {
    color: #ffffff;
}

.tag-close .icon_clear {
    font-size: 16px;
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-left: 5px;
}

.tag-close .icon_clear:before {
    position: absolute;
    top: 1px;
    right: 1px;
    color: #000000;
}

.category__tag.active {
    background-color: #000000 !important;
}

.category__tag.active a {
    color: #ffffff
}

@media (max-width:991px) {

    .myCollection .grid-product--tripple:not(.slick-initialized),
    .myCollection .grid-product:not(.slick-initialized) {
        justify-content: left;
    }
}

.pagination .next a:before,
.pagination .prev a:before {
    content: "";
    width: 16px;
    height: 16px;
}

.pagination .prev a:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.16667 12.375L3 8M3 8L7.16667 3.625M3 8L13 8"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="black"/></svg>');
}

.pagination .prev.disabled a:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.16667 12.375L3 8M3 8L7.16667 3.625M3 8L13 8"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="%23A1A0A0"/></svg>');
}

.pagination .next a:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.83333 3.625L13 8M13 8L8.83333 12.375M13 8L3 8"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="black"/></svg>');
}

.pagination .next.disabled a:before {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.83333 3.625L13 8M13 8L8.83333 12.375M13 8L3 8"  stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" stroke="%23A1A0A0"/></svg>');
}
/* End */
/* /local/components/reywood/catalog/tools/style.css?17521325735196 */
