.b-cover-img {
    width: 100%;
    height: auto;
}

.brand-header {
    text-align: left;
    position: relative;
    height: auto;
}

.brand-header h1 {
    font-size: 3.125rem;
    line-height: 1;
    position: relative;
    font-weight: bold;
}

.brand-header h1 span {
    font-weight: normal;
}

.brand-header h1:before {
    content: '';
    position: absolute;
    display: block;
    height: 0.125rem;
    width: 1.75rem;
    background: white;
    left: 0;
    bottom: -1.25rem;
    z-index: 1;
}

.brand-section {
    background-color: #fafafa;
    padding-top: 0;
}

.brand-section .brand-img {
    background-color: #fff;
    box-shadow: 0rem 0.375rem 0.938rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    width: 10.3125rem;
    height: 10.3125rem;
    display: flex;
    margin-top: -85px;
    margin-bottom: 3.75rem;
}

.brand-section .brand-img img {
    width: 100%;
    height: auto;
    margin: auto;
}

.brand-section .brand-right-img {
    margin-top: -6.25rem;
}

.brand-section p {
    margin-bottom: 1.25rem;
}

.brand-cate-content {
    padding: 0;
    border-radius: 0.313rem;
    margin-bottom: 1.875rem;
}

.brand-cate-content h3 {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
    border-bottom: solid 0.0625rem #e1001e;
    padding-bottom: 0.625rem;
    color: #1f283b;
}

.brand-cate-content p {
    margin-bottom: 0;
    font-size: 1rem;
}

.brand-cate-content .BC-icon {
    width: 4.0625rem;
    height: 4.0625rem;
    border: solid 0.0625rem #fff;
    border-radius: 50%;
    margin-bottom: 0.625rem;
}

.brand-search {
    width: 60%;
    position: relative;
    margin-left: auto;
}

.brand-search .form-control {
    width: 100% !important;
    transition: 0.2s ease;
    font-size: 0.875rem;
}

.brand-search .btn-search {
    position: absolute;
    right: 0.313rem;
    padding: 0.25rem 0.375rem !important;
    border: none;
    letter-spacing: 0.063rem;
}

.brand-search .btn-search i {
    font-size: 1.125rem;
}

.brand-search .btn-search:hover,
.brand-search .btn-search:focus {
    background-color: transparent !important;
}

.brand-card {
    text-decoration: none;
    margin-bottom: 1.25rem;
    display: block;
}

.brand-card div {
    background-color: #f2f2f2;
    display: block;
    text-align: center;
    margin-bottom: 0.625rem;
    padding: 0.9375rem 0;
    border-radius: 0.313rem;
}

.brand-card div img {
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.2s ease;
    width: 6.25rem;
    height: auto;
}

.brand-card h3 {
    font-size: 1rem;
    color: #1f283b;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.brand-card span {
    font-size: 0.875rem;
    opacity: 0.8;
}

.brand-card:hover div {
    background-color: #f7f7f7;
}

.brand-card:hover div img {
    filter: none;
    opacity: 1;
    transition: 0.2s ease;
}

.brand-card:hover h3 {
    color: #e1001e;
}

.brand-rating {
    font-weight: bold;
    width: 8.875rem;
    height: 9.375rem;
    z-index: 5;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.brand-rating span {
    position: absolute;
    font-size: 1.5625rem;
    color: #1f283b;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin: auto;
    text-align: center;
    line-height: 1;
}

.brand-rating .br-pr-val {
    display: block;
    text-align: center;
    letter-spacing: 0.0625rem;
    background-color: #fff;
    color: #1f283b;
    border-radius: 0.188rem;
    width: 100%;
    font-size: 0.875rem;
}

.brand-rating svg {
    width: 7.5rem;
    height: 7.5rem;
    margin: auto;
    display: block;
}

.brand-rating .br-rating-label {
    font-size: 0.8125rem;
    letter-spacing: 0.4375rem;
    line-height: 1;
    color: #fff;
    text-align: center;
    margin-top: -0.5625rem;
    padding-bottom: 0.25rem;
    padding-left: 0.625rem;
}

.brand-pr-cat {
    margin-bottom: 1.875rem;
    display: block;
    position: relative;
}

.brand-pr-cat .sub-category {
    width: 100%;
    margin: auto;
    position: relative;
    font-family: #e1001e;
}

.brand-pr-cat .sub-category .owl-carousel {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}

.brand-pr-cat .sub-category .owl-carousel .owl-nav button {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: inherit;
    font-size: 2.5rem;
    outline: none;
    border: none;
    line-height: 36px !important;
}

.brand-pr-cat .sub-category .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0rem;
    top: -0.75rem;
}

.brand-pr-cat .sub-category .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0rem;
    top: -0.75rem;
    line-height: 1;
}

.brand-pr-cat .sub-category .owl-carousel .owl-nav:hover {
    background: #fff;
    color: #e1001e;
    text-decoration: none;
    outline: none;
    border: none;
}

.brand-pr-cat .sub-category .owl-carousel a,
.brand-pr-cat .sub-category .owl-carousel .owl-carousel__block {
    font-size: 0.844rem;
    padding: 0.313rem 1.063rem;
    float: left;
    border-radius: 1.875rem;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f2f2f2;
    cursor: pointer;
    color: #515151;
}

.brand-pr-cat .sub-category .owl-carousel a.active,
.brand-pr-cat .sub-category .owl-carousel a:hover,
.brand-pr-cat .sub-category .owl-carousel .owl-carousel__block.active,
.brand-pr-cat .sub-category .owl-carousel .owl-carousel__block:hover {
    background-color: #e1001e;
    color: #fff !important;
}
.brand-pr-cat .sub-category .owl-carousel .owl-carousel__block .owl-carousel__block-checkbox {
    display: flex;
    justify-content: center;
    align-content: center;
}
.brand-pr-cat .sub-category .owl-carousel .owl-carousel__block .custom-checkbox input[type="checkbox"] {

}

.related-pr-section .section-heading h2 {
    font-size: 2rem;
    margin-bottom: 0.938rem;
    position: relative;
    color: #1f283b;
    line-height: 1;
    text-align: left;
}

.related-pr-section .section-heading h2 span {
    color: #e1001e;
    font-weight: 400;
}

.related-pr-section .product-card {
    margin-bottom: 1.875rem;
}

.related-pr-section .card {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}

.mb-15 {
    margin-bottom: 15px !important;
}

@media (max-width: 1366px) {
    .brand-section .brand-img {
        width: 150px;
        height: 150px;
        margin-top: -79px;
    }

}

@media (max-width: 1024px) {
    .brand-search {
        width: 100%
    }

    .custom-select {
        width: 5.688rem;
    }

    .brand-section .brand-img {
        width: 130px;
        height: 130px;
        margin-top: -67px;
    }

    .brand-section .brand-right-img {
        margin-top: -6.25rem;
    }
}

@media (max-width: 800px) {
    .brand-section .brand-img {
        width: 110px;
        height: 110px;
        margin-top: -57px;
        margin-bottom: 1.875rem;
    }

    .brand-section .brand-right-img {
        margin: auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .brand-section .brand-img {
        width: 80px;
        height: 80px;
        margin-top: -41px;
        margin-bottom: 20px;
        box-shadow: 0rem 0.25rem 0.625rem 0rem rgba(0, 0, 0, 0.1);
    }

    .related-pr-section .section-heading h2 {
        font-size: 1.5rem;
    }

    .brand-cate-content h3 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .brand-cate-content .BC-icon {
        width: 3.125rem;
        height: 3.125rem;
        margin-bottom: 0.3125rem;
    }

    .sm-widh-set {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 480px) {
    .brand-section .brand-img {
        width: 65px;
        height: 65px;
        margin-top: -34px;
    }

    .related-pr-section {
        font-size: 14px;
    }

    .related-pr-section .product-card {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 375px) {
    .related-pr-section .section-heading h2 {
        font-size: 1.25rem;
    }

    .brand-section .brand-img {
        width: 60px;
        height: 60px;
        margin-top: -30px;
    }

    .brand-cate-content h3 {
        font-size: 1.0625rem;
    }
}