.single-product {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-image {
    position: relative;
}

.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff5252;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 1;
}

.product-info {
    padding: 15px;
    background-color: #fff;
}

.product-name {
    font-size: 14px;
    margin-bottom: 5px;
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333; /* Light black color */
}

.product-name a {
    color: #333333; /* Light black color for the product name link */
    text-decoration: none;
}

.product-name a:hover {
    color: #000000; /* Darker color on hover, if desired */
}

.product-rating {
    margin-bottom: 5px;
}

.pro-rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pro-rating li {
    display: inline-block;
    margin-right: 2px;
}

.pro-rating li i {
    color: #333333; /* Gold color for star ratings */
    font-size: smaller;
}

.price {
    display: block;
    font-weight: bold;
    color: #333333; /* Light black color for price */
}

.pro-action {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    transition: bottom 0.3s ease;
}

.pro-action ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pro-action li {
    margin: 0 5px;
}

.pro-action a {
    color: white;
    font-size: 16px;
}

.single-product:hover .pro-action {
    bottom: 0;
}

#newarrival-curosel .col-md-12 {
    padding: 0 10px;
}







.featured-area {
    margin-bottom: 40px;
}

.featured-products-area {
    margin-top: 20px;
}

#features-curosel .col-md-12 {
    padding: 0 10px;
}

.single-product {
    position: relative;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
}

.product-image {
    position: relative;
}

.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff5252;
    color: white;
    padding: 5px 10px;
    font-size: 12px;
    z-index: 1;
}

.product-info {
    padding: 15px;
    background-color: #fff;
}

.product-name {
    font-size: 14px;
    margin-bottom: 5px;
    height: 2.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
}

.product-name a {
    color: #333333;
    text-decoration: none;
}

.product-name a:hover {
    color: #000000;
}

.product-rating {
    margin-bottom: 5px;
}

.pro-rating {
    padding: 0;
    margin: 0;
    list-style: none;
}

.pro-rating li {
    display: inline-block;
    margin-right: 2px;
}

.pro-rating li i {
    color: #333333;
    font-size: smaller;
}

.price {
    display: block;
    font-weight: bold;
    color: #333333;
}

.pro-action {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px;
    transition: bottom 0.3s ease;
}

.pro-action ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.pro-action li {
    margin: 0 5px;
}

.pro-action a {
    color: white;
    font-size: 16px;
}

.single-product:hover .pro-action {
    bottom: 0;
}