.single_product {
    padding: 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(249 136 137) 0%, rgb(175 87 135) 100%);
}
.product_thumb {
    position: relative;
    overflow: hidden;
}
.product_thumb a img {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
}
.product_carousel .product_thumb a img {
    width: 100%;
    margin: 0 auto;
    height: 240px;
}
.action_links {
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    background: #ffffff;
    padding: 4px 7px;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
}
.action_links ul li {
    margin-right: 4px;
}
.action_links ul {
    display: flex;
}
.action_links ul li a {
    font-size: 16px;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}
.action_links ul li {
    margin-right: 4px;
}
.action_links ul li:last-child {
    margin-right: 0;
}
.action_links ul li a {
    font-size: 16px;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
}
.product_content {
    margin-top: 16px;
    text-align: center;
}
.product_content h4 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product_content p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0;
}
.price_box {
    margin-top: 12px;
}
.color_six .price_box span.current_price {
    color: #ffffff;
}
.price_box span.current_price {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
}
.price_box span {
    line-height: 16px;
}
.price_box span.old_price {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 15px;
    margin-left: 5px;
}