/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Shopbybrand
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

.block-brand-search .block-title {
    font-size: 3.5em;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

.block-brand-search .block-content .mp-searchbox {
    position: relative;
    max-width: 790px;
    text-align: left;
    margin: 0 auto;
}

.block-brand-search .search-btn {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
    height: 61px !important;
}

.block-brand-search .search-btn > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-btn:before {
    -webkit-font-smoothing: antialiased;
    font-size: 39px;
    line-height: 61px;
    color: #8f8f8f;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

@media (max-width: 500px) {
    .block-brand-search .search-btn:before {
        -webkit-font-smoothing: antialiased;
        font-size: 25px;
        line-height: 61px;
        color: #8f8f8f;
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
}

.block-brand-search .block-content .mp-searchbox .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
    padding: 20px 10px 20px 50px !important;
    height: auto !important;
}

@media (max-width: 500px) {
    .block-brand-search .block-content .mp-searchbox .form-control {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out .15s;
        padding: 20px 10px 20px 15px !important;
        height: auto !important;
    }
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    border-top: 0;
    padding: 10px 0;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.autocomplete-suggestion a.shopbybrand-suggestion:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left,
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right {
    float: left;
    padding: 5px 10px;
}

.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-left{
    width:90px;
}
.autocomplete-suggestion a.shopbybrand-suggestion .shopbybrand-suggestion-right{
    width:calc(100% - 90px);
}

.shopbybrand-product-name {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
}

.shopbybrand-product-des {
    color: #333333;
}

.block-brand-feature .block-content .owl-carousel {
    width: calc(100% - 40px);
    margin: auto;
}

.page-layout-1column .column.main {
    width: 100% !important;
}

.block-brand-feature .owl-carousel .owl-item img {
    height: 200px;
}

.block-brand-list ul.brand-options {
    list-style-type: none;
}

.block-brand-list ul.brand-options:after,
.block-brand-list .brand-mix-container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.block-brand-list ul.brand-options li {
    border: 1px solid #ddd;
    position: relative;
    min-width: 38px;
    float: left;
    margin-bottom: 5px;
    margin-left: 2px;
}

.block-brand-list ul.brand-options li#mp-first-opt {
    border-left: 1px solid #ddd;
}

.block-brand-list ul.brand-options li.active {
    background: #0ed08e;
    color: #ffffff;
}

.block-brand-list ul.brand-options li.control {
    cursor: pointer;
}

.block-brand-list ul.brand-options li.disabled {
    cursor: not-allowed;
}

.block-brand-list ul.brand-options a.mp-option-item {
    color: inherit;
    position: relative;
    display: block;
    padding: 10px 14px;
    line-height: 20px;
    text-decoration: none;
}

.block-brand-list ul.brand-options li.disabled a {
    color: #777;
    opacity: 0.5;
}

.block-brand-list .mp-filter.mix {
    float: left;
    margin: 5px;
}

.block-brand-list .mp-filter.mix .mp-label {
    text-align: center;
    padding: 10px;
}

.products {
    margin: 15px 0 !important;
}

.brand-list-content {
    width: 97%;
    float: right;
}

.brand-list-content ol {
    display: flex;
    flex-wrap: wrap;
}

.column.main .product-items {
    margin-left: 0px !important;
}

.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li a{
	text-transform: uppercase;
}

.product-list-container .brand-char-title {
    float: left;
    font-weight: 700;
    font-size: 22px;
    width: 3%;
    margin-top: 10px;
}

#quick-view .brand_title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

#quick-view .related-product-modal-title {
    float: left;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

.related-product-modal-content .toolbar-products {
    position: inherit !important;
}

.related-product-modal-content ol {
    display: flex;
    flex-wrap: wrap;
}

.related-product-modal-content .product-item-info {
    width: 90%;
}

@media (max-width: 769px) {
    #quick-view .related-product-modal-title {
        float: left;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        border-bottom: solid 1px #dfdfdf;
        margin-bottom: 15px;
    }

    .related-product-modal-content .toolbar-products {
        position: relative !important;
    }
}

#quick-view .brand-info-container {
    float: left;
    width: 30%;
    padding: 0 25px;
}

