.hm__cat-list-container {
    width: auto;
    padding: 25px 0;
}
.product-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    transition: box-shadow 0.3s;
}

.product-card:hover {
    border: 1px solid #007bff;
}

.product-image {
    height: 155px;
    object-fit: contain;
    margin-bottom: 12px;
    width: 150px;
    margin: 0;
    border: 2px solid #333333;
    border-radius: 12px;
    border: 1px solid transparent;
}
.h-50{
    height: 50%;
}
.badge-bundle {
    background-color: #007bff;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px 8px;
}
.fa-angle-double-right {
    -webkit-animation: mover 0.3s infinite  alternate;
    animation: mover 0.3s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateX(10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateX(4px); }
}
/* Categroy listing page Product Section */

.hm__cat-list-search-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
}


.search-bar-container {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: auto;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 5px 15px;
    margin-right: 20px;
}

.search-bar {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 50px;
}

.search-btn {
    background-color: #4a90e2;
    border: none;
    color: white;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-btn:hover {
    background-color: #357ab8;
}
.config-dropdown-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.config-label {
    font-size: 14px;
    color: #555;
}

.config-dropdown {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    background-color: white;
    cursor: pointer;
}
.add-to-cart-btn i {
    margin-right: 12px;
    font-size: 18px;
}
.add-to-cart-btn.hm__map i {
    margin: 0;
}
.hm__whatsapp-btn.add-to-cart-btn {
    border: 1px solid #007bff;
    background-color: transparent;
    color: #007bff;
}
button.add-to-cart-btn.hm__whatsapp-btn i {
    font-size: 24px;
}
.config-dropdown:hover {
    border-color: #4a90e2;
}

.product-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    max-width: 100%;
    margin: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.hm__whatsapp-btn{
    border: 1px solid #007bff;
    background-color: transparent;
    color: #007bff;
}
.add-to-cart-btn i {
    margin-right: 12px;
    font-size: 18px;
}
section.hm__hero-sec {
    padding: 82px 0 0;
}
.hm__hero-banner {
    padding: 50px 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.product-details {
    flex: 1;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #333;
}

.product-code, .product-description {
    font-size: 14px;
    color: #666;
    margin: 2px 0;
}

.product-price-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.product-price {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.quantity-control {
    display: flex;
    align-items: center;
    gap: 5px;
}

.quantity-btn {
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.quantity-btn:hover {
    background-color: #e0e0e0;
    border-color: #aaa;
}

.quantity-input {
    width: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.add-to-cart-btn {
    display: flex;
    width: 100%;
    padding: 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.hm__ratings {
    background-color: #009a18;
    color: #ffffff;
    border-radius: 4px;
    padding: 3px 6px;
    font-size: 14px;
}
.hm__product-tags img {
    max-width: 72px;
}
.hm__top-search {
    background-color: #d6eaff;
    color: #007bff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
}
.add-to-cart-btn:hover {
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.hm__map {
    width: 140px;
    text-align: center;
    padding: 0;
    max-width: 40px;
    height: 40px;
    background-color: #333333;
}
.dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown button {
        background-color: #fafafa;
        border: 1px solid #dddddd;
        color: #222222;
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

    .dropdown button:hover {
      background-color: #007bff;
      color: #ffffff;
    }

    .dropdown-content {
      display: none;
      position: absolute;
      background-color: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      border-radius: 5px;
      overflow: hidden;
      z-index: 1;
      min-width: 160px;
    }

    .dropdown-content a {
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      color: #333;
      background-color: white;
      transition: background-color 0.3s ease;
    }

    .dropdown-content a:hover {
      background-color: #f0f0f0;
    }

    .dropdown:hover .dropdown-content {
      display: block;
    }
    .hm__filter-btn {
        display: flex;
        gap: 16px;
        flex-wrap: wrap;
        
    }
.clsbreadcrumbsub{
    width: 70%;
}    
@media (max-width: 767px){
    .product-card{
        gap: 0px;
        padding: 4px;
        margin: 0px 0;
        display: inline-block;
        width: 100%;
    }
    .product-image{
        width: 100%;
    }
    .add-to-cart-btn{
        padding: 10px 15px;
    }
    .search-bar-container{
        margin-top: 31px;
        
    }
}    
    