.load-more {
	margin: 0 auto;
	width: 130px;
	margin-bottom: 59px;
	cursor: pointer;
}


#tr-voz-heading {
    height: auto;
}

#tr-voz-heading h3 {
    font-size: 15px !important;
    font-family: 'NouvelR-Bold', 'PT Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    color: #fff;
}

#tr-voz-heading h5 {
    line-height: 16px;
}

.dualPriceHome,
.price-top span {
    font-weight: normal;
    display: block;
}
.price-top {
    display: inline-block;
}
.exchangeRate {
    max-width: 1100px;
    width: 100%;
    padding: 5px 0 5px;
    padding-left: 320px;
    box-sizing: border-box;
    margin: auto;
    margin-top: 0;
    text-align: center;
}
.exchangeRate p {
    position: relative;
    display: inline;
    padding-left: 20px;
    font-size: 11px;
    letter-spacing: .08px;
    line-height: 1.6;
    color: #777;
}
.exchangeRate p:before {
    content: "\E61F";
    font-family: icon-Renault-Global;
    color: #777;
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 16px;
}
.dualPriceRecommended {
    display: inline-block;
    font-weight: normal;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #d5d5d5;
}
.recomended-item > p:nth-child(4) {
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
}

.recomended-item > p:nth-child(3){
    position: relative;
}
.recomended-item > p:nth-child(4)::before,
.recomended-item > p:nth-child(3)::before {
    content: "";
    position: absolute;
    left: -15px;
    top: -25px;
    height: 52px;
    width: 6px;
    background-color: #efdf00;
}
.recomended-item > p:nth-child(3)::before {
    top: -6px;
    height: 30px;
}

.main-content + .exchangeRate {
    padding-left: unset;
}
.taxPrice {
    display: block;
    text-align: right;
}
.taxPrice .dualPriceHome {
    border-color: #777;
    margin-right: 6px;
    padding-right: 6px;
}
.result-item.discounted-item .result-heading {
    min-height: 140px;
}
.priceBlockDiscount {
    display: block;
}
.dualPriceRecommendedDiscount {
    
    display: inline-block !important;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #777;
}
@media (max-width: 770px) {

    .taxPrice .dualPriceHome{
        display: inline;
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #777;
    }

}
@media (min-width: 771px) {
    .dualPriceHome,
    .price-top span {
        display: inline-block;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #fff;
    }
    .price-top span {
        border-color: #d5d5d5;
    }
}
@media (max-width: 1139px){
    .exchangeRate {
        max-width: 820px;
        padding-left: 0;
        padding: 5px 20px 15px;
    }
}

@media (max-width: 430px) {
    #tr-voz-heading-resp > h1 {
        font-size: 24px !important;
    }
    #tr-voz-heading-resp > h5 {
        font-size: 14px !important;
    }
    .img-float {
        position: absolute;
        top: 36%;
        right: 4%;
        cursor: pointer;
        width: 25px;
    }
}