#wrap_pro_related_post {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

#wrap_pro_related_post .pro_related_post_title p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
#wrap_pro_related_post .slick-slider .slick-slide {
    position: relative;
    width: 100%;
}


.buy_now_mid_post {
    text-align: center;
    margin: 20px 0;
}

.buy_now_mid_post button {
    width: 291px;
    height: 57px;
    padding: 0;
    text-transform: unset;
    font-size: 16px;
    border-radius: 5px;
    transition: all .5s ease 0s;
    line-height: 1.42857;
    font-weight: 600;
    color: #fff;
    background: #006da3;
    background: #55acee;
    border: 0;
}
.buy_now_mid_post button:hover {
    background: #006da3;
}
.buy_now_mid_post button i {
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
}