a {
	cursor:pointer;
}

#search {
    position: relative;
}

#dynamic_search {
	width: calc(100% - 4rem);
	position: absolute;
	left: 0;
	top: 1.9em;
	background-color: #f6fbfc;
	padding: 1em 0;
	z-index: 9;
	border: 1px solid #7cca4e;
	font-size: 0.875em;
}

#dynamic_search a {
    text-decoration: none;
}

.prod_seaparator:last-child {
	display: none;
}

.dynamic_image {
    max-width: 5em;
    border: 1px solid #29687a;
    float: left;
    margin: 0.5em 1.5em;
}

.dynamic_title {
    padding: 0 1.5em 0 0;
}

.img-fit-container {
    width: 100%;
}

.success,
.warning {
	position: fixed;
	font-size: 0.875em;
	left: 20%;
	top: 4em;
	width: 60%;
	background-color: rgba(207, 255, 179, 0.9);
	padding: 1em;
	z-index: 1000;
}

.warning {
	background-color: rgba(255, 102, 142, 0.9);
}

.warning a,
.success a {
	color: inherit;
	text-decoration: underline;
}

.success .close,
.warning .close {
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
}

/*slider*/
.nivoSlider-wrap {
	position: relative;
	display: block;
	overflow: hidden;
}

.nivoSlider {
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	margin: 0 auto;
}

.content--news {
	background-color: #f5fafb;
	border: 1px solid #7cca4e;
	padding: 1px 2em 1em 4em;
	margin: 0 -2em 2em -4em;
}

.card .pic {
	background-color: #fff;
	height: 200px;
	max-height: 200px;
}

.content__news-header {
	margin-bottom: 0;
}

.content__news-header a {
	text-decoration: none;
}

.content__news p {
	margin: 0.5em 0;
}

.content__date {
	opacity: 0.5;
	text-transform: uppercase;
}

.content__more a {
	font-weight: bold;
	text-decoration: none;
}

input,
textarea,
select {
	outline: none !important;
}

input:focus,
textarea:focus,
select:focus {
	border-color: #276e2f;
}

.main__bg-light .swiper-scrollbar-drag,
.main__bg-med .swiper-scrollbar-drag {
	background-color: rgba(255, 255, 255, 0.5);
}

.main__bg-light .swiper-scrollbar,
.main__bg-med .swiper-scrollbar {
	background-color: rgba(255, 255, 255, 0.25);
}

.search_results_box {
	white-space: normal;
}

a {
	text-decoration: none;
}

.card__button {
	cursor: pointer;
}

.pagination--bottom .pagination__left {
	margin-top: 0.25em;
}

.pagination__left {
	line-height: 1.5em;
	font-size: 0.875em;
}

.button {
	text-transform: none;
	font-weight: bold;
}

span.error {
	position: absolute;
	right: 3px;
	bottom: 0;
	font-size: 0.75em;
	color: #bc1540;
}

.form__row {
	position: relative;
}

.form--search {
	max-width: 100%;
	border: 1px solid #7cca4e;
	padding: 0.25em 1em;
}

.form--search .form__label--check {
	margin-left: 1em;
	margin-top: 0.25em;
}

input.button {
	border: none;
}

.form--search input.button {
	max-width: 23%;
}

.form--search input,
.form--search select,
.form--search label {
	max-width: 100%;
}

.section__advantage a {
	text-decoration: none;
	opacity: 0.8;
}

.section__advantage a:hover {
	text-decoration: none;
	opacity: 1;
}

.header__top .wrap {
	max-width: none;
}

.fix-height a {
	opacity: 0.8;
	text-decoration: none;
}

.fix-height a:hover {
	opacity: 1;
}

.form__row input[type=text] {
	color: #2f2f2f !important;
}

select {
	max-width: 100%;
}

.article table {
	width: 100%;
}

.flex__item.flex__item--12 table {
	margin: 2em auto;
	width: 100%;
}

.flex__item.flex__item--12 tr:nth-child(2n+1) {
		background-color: #f5fafb;
}

.flex__item.flex__item--12 tr:nth-child(2n) {
		background-color: #fff;
}

.flex__item.flex__item--12 td,
.flex__item.flex__item--12 th {
		padding: .5em 1em;

}

.flex__item.flex__item--12 tr {
	border: 1px solid #276e2f;
}


@media only screen and (max-width: 720px) {
	.footer .flex--gap {
		float: left;
		width: 30%;
	}

	footer .flex--gap+.flex--gap {
		width: 70%;
	}

	.footer .flex__item--2-5 {
		width: 100%;
	}

	.success,
	.warning {
		left: 0;
		top: 0;
		width: 100%;
		padding: 0.5em;
	}

	.mini-cart-info .button {
		width: 60%;
	}
}

.mini-cart-info table {
	width: 100%;
}

.mini-cart-info h2 {
	margin: 0;
}

.mini-cart-info td {
	padding: 0.5em;
}

.mini-cart-info .button {
	text-decoration: none;
	color: #fff;
	margin: 0.25em 1em;
}

.mini-cart-info  .checkout {
	text-align: center;
}
