/*!
Theme Name:   secendshopv1.0.22
Theme URI:    https://secendshop.pl/
Author:       adrianfrackowiak.com
Author URI:   https://adrianfrackowiak.com/
Description:  secondshop.pl custom theme forked from storefront
Version:      1.0.22
*/

.woocommerce-form-coupon-toggle{
display: none;
}

.woocommerce-form-coupon{
	display: flex !important;
	flex-direction: column;
    border: 1px solid var(--black);
    padding: 20px;
    border-radius: 5px;
}
.checkout-page .woocommerce .woocommerce-error {
	display: block !important;
}
.checkout-page .woocommerce .woocommerce-form-coupon input {
	width: 100%;
	width: -webkit-fill-available;
	width: fill-available;
}

