#price-drop .reduced-prices {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
}

#price-drop .currentpricenow:before {
    content: "Now: ";
    font-size: 15px;
    color: #e40521;
}

#price-drop .currentpricefrom:before {
    content: "From: ";
    font-size: 15px;
    color: #e40521;
}

#price-drop .wasprice {
    text-decoration: none!important;
    font-size: 10px;
    margin: 0 1.5px 0 1.5px;
}

#price-drop .wasprice span {
    text-decoration: line-through;
}

#price-drop .wasprice:before {
    content: "Was: ";
}

#price-drop .wasprice .then {
    text-decoration: none!important;
}

#price-drop .wasprice .then span {
    text-decoration: line-through;
}

#price-drop .wasprice.then:before {
    content: "Then: ";
}


@media only screen and (min-width : 375px) {
    #price-drop .wasprice {
        font-size: 12px;
        margin: 0 5px 0 5px;
    }
}

@media only screen and (min-width : 768px) {
    #price-drop .reduced-prices {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        float: right;
        padding-top: 0px;
        margin-top: -25px;
    }
    #price-drop .wasprice {
        font-size: 12px;
        margin: 0 0 0 0;
    }
}

@media only screen and (min-width : 1200px) {
    #price-drop .reduced-prices {
        display: inline;
        float: left;
        padding-top: 2px;
        margin-top: 0;
    }
    #price-drop .wasprice {
        font-size: 12px;
        margin: 0 5px 0 0;
    }
}


.productlist-details.price-drop-wrapper {
    padding-bottom: 40px;
}

@media only screen and (min-width : 768px) {
    .productlist-details.price-drop-wrapper {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .productlist-details.price-drop-wrapper .productreviews {
        bottom: 55px;
}
}