.infor.hov_vis .btn_wrapper {
    text-align: center;
}
.infor.hov_vis .btn_wrapper .order_btn {
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    background: #f1af3f;
    font-weight: 500;
    line-height: 53px;
    padding: 0 25px;
    margin-bottom: 10px;
}
.infor.hov_vis .btn_wrapper .order_btn:hover {
    background: #e6bc74;
}
.tovar .discount-label {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #00cc33;
    font-weight: 500;
    cursor: default;
}