.login-hr {
    text-align: center;
    height: 1px;
    background: #ddd;
    margin: 20px 0;
    position: relative;
}
.login-hr::before {
    position: absolute;
    content: 'OR';
    top: -10px;
    background: #fff;
    width: 49px;
    left: 41%;
}
.category-box img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.category-box {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    transition: all 0.2s;
}
.category-box:hover {
    transform: scale(1.01);
    box-shadow: 0px 0px 8px #ddd;
}
.category-box h3 {
    display: inline;
    background: rgba(0,0,0,0.4);
    padding: 10px 20px;
    box-shadow: 0px 0px 5px #ccc;
    font-size: 16px;
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    color: #fff;
}
.carousel-indicators li {
    height: 7px;
    border: 2px solid #3AC47D !important;
}
.carousel-indicators .active {
   background: #3AC47D;
}
.scrollbar-sidebar, .scrollbar-container {
    overflow-y: auto;
}
.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
    color: #666;
}
.fix{
    display: block;
    overflow: hidden;
}
.category-title {
    background: #fff;
    padding: 8px 15px;
    border-left: 4px solid #555;
    border-radius: 4px;
    border-right: 4px solid #555;
    margin-bottom: 15px;
    border-top: 1px solid rgba(78,84,200,0.15);
    border-bottom: 1px solid rgba(78,84,200,0.15);
}
.category-title h2 {
    font-size: 15px;
    margin-bottom: 0;
    float: left;
    font-weight: 600;
    line-height: 31px;
}
.category-title a {
    float: right;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.category-title a:hover {
    color: #555;
    text-decoration: none;
}
.category-title a i{
    position: relative;
    top: 2px;
}
.product-grid .card-title {
    font-weight: 600;
    text-transform: capitalize;
}
.product-grid .card-subtitle {
    color: #666;
    font-weight: 700;
}
.email i:before {
    font-size: 13px;
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 30px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    background: #fafafa;
}
.footer-content .address {
    line-height: 1.5em;
}
.address i {
    float: left;
}
.address i:before {
    font-size: 15px;
    color: #666;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    font-style: normal;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    background: #fafafa;
}
.footer-content p {
    display: inline-block;
    padding-left: 5px;
    width: 80%;
}
.widget ul {
    list-style: none;
    padding-left: 0;
}
.widget ul li a{
    color: #333;
}
.single-earner {
    width: 14.9%;
    float: left;
    position: relative;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid #ddd;
    background: #EFF4F4;
    padding: 10px;
    margin: 0 10px;
}
.single-earner img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
}
.single-earner p {
    margin: 5px 0;
}
.single-earner h4 {
    font-size: 18px;
    margin-top: 8px;
}
.single-earner.active {
    transform: scale(1.18);
    background: #3ac47d !important;
    color: #fff;
}
@media (max-width: 767px) {
    .category-box h3 {
      padding: 7px 20px;
      font-size: 14px;
    }
    .sidebar-mobile-open .app-sidebar {
        z-index: 99;
    }
    .row.product-grid .col-md-2.col-sm-6 {
        width: 50%;
    }
    .row.product-cat-grid .col-md-3.col-sm-6 {
        width: 50%;
    }
.single-earner {
    width: 43%;
    margin: 5px;
    min-height: 224px;
    margin-bottom: 15px;
}
.single-earner.active {
    transform: scale(1);
}
}