
/* css for variable products */
.product-type-variable .fixed-content>.variations_form:last-of-type .variations {
    display: table;
}

.product-type-variable .fixed-content .cart:nth-of-type(1) button.single_add_to_cart_button {
    display: block !important;
    margin-top: 27px;
}

.product-type-variable .product-information-inner .quantity input[type="number"] {}

.product-type-variable .price-calculator-container {
    display: none;
}

 .product-type-variable .quantity {
    display: none !important;
}

 .product-type-variable .showblock.quantity {
    display: block !important;
}

/* savings area */

.savings-area{
    display:none;
}
.savings-label{
    font-size: 18px;
    margin-bottom: -5px;
    margin-top: 25px;
}
.savings-value{
    color: #f3b714;
    font-size: 31px;	
}
.navbar-right .widget_shopping_cart_content .wcppec-cart-widget-spb {
    margin-bottom: 0;
}