#price-drop .reduced-prices {
    display: block;
    margin-left: -10px;
    margin-right: 0;
    margin-top: -26px;
}

#price-drop .currentprice {
    padding-top: 0;
}

#price-drop .currentpricenow:before {
    content: "Now: ";
    font-size: 15px;
    color: #b90037;
}

#price-drop .currentpricefrom:before {
    content: "From: ";
    font-size: 15px;
    color: #b90037;
}

#price-drop .wasprice {
    text-decoration: none!important;
    font-size: 11px;
    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: ";
}

.productlist-details .productbullets {
    padding: 0px 0 110px 0;
}

.product-carousel .productlist-details .productbullets {
    padding: 0 0 0 0;
}

@media only screen and (min-width : 375px) {
    #price-drop .wasprice {
        font-size: 12px;
        margin: 0 5px 0 5px;
    }
    .productlist-details .productbullets {
        padding: 0px 0 110px 0;
    }
    #price-drop .currentprice {
        padding-top: 3px;
    }

}

@media only screen and (min-width : 768px) {
    #price-drop .reduced-prices {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: -22px;
    }
    #price-drop .wasprice {
        font-size: 12.5px;
        margin: 0 7.5px 0 7.5px;
    }
    .productlist-details .productbullets {
        padding: 0px 0 150px 0;
    }
}

@media only screen and (min-width : 1200px) {
    #price-drop .wasprice {
        font-size: 14px;
    }
}



/* CHANGES TO SURROUNDING ELEMENTS */
.productlist-details.price-drop-wrapper .productbullets {
    padding: 0 0 80px 0;
}

@media only screen and (min-width : 768px) {
  .productlist-details.price-drop-wrapper .productbullets {
      padding: 0 0 80px 0;
  }
}

.productlist-details.price-drop-wrapper .productradius {
    /* font-size: 12px; */
    /* line-height: 1.3em; */
    /* margin-top: -100px; */
    /* padding-top: 35px; */
    /* padding-bottom: 110px; */
}

.productlist-details.price-drop-wrapper {
    padding-bottom: 40px;
}