.emp-team-img{
    width: 100%;
}


#category-index {
    padding: 40px 0;
    background-color: #f9f9f9;
}

#category-index .head-cap {
    font-size: 18px;
    color: #888;
    margin-bottom: 10px;
}

#category-index .heading {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
}

#category-index .services-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
}

#category-index .services-list li {
    background: #fff;
    margin-bottom: 10px;
    padding: 12px 20px;
    border-left: 5px solid #0073e6;
    font-size: 18px;
    color: #444;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

#category-index .services-list li:hover {
    background-color: #f0f8ff;
    border-color: #005bb5;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    height: 40px;
}

.head-shop-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    color: #ac822f;
    font-size: 18px;
    text-decoration: none;
    border: 2px solid #ac822f;
    border-radius: 50%;
    transition: all 0.25s ease;
}

.head-shop-cart:hover {
    background: #ac822f;
    color: #fff;
}

.head-cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #ac822f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.pro-box img{
    max-width: 100%;
}