.alphabet-list {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.2em;
}
.alphabet-list li {
    list-style: none;
    width: 2.6em;
    height: 2.4em;
    box-sizing: border-box;
    background: #f5f5f5;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    border-right: 1px solid #ccc;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s all;
    margin: 0 0.1em 0.6em;
}
.alphabet-list li:first-child {
    border-left: 0;
}
.alphabet-list li:last-child {
    border-right: 0;
}
.brand-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-top: 20px;
    margin-top: 5px;
    border-top: 1px solid #ccc;
}
.brand-list li {
    margin-bottom: 10px;
}
.brand-list li a {
    color: var(--blue);
    display: block;
}
.alphabet-list li:hover, .alphabet-list li.active {
    color: #ccc;
}
.brand {
    padding: 0 18px;
}
.brand-list li a:hover {
    text-decoration: underline;
}
.letter-title {
    font-size: 40px;
    line-height: 44px;
    margin-top: 20px;
}
section.category-wrapper-section {
    padding-top: 0 !important;
}
.common-heading {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    text-align: center;
    color: var(--light-blue);
}
.common-heading.page-title_with_breadcumb {
    padding: 15px 0 10px;
}
.common-heading.page-title_with_breadcumb h1 {
    padding: 0;
}
.breadcumbs {
    display: flex;
    align-items: center;
    margin-top: 18px;
}
.page-title_with_breadcumb .breadcumbs {
    margin-top: 0;
    justify-content: center;
}
.breadcumbs .breadcumb-link {
    color: #a9a9a9;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.breadcumbs .breadcumb-arrow {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 0;
    padding: 0 10px;
}
.breadcumbs .breadcumb-arrow:after {
    position: absolute;
    content: '';
    border-top: 1px solid #7b7b7b;
    border-right: 1px solid #7b7b7b;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    right: 8px;
    top: 4px;
}
.breadcumbs .breadcumb-link:last-child {
    font-weight: 400;
    color: #8b8b8b;
}
.brand-filter {
    border-top: 1px solid #e9e9e9;
    padding-top: 50px;
}

/* new d r */
@media screen and (max-width: 1199px) {
    .brand-list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
/*1199 end*/
@media only screen and (max-width: 1023px) {
    .common-heading h1 {
        padding: 25px 14px 25px;
        background: var(--light-blue);
        color: white;
        line-height: 38px;
        font-weight: 400;
   }
    .breadcumbs {
        margin-bottom: 10px;
   }
    .common-heading.page-title_with_breadcumb {
        padding: 15px 0 6px;
        background: var(--blue);
   }
    .common-heading.page-title_with_breadcumb h1 {
        background: none;
   }
    .page-title_with_breadcumb .breadcumbs {
        margin-top: 3px;
        justify-content: center;
   }
    .breadcumbs .breadcumb-link {
        color: #dcdcdc;
   }
    .breadcumbs .breadcumb-link:last-child {
        font-weight: 400;
        color: #ffffff;
   }
    .breadcumbs .breadcumb-arrow:after {
        border-top: 1px solid #dcdcdc;
        border-right: 1px solid #dcdcdc;
   }
}
/*1023 end*/
@media screen and (max-width: 991px) {
    .brand-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
/*991 end*/
@media screen and (max-width: 767px) {
    .brand-list {
        grid-template-columns: 1fr 1fr;
    }
}
/*767 end*/
@media screen and (max-width: 539px) {
    .brand-list {
        grid-template-columns: 1fr;
    }
    .alphabet-list li {
        font-size: 16px;
        width: 2.2em;
        height: 2.2em;
    }
    .brand-list li {
        margin-bottom: 12px;
    }
    .brand {
        padding: 0;
    }
    section {
        padding: 40px 0;
    }
    section.category-wrapper-section {
        padding: 40px 0;
    }
}
/*539 end*/

@media screen and (max-width: 479px) {
    .common-heading h1 {
        padding: 14px 14px 17px;
        font-size: 24px;
    }
    .common-heading.page-title_with_breadcumb h1 {
        padding: 0;
        line-height: 31px;
    }
    .common-heading.page-title_with_breadcumb {
        padding: 15px 0 3px;
    }
    .breadcumbs .breadcumb-link {
        font-size: 13px;
        line-height: 21px;
    }
    .page-title_with_breadcumb .breadcumbs {
        margin-top: 5px;
    }
}
/*479 end*/




