/*
 * Woocommerce Single Product
*/

.postid-2042 #subheader h1 {
	max-width: 14em;
}

.postid-2100 #subheader h1 {
	max-width: 15em;
}

.woocommerce-notices-wrapper .woocommerce-message {
	max-width: 94.286em;
	margin: 2em auto;
	padding: 0 15px 1.5em;
	border-bottom: 2px solid #7ba1ab;
}

.woocommerce-notices-wrapper .button {
	margin-right: 2em;
}



/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1199px){
	.woocommerce-notices-wrapper .woocommerce-message {
		max-width: 960px;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce-notices-wrapper .woocommerce-message {
		max-width: 720px;
	}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.woocommerce-notices-wrapper .woocommerce-message {
		max-width: 540px;
	}
	
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	.woocommerce-notices-wrapper .woocommerce-message {
		display: flex;
		align-items: center;
		padding: 0 35px 1.5em;
	}

	.woocommerce-notices-wrapper .button {
		margin-right: 1em;
		display: block;
		padding: 1.07em 0.71em;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}

}

@media (max-width: 359px) {
	.woocommerce-notices-wrapper .woocommerce-message {
		padding: 0 15px 1.5em;
	}
}




