.wdpDynamicValue p{
    margin-bottom: 10px;
}
.wdpDynamicValue{
    margin: 0px 0 20px 0;
    width: 100%;
    display: none;
}
.wdpHiddenPrice{
    display: none;
}

/**Loader**/
.wdpLoader{
    display: inline-block;
}
.wdpLoader span {
    animation: dot-keyframes 1.5s infinite ease-in-out;
    background-color: #000;
    border-radius: 10px;
    display: inline-block;
    height: 3px;
    width: 3px;
    margin: 2px  2px 0 2px;
}
.wdpLoader span:nth-child(2) {
    animation-delay: .5s;
}
.wdpLoader span:nth-child(3) {
    animation-delay: 1s;
}
.wdp_save_text{
    margin-bottom: 25px;
}

@keyframes dot-keyframes {
    0% {
        opacity: .4;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
    100% {
        opacity: .4;
        transform: scale(1, 1);
    }
}.wpmenucart-icon-shopping-cart-0:before{font-family:WPMenuCart;speak:none;font-style:normal;font-weight:400;display:inline;width:auto;height:auto;line-height:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0;margin-right:.25em}.wpmenucart-icon-shopping-cart-0:before{content:"\f07a"}