#quick-view .related-product-container {
    float: left;
    width: 60%;
}

.quicview_popup a {
    color: #dfdfdf;
}

@media (max-width: 603px) {
    #quick-view .brand-info-container {
        float: left;
        width: 100%;
        padding: 0;
    }

    #quick-view .related-product-container {
        float: left;
        width: 100%;
    }

}

.img-content {
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0;
}

.img-content img {
    width: 250px;
}

.brand_description {
    clear: both;
}

.shopbybrand-product-des p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
}

@media (min-width: 480px) {
    .shopbybrand-product-des p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 720px) {
    .shopbybrand-product-des p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 1024px) {
    .shopbybrand-product-des p {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#category-brand-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#category-brand-subtitle {
    display: block;
}

#block-category-brand-container {
    border-bottom: solid 1px #ccc;
}

.block-brand-feature .relate-content {
    text-align: center
}

.block-brand-feature .relate-content a {
    color: #333;
}
.block-brand-feature .relate-content.active a span{
    color: #000;
    /*border-bottom: 1px solid #000;*/
}

.block-brand-feature .relate-content a span {
    display: block;
}

@media only screen and (max-width: 767px) {
    .page-with-filter .columns .sidebar-main {
        width: 100%
    }
}

#thumbnail-brand-subtitle {
    display: block;
}

#block-brand-thumbnail-container {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

#brand-thumbnail-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#brand-thumbnail-menu li a {
    display: block;
    color: #000;
    padding: 3px 0;
    text-decoration: none;
}

#brand-thumbnail-menu li span {
    display: block;
    padding: 8px;
    padding-left: 50px;
}

.brand-items {
    padding-bottom: 4px;
}

.ln_overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
    display: none;
}

.loader img {
    top: 40%;
    left: 45%;
    display: block;
    position: fixed;
}

.ln_slider_container {
    width: calc(100% - 20px);
    margin: 0 15px 0 5px;
}

.brand-topmenu-image {
    width: 40px;
    height: 30px;
    float: left;
    padding: 2px 5px;
}

@media (max-width: 768px) {
    .nav-bottom-item li {
        width: 100%;
        text-align: center;
    }
}

.owl-carousel .owl-item img {
    height: 200px;
}

.page-layout-1column .column.main {
    width: 100% !important;
}

@media (max-width: 600px) {
    .brand-detail .product-item-photo {
        width: 100%;
        float: left;
        text-align: center;
    }

    .brand-detail .product-item-details {
        float: left;
    }
}

