h1, .h1 {
	margin-bottom: 0.7em;
	font-size: 2em;
	line-height: 1.2;
	text-align: center;
}
.col2-set .col-1, .col2-set .col-2 {
	width: 100%;
}
a:hover, a:focus, a:active {
	color: #4B9E54;
}
::selection {
	background-color: #4B9E54;
	color: #FFF;
	text-shadow: none;
}
p, ul, ol, pre, table {
	margin-bottom: 1.85714286em;
}
.modal {
	z-index: 99999;
}
.modal-title {
	font-size: 1.3em;
}
/*.modal-footer {
	padding-bottom: 6em;
}*/
.btn {
	border-radius: 3px;
	letter-spacing: 1px;
	outline: none;
	padding: 12px 20px;
	position: relative;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
	color: #FFF;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 6px;
	line-height: 14px;
}
.btn::after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:not(.btn-outline):not(.btn-light) {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn i {
	text-shadow: none;
	margin-right: 6px;
}
.button {
	border-color: #E4F1E6 !important;
	background-color: #E4F1E6 !important;
	border-radius: 3px;
}
.button:hover {
	border-color: #D2E7D4 !important;
	background-color: #D2E7D4 !important;
}
.btn-primary {
	padding: 8px 20px;
	border-color: #4B9E54;
	background-color: #4B9E54;
}
.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
	border-color: #3C8044;
	background-color: #3C8044;
}
.onsale {
	padding: 1px 6px 0;
	line-height: 2.2;
	border-width: 2px 0;
	border-color: #FF6600;
	border-radius: 0;
	letter-spacing: 0.07em;
}
/*
woocommerce
*/
.site-header-cart .cart-contents .count {
	opacity: 1;
}
ul.products {
	margin-top: 4em;
}
.alt, .added_to_cart, .widget a.button.checkout {
	font-weight: 400;
	background-color: #4B9E54 !important;
	border-color: #4B9E54 !important;
	border-radius: 3px;
}
.alt:hover, .alt:focus, .alt:active, .alt.active, .added_to_cart:hover, .widget a.button.checkout:hover {
	border-color: #3C8044 !important;
	background-color: #3C8044 !important;
}

/*button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .widget-area .widget a.button.alt {
	font-weight: 400;
	background-color: #4B9E54;
	border-color: #4B9E54;
}
button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
	border-color: #3C8044;
	background-color: #3C8044;
}
.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
	background-color: #4B9E54;
	border-color: #4B9E54;
}
.added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
	background-color: #3C8044;
	border-color: #3C8044;
}*/



/* MEDIA QUERIES */

@media (min-width: 375px) {
	h1, .h1 {
		font-size: 2.3em;
	}
}

@media (min-width: 768px) {
	h1, .h1 {
		font-size: 3em;
	}
	/*.modal-footer {
		padding-bottom: 1em;*/
}
