.brand_top {
    margin-bottom: 2rem;
    position: relative;
    float:left;
    text-align: left;
    white-space: normal;  
    color: #000;
    align-items: center;
    width: 258px;
}
.brand_logo {
}
.brand_logo img {
    width: 100%;
    height: auto;
}
.brand_name {
    color: #070707;
    font-size: 2.133em;
    font-weight: 700;
    margin-bottom: 1rem;
}
.brand_preview {
    color: rgb(0 0 0);
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
}

.brand-popup .brand_top {
    display: flex;
    gap: 2rem;
    flex-direction: column;
    margin-bottom: 2rem;
}

.brand_container .brand_preview {
    overflow: visible;
    display: block;
    max-width: 100%;
}
.brand_container .brand_top {
    flex-direction: column;
}
/**/

.brand-overlay__coruption {
    display:none;
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.fixed-overlay.brand-overlay__coruption {
    text-align: center;
    white-space: nowrap;
}
.brand-overlay__coruption.visible {
    display:block;
}
.fixed-overlay__coruption {
    text-align: center;
    white-space: nowrap;
}

.brand-overlay__coruption::after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

.brand-popup {
    display: inline-block;
    vertical-align: middle;
    background:#fff;
    position: relative;
    margin: 50px;
    text-align: left;
    white-space: normal;
    background-color: #fff;    
    color: #000;
    width: 650px;
}
h1#pagetitle {
    display: none;
}
.brand-detail .right_block .dropdown-select__title {
    border: 1px solid #d4d4d4;
    padding: 8px 8px;
    font-size: 16px;
    background-color: #fff;  
    width: 180px;
}
.brand-detail .sort_header.view_block {
    padding: 0;
}
.brand-detail hr.bottoms {
    margin-bottom: 30px;
    background: #d4d4d4;
}
.subscribe_wrap {
    display: none;
}

.brand-detail .dropdown-select__drawer {
    width: 100%;
}

.brand-detail .menu-list__link {
    color: #333;
}
.brand-detail .top_block_filter_section {
    border: none;
    background: inherit;
}
.brand-detail .top_block_filter_section .title {
    padding: 0;
    font-size: 16px;
    line-height: 24px;

    border: none;
}
.section_lict-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0;
}
.bx_filter_section h3 {
    font-size: 16px;
    margin: 10px 0;
}
button.filters-right-close {
    display:none;
}
.sort_display {
    display: none;
}
.page-top .page-top-main {
    display:none;
}
@media screen and (max-width: 480px) {
    .brand_logo{
        text-align: center;
    }

    .brand_logo img{
        width:50%;
    }
}
