/*
Theme Name: Storefront Child
Theme URI: http://example.com/
Description: Thème enfant de Storefront
Author: Votre nom
Author URI: http://example.com/
Template: storefront
Version: 1.0.0
*/

#place_order {
    background-color: #000 !important;
}

#wpcf7-f514083-p8-o1 input[type="submit"] {
    background-color: var(--pink) !important;
    width: 200px;
    border: none !important;
    margin-top: 1rem;
}

#wpcf7-f514083-p8-o1 input[type="submit"]:hover {
    opacity: .7;
}

@media screen and (max-width: 545px) {
    .shop-list ul.products>li .soldout {
        top: -15px !important;
        transform: inherit !important;
    }

    .archive-product-content .products .product .product-details h2 {
        width: calc(100% - 30px) !important;
        padding: initial !important;
    }

    .archive-product-content .products .product .product-details .price {
        width: calc(100% - 30px) !important;
        padding: initial !important;
    }
}

.single-product .product form.graazie-gravure-product .single_variation {
    margin: inherit !important;
    max-width: inherit !important;
}


.grecaptcha-badge{
	visibility: hidden !important;
}

.live-shopping-buttons{
	bottom: -150px !important;
	left: 20px !important;
	width: calc(100% - 40px) !important;
}

.woocommerce-variation-price .price{
	color: #000 !important;
}

.show-password-input{
	width: 20px !important;
    margin-top: 0px !important;
    background-color: transparent !important;
}