.mpbrand-index-index .column.main, .mpbrand-category-view .column.main{
    min-height: inherit;
}
.mpbrand-index-index .block-brand-feature .block-title, .mpbrand-category-view .block-brand-feature .block-title{
    margin:0 0 35px 0;
}
.mpbrand-index-index .block-brand-feature .block-title strong, .mpbrand-category-view .block-brand-feature .block-title strong{
    font-size: 18px;
    font-weight: bold;
}
.mpbrand-index-index .block-brand-feature .block-content, .mpbrand-category-view .block-brand-feature .block-content{
    width: 100%;
    margin: 0 auto;
}
.mpbrand-index-index .block-brand-feature .block-content .mp-searchbox, .mpbrand-category-view .block-brand-feature .block-content .mp-searchbox{
    float: left;
    width: 35%;
    border: solid 1px #dadada;
}
.mpbrand-index-index .block-brand-feature .block-content .mp-searchbox .form-control, .mpbrand-category-view .block-brand-feature .block-content .mp-searchbox .form-control{
    border: none;
    outline: none;
    padding: 10px 0 10px 10px;
    font-size: 1.167em;
    width: 90%;
    float: left;
    line-height: normal;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
}
.mpbrand-index-index .block-brand-feature .block-content .mp-searchbox .btn-primary, .mpbrand-category-view .block-brand-feature .block-content .mp-searchbox .btn-primary{
    width: 10%;
    float: right;
    padding: 0;
    background: none;
}
.mpbrand-index-index .block-brand-feature .block-content .mp-searchbox .btn-primary:before, .mpbrand-category-view .block-brand-feature .block-content .mp-searchbox .btn-primary:before{
    content: "\e909";
    font-family: 'mycustomfont';
    font-size: 22px;
    line-height: 40px;
}
.mpbrand-index-index .block-brand-feature .block-content .mp-searchbox .btn-primary span, .mpbrand-category-view .block-brand-feature .block-content .mp-searchbox .btn-primary span{
    display: none;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing{
    float: right;
    width: 65%;
    text-align: center;
    margin: 3px 0;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing li, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing li{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing li a, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing li a{
    font-size: 15px;
    text-transform: uppercase;
    color: #999999;
    letter-spacing: 1px;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing li a span, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing li a span{
    padding: 10px 20px;
    position: relative;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing li a span:before, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing li a span:before{
    position: absolute;
    height: 15px;
    width: 1px;
    right: 0;
    content: "";
    top: 50%;
    margin-top: -8px;
    background: #999999;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing li:last-child a span:before, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing li:last-child a span:before{
    display: none;
}
.mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing li a:hover, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing li a:hover{
    color: #000;
}
.mpbrand-index-index .block-brand-list, .mpbrand-category-view .block-brand-list{
    margin-top:20px;
    min-height:500px;
}
.mpbrand-index-index .block-brand-list .brand-options, .mpbrand-category-view .block-brand-list .brand-options{
    border:solid 1px #444444;
    border-right:none;
    border-left:none;
    padding: 7px 0;
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.mpbrand-index-index .block-brand-list .brand-options li, .mpbrand-category-view .block-brand-list .brand-options li{
    margin: 0;
    min-width: 35px;
    border:none;
    float: none;
    text-align: center;
    display: table-cell;
    font-size: 13px;
}
.mpbrand-index-index .block-brand-list .brand-options li#mp-first-opt, .mpbrand-category-view .block-brand-list .brand-options li#mp-first-opt{
    border-left:none;
}
.mpbrand-index-index .block-brand-list .brand-options li.active, .mpbrand-category-view .block-brand-list .brand-options li.active{
    background: none;
}
.mpbrand-index-index .block-brand-list .brand-options li.active a, .mpbrand-category-view .block-brand-list .brand-options li.active a{
    background-color: #000;
}
.mpbrand-index-index .block-brand-list .brand-options li a, .mpbrand-category-view .block-brand-list .brand-options li a{
    padding: 6px;
    width: 35px;
    margin: 0 auto;
}
.mpbrand-index-index .block-brand-list .brand-options li.disabled a, .mpbrand-category-view .block-brand-list .brand-options li.disabled a{
    color: #000;
    opacity: 1;
}

.mpbrand-index-index .brand-mix-container, .mpbrand-category-view .brand-mix-container{
    margin: 0px !important;
}

.mpbrand-index-index .product-list-container, .mpbrand-category-view .product-list-container{
    border:none;
    border-bottom:solid 1px #cccccc;
    padding: 0;
}

.mpbrand-index-index .brand-mix-container .flex-brand, .mpbrand-category-view .brand-mix-container .flex-brand{
    display: flex;
    flex-direction: column;
    float:left;
    width: 245px;
    padding: 0 10px;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-char-title, .mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-char-title{
    float: none;
    font-weight: 400;
    font-size: 30px;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content, .mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-list-content{
    width: 100%;
    float: none;
    padding: 10px 0;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol, .mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-list-content ol{
    margin: 0 !important;
    padding: 0;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li, .mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li{
    width: 100%;
    margin: 0px;
    padding: 0;
}
.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li a, .mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li a{
    padding:5px 0 !important;
    color: #676767;
        font-size: 13px;
}

@media (max-width: 1024px) {
    .mpbrand-index-index .block-brand-feature .block-title, .mpbrand-category-view .block-brand-feature .block-title {
        margin: 25px 0;
    }
    .mpbrand-index-index .block-brand-feature .block-content, .mpbrand-category-view .block-brand-feature .block-content{
        width: 100%;
    }
    .mpbrand-index-index .block-brand-feature .block-content .mp-searchbox, .mpbrand-category-view .block-brand-feature .block-content .mp-searchbox{
        width: 100%;
        float: none;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .mpbrand-index-index .block-brand-feature .block-content .brand-cat-listing, .mpbrand-category-view .block-brand-feature .block-content .brand-cat-listing {
        float: none;
        width: 100%;
        text-align: center;
        margin: 3px 0;
    }
    .mpbrand-index-index .block-brand-list, .mpbrand-category-view .block-brand-list {
        margin-top: 10px;
        min-height: 500px;
    }
    .mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li, .mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-list-content ol li {
        width: 100% !important;
    }
    .mpbrand-index-index .brand-mix-container .flex-brand, .mpbrand-category-view .brand-mix-container .flex-brand{
        width: 100%;
    }
}
@media (max-width: 768px) {
    .mpbrand-index-index .block-brand-list .brand-options, .mpbrand-category-view .block-brand-list .brand-options{
        display: block;
    }
    .mpbrand-index-index .block-brand-list .brand-options li, .mpbrand-category-view .block-brand-list .brand-options li {
        display: block;
        width: 15%;
        float: left;
    }
}
@media (max-width: 480px) {
    .mpbrand-index-index .block-brand-list .brand-options li, .mpbrand-category-view .block-brand-list .brand-options li {
        width: 25%;
    }
}


.brand-list-content ol {
        display: block;
    flex-wrap: wrap; 
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
}
.mpbrand-index-index .block-brand-list .brand-options { 
    display: grid;
    width: 100%;
    position: fixed;
    top: 200px;
    position: sticky;
    z-index: 9;
    top: 130px;
    overflow: -moz-scrollbars-none;
    /* overflow-y: scroll; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    height: -webkit-calc(100vh - 150px);
    height: auto;
    background-color: #fff;
    border: none;
    padding: 0;
}
.block.block-brand-list.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 20px 56px;
}
.block-content.brand-mix-container.products.wrapper.grid.products-grid {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    flex: 1 0;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0;
    flex: 1 0;
    margin-right: 20px !important;
}
.brand-list-content {
    position: relative;
    min-height: 180px;
    margin-bottom: 56px;
    padding-bottom: 5% !important;
    border-bottom: 1px solid #222;
}

.mpbrand-index-index .brand-mix-container .flex-brand { width: 100%; }
.char_text { position: relative; }
.char_text .brand-char-title {
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -10px;
    /* overflow: hidden; */
    min-height: 180px;
    font-size: 180px;
    line-height: 1;
    text-transform: uppercase;
    color: #f0f0f0;
    clear: both;
}

.mpbrand-index-index .brand-mix-container .flex-brand .product-list-container .brand-char-title { font-size: 180px; }

.mpbrand-index-index .product-list-container { border-bottom: none; }

@media (max-width: 1440px) {
    .brand-list-content ol { 
        webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 767px) {
    .brand-list-content ol { 
        webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .block.block-brand-list.container { padding: 0 0px 56px; }
}



.mpbrand-category-view .brand-mix-container .flex-brand {
    width: 100%;
    display: block;
}

.block-title ul.nav.brand-options.navbar-nav.controls {
    display: grid;
    width: 100%;
    position: fixed;
    top: 200px;
    position: sticky;
    z-index: 9;
    top: 130px;
    overflow: -moz-scrollbars-none;
    /* overflow-y: scroll; */
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    height: -webkit-calc(100vh - 150px);
    height: auto;
    background-color: #fff;
    border: none;
    padding: 0;
}
.mpbrand-category-view .brand-mix-container .flex-brand .product-list-container .brand-char-title {
    font-size: 180px;
}
.mpbrand-category-view .brand-mix-container .product-item-link {
    display: inline-block;
}
.mpbrand-category-view .product-list-container { border-bottom: none; }