/**
    * @author CoderSpy Ltd, Bangladesh
    * @email: info@coderspy.com
    * @create date 2020-01-06 12:00:00
    * @modify date 2021-01-11 13:17:20
    * @desc MyFragranceMe is a Multivendor Ecommerce Web Application For Perfume Industry.
    * @version Version: 1.0
    * @php Requires PHP: 7.2
    * @tag Tags: MyFragranceMe, Ecommerce, Developed by CoderSpy
 **/

.single-brands {
    margin: 1px;
    padding: 10px;
    color: black;
    margin-bottom: 25px;
    box-shadow: 0 0 6px 1px rgba(174, 195, 206, .3);
    background: #fff;
    border-radius: 4px;
}

.single-brands img {
    width: 50px;
    height: 50px
}

.single-brands a p {
    color: rgb(0 0 0/ 0.90);
    margin: 9px 0 0 11px;
    font-size: 16px;
}

.single-brands a span {
    display: inline-block;
    min-width: 2.1em;
    padding: .4em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #008b92;
    color: #fefefe;
}

.all_brand_count {
    margin: 12px 0 0 -8px;
}


/* All Brand page  */

.single-brands img {
    image-rendering: -webkit-optimize-contrast;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .all_brand_name {
        font-size: 12px !important;
        margin: 9px 0 0 17px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .all_brand_name {
        font-size: 12px !important;
        margin: 9px 0 0 17px !important;
    }
}

@media only screen and (min-width: 486px) and (max-width: 575px) {
    .all_brand_name {
        font-size: 12px !important;
        margin: 9px 0 0 17px !important;
    }
    .xs_single_brand {
        width: 50% !important;
    }
    .all_brand_count {
        margin: 12px 0 0 -15px;
    }
}

@media only screen and (max-width: 485px) {
    .all_brand_name {
        font-size: 12px !important;
        margin: 9px 0 0 17px !important;
    }
    .xs_single_brand {
        width: 100%;
    }
}


/* brand_product page responsive */

@media only screen and (min-width: 550px) and (max-width: 575px) {
    .brnd_prfl_dtls h6 a {
        line-height: 22px !important;
    }
}