
/* ===== Start  Us css file ============ */
.dlh_color button{
    background-color:#feba47  !important;
}
.dlh_color{
    background-color:#feba47  !important;
    
}
.category-trigger{
    border-color:#feba47  !important;
}

/* === Start Search border color === */

.header-search-block input{
    border: 2px solid #feba47  !important;
}
/* ===== Start About Us css file ============ */

.productTitle{
        margin-left:30px;
        margin-bottom:5px;
        font-weight:600;
        font-size:14px;
        color:#3c85ce
    }
    .productTitle:hover{
        text-decoration:underline;
    }
    ul.categories{
        border-right:1px solid #ccc;
        padding:0;
        max-height:400px;
        overflow-y:scroll;
        margin-bottom:20px;
    }
    ul.categories::-webkit-scrollbar{
        width:2px;
    }
    
    ul.categories::-webkit-scrollbar-track {
        -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); 
        border-radius:5px;
    }
    ul.categories::-webkit-scrollbar-thumb {
        border-radius:5px;
        -webkit-box-shadow: inset 0 0 6px #62ab00; 
    } 
    ul.categories li{
        padding:3px 0;
        border-bottom:2px solid #eee;
    }
    ul.categories li i.icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
    }
    ul.categories li a{
        font-weight: 600;
        font-size: 12px;
        margin: 0 0 0 5px;
    }
    .head-title{
        font-weight: 600;
        font-size: 14px;
        background: #feba47 ;
        padding: 10px;
        color: #fff;
    }
    .font-weight-bold
    {
        font-size:12px;
    }


/* ===== End About Us css file ============ */