/* ############################################################## (All Categories Page Start) ################################################################ */


            #shopByCategory .shop-brand-menu {
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                padding-block: 15px;
            }

            #shopByCategory .shop-category-list a{
                display: flex;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: nowrap;
            }


            #shopByCategory .shop-category-icon {
                display: inline-block;
                vertical-align: middle;
                background: var(--second-color);
                color: white;
                border: 1px solid #e0e0e0;
                text-align: center;
                font-size: 16px;
                margin: 0px;
                line-height: normal;
                border-radius: 50%;

            }

            #shopByCategory .shop-category-icon .shop-category-icon-wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 40px;
                width: 40px;
            }

            #shopByCategory .shop-category-title {
                display: inline-block;
                vertical-align: middle;
                font-size: 16px;
                color: var(--siteBlack-color);
                padding-left: 5px;
            }

            #shopByCategory .shop-brand-menu .primarySearchLetter,
            #shopByCategory .shop-category-list .primarySearchLetter {
                display: inline-block;
                vertical-align: middle;
                background: #f0f0f0;
                color: #333;
                border: 1px solid #e0e0e0;
                text-align: center;
                font-size: 16px;
                padding: 0px;
                margin: 2px;
                border-radius: 50%;

            }

            
            #shopByCategory .shop-category-list>a:hover .shop-category-icon {

                background:var(--third-color);
            }

            #shopByCategory .shop-category-list>a:hover .shop-category-icon i {
                color: white;
            }


            #shopByCategory .shop-brand-menu .primarySearchLetter:hover,
            #shopByCategory .shop-brand-menu .primarySearchLetter.active {
                font-size: 18px;
                box-shadow: 0px 0px 7px #ccc;
                color: #145c87;
            }

            #shopByCategory .shop-brand-menu .primarySearchLetter>span,
            #shopByCategory .shop-category-list .primarySearchLetter>span {
                width: 35px;
                height: 35px;
                border: 0px;
                display: table-cell;
                text-align: center;
                vertical-align: middle;
            }

            #shopByCategory .shop-category-list {
                padding-block: 20px;
            }

            #shopByCategory .category-list-box {
                padding-left: 60px;
            }

            #shopByCategory .category-list-box .manufacturerName {
                display: inline-block;
                vertical-align: middle;
                color: var(--siteTextGray-color);
                padding: 0px;
                margin-bottom: 7px;
                font-size: 13px;
                padding-left: 10px;
                position: relative;
                padding-left: 13px;
            }

            #shopByCategory .category-list-box .manufacturerName:before {
                 
                vertical-align: top;
                font-family: FontAwesome;
                content: '\f105';
                margin-right: 7px;
                line-height: inherit;
                position: absolute;
                left: 0px;
            }

            #shopByCategory .category-list-box .manufacturerName:hover {

                color: var(--main-color);

            }

            #shopByCategory .category-list-box .category-viewMore {
                margin-block: 10px;
            }

            #shopByCategory .category-list-box .category-viewMore a {
                float: right;
                margin-right: 20px;
                font-size: 14px;
                color: var(--third-color);
                font-weight: 500;
            }

            #shopByCategory .category-list-box .category-viewMore a:hover {
                color: var(--second-three);
            }


/* ############################################################## (All Categories Page End) ################################################################ */

/*##################################(Queries Start)#############################*/




@media (max-width:425px) {
    
    #shopByCategory .shop-category-list{
        padding-bottom: 5px;
    }
    
    
}



/*##################################(Queries End)###############################*/


