@charset "utf-8";

.brand-filter {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ECEBE8;
}
.brand-filter > .brand-filter-label {
    font-size: 18px;
    font-family: 'Quicksand-Bold';
    line-height: 30px;
    padding: 0.5rem 1rem;
    background: #ECEBE8;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
.brand-filter > .brand-filter-options {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-start;
    margin: 0 0.5rem;
}
.brand-filter > .brand-filter-options > li {
    padding: 0.5rem;
}
.brand-filter > .brand-filter-options > li > a {
    font-size: 18px;
    font-family: 'Quicksand-Medium';
    cursor: pointer;
    color: var(--m2-brand-dark-color);
}
.brand-filter > .brand-filter-options > li.active > a,
.brand-filter > .brand-filter-options > li > a:hover {
    color: var(--m2-brand-blue-hover-light-color);
    text-decoration: underline;
}

@media only screen and (min-width: 768px) {
    .brand-filter {
        flex-direction: row;
        gap: 2rem;
        height: 80px;
    }
    .brand-filter > .brand-filter-label {
        width: auto;
        line-height: 80px;
        padding: 0 1rem;
    }
    .brand-filter > .brand-filter-options {
        margin-right: 2rem;
    }
}
@media only screen and (min-width: 992px) {
    .brand-filter {
        height: auto;
    }
    .brand-filter > .brand-filter-label {
        line-height: 30px;
        padding: 0.5rem 1rem;
    }
    .brand-filter > .brand-filter-options {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .brand-filter > .brand-filter-options > li {
        padding: 0.5rem 0;
    }
}

.brand-items {
}
.brand-items > .brand-item > a > .brand-item-img {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #E6E2D7;
    margin: 0 auto;
    background-color: var(--m2-brand-white-color);
}
.brand-items > .brand-item > a > .brand-item-img > img {
    opacity: 0.75;
    width: 70%;
    height: auto;
}
.brand-items > .brand-item > a:hover > .brand-item-img {
    background: var(--m2-brand-white-color) 0% 0% no-repeat padding-box;
    box-shadow: -3px 3px 6px #00000024;
    border: 1px solid #ECEBE8;
}
.brand-items > .brand-item > a:hover > .brand-item-img > img {
    opacity: 1;
}
.brand-items > .brand-item > a > .brand-item-title {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Quicksand-SemiBold';
    text-align: center;
    width: 100%;
    color: var(--m2-brand-dark-color);
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
.brand-items > .brand-item > a:hover > .brand-item-title {
    color: var(--m2-brand-blue-hover-light-color);
}

@media only screen and (min-width: 768px) {
    .brand-items > .brand-item > a > .brand-item-title {
        font-size: 22px;
        line-height: 28px;
    }
}

.brand-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.brand-item.brand-banner {
    margin-top: 40px;
}
.main-content-bottom-shop-online.shop-online {
    padding: 60px 0;
}
.main-content-bottom-questions {
    display: inline-block;
    width: 100%;
    background: rgba(235,244,251,0.30);
    padding: 70px 0;
}
.main-content-bottom-questions .container {
    max-width: 800px;
}
.main-content-bottom-questions .section-heading {
    text-align: center;
}
.main-content-bottom-questions .section-heading span {
    margin-top: 20px;
    display: inline-block;
}
.question-option-toggle {
    font-size: 22px;
    font-family: 'Quicksand-Medium';
    line-height: 28px;
    margin: 0;
    padding: 18px 40px 18px 20px;
    border-bottom: 1px solid #A0C5DD;
    background-image: url(/images/frontend_2023/question-plus.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    cursor: pointer;
}
.question-option.active .question-option-toggle {
    background-image: url(/images/frontend_2023/question-minus.png);
    font-family: 'Quicksand-Bold';
}
.question-option p {
    line-height: 27px;
    padding: 0 20px 20px;
    display: none;
    width: 100%;
}
.question-option.active {
    background: rgba(160,197,221,0.20);
}
.question-option.active .question-option-toggle {
    border-bottom: 0;
}
.question-option.active p {
    display: inline-block;
}
.sidebar-filter.opened .filter-title {
    background-image: url(/images/frontend_2023/filter-opend-icon.png);
}
.sidebar-filter .filter-content {
    display: none;
    width: 100%;
}
.sidebar-filter.opened .filter-content {
    display: inline-block;
}
.sidebar-filter .filter-options li{
    background-image: url(/images/frontend_2023/filter-child-plus.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;
}
.need-help h4 {
    font-size: 18px;
    font-family: 'Quicksand-Bold';
    line-height: 22px;
    margin-bottom: 15px;
}
.need-help-title {
    font-size: 15px;
    font-family: 'Quicksand-SemiBold';
    line-height: 20px;
    display: inline-block;
}
.need-help-info a, .need-help-info {
    font-size: 13px;
    font-family: 'Quicksand-Regular';
    line-height: 18px;
    color: var(--m2-brand-dark-color);
    margin-bottom: 0;
}
.need-help-info span {
    display: block;
}
.need-help-option {
    padding-left: 44px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 20px;
}
.need-help-option.chat {
    background-image: url(/images/frontend_2023/help-chat.png);
    margin-bottom: 15px;
}
.need-help-option.call {
    background-image: url(/images/frontend_2023/help-mobile.png);
}
.need-help-option.email {
    background-image: url(/images/frontend_2023/help-email.png);
}
.need-help-info a:hover {
    color: var(--m2-brand-blue-hover-light-color);
}
.need-help-option:last-child {
    margin-bottom: 0;
}
.main-content-bottom {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.brand-banner img {
    max-width: 100%;
}
/*@media only screen and (min-width: 1280px) and (max-width: 1365px) {
    .brand-item-img {
        min-height: 200px;
        max-width: 200px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
    .brand-item:not(.brand-banner) {
        width: 33.33333333%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    .two-column-left .sidebar{
        width: 33.33333333%;
    }
    .two-column-left .column {
        padding-left: 20px;
        width: 66.66666667%;
    }
    .brand-filter-label label {
        font-size: 14px;
        padding: 10px;
        margin-right: 14px;
    }
    .brand-filter-options li {
        font-size: 16px;
        font-size: 13px;
    }
    .brand-item-img {
        min-height: 190px;
        max-width: 190px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .sidebar-filter .filter-options li {
        font-size: 15px;
    }
}
@media only screen and (max-width: 1023px) {
    .two-column-left .column {
        padding-left: 12px;
    }
    .two-column-left .sidebar,.two-column-left .column {
        width: 100%;
    }
    .two-column-left .sidebar{
        order: 4;
        margin-top: 50px;
    }
}
*/
