/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*---------------
LANGUAGE SWITCHER
---------------*/
.html.custom .gt_switcher {
		width: auto;
		height: 24px;
		margin-top: -5px;
}

.html.custom .gt_switcher .gt_option {
		position: absolute !important;
		top: calc(100% + 15px);
}

.html.custom .gt_switcher .gt_selected,
.html.custom .gt_switcher .gt_selected a:hover {
		background: transparent;
}

.html.custom .gt_switcher .gt_selected a {
		position: relative;
		text-indent: -9999px;
		padding-right: 50px;
		width: auto;
		border: none;
}

.html.custom .gt_switcher .gt_selected > a img {
		position: absolute;
		left: 0;
}

.html.custom .gt_switcher .gt_selected a:after {
	filter: brightness(10) invert(0);
}

.header-wrapper.stuck .html.custom .gt_switcher .gt_selected a:after {
		filter: brightness(0) invert(0);
}

.header-main li.html.custom {
	display: inline-block !important;
}

.header-nav .switcher .option {
	position: absolute;
}

/*---------------
CLEVERREACH FORM
---------------*/
.cr_form .cr_button {
	color: #fff;
	background-color: #778669;
	border-radius: 7px;
	margin-top: 20px;
	letter-spacing: .03em;
}

.cr_form .cr_button:hover {
	background-color: #616D55;
}

.cr_form label {
	margin-bottom: -1em;
}


.blur {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	margin-top: 0;
	z-index: 30;
	backdrop-filter: blur(10px);
}

.blur:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: rgba(122, 156, 89,.7);
}

@-moz-document url-prefix() {
	.blur:before {
		background-color: #666;
	}
}

.blur__content {
	z-index: 100;
	max-width: 650px;
	padding: 15px;
}

.blur__content h2 {
	color: #fff;
	margin-bottom: 30px;
}


/*-------------
product LIST
-------------*/
.product__row {
	display: flex;
	align-items: center;
	border: 1px solid #f6f6f6;
	padding-left: 15px;
}

.product__row > div {
	padding: 15px;
}

.product__row:nth-child(odd) {
	background-color:  #f9f9f9;
}

/*.product__image img {
	max-width: 200px;
}
*/
.product__name {
	flex-grow: 1;
}

.product__name h2 {
	margin-bottom: 5px;
}

.product__name h5 {
	margin-bottom: 0;
}

.product__name a:hover {
	color: #616D55;
}

.product__name p,
.product__price h2,
.product__action a {

}
/*
.product__price {
	margin: 15px 0 0 0;
	white-space: nowrap;
	font-size: 1em;
}

.product__price--old {
	position: relative;
	margin: 0 15px;
	z-index: 2;
	font-size: 1.4em;
	font-weight: bold;
}

.product__price--old:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	width: calc(100% + 10px);
	height: 2px;
	background-color: #ff0000;
	opacity: .4;
}

.product__price--old:before {
	transform: rotate(-10deg);
}

.product__price--old:after {
	content: attr(data-price);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.product__price--new {
	color: #7a9c59;
	font-size: 2em;
	font-weight: bold;
	margin: 0 5px;
}

.product__price--reduction {
	display: block;
}
*/
.product__action .button {
	min-width: 200px;
}

.product__action {
}

.product__action .button--disabled {
	background-color: #b20000 !important;
}

.wpcf7 .col {
	padding-bottom: 0;
}

.wpcf7 .recaptcha {
	margin-bottom: 20px;
}

.single-product .page-title-bg {
	display: none;
}

.seo-sep{
  font-size: 0;      /* makes the text glyph width = 0 */
  line-height: 0;
  margin: 0; padding: 0; border: 0;
  display: inline !important;   /* NOT inline-block -> no baseline/height effects */
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.product__row {
		display: block;
		padding: 15px 0 30px 15px;
		text-align: center;
	}

	.product__row > div {
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 900px) {
	body .product__price--reduction {
		display: inline-block;
	}
}