/*
Theme Name: 	VNV
Version: 		2.1
Description: 	Awesome theme made with love by VNV
Author: 		VNV | Hinderer Matthieu
Author URI: 	https://vnv.ch
Text Domain: 	vnv
Template: 		salient
*/

.now_sold {
    background: #BEB3B0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 12px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999999;
}

body.woocommerce-checkout input#coupon_code{
    width: 100% !important;
}

.woocommerce-checkout #payment {
    background-color: transparent;
    border-top: 1px solid #ececec;
    padding-top: 24px;
}

.container-wrap .woocommerce-error{
    background-color: #b81c23!important;
}

table p{
	padding-bottom: 0!important;
	line-height: 1;
}

.woocommerce-page ul.products li.product .product-wrap img{
    background-color: #fff;
}

.post-area .woocommerce-result-count, .post-area .woocommerce-ordering,.woocommerce-form-coupon-toggle, .nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.checkout{
    display: none !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
    padding: 24px 10px !important;
    width: calc(100% - 5px) !important;
    text-transform: uppercase;
    font-size: 18px !important;
}