/* Do not edit information about theme and author ! */

/*
Theme Name: Insigli
Version: 1.2
Author: Piotr Osmola (piotrosmola.com) for Px8 (px8.fi)
Text Domain: insigli
*/

/* Need some extra styles? Put it here! */
.coupon {
	margin-right:10px;
}
.single-product .woocommerce-product-attributes-item--weight {
	display:none !important;
}
.single-product .product {
	align-items:flex-start;
}
#coupon_code {
	background-color: transparent;
    border: 1px solid white;
    color: white;
	border-radius: 4px;
	width:150px !important;
	height:64px;
	padding-left: 15px;
	margin-bottom:10px;
}
@media (max-width: 991px) {
	#coupon_code {
		height:56px;
	}
}
