#category_products_container h6.product_title {
    font-weight: 500 !important;
    font-size: 1rem;
}
.cat_prod_list_btn_container .btn-sm {
    padding: 5px 12px !important;
}
/*.pr_flash {
    font-size: 12px;
    background-color: #687188 !important;
}*/
/*.pr_flash.bg-site {
    background-color: #143B94 !important;
}*/
.rating-wishlist {
    display: flex;
    justify-content: space-between;
}
.rating_wrap .rating-single {
    overflow: hidden;
    position: relative;
    height: 20px;
    font-size: 12px;
    width: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    vertical-align: middle;
}
.rating-single-div {
    background-color: #687188;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 14px;
}
.rating-single::before {
    font-size: 12px;
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    float: left;
    color: #F6BC3E;
}
.product-price-div {
    display: flex;
    justify-content: space-between;
}
.del-price {
    font-weight: 600;
}
.product-button-div {
    display: flex;
    justify-content: space-around;
}
.btn-site {
    background-color: #143B94;
}
.btn-site:hover {
    background-color: #143B75;
}
.btn-dark:hover {
    background-color: #687188;
    border-color: #687188;
}
.btn-addtocart {
    text-transform: capitalize;
}
.atc-div button i {
    line-height: 1.7;
}
.wish-heart-icon i {
    font-size: 20px;
    color: red;
    cursor: pointer;
}