.manufacturer-page,.manufacturer-detail-page{
    padding:0 10px;
    color: #1d1d1f;
    width: 100%;
    max-width: 1420px;
    margin: auto;
    padding-bottom: 80px;
    overflow: hidden;
    box-sizing: border-box;
}

.manufacturer-page .manufacturer-page-top {
    margin-bottom: 40px;
}

.manufacturer-page .manufacturer-page-top span {
    opacity: 0.7;
}

.manufacturer-page .mfr-list-nav-container a {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    color: rgb(51, 65, 85);
    text-align: center;
    font-size: 14px;
}

.manufacturer-page .mfr-listing-container .mfr-list-nav-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.manufacturer-page .mfr-listing-container .mfr-list-nav-container ul li {
    margin: 2px;
}

.manufacturer-page .mfr-listing-container .mfr-list-container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.manufacturer-page .mfr-listing-container .mfr-list-container ul li {
    width: 25%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 14px;
    list-style: inside;
    color: rgba(60, 60, 67, 0.60);
}
.manufacturer-page .mfr-listing-container .mfr-list-container ul li a{
    color: #1D1D1F;
}
.manufacturer-page .mfr-listing-container .mfr-list-container p {
    font-weight: 900;
    color: #1D1D1F;
    font-size: 14px;
    display: block;
    padding: 8px;
    background: rgba(116, 116, 128, 0.08);
    margin: 20px 0;
}

/* manufacturer-detail-page */
.manufacturer-detail-page .manufacturer-detail-data-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    border: solid 1px rgba(60,60,67,0.18);
    margin-top: 10px;
}
.manufacturer-detail-page .manufacturer-logo {
    width: 30%;
    max-width: 300px;
    padding: 0 20px;
    border: solid 1px rgba(60,60,67,0.18);
    border-width: 0 1px 0 0;
    display: flex;
    align-items: center;
    justify-items: center;
}
.manufacturer-detail-page .manufacturer-logo img{
    width: 200px;
    height: 100px;
}
.manufacturer-detail-page .manufacturer-content{
    flex: 1;
}
.manufacturer-detail-page .manufacturer-content .manufacturer-title {
    font-size: 54px;
    font-weight: 900;
    color: #1D1D1F;
    line-height: 62px;
    margin: 0;
    padding: 10px 20px 14px 20px;
    display: block;
    border: solid 1px rgba(60,60,67,0.18);
    border-width: 0 0 1px 0;
}
.manufacturer-detail-page .manufacturer-content .manufacturer-desc {
    display: block;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1F;
    line-height: 22px;
    opacity: 0.7;
}
.manufacturer-detail-page .manufacturer-product-data .products-catalogue-title {
    font-size: 24px;
    font-weight: 900;
    color: #1D1D1F;
    line-height: 32px;
    margin: 80px 0 40px;
}
.manufacturer-detail-page .product-category-container .item-content ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: unset;
    margin: 5px 30px 30px;
}
.manufacturer-detail-page .product-category-container .item-title{
    display: block;
    width: 100%;
    background: rgba(116,116,128,0.08);
    padding: 8px;
    box-sizing: border-box;
}
.manufacturer-detail-page .product-category-container .item-title .title-text{
    font-size: 14px;
    font-weight: 900;
    color: #1D1D1F;
    line-height: 22px;
}

.manufacturer-detail-page .item-category-count{
    color: rgba(60,60,67,0.6);
    margin-left: 10px;
    font-weight: 400;
}
.manufacturer-detail-page .product-category-container .item-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: unset;
    margin: 5px 30px 30px;
    color: rgba(60,60,67,0.6);
}
.manufacturer-detail-page .product-category-container .item-ul .item-li{
    width: 30%;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 5px 0;
}
.manufacturer-detail-page .product-category-container .item-ul .item-li  a{
    color: #1D1D1F;
}
@media screen and (max-width: 768px) {
    .manufacturer-page, .manufacturer-detail-page{
        padding: 0 10px;
    }
    .manufacturer-page .manufacturer-page-top .page-titie h1{
        font-size: 20px;
        margin: 20px 0;
    }
    .manufacturer-page .mfr-listing-container .mfr-list-container ul li{
        width: 100%;
    }
    .manufacturer-page .mfr-listing-container .mfr-list-container p{
        margin: 40px 0 20px;
    }

    
    .manufacturer-detail-page .manufacturer-detail-data-container{
        flex-direction: column;
    }
    .manufacturer-detail-page .manufacturer-content .manufacturer-title{
        font-size: 17px;
        padding: 20px 10px;
    }
    .manufacturer-detail-page .manufacturer-product-data .products-catalogue-title{
        margin: 40px 0 20px;
        font-size: 17px;
    }
    .manufacturer-detail-page .product-category-container .item-ul .item-li{
        width: 100%;
    }
    .manufacturer-detail-page .manufacturer-content .manufacturer-desc{
        padding: 20px 20px 10px 20px;
    }
    .manufacturer-detail-page .manufacturer-logo {
        width: 100%;
        padding: 0;
        border-width: 0 0 1px 0;
        max-width: initial;
    }
    .manufacturer-detail-page .manufacturer-logo img{
        max-width: 355px;
        display: block;
        margin: auto;
    }
}
