
div.hanging_product_price.stick {
    top: 0;
    z-index: 10000;
}


div.hanging_product_price {
    background-image: url(price-tag-shadow.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;

    height:300px;
    width:300px;
    position: relative;
    top:90px;
    position: fixed;

    z-index: 99;
    margin-bottom: 2px;
}

#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-old-price {
    width: 100%;
    text-align: center;
    margin-top: 30%;
    line-height: 30px;
    color: darkgrey;
    text-shadow: none;
    margin-bottom: 2px;
}


#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-old-price > span.oldprice {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    text-decoration: none;
    margin-bottom: 2px;
}

#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-old-price > span.oldprice::after {
    border-bottom: 2px solid red;
    content: "";
    left: 90px;
    position: absolute;
    right: 90px;
    top: 50%;
    margin-bottom: 2px;
}


#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-price {
    width: 100%;
    text-align: center;
    margin-top: 85px;
    line-height: 35px;
    margin-bottom: 2px;
}

#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-price > span.currentprice {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: black;
    margin-bottom: 2px;
}

#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-you-save,
#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-you-save,
#single_product_page_container div.hanging_product_price > p.pricedisplay.wpsc-product-you-save > span.yousave > span.pricedisplay {
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    color: darkgray;
    text-shadow: none;
    margin-top: 3px
    margin-bottom: 2px;
}