
@charset "UTF-8";

.lepopup-html-noscroll {
	overflow: hidden !important;
}

.lepopup-form .fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lepopup-form .fas, .lepopup-form .far {
	font-family: "Font Awesome 5 Free" !important;
}

.lepopup-form .fas {
	font-weight: 900 !important;
}

.lepopup-form .far {
	font-weight: 400 !important;
}

.lepopup-form .fab {
	font-family: "Font Awesome 5 Brands" !important;
	font-weight: 400 !important;
}

.lepopup-popup-container {
	display: none;
}

.lepopup-popup-container .lepopup-form {
	position: fixed !important;
	z-index: 1000001;
	text-align: left;
}

.lepopup-popup-container .lepopup-form-position-top-left {
	top: 16px !important;
	left: 16px !important;
	transform: translate(0, 0);
}

.lepopup-popup-container .lepopup-form-position-top-center {
	top: 16px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-container .lepopup-form-position-top-right {
	top: 16px !important;
	right: 16px !important;
	transform: translate(0, 0);
}

.lepopup-popup-container .lepopup-form-position-middle-left {
	left: 16px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-container .lepopup-form-position-middle-center {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.lepopup-popup-container .lepopup-form-position-middle-right {
	right: 16px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-container .lepopup-form-position-bottom-left {
	bottom: 16px !important;
	left: 16px !important;
	transform: translate(0, 0);
}

.lepopup-popup-container .lepopup-form-position-bottom-center {
	bottom: 16px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-container .lepopup-form-position-bottom-right {
	bottom: 16px !important;
	right: 16px !important;
	transform: translate(0, 0);
}

.lepopup-form-page-closed .lepopup-element {
	animation-duration: 500ms !important;
	animation-delay: 0ms !important;
}

.lepopup-form-inner {
	position: relative;
}

.lepopup-inline {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	margin: 0 auto;
}

.lepopup-inline>.lepopup-form {
	margin: 0 auto;
}

.lepopup-element {
	clear: both;
	line-height: 1.4;
	position: absolute !important;
}

.lepopup-element:before {
	content: " ";
	display: block;
}

.lepopup-element:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
}

.lepopup-row.lepopup-element {
	padding: 0 !important;
}

.lepopup-row.lepopup-element::after {
	display: table;
	content: " ";
	clear: both;
}

.lepopup-col {
	float: left;
	min-height: 1px;
}

.lepopup-collapsed .lepopup-col {
	width: 100% !important;
}

.lepopup-collapsed .lepopup-cr-container {
	width: 100% !important;
}

.lepopup-collapsed .lepopup-button {
	display: block !important;
}

.lepopup-collapsed .lepopup-element-label-left .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-left .lepopup-column-input {
	width: 100%;
}

.lepopup-collapsed .lepopup-element-label-right .lepopup-column-label, .lepopup-collapsed .lepopup-element-label-right .lepopup-column-input {
	width: 100%;
}

.lepopup-col .lepopup-element:first-of-type {
	margin-top: 0;
}

.lepopup-col .lepopup-element:last-of-type {
	margin-bottom: 0;
}

.lepopup-col-1 {
	width: 8.33333333%;
}

.lepopup-col-2 {
	width: 16.66666666%;
}

.lepopup-col-3 {
	width: 25%;
}

.lepopup-col-4 {
	width: 33.33333333%;
}

.lepopup-col-5 {
	width: 41.66666666%;
}

.lepopup-col-6 {
	width: 50%;
}

.lepopup-col-7 {
	width: 58.33333333%;
}

.lepopup-col-8 {
	width: 66.66666666%;
}

.lepopup-col-9 {
	width: 75%;
}

.lepopup-col-10 {
	width: 83.33333333%;
}

.lepopup-col-11 {
	width: 91.66666666%;
}

.lepopup-col-12 {
	width: 100%;
}

.lepopup-inherited {
	display: block !important;
	height: 100% !important;
	white-space: nowrap;
	box-sizing: border-box !important;
	padding: 0 !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

.lepopup-inherited::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	padding-top: 3px;
}

.lepopup-inherited-red, .lepopup-inherited-red:visited {
	border: 1px solid #b20000;
	background-color: #ff3019;
	background-image: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%);
}

.lepopup-inherited-green, .lepopup-inherited-green:visited {
	border: 1px solid #307818;
	background-color: #48b424;
	background-image: linear-gradient(to bottom, rgba(72, 180, 36, 1) 0%, rgba(48, 120, 24, 1) 100%);
}

.lepopup-inherited-blue, .lepopup-inherited-blue:visited {
	border: 1px solid #306090;
	background-color: #2850c8;
	background-image: linear-gradient(to bottom, rgba(40, 80, 200, 1) 0%, rgba(30, 47, 144, 1) 100%);
}

.lepopup-inherited-yellow, .lepopup-inherited-yellow:visited {
	border: 1px solid #e5a904;
	background-color: #ffd25a;
	background-image: linear-gradient(to bottom, rgba(255, 210, 90, 1) 0%, rgba(255, 190, 0, 1) 100%);
}

.lepopup-inherited-orange, .lepopup-inherited-orange:visited {
	border: 1px solid #e56e0d;
	background-color: #ffaa4e;
	background-image: linear-gradient(to bottom, rgba(255, 170, 78, 1) 0%, rgba(255, 120, 10, 1) 100%);
}

.lepopup-inherited-pink, .lepopup-inherited-pink:visited {
	border: 1px solid #cc026a;
	background-color: #ff5aaa;
	background-image: linear-gradient(to bottom, rgba(255, 90, 170, 1) 0%, rgba(240, 0, 120, 1) 100%);
}

.lepopup-inherited-black, .lepopup-inherited-black:visited {
	border: 1px solid #000;
	background-color: #484848;
	background-image: linear-gradient(to bottom, rgba(72, 72, 72, 1) 0%, rgba(10, 10, 10, 1) 100%);
}

.lepopup-inherited-red:hover, .lepopup-inherited-red:focus, .lepopup-inherited-red:active, .lepopup-inherited-green:hover, .lepopup-inherited-green:focus, .lepopup-inherited-green:active, .lepopup-inherited-blue:hover, .lepopup-inherited-blue:focus, .lepopup-inherited-blue:active, .lepopup-inherited-yellow:hover, .lepopup-inherited-yellow:focus, .lepopup-inherited-yellow:active, .lepopup-inherited-pink:hover, .lepopup-inherited-pink:focus, .lepopup-inherited-pink:active, .lepopup-inherited-black:hover, .lepopup-inherited-black:focus, .lepopup-inherited-black:active, .lepopup-inherited-orange:hover, .lepopup-inherited-orange:focus, .lepopup-inherited-orange:active {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .01) 100%);
}

.lepopup-element * {
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	box-sizing: border-box;
}

.lepopup-element form {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	outline: none !important;
	box-shadow: none !important;
}

.lepopup-element .lepopup-input:after {
	content: ".";
	display: block;
	font-size: 1px;
	line-height: 0px;
	visibility: hidden;
	clear: both;
}

.lepopup-element-error:before, .lepopup-uploader-error:before {
	content: " ";
	background: inherit;
	position: absolute;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	z-index: 799;
	margin-top: -3px;
	margin-left: 5px;
}

.lepopup-element-error, .lepopup-uploader-error {
	background: red;
	position: absolute;
	line-height: 1.4;
	z-index: 800;
	border-radius: 4px;
	margin-top: 5px;
	display: none;
	padding: 0;
	left: 0;
	margin-bottom: -5px;
	box-shadow: 1px 1px 10px -4px #000;
}

.lepopup-element-error span, .lepopup-uploader-error span {
	padding: .3em .7em;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	display: inline-block;
}

.lepopup-element label.lepopup-label {
	line-height: 1em;
	margin: 0 0 .4em 0;
	font-size: 16px;
	display: block;
}

.lepopup-form .lepopup-element-label-left .lepopup-column-label {
	padding-right: .5em;
}

.lepopup-form .lepopup-element-label-left .lepopup-column-label, .lepopup-form .lepopup-element-label-left .lepopup-column-input {
	float: left;
}

.lepopup-form .lepopup-element-label-right .lepopup-column-label {
	padding-left: .5em;
}

.lepopup-form .lepopup-element-label-right .lepopup-column-label, .lepopup-form .lepopup-element-label-right .lepopup-column-input {
	float: right;
}

.lepopup-form .lepopup-element-label-none .lepopup-column-label {
	display: none !important;
}

.lepopup-element label.lepopup-description {
	line-height: 1em;
	margin: .4em 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #888;
	display: block;
}

.lepopup-form-description-none .lepopup-element label.lepopup-description {
	display: none;
}

.lepopup-form .lepopup-element-description-none label.lepopup-description {
	display: none !important;
}

.lepopup-form .lepopup-element-description-bottom label.lepopup-description {
	display: block !important;
}

.lepopup-form .lepopup-element-label-none label.lepopup-description, .lepopup-form .lepopup-element-label-top label.lepopup-description {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.lepopup-element div.lepopup-input {
	position: relative;
}

.lepopup-input div.airdatepicker {
	z-index: 1000;
}

.lepopup-element div.lepopup-input {
	height: inherit;
	line-height: auto;
}

.lepopup-element div.lepopup-input ::placeholder {
	font-size: inherit;
}

.lepopup-element div.lepopup-input input[type="text"], .lepopup-element div.lepopup-input input[type="email"], .lepopup-element div.lepopup-input input[type="password"], .lepopup-element div.lepopup-input select, .lepopup-element div.lepopup-input textarea {
	border-spacing: 0;
	vertical-align: top;
	outline: none;
	box-sizing: border-box;
	box-shadow: none;
	padding: 0 1em !important;
	margin: 0;
	min-width: 0px;
	max-width: 100%;
	min-height: 20px;
	width: 100%;
	height: 100%;
	line-height: inherit;
	transition-property: border, background, color, box-shadow;
	-webkit-transition-property: border, background, color, box-shadow;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.lepopup-element div.lepopup-input textarea {
	padding-top: .5em !important;
	padding-bottom: .5em;
}

.lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"], .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"], .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"], .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
	padding-left: 48px !important;
}

.lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"], .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"], .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"], .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
	padding-right: 48px !important;
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="text"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="email"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left input[type="password"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left textarea {
	padding-left: 1em !important;
	margin-left: 40px;
	width: calc(100% - 40px);
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="text"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="email"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right input[type="password"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right textarea {
	padding-right: 1em !important;
	margin-right: 40px;
	width: calc(100% - 40px);
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="text"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="email"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right input[type="password"], .lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left.lepopup-icon-right textarea {
	width: calc(100% - 80px);
}

.lepopup-element div.lepopup-input>i {
	position: absolute;
	line-height: inherit;
	width: 40px;
	text-align: center;
	font-size: 16px;
	z-index: 102;
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input>i {
	width: 40px;
}

/*.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left>i,
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right>i {
	font-size: 1.3em;
}*/
.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-left+label.lepopup-description {
	padding-left: 40px;
}

.lepopup-form-icon-outside .lepopup-element div.lepopup-input.lepopup-icon-right+label.lepopup-description {
	padding-right: 40px;
}

.lepopup-element div.lepopup-input>i.lepopup-icon-left {
	top: 0;
	left: 0;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.lepopup-element div.lepopup-input>i.lepopup-icon-right {
	top: 0;
	right: 0;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right {
	display: table;
	line-height: initial;
	height: 100%;
}

.lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-left::before, .lepopup-form-icon-inside .lepopup-element div.lepopup-input>i.lepopup-icon-right::before {
	display: table-cell;
	vertical-align: middle;
}

.lepopup-element .lepopup-button {
	display: inline-block;
	display: block !important;
	white-space: nowrap;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	transition-property: border, background, color, box-shadow, width, height, font-size;
	-webkit-transition-property: border, background, color, box-shadow, width, height, font-size;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
	outline: none;
	overflow: hidden;
	height: 100% !important;
	box-sizing: border-box !important;
	padding: 0 !important;
}

.lepopup-element .lepopup-button::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.lepopup-element .lepopup-button-full {
	display: block;
}

.lepopup-element .lepopup-button.lepopup-button-tiny {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
}

.lepopup-element .lepopup-button.lepopup-button-small {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
}

.lepopup-element .lepopup-button.lepopup-button-medium {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.lepopup-element .lepopup-button.lepopup-button-large {
	height: 50px;
	line-height: 50px;
	padding: 0 25px;
}

.lepopup-element .lepopup-button.lepopup-button-huge {
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
}

.lepopup-element .lepopup-button i {
	font-size: inherit;
	color: inherit;
	width: 1em;
	margin: 0 .5em 0 0;
	line-height: inherit;
	display: inline-block;
	vertical-align: middle;
	transform: translateY(-1px);
	text-align: center;
}

.lepopup-element .lepopup-button span+i {
	margin: 0 0 0 .5em;
	text-align: right;
}

.lepopup-element .lepopup-button span {
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	color: inherit;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
	white-space: nowrap;
	-webkit-user-select: none;
	user-select: none;
	outline: none;
	line-height: inherit;
	vertical-align: middle;
	display: contents;
	display: inline-block;
}

.lepopup-element .lepopup-button.lepopup-button-zoom-in:active {
	transform: scale(1.02);
	-webkit-transform: scale(1.02);
}

.lepopup-element .lepopup-button.lepopup-button-zoom-out:active {
	transform: scale(.95);
	-webkit-transform: scale(.95);
}

.lepopup-element .lepopup-button.lepopup-button-shift-down:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

.lepopup-element .lepopup-button-disabled {
	transform: none !important;
	-webkit-transform: none !important;
	opacity: .7 !important;
}

.lepopup-element-html {
	min-height: 20px;
	min-width: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}

.lepopup-element-rectangle {
	overflow-x: hidden;
	overflow-y: hidden;
	box-sizing: border-box;
}

.lepopup-element-html-content {
	position: relative;
	line-height: inherit;
}

.lepopup-element-html-content iframe {
	width: 100%;
	height: 100%;
	height: -moz-available;
	height: -webkit-fill-available;
	height: fill-available;
}

.lepopup-element-html-scrollable {
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .05);
	scrollbar-width: thin;
	-ms-overflow-style: none;
}

.lepopup-element-html-scrollable::-webkit-scrollbar {
	width: 5px;
}

.lepopup-element-html-scrollable::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
}

.lepopup-element-html-scrollable::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .1);
}

.lepopup-element-html strong, .lepopup-element-html b {
	font-weight: 700;
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html em, .lepopup-element-html i {
	font-style: italic;
	font-size: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html span {
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html h1, .lepopup-element-html h2, .lepopup-element-html h3, .lepopup-element-html h4, .lepopup-element-html h5, .lepopup-element-html h6 {
	font-weight: 700;
	margin: .4em 0;
	padding: 0;
	line-height: 1.475;
	text-shadow: none;
}

.lepopup-element-html h1 {
	font-size: 32px;
}

.lepopup-element-html h2 {
	font-size: 24px;
}

.lepopup-element-html h3 {
	font-size: 20px;
}

.lepopup-element-html h4 {
	font-size: 18px;
}

.lepopup-element-html h5 {
	font-size: 16px;
}

.lepopup-element-html h6 {
	font-size: 14px;
}

.lepopup-element-html p {
	line-height: 1.475;
	padding: 0;
	margin: .4em 0;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-html .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lepopup-element-html .alignleft {
	float: left;
	margin: .5em 1em .5em 0;
}

.lepopup-element-html .alignright {
	float: right;
	margin: .5em 0 .5em 1em;
}

.lepopup-element-html img {
	max-width: 100%;
}

.lepopup-element-html hr {
	border: 0;
	border-top: 1px solid #a0a0a0;
	margin: .3em 0;
}

.lepopup-element-html ul {
	list-style: disc inside;
	margin: .3em 0;
	padding: 0;
	line-height: 1.475;
}

.lepopup-element-html ol {
	list-style: decimal inside;
	margin: .3em 0;
	padding: 0;
	line-height: 1.475;
}

.lepopup-element-html ul li, .lepopup-element-html ol li {
	margin: 0 0 0 1em;
	padding: 0;
	line-height: 1.475;
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	text-shadow: none;
}

.lepopup-element-close span, .lepopup-element-icon span, .lepopup-element-icon a {
	display: block;
	text-align: center;
	cursor: pointer;
	font-family: arial !important;
	line-height: 1 !important;
	transition-property: color;
	transition-duration: .2s;
	text-decoration: none !important;
}

.lepopup-element-close span i, .lepopup-element-icon span i, .lepopup-element-icon a i {
	transition-property: color;
	transition-duration: .2s;
	font-size: inherit;
}

.lepopup-confirmaton-message {
	display: none;
}

.lepopup-ta-left {
	text-align: left !important;
}

.lepopup-ta-center {
	text-align: center !important;
}

.lepopup-ta-right {
	text-align: right !important;
}

/* Tiles - begin */
.lepopup-tile-layout-inline div.lepopup-tile-container {
	width: auto;
	display: inline-block;
	float: left;
}

div.lepopup-tile-container, div.lepopup-tile-box {
	max-width: 100%;
}

.lepopup-tile-layout-2 div.lepopup-tile-container, .lepopup-tile-layout-3 div.lepopup-tile-container, .lepopup-tile-layout-4 div.lepopup-tile-container, .lepopup-tile-layout-6 div.lepopup-tile-container {
	width: auto;
	display: block;
	float: left;
}

.lepopup-tile-layout-2 div.lepopup-tile-container {
	width: 50%;
}

.lepopup-tile-layout-3 div.lepopup-tile-container {
	width: 33.33333333%;
}

.lepopup-tile-layout-4 div.lepopup-tile-container {
	width: 25%;
}

.lepopup-tile-layout-6 div.lepopup-tile-container {
	width: 16.66666666%;
}

.lepopup-tile-layout-inline::after, .lepopup-tile-layout-2::after, .lepopup-tile-layout-3::after, .lepopup-tile-layout-4::after, .lepopup-tile-layout-6::after {
	content: " ";
	display: table;
	clear: both;
}

.lepopup-tile-layout-right div.lepopup-tile-container {
	float: right !important;
	text-align: right;
}

.lepopup-tile-layout-1.lepopup-tile-layout-right div.lepopup-tile-container {
	clear: both;
}

input[type="checkbox"].lepopup-tile, input[type="radio"].lepopup-tile {
	display: none !important;
}

input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
	vertical-align: middle;
	margin: 0;
}

input[type="checkbox"].lepopup-tile+label:before, input[type="checkbox"].lepopup-tile+label:after, input[type="radio"].lepopup-tile+label:before, input[type="radio"].lepopup-tile+label:after {
	content: "";
}

input[type="checkbox"].lepopup-tile+label:before, input[type="radio"].lepopup-tile+label:before {
	display: none !important;
}

input[type="checkbox"].lepopup-tile+label, input[type="radio"].lepopup-tile+label {
	appearance: none;
	border-style: solid;
	border-color: #ccc;
	border-radius: 2px;
	border-width: 1px;
	max-width: 100%;
	text-align: center;
	background: #fff;
	color: #444;
	cursor: pointer;
	display: block;
	vertical-align: top;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	white-space: nowrap;
	overflow: hidden;
}

input[type="checkbox"].lepopup-tile:checked+label, input[type="radio"].lepopup-tile:checked+label {
	border-color: red;
}

.lepopup-tile-tiny+label {
	line-height: 18px;
	height: 20px;
}

.lepopup-tile-tiny+label {
	padding: 0 .6em;
}

.lepopup-tile-small+label {
	line-height: 28px;
	height: 30px;
}

.lepopup-tile-small+label {
	padding: 0 .8em;
}

.lepopup-tile-medium+label {
	line-height: 38px;
	height: 40px;
}

.lepopup-tile-medium+label {
	padding: 0 1em;
}

.lepopup-tile-large+label {
	line-height: 48px;
	height: 50px;
}

.lepopup-tile-large+label {
	padding: 0 1.2em;
}

.lepopup-tile-huge+label {
	line-height: 58px;
	height: 60px;
}

.lepopup-tile-huge+label {
	padding: 0 1.4em;
}

.lepopup-tile-box {
	display: inline-block;
	padding: .3em;
}

.lepopup-tile-full .lepopup-tile-box {
	display: block !important;
}

.lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label, .lepopup-tile-transform-zoom-in .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: scale(1.05);
}

.lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label, .lepopup-tile-transform-zoom-out .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: scale(.95);
}

.lepopup-tile-transform-shift-down .lepopup-tile-box input[type="checkbox"].lepopup-tile:checked+label, .lepopup-tile-transform-shift-down .lepopup-tile-box input[type="radio"].lepopup-tile:checked+label {
	transform: translateY(2px);
}

/* Tiles - end */

/* Checkboxes and Radio Buttons - begin */
.lepopup-cr-layout-inline div.lepopup-cr-container {
	width: auto;
	display: inline-block;
	float: left;
}

.lepopup-cr-layout-2 div.lepopup-cr-container, .lepopup-cr-layout-3 div.lepopup-cr-container, .lepopup-cr-layout-4 div.lepopup-cr-container, .lepopup-cr-layout-6 div.lepopup-cr-container {
	width: auto;
	display: block;
	float: left;
}

.lepopup-cr-layout-2 div.lepopup-cr-container {
	width: 50%;
}

.lepopup-cr-layout-3 div.lepopup-cr-container {
	width: 33.33333333%;
}

.lepopup-cr-layout-4 div.lepopup-cr-container {
	width: 25%;
}

.lepopup-cr-layout-6 div.lepopup-cr-container {
	width: 16.66666666%;
}

.lepopup-cr-layout-inline::after, .lepopup-cr-layout-2::after, .lepopup-cr-layout-3::after, .lepopup-cr-layout-4::after, .lepopup-cr-layout-6::after {
	content: " ";
	display: table;
	clear: both;
}

.lepopup-cr-layout-inline.lepopup-cr-layout-right div.lepopup-cr-container {
	float: right;
}

.lepopup-cr-layout-inline div.lepopup-cr-container div.lepopup-cr-label {
	width: auto;
}

.lepopup-cr-layout-2.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-3.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-4.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-6.lepopup-cr-layout-right div.lepopup-cr-container-left div.lepopup-cr-label, .lepopup-cr-layout-inline div.lepopup-cr-container-left div.lepopup-cr-label {
	padding-right: 1.4em;
}

.lepopup-cr-layout-2.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-3.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-4.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-6.lepopup-cr-layout-left div.lepopup-cr-container-right div.lepopup-cr-label, .lepopup-cr-layout-inline div.lepopup-cr-container-right div.lepopup-cr-label {
	padding-left: 1.4em;
}

div.lepopup-cr-container {
	display: table;
	width: 100%;
	margin: 0 0 5px 0;
}

div.lepopup-cr-container>div {
	vertical-align: top;
}

div.lepopup-cr-container.lepopup-cr-container-small {
	line-height: 16px;
}

div.lepopup-cr-container.lepopup-cr-container-medium {
	line-height: 20px;
}

div.lepopup-cr-container.lepopup-cr-container-large {
	line-height: 24px;
}

div.lepopup-cr-container.lepopup-cr-container-huge {
	line-height: 28px;
}

div.lepopup-cr-container div.lepopup-cr-box {
	display: table-cell;
}

div.lepopup-cr-container div.lepopup-cr-label {
	display: table-cell;
	width: 100%;
}

div.lepopup-cr-container div.lepopup-cr-label label {
	margin: 0;
	padding: 0;
	display: block;
	text-align: inherit;
}

div.lepopup-cr-container-left div.lepopup-cr-label {
	padding-left: .7em;
}

div.lepopup-cr-container-right div.lepopup-cr-label {
	padding-right: .7em;
}

input[type="checkbox"].lepopup-checkbox {
	display: none !important;
}

input[type="checkbox"].lepopup-checkbox+label {
	vertical-align: middle;
	margin: 0;
}

input[type="checkbox"].lepopup-checkbox+label:before, input[type="checkbox"].lepopup-checkbox+label:after {
	content: "";
}

input[type="checkbox"].lepopup-checkbox+label:before {
	display: none !important;
}

input[type="checkbox"].lepopup-checkbox-classic+label, input[type="checkbox"].lepopup-checkbox-fa-check+label, input[type="checkbox"].lepopup-checkbox-square+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	border-radius: 2px;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #444;
	padding: 0;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

input[type="checkbox"].lepopup-checkbox-classic:checked+label, input[type="checkbox"].lepopup-checkbox-fa-check:checked+label, input[type="checkbox"].lepopup-checkbox-square:checked+label {
	transform: scale(1.1);
}

input[type="checkbox"].lepopup-checkbox-classic:checked+label:after {
	font-family: arial;
	content: "✔";
}

input[type="checkbox"].lepopup-checkbox-fa-check:checked+label:after {
	font-family: lepopup-if;
	content: "";
}

input[type="checkbox"].lepopup-checkbox-square:checked+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 2px;
	background: #aaa;
	display: inline-block;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

input[type="checkbox"].lepopup-checkbox-none+label {
	appearance: none;
	font-family: arial;
	font-size: 16px;
	color: #aaa;
}

input[type="checkbox"].lepopup-checkbox-none+label:after {
	content: "none";
}

input[type="checkbox"].lepopup-checkbox-tgl+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	background: #fff;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: background .3s;
	box-sizing: border-box;
	border-radius: 100px;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

input[type="checkbox"].lepopup-checkbox-tgl+label:after {
	position: absolute;
	top: 2px;
	left: 2px;
	background: #aaa;
	border: none;
	border-radius: 100px;
	transition: left .3s cubic-bezier(.785, .135, .15, .86);
}

input[type="checkbox"].lepopup-checkbox-tgl:checked+label {
	background: #aaa;
}

input[type="checkbox"].lepopup-checkbox-tgl:checked+label:after {
	background: #fff;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge+label {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-huge:checked+label:after {
	font-size: 28px;
	line-height: 26px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-huge:checked+label:after {
	font-size: 25px;
	line-height: 25px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-huge:checked+label:after {
	width: 16px;
	height: 16px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label {
	width: 48px;
	height: 26px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge+label:after {
	width: 18px;
	height: 18px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-huge:checked+label:after {
	left: 24px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large+label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-large:checked+label:after {
	font-size: 24px;
	line-height: 22px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-large:checked+label:after {
	font-size: 21px;
	line-height: 21px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-large:checked+label:after {
	width: 12px;
	height: 12px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label {
	width: 44px;
	height: 24px;
	border-width: 2px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large+label:after {
	width: 16px;
	height: 16px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-large:checked+label:after {
	left: 22px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium+label {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-medium:checked+label:after {
	font-size: 20px;
	line-height: 19px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-medium:checked+label:after {
	font-size: 18px;
	line-height: 18px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-medium:checked+label:after {
	width: 10px;
	height: 10px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label {
	width: 38px;
	height: 20px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium+label:after {
	width: 14px;
	height: 14px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-medium:checked+label:after {
	left: 20px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small+label, input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small+label, input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small+label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-classic.lepopup-checkbox-small:checked+label:after {
	font-size: 16px;
	line-height: 15px;
}

input[type="checkbox"].lepopup-checkbox-fa-check.lepopup-checkbox-small:checked+label:after {
	font-size: 15px;
	line-height: 14px;
}

input[type="checkbox"].lepopup-checkbox-square.lepopup-checkbox-small:checked+label:after {
	width: 6px;
	height: 6px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label {
	width: 30px;
	height: 16px;
	border-width: 1px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small+label:after {
	width: 10px;
	height: 10px;
}

input[type="checkbox"].lepopup-checkbox-tgl.lepopup-checkbox-small:checked+label:after {
	left: 16px;
}

input[type="radio"].lepopup-radio {
	display: none !important;
}

input[type="radio"].lepopup-radio+label {
	vertical-align: middle;
	margin: 0;
}

input[type="radio"].lepopup-radio+label:before, input[type="radio"].lepopup-radio+label:after {
	content: "";
}

input[type="radio"].lepopup-radio+label:before {
	display: none !important;
}

input[type="radio"].lepopup-radio-classic+label, input[type="radio"].lepopup-radio-fa-check+label, input[type="radio"].lepopup-radio-dot+label {
	appearance: none;
	border-style: solid;
	border-color: #aaa;
	border-radius: 50%;
	text-align: center;
	font-weight: 700;
	background: #fff;
	color: #aaa;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	padding: 0;
}

input[type="radio"].lepopup-radio-classic:checked+label, input[type="radio"].lepopup-radio-fa-check:checked+label, input[type="radio"].lepopup-radio-dot:checked+label {
	transform: scale(1.1);
}

input[type="radio"].lepopup-radio-classic:checked+label:after {
	font-family: arial;
	content: "✔";
}

input[type="radio"].lepopup-radio-fa-check:checked+label:after {
	font-family: lepopup-if;
	content: "";
}

input[type="radio"].lepopup-radio-dot:checked+label:after {
	position: absolute;
	top: 4px;
	left: 4px;
	border-radius: 50%;
	background: #aaa;
	display: inline-block;
	transition-property: border, background, color, transform;
	-webkit-transition-property: border, background, color, transform;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-huge+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-huge+label {
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-width: 2px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-huge:checked+label:after {
	font-size: 28px;
	line-height: 28px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-huge:checked+label:after {
	font-size: 25px;
	line-height: 29px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-huge:checked+label:after {
	width: 16px;
	height: 16px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-large+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-large+label {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-width: 2px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-large:checked+label:after {
	font-size: 24px;
	line-height: 24px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-large:checked+label:after {
	font-size: 21px;
	line-height: 23px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-large:checked+label:after {
	width: 12px;
	height: 12px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-medium+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-medium+label {
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-width: 1px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-medium:checked+label:after {
	font-size: 20px;
	line-height: 20px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-medium:checked+label:after {
	font-size: 18px;
	line-height: 18px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-medium:checked+label:after {
	width: 10px;
	height: 10px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-small+label, input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small+label, input[type="radio"].lepopup-radio-dot.lepopup-radio-small+label {
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-width: 1px;
}

input[type="radio"].lepopup-radio-classic.lepopup-radio-small:checked+label:after {
	font-size: 16px;
	line-height: 16px;
}

input[type="radio"].lepopup-radio-fa-check.lepopup-radio-small:checked+label:after {
	font-size: 15px;
	line-height: 15px;
}

input[type="radio"].lepopup-radio-dot.lepopup-radio-small:checked+label:after {
	width: 6px;
	height: 6px;
}

.lepopup-cr-box input[type="checkbox"]+label, .lepopup-cr-box input[type="radio"]+label {
	vertical-align: top !important;
}

/* Checkboxes and Radio Buttons - begin */

/* Imageselect select - begin */
.lepopup-imageselect {
	display: none !important;
}

.lepopup-imageselect+label {
	display: inline-block;
	width: 100px;
	height: 100px;
	vertical-align: middle;
	margin: 5px;
	cursor: pointer;
	transition-property: border, transform, box-shadow, filter;
	-webkit-transition-property: border, transform, box-shadow, filter;
	transition-duration: .2s;
	-webkit-transition-duration: .2s;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	overflow: hidden;
}

.lepopup-imageselect+label span.lepopup-imageselect-image {
	display: block;
	vertical-align: middle;
	margin: 0;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.lepopup-imageselect+label span.lepopup-imageselect-label {
	padding: .5em;
	display: block;
}

.lepopup-ta-left .lepopup-imageselect+label {
	margin: 5px 10px 5px 0;
}

.lepopup-ta-center .lepopup-imageselect+label {
	margin: 5px 5px 5px 5px;
}

.lepopup-ta-right .lepopup-imageselect+label {
	margin: 5px 0 5px 10px;
}

.lepopup-imageselect-grayscale .lepopup-imageselect+label {
	-moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.lepopup-imageselect-grayscale .lepopup-imageselect+label:hover, .lepopup-imageselect-grayscale .lepopup-imageselect:checked+label {
	-moz-filter: none;
	-o-filter: none;
	-webkit-filter: none;
	filter: none;
	filter: none;
}

.lepopup-imageselect+label:before, .lepopup-imageselect+label:after {
	content: "";
}

.lepopup-imageselect:checked+label {
	display: inline-block;
	width: 100px;
	height: 100px;
}

/* Imageselect select - end */

/* Popup message - begin */
.lepopup-popup-message-overlay {
	position: fixed !important;
	z-index: 999999;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .8);
	display: none;
}

.lepopup-popup-message {
	position: fixed;
	z-index: 1000000;
	text-align: left;
	text-align: center;
	display: none;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	min-width: 480px;
	padding: 46px 40px 40px 40px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 1px 1px 10px -3px rgba(0, 0, 0, .8);
	color: #444;
	font-size: 18px;
	line-height: 26px;
}

.lepopup-popup-message-conntent {
	position: relative;
}

.lepopup-popup-message-close {
	position: absolute;
	z-index: 1000001;
	top: 8px;
	right: 8px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	font-family: lepopup-if;
	transition: color .3s;
	-webkit-transition: color .3s;
}

.lepopup-popup-message-close:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

/* Popup message - end */

/* Popup mode - begin */
.lepopup-popup-overlay {
	position: fixed !important;
	z-index: 999999;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	display: none;
	animation-duration: 1000ms !important;
	animation-delay: 0ms;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
	box-sizing: content-box;
	padding-right: 20px;
}

.lepopup-popup-loader {
	width: 90px;
	height: 90px;
	z-index: 1000000;
	position: fixed;
}

.lepopup-popup-loader-top-left {
	top: 32px !important;
	left: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-loader-top-center {
	top: 32px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-loader-top-right {
	top: 32px !important;
	right: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-loader-middle-left {
	left: 32px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-loader-middle-center {
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%);
}

.lepopup-popup-loader-middle-right {
	right: 32px !important;
	top: 50% !important;
	transform: translate(0, -50%);
}

.lepopup-popup-loader-bottom-left {
	bottom: 32px !important;
	left: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-loader-bottom-center {
	bottom: 32px !important;
	left: 50% !important;
	transform: translate(-50%, 0);
}

.lepopup-popup-loader-bottom-right {
	bottom: 32px !important;
	right: 32px !important;
	transform: translate(0, 0);
}

.lepopup-popup-fh-container {
	position: fixed;
	z-index: 1000000;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	scrollbar-color: transparent;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.lepopup-popup-fh-container::-webkit-scrollbar {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container::-webkit-scrollbar-track {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container::-webkit-scrollbar-thumb {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container::-moz-scrollbar {
	display: none;
	width: 1px;
	background-color: transparent;
}

.lepopup-popup-fh-container>.lepopup-form {
	position: absolute !important;
	top: 0 !important;
	bottom: auto !important;
	transform-origin: 50% 50%;
}

.lepopup-popup {
	position: absolute;
	z-index: 1000000;
	text-align: left;
	display: none;
	left: 50%;
	top: 50%;
	width: 100%;
	padding: 25px 10px 10px 10px;
	box-sizing: border-box;
}

.lepopup-popup-close {
	position: absolute;
	top: 3px;
	right: 10px;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	text-shadow: 1px 1px rgba(0, 0, 0, .3);
	transition: color .3s;
	-webkit-transition: color .3s;
}

.lepopup-popup-close:active {
	transform: translateY(2px);
	-webkit-transform: translateY(2px);
}

/* Popup mode - end */

/* Tripple Spinner - begin */
.lepopup-popup-loader-triple-spinner {
	display: block;
	position: relative;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 4px solid transparent;
	border-top: 4px solid #ff5722;
	-webkit-animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
	animation: lepopup-popup-loader-triple-spinner-spin 2s linear infinite;
}

.lepopup-popup-loader-triple-spinner::before, .lepopup-popup-loader-triple-spinner::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	border: 4px solid transparent;
}

.lepopup-popup-loader-triple-spinner::before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-top-color: #ff9800;
	-webkit-animation: lepopup-popup-loader-triple-spinner-spin 3s linear infinite;
	animation: lepopup-popup-loader-triple-spinner-spin 3.5s linear infinite;
}

.lepopup-popup-loader-triple-spinner::after {
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-top-color: #ffc107;
	-webkit-animation: lepopup-popup-loader-triple-spinner-spin 1.5s linear infinite;
	animation: lepopup-popup-loader-triple-spinner-spin 1.75s linear infinite;
}

@-webkit-keyframes lepopup-popup-loader-triple-spinner-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes lepopup-popup-loader-triple-spinner-spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Tripple Spinner - end */

/* File uploader - begin */
div.lepopup-uploader {
	position: relative;
}

div.lepopup-uploader-engine, div.lepopup-uploader-engine>form, div.lepopup-uploader-engine>form>input, div.lepopup-uploader-engine>iframe {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

div.lepopup-uploader-file {
	margin: .5em 0;
	line-height: 1.8;
	position: relative;
}

div.lepopup-uploader-file>span {
	font-size: .9em;
	line-height: 1.8;
	position: absolute;
	cursor: pointer;
	top: 0;
	right: 0;
	display: inline-block;
	opacity: .7;
}

div.lepopup-uploader-file>span>i {
	transition: color .3s;
	-webkit-transition: color .3s;
}

div.lepopup-uploader-file>span:hover>i {
	color: red !important;
}

div.lepopup-uploader-file>div.lepopup-uploader-file-title {
	white-space: nowrap;
	overflow: hidden;
	font-size: .9em;
	margin-right: 40px;
}

div.lepopup-uploader-file>div.lepopup-uploader-progress {
	line-height: .8em;
	height: .8em;
	font-size: .8em;
	opacity: .6;
}

div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-bar {
	height: 4px;
	background: green;
	border-radius: 4px;
}

div.lepopup-uploader-file>div.lepopup-uploader-progress>div.lepopup-uploader-progress-error {
	line-height: 1em;
	height: 1em;
	font-size: 1em;
	color: red;
}

/* File uploader - end */

/* Star rating - begin */
.lepopup-star-rating, .lepopup-star-rating>label {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	display: inline-block;
}

.lepopup-star-rating>input {
	display: none;
}

.lepopup-star-rating>label:before {
	content: "" !important;
}

.lepopup-star-rating>label:after {
	cursor: pointer;
	margin: 5px .4em 5px 0;
	font-size: 1.25em;
	font-family: lepopup-if;
	display: inline-block;
	content: "";
}

.lepopup-ta-right .lepopup-star-rating>label:after {
	margin: 5px 0 5px .4em;
}

.lepopup-ta-center .lepopup-star-rating>label:after {
	margin: 5px .2em 5px .2em;
}

.lepopup-star-rating-tiny>label:after {
	font-size: 16px;
}

.lepopup-star-rating-small>label:after {
	font-size: 20px;
}

.lepopup-star-rating-medium>label:after {
	font-size: 24px;
}

.lepopup-star-rating-large>label:after {
	font-size: 28px;
}

.lepopup-star-rating-huge>label:after {
	font-size: 32px;
}

.lepopup-star-rating>label {
	color: #ddd;
	float: right;
	transition-property: color, transform;
	-webkit-transition-property: color, transform;
	transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.lepopup-star-rating>input:checked~label, .lepopup-star-rating:not(:checked)>label:hover, .lepopup-star-rating:not(:checked)>label:hover~label {
	color: #ffd700;
	transform: scale(1.2);
}

.lepopup-star-rating>input:checked+label:hover, .lepopup-star-rating>input:checked~label:hover, .lepopup-star-rating>label:hover~input:checked~label, .lepopup-star-rating>input:checked~label:hover~label {
	opacity: .7;
}

/* Star rating - end */

/* Multiselect - start */
.lepopup-multiselect {
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
}

.lepopup-multiselect>input[type="checkbox"] {
	display: none !important;
}

.lepopup-multiselect>label {
	display: block !important;
	vertical-align: middle;
	margin: 0;
	margin: 0;
	padding: .5em .7em;
	color: inherit;
	text-align: inherit;
	border-bottom: 1px dashed rgba(0, 0, 0, .03);
	transition: color, background .3s;
	-webkit-transition: color, background .2s;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.lepopup-multiselect>label:nth-child(4n) {
	background: rgba(0, 0, 0, .02);
}

.lepopup-multiselect>label:before, .lepopup-multiselect>label:after {
	content: "" !important;
}

.lepopup-multiselect>label:hover {
	background: rgba(0, 0, 0, .1);
}

.lepopup-multiselect>input[type="checkbox"]:checked+label {
	background: rgba(0, 0, 0, .3);
}

.lepopup-multiselect>input[type="checkbox"]:disabled+label {
	opacity: .5;
}

.lepopup-multiselect::-webkit-scrollbar {
	width: 5px;
}

.lepopup-multiselect::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

.lepopup-multiselect::-webkit-scrollbar-thumb {
	/*background-color: #bd4070;*/
	opacity: .8;
}

/* Multiselect - end */
#lepopup-ready {
	width: 1px !important;
}

.lepopup-dl {
	text-align: right;
	font-size: 14px;
	font-family: arial;
}

.lepopup-dl a {
	text-decoration: none !important;
	outline: none !important;
	box-shadow: none !important;
	color: #52af00;
	display: block;
}

.lepopup-dl a:hover {
	text-decoration: underline !important;
}

.lepopup-dl a:active {
	transform: translateY(2px);
}

/* Progress Bar - start */
div.lepopup-progress {
	padding: 10px 0;
	margin: 0 auto;
}

div.lepopup-progress.lepopup-progress-outside {
	display: none;
}

div.lepopup-progress::after {
	content: " ";
	display: table;
	clear: both;
}

div.lepopup-progress-t1>div {
	width: 100%;
	height: 18px;
	line-height: 18px;
	position: relative;
	background-color: #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px auto;
}

div.lepopup-progress-t1>div>div {
	background: #bd4070;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	line-height: inherit;
	text-align: right;
	padding-right: .6em;
	box-sizing: border-box;
	font-size: 80%;
	color: #fff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.lepopup-progress-t1>div>div:after {
	background-size: 40px 40px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.lepopup-progress-t1>label {
	display: block;
	font-size: 90%;
	margin-top: 4px;
	line-height: 1.2;
	color: #444;
	text-align: center;
	cursor: default;
}

div.lepopup-progress-t1.lepopup-progress-stripes>div>div:after {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==");
}

ul.lepopup-progress-t2 * {
	margin: 0;
	padding: 0;
	box-shadow: none;
	outline: none;
	cursor: default;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.lepopup-progress-t2 {
	width: 100%;
	height: 6px;
	background-color: #e0e0e0;
	border-radius: 5px;
	display: block;
	margin: 0px auto;
	list-style: none;
	padding: 0;
}

ul.lepopup-progress-t2>li {
	float: left;
	text-align: center !important;
	margin: -10px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.lepopup-progress-t2>li::before, ul.lepopup-progress-t2>li::after {
	display: none !important;
}

ul.lepopup-progress-t2>li>span {
	background-color: #e0e0e0;
	font-size: 90%;
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	border-radius: 24px;
	text-align: center;
}

ul.lepopup-progress-t2>li>label {
	display: block;
	font-size: 90%;
	margin-top: 4px;
	color: #e0e0e0;
	text-align: center;
	cursor: default;
	line-height: 1.2;
}

ul.lepopup-progress-t2>li.lepopup-progress-t2-active>span {
	background-color: #bd4070;
}

ul.lepopup-progress-t2>li.lepopup-progress-t2-active>label {
	color: #444;
}

ul.lepopup-progress-t2>li.lepopup-progress-t2-passed>span {
	background-color: #bd4070;
}

.lepopup-progress-t2.lepopup-progress-stripes>li>span {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigwLDAsMCkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0icmdiKDAsMCwwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIzMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwwLDApIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==");
}

.lepopup-progress-t2.lepopup-progress-stripes>li>span.nitro-lazy {
	background-image: none !important;
}

/* Progress Bar - end */

/* Signature Pad - begin */
.lepopup-signature-box {
	height: 100%;
	border-style: dashed !important;
	position: relative;
}

.lepopup-signature-box canvas {
	width: 1px;
	height: 1px;
	cursor: crosshair;
}

.lepopup-signature-box span {
	position: absolute;
	width: 18px;
	height: 18px;
	line-height: 18px;
	cursor: pointer;
	text-align: center;
	left: 8px;
	bottom: 6px;
	font-size: 18px;
}

/* Signature Pad - end */

/* Ion.RangeSlider - begin */
.lepopup-rangeslider .irs-from, .lepopup-rangeslider .irs-to, .lepopup-rangeslider .irs-single, .lepopup-rangeslider .irs-min, .lepopup-rangeslider .irs-max {
	font-size: 13px !important;
}

.lepopup-rangeslider .irs-grid-text {
	font-size: 12px !important;
}

.lepopup-rangeslider .irs-from:before, .lepopup-rangeslider .irs-to:before, .lepopup-rangeslider .irs-single:before {
	display: none !important;
}

/* Ion.RangeSlider - end */

/* Numeric spinner - begin */
.lepopup-numspinner-minus, .lepopup-numspinner-plus {
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lepopup-numspinner-minus:before, .lepopup-numspinner-plus:before {
	font-size: 12px;
}

/* Numeric spinner - end */
.lepopup-xd-forbidden {
	font-size: 16px;
	font-family: arial;
	text-align: center;
	padding: 2em;
	background-color: red;
	color: #fff;
	border-radius: 5px;
	box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, .7);
}

.lepopup-global-message {
	position: fixed;
	top: 10px;
	right: 10px;
	display: none;
	z-index: 9999999;
	padding: 1em 1.5em;
	border-radius: 3px;
	font-family: arial;
	font-size: 15px;
	line-height: 1.4;
	vertical-align: middle;
	font-weight: 400;
	box-shadow: 2px 2px 10px -6px #000;
}

.lepopup-global-message-info {
	color: #fff;
	background: #5bc0de;
}

.lepopup-global-message-success {
	color: #fff;
	background: #5cb85c;
}

.lepopup-global-message-danger {
	color: #fff;
	background: #d9534f;
}

/* Required symbol - start */
span.lepopup-required-symbol {}

span.lepopup-required-symbol-label-left {
	margin-right: .2em;
}

span.lepopup-required-symbol-label-right {
	margin-left: .2em;
}

span.lepopup-if, i.lepopup-if {
	display: inline-block;
	font: normal normal normal 14px/1 "lepopup-if";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lepopup-if-spin {
	-webkit-animation: lepopup-if-spin 2s infinite linear;
	animation: lepopup-if-spin 2s infinite linear;
}

@-webkit-keyframes lepopup-if-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes lepopup-if-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.lepopup-if-star:before {
	content: "";
}

.lepopup-if-check:before {
	content: "";
}

.lepopup-if-times:before {
	content: "";
}

.lepopup-if-cancel-circled:before {
	content: "";
}

.lepopup-if-cancel-circled2:before {
	content: "";
}

.lepopup-if-help-circled:before {
	content: "";
}

.lepopup-if-minus:before {
	content: "";
}

.lepopup-if-plus:before {
	content: "";
}

.lepopup-if-spinner:before {
	content: "";
}

.lepopup-if-eraser:before {
	content: "";
}

/* Mandatory Icons - end */

/* IE10+ hacks - begin */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.lepopup-column-input {
		display: inline-flex;
	}
}

/* IE10+ hacks - end */

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.lepopup-animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.lepopup-animated.lepopup-infinite {
	animation-iteration-count: infinite;
}

.lepopup-animated.lepopup-hinge {
	animation-duration: 2s;
}

@keyframes lepopup-bounce {
	0%, 20%, 53%, 80%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translate3d(0, 0, 0);
	}
	
	40%, 43% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0);
	}
	
	70% {
		transition-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0);
	}
	
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

.lepopup-bounce {
	animation-name: lepopup-bounce;
	transform-origin: center bottom;
}

@keyframes lepopup-flash {
	0%, 50%, 100% {
		opacity: 1;
	}
	
	25%, 75% {
		opacity: 0;
	}
}

.lepopup-flash {
	animation-name: lepopup-flash;
}

@keyframes lepopup-pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}
	
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.lepopup-pulse {
	animation-name: lepopup-pulse;
}

@keyframes lepopup-rubberBand {
	0% {
		transform: scale3d(1, 1, 1);
	}
	
	30% {
		transform: scale3d(1.25, .75, 1);
	}
	
	40% {
		transform: scale3d(.75, 1.25, 1);
	}
	
	50% {
		transform: scale3d(1.15, .85, 1);
	}
	
	65% {
		transform: scale3d(.95, 1.05, 1);
	}
	
	75% {
		transform: scale3d(1.05, .95, 1);
	}
	
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.lepopup-rubberBand {
	animation-name: lepopup-rubberBand;
}

@keyframes lepopup-shake {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	
	10%, 30%, 50%, 70%, 90% {
		transform: translate3d(-10px, 0, 0);
	}
	
	20%, 40%, 60%, 80% {
		transform: translate3d(10px, 0, 0);
	}
}

.lepopup-shake {
	animation-name: lepopup-shake;
}

@keyframes lepopup-swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg);
	}
	
	40% {
		transform: rotate3d(0, 0, 1, -10deg);
	}
	
	60% {
		transform: rotate3d(0, 0, 1, 5deg);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, -5deg);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.lepopup-swing {
	transform-origin: top center;
	animation-name: lepopup-swing;
}

@keyframes lepopup-tada {
	0% {
		transform: scale3d(1, 1, 1);
	}
	
	10%, 20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	
	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	
	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.lepopup-tada {
	animation-name: lepopup-tada;
}

@keyframes lepopup-wobble {
	0% {
		transform: none;
	}
	
	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
	}
	
	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
	}
	
	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
	}
	
	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
	}
	
	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
	}
	
	100% {
		transform: none;
	}
}

.lepopup-wobble {
	animation-name: lepopup-wobble;
}

@keyframes lepopup-bounceIn {
	0%, 20%, 40%, 60%, 80%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		transform: scale3d(.97, .97, .97);
	}
	
	100% {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}

.lepopup-bounceIn {
	animation-name: lepopup-bounceIn;
	animation-duration: .75s;
}

@keyframes lepopup-bounceInDown {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}
	
	75% {
		transform: translate3d(0, -10px, 0);
	}
	
	90% {
		transform: translate3d(0, 5px, 0);
	}
	
	100% {
		transform: none;
	}
}

.lepopup-bounceInDown {
	animation-name: lepopup-bounceInDown;
}

@keyframes lepopup-bounceInLeft {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}
	
	75% {
		transform: translate3d(-10px, 0, 0);
	}
	
	90% {
		transform: translate3d(5px, 0, 0);
	}
	
	100% {
		transform: none;
	}
}

.lepopup-bounceInLeft {
	animation-name: lepopup-bounceInLeft;
}

@keyframes lepopup-bounceInRight {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}
	
	75% {
		transform: translate3d(10px, 0, 0);
	}
	
	90% {
		transform: translate3d(-5px, 0, 0);
	}
	
	100% {
		transform: none;
	}
}

.lepopup-bounceInRight {
	animation-name: lepopup-bounceInRight;
}

@keyframes lepopup-bounceInUp {
	0%, 60%, 75%, 90%, 100% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0);
	}
	
	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	75% {
		transform: translate3d(0, 10px, 0);
	}
	
	90% {
		transform: translate3d(0, -5px, 0);
	}
	
	100% {
		transform: translate3d(0, 0, 0);
	}
}

.lepopup-bounceInUp {
	animation-name: lepopup-bounceInUp;
}

@keyframes lepopup-bounceOut {
	20% {
		transform: scale3d(.9, .9, .9);
	}
	
	50%, 55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	100% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
}

.lepopup-bounceOut {
	animation-name: lepopup-bounceOut;
	animation-duration: .75s;
}

@keyframes lepopup-bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0);
	}
}

.lepopup-bounceOutDown {
	animation-name: lepopup-bounceOutDown;
}

@keyframes lepopup-bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0);
	}
}

.lepopup-bounceOutLeft {
	animation-name: lepopup-bounceOutLeft;
}

@keyframes lepopup-bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0);
	}
}

.lepopup-bounceOutRight {
	animation-name: lepopup-bounceOutRight;
}

@keyframes lepopup-bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0);
	}
	
	40%, 45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0);
	}
	
	100% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0);
	}
}

.lepopup-bounceOutUp {
	animation-name: lepopup-bounceOutUp;
}

@keyframes lepopup-fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.lepopup-fadeIn {
	animation-name: lepopup-fadeIn;
}

@keyframes lepopup-fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
	
	100% {
		opacity: 1;
		transform: none;
	}
}

.lepopup-fadeInDown {
	animation-name: lepopup-fadeInDown;
}

@keyframes lepopup-fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
	
	100% {
		opacity: 1;
		transform: none;
	}
}

.lepopup-fadeInLeft {
	animation-name: lepopup-fadeInLeft;
}

@keyframes lepopup-fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	
	100% {
		opacity: 1;
		transform: none;
	}
}

.lepopup-fadeInRight {
	animation-name: lepopup-fadeInRight;
}

@keyframes lepopup-fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
	
	100% {
		opacity: 1;
		transform: none;
	}
}

.lepopup-fadeInUp {
	animation-name: lepopup-fadeInUp;
}

@keyframes lepopup-fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.lepopup-fadeOut {
	animation-name: lepopup-fadeOut;
}

@keyframes lepopup-fadeOutDown {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}
}

.lepopup-fadeOutDown {
	animation-name: lepopup-fadeOutDown;
}

@keyframes lepopup-fadeOutLeft {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}
}

.lepopup-fadeOutLeft {
	animation-name: lepopup-fadeOutLeft;
}

@keyframes lepopup-fadeOutRight {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
}

.lepopup-fadeOutRight {
	animation-name: lepopup-fadeOutRight;
}

@keyframes lepopup-fadeOutUp {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.lepopup-fadeOutUp {
	animation-name: lepopup-fadeOutUp;
}

@keyframes lepopup-flip {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out;
	}
	
	40% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out;
	}
	
	50% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in;
	}
	
	80% {
		transform: perspective(400px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in;
	}
	
	100% {
		transform: perspective(400px);
		animation-timing-function: ease-in;
	}
}

.lepopup-animated.lepopup-flip {
	backface-visibility: visible;
	animation-name: lepopup-flip;
}

@keyframes lepopup-flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}
	
	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}
	
	100% {
		transform: perspective(400px);
	}
}

.lepopup-flipInX {
	backface-visibility: visible !important;
	animation-name: lepopup-flipInX;
}

@keyframes lepopup-flipInY {
	0% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}
	
	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transition-timing-function: ease-in;
	}
	
	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}
	
	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}
	
	100% {
		transform: perspective(400px);
	}
}

.lepopup-flipInY {
	backface-visibility: visible !important;
	animation-name: lepopup-flipInY;
}

@keyframes lepopup-flipOutX {
	0% {
		transform: perspective(400px);
	}
	
	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1;
	}
	
	100% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0;
	}
}

.lepopup-flipOutX {
	animation-name: lepopup-flipOutX;
	animation-duration: .75s;
	backface-visibility: visible !important;
}

@keyframes lepopup-flipOutY {
	0% {
		transform: perspective(400px);
	}
	
	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1;
	}
	
	100% {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0;
	}
}

.lepopup-flipOutY {
	backface-visibility: visible !important;
	animation-name: lepopup-flipOutY;
	animation-duration: .75s;
}

@keyframes lepopup-lightSpeedIn {
	0% {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0;
	}
	
	60% {
		transform: skewX(20deg);
		opacity: 1;
	}
	
	80% {
		transform: skewX(-5deg);
		opacity: 1;
	}
	
	100% {
		transform: none;
		opacity: 1;
	}
}

.lepopup-lightSpeedIn {
	animation-name: lepopup-lightSpeedIn;
	animation-timing-function: ease-out;
}

@keyframes lepopup-lightSpeedOut {
	0% {
		opacity: 1;
	}
	
	100% {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0;
	}
}

.lepopup-lightSpeedOut {
	animation-name: lepopup-lightSpeedOut;
	animation-timing-function: ease-in;
}

@keyframes lepopup-rotateIn {
	0% {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: center;
		transform: none;
		opacity: 1;
	}
}

.lepopup-rotateIn {
	animation-name: lepopup-rotateIn;
}

@keyframes lepopup-rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.lepopup-rotateInDownLeft {
	animation-name: lepopup-rotateInDownLeft;
}

@keyframes lepopup-rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.lepopup-rotateInDownRight {
	animation-name: lepopup-rotateInDownRight;
}

@keyframes lepopup-rotateInUpLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: left bottom;
		transform: none;
		opacity: 1;
	}
}

.lepopup-rotateInUpLeft {
	animation-name: lepopup-rotateInUpLeft;
}

@keyframes lepopup-rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0;
	}
	
	100% {
		transform-origin: right bottom;
		transform: none;
		opacity: 1;
	}
}

.lepopup-rotateInUpRight {
	animation-name: lepopup-rotateInUpRight;
}

@keyframes lepopup-rotateOut {
	0% {
		transform-origin: center;
		opacity: 1;
	}
	
	100% {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0;
	}
}

.lepopup-rotateOut {
	animation-name: lepopup-rotateOut;
}

@keyframes lepopup-rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0;
	}
}

.lepopup-rotateOutDownLeft {
	animation-name: lepopup-rotateOutDownLeft;
}

@keyframes lepopup-rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.lepopup-rotateOutDownRight {
	animation-name: lepopup-rotateOutDownRight;
}

@keyframes lepopup-rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1;
	}
	
	100% {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0;
	}
}

.lepopup-rotateOutUpLeft {
	animation-name: lepopup-rotateOutUpLeft;
}

@keyframes lepopup-rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1;
	}
	
	100% {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0;
	}
}

.lepopup-rotateOutUpRight {
	animation-name: lepopup-rotateOutUpRight;
}

@keyframes lepopup-hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	
	20%, 60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
	}
	
	40%, 80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1;
	}
	
	100% {
		transform: translate3d(0, 700px, 0);
		opacity: 0;
	}
}

.lepopup-hinge {
	animation-name: lepopup-hinge;
}

@keyframes lepopup-rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}
	
	100% {
		opacity: 1;
		transform: none;
	}
}

.lepopup-rollIn {
	animation-name: lepopup-rollIn;
}

@keyframes lepopup-rollOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
	}
}

.lepopup-rollOut {
	animation-name: lepopup-rollOut;
}

@keyframes lepopup-zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	50% {
		opacity: 1;
	}
}

.lepopup-zoomIn {
	animation-name: lepopup-zoomIn;
}

@keyframes lepopup-zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.lepopup-zoomInDown {
	animation-name: lepopup-zoomInDown;
}

@keyframes lepopup-zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.lepopup-zoomInLeft {
	animation-name: lepopup-zoomInLeft;
}

@keyframes lepopup-zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.lepopup-zoomInRight {
	animation-name: lepopup-zoomInRight;
}

@keyframes lepopup-zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.lepopup-zoomInUp {
	animation-name: lepopup-zoomInUp;
}

@keyframes lepopup-zoomOut {
	0% {
		opacity: 1;
	}
	
	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3);
	}
	
	100% {
		opacity: 0;
	}
}

.lepopup-zoomOut {
	animation-name: lepopup-zoomOut;
}

@keyframes lepopup-zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.lepopup-zoomOutDown {
	animation-name: lepopup-zoomOutDown;
}

@keyframes lepopup-zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center;
	}
}

.lepopup-zoomOutLeft {
	animation-name: lepopup-zoomOutLeft;
}

@keyframes lepopup-zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
	}
	
	100% {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center;
	}
}

.lepopup-zoomOutRight {
	animation-name: lepopup-zoomOutRight;
}

@keyframes lepopup-zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19);
	}
	
	100% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	}
}

.lepopup-zoomOutUp {
	animation-name: lepopup-zoomOutUp;
}

i.lepopup-fa {
	display: inline-block;
	font: normal normal normal 14px/1 "lepopup-fa";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lepopup-fa-spin {
	-webkit-animation: lepopup-fa-spin 2s infinite linear;
	animation: lepopup-fa-spin 2s infinite linear;
}

@-webkit-keyframes lepopup-fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes lepopup-fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

.lepopup-fa-star:before {
	content: "";
}

.lepopup-fa-star-o:before {
	content: "";
}

.lepopup-fa-user:before {
	content: "";
}

.lepopup-fa-check:before {
	content: "";
}

.lepopup-fa-close:before {
	content: "";
}

.lepopup-fa-upload:before {
	content: "";
}

.lepopup-fa-download:before {
	content: "";
}

.lepopup-fa-calendar:before {
	content: "";
}

.lepopup-fa-clock-o:before {
	content: "";
}

.lepopup-fa-chevron-left:before {
	content: "";
}

.lepopup-fa-chevron-right:before {
	content: "";
}

.lepopup-fa-phone:before {
	content: "";
}

.lepopup-fa-envelope:before {
	content: "";
}

.lepopup-fa-pencil:before {
	content: "";
}

.lepopup-fa-lock:before {
	content: "";
}

.lepopup-fa-picture-o:before {
	content: "";
}

.lepopup-fa-envelope-o:before {
	content: "";
}

.lepopup-fa-building-o:before {
	content: "";
}

.lepopup-fa-angle-double-left:before {
	content: "";
}

.lepopup-fa-angle-double-right:before {
	content: "";
}

.lepopup-fa-spinner:before {
	content: "";
}

.lepopup-fa-smile-o:before {
	content: "";
}

.lepopup-fa-frown-o:before {
	content: "";
}

.lepopup-fa-meh-o:before {
	content: "";
}

.lepopup-fa-send:before {
	content: "";
}

.lepopup-fa-send-o:before {
	content: "";
}

.lepopup-fa-user-o:before {
	content: "";
}

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc;
}

.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2);
}

.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
	background: none;
	border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
div.airdatepicker--cells {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.airdatepicker--cell {
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 32px;
	z-index: 1;
}

.airdatepicker--cell.-focus- {
	background: #f0f0f0;
}

.airdatepicker--cell.-current- {
	color: #4eb5e6;
}

.airdatepicker--cell.-current-.-focus- {
	color: #4a4a4a;
}

.airdatepicker--cell.-current-.-in-range- {
	color: #4eb5e6;
}

.airdatepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	color: #4a4a4a;
	border-radius: 0;
}

.airdatepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2);
}

.airdatepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae;
}

.airdatepicker--cell.-disabled-.-focus- {
	color: #aeaeae;
}

.airdatepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1;
}

.airdatepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae;
}

.airdatepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 4px 0 0 4px;
}

.airdatepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 0 4px 4px 0;
}

.airdatepicker--cell.-range-from-.-range-to- {
	border-radius: 4px;
}

.airdatepicker--cell.-selected- {
	color: #fff;
	border: none;
	background: #5cc4ef;
}

.airdatepicker--cell.-selected-.-current- {
	color: #fff;
	background: #5cc4ef;
}

.airdatepicker--cell.-selected-.-focus- {
	background: #45bced;
}

.airdatepicker--cell:empty {
	cursor: default;
}

.airdatepicker--days-names {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 8px 0 3px;
}

div.airdatepicker--day-name {
	color: #ff9a19;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

.airdatepicker--cell-day {
	width: 14.28571%;
}

.airdatepicker--cells-months {
	height: 170px;
}

.airdatepicker--cell-month {
	width: 33.33%;
	height: 25%;
}

.airdatepicker--years {
	height: 170px;
}

.airdatepicker--cells-years {
	height: 170px;
}

.airdatepicker--cell-year {
	width: 25%;
	height: 33.33%;
}

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc;
}

.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2);
}

.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
	background: none;
	border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.airdatepickers-container {
	position: absolute;
	left: 0;
	top: 0;
}

@media print {
	.airdatepickers-container {
		display: none;
	}
}

div.airdatepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	display: none;
	opacity: 0;
	transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
	z-index: 100;
}

.airdatepicker.-from-top- {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

.airdatepicker.-from-right- {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}

.airdatepicker.-from-bottom- {
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}

.airdatepicker.-from-left- {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}

.airdatepicker.active {
	display: block;
	opacity: 1;
	-webkit-transform: translate(0);
	transform: translate(0);
	transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
}

.airdatepicker-inline .airdatepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.airdatepicker-inline .airdatepicker--pointer {
	display: none;
}

.airdatepicker--content {
	box-sizing: content-box;
	padding: 4px;
}

.-only-timepicker- .airdatepicker--content {
	display: none;
}

.airdatepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1;
}

.-top-left- .airdatepicker--pointer, .-top-center- .airdatepicker--pointer, .-top-right- .airdatepicker--pointer {
	top: calc(100% - 4px);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.-right-top- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
	right: calc(100% - 4px);
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.-bottom-left- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
	bottom: calc(100% - 4px);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.-left-top- .airdatepicker--pointer, .-left-center- .airdatepicker--pointer, .-left-bottom- .airdatepicker--pointer {
	left: calc(100% - 4px);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.-top-left- .airdatepicker--pointer, .-bottom-left- .airdatepicker--pointer {
	left: 10px;
}

.-top-right- .airdatepicker--pointer, .-bottom-right- .airdatepicker--pointer {
	right: 10px;
}

.-top-center- .airdatepicker--pointer, .-bottom-center- .airdatepicker--pointer {
	left: calc(50% - 10px / 2);
}

.-left-top- .airdatepicker--pointer, .-right-top- .airdatepicker--pointer {
	top: 10px;
}

.-left-bottom- .airdatepicker--pointer, .-right-bottom- .airdatepicker--pointer {
	bottom: 10px;
}

.-left-center- .airdatepicker--pointer, .-right-center- .airdatepicker--pointer {
	top: calc(50% - 10px / 2);
}

.airdatepicker--body {
	display: none;
}

.airdatepicker--body.active {
	display: block;
}

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc;
}

.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2);
}

.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
	background: none;
	border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.airdatepicker--nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px;
}

.-only-timepicker- .airdatepicker--nav {
	display: none;
}

div.airdatepicker--nav-title, div.airdatepicker--nav-action {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	cursor: pointer;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.airdatepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.airdatepicker--nav-action:hover {
	background: #f0f0f0;
}

.airdatepicker--nav-action.-disabled- {
	visibility: hidden;
}

.airdatepicker--nav-action svg {
	width: 32px;
	height: 32px;
}

.airdatepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px;
}

.airdatepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px;
}

.airdatepicker--nav-title i {
	font-style: normal;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #9c9c9c;
	margin-left: 5px;
}

.airdatepicker--nav-title:hover {
	background: #f0f0f0;
}

.airdatepicker--nav-title.-disabled- {
	cursor: default;
	background: none;
}

.airdatepicker--buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	border-top: 1px solid #efefef;
}

.airdatepicker--button {
	color: #4eb5e6;
	cursor: pointer;
	border-radius: 4px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 32px;
}

.airdatepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0;
}

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc;
}

.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2);
}

.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
	background: none;
	border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.airdatepicker--time {
	border-top: 1px solid #efefef;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 4px;
	position: relative;
}

.airdatepicker--time.-am-pm- .airdatepicker--time-sliders {
	-webkit-flex: 0 1 138px;
	-ms-flex: 0 1 138px;
	flex: 0 1 138px;
	max-width: 138px;
}

.-only-timepicker- .airdatepicker--time {
	border-top: none;
}

.airdatepicker--time-sliders {
	-webkit-flex: 0 1 153px;
	-ms-flex: 0 1 153px;
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px;
}

.airdatepicker--time-label {
	display: none;
	font-size: 12px;
}

.airdatepicker--time-current {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px;
}

span.airdatepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1;
}

div .airdatepicker--time-current-hours, div .airdatepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	color: #4a4a4a;
	position: relative;
	z-index: 1;
}

.airdatepicker--time-current-hours:after, .airdatepicker--time-current-minutes:after {
	content: "";
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0;
}

.airdatepicker--time-current-hours.-focus-:after, .airdatepicker--time-current-minutes.-focus-:after {
	opacity: 1;
}

span.airdatepicker--time-current-ampm {
	text-transform: uppercase;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px;
}

.airdatepicker--time-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.airdatepicker--time-row:first-child {
	margin-bottom: 4px;
}

.airdatepicker--time-row input[type='range'] {
	border: none !important;
	background: none;
	cursor: pointer;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
}

.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
}

.airdatepicker--time-row input[type='range']::-ms-tooltip {
	display: none;
}

.airdatepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
	border-color: #b8b8b8;
}

.airdatepicker--time-row input[type='range']:hover::-moz-range-thumb {
	border-color: #b8b8b8;
}

.airdatepicker--time-row input[type='range']:hover::-ms-thumb {
	border-color: #b8b8b8;
}

.airdatepicker--time-row input[type='range']:focus {
	outline: none;
}

.airdatepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.airdatepicker--time-row input[type='range']:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.airdatepicker--time-row input[type='range']:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef;
}

.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.airdatepicker--time-row input[type='range']::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.airdatepicker--time-row input[type='range']::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
}

.airdatepicker--time-row input[type='range']::-webkit-slider-thumb {
	margin-top: -6px;
}

.airdatepicker--time-row input[type='range']::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.airdatepicker--time-row input[type='range']::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.airdatepicker--time-row input[type='range']::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: transparent;
}

.airdatepicker--time-row input[type='range']::-ms-fill-lower {
	background: transparent;
}

.airdatepicker--time-row input[type='range']::-ms-fill-upper {
	background: transparent;
}

.airdatepicker--time-row span {
	padding: 0 12px;
}

.airdatepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em;
}

.airdatepicker--time-icon:after, .airdatepicker--time-icon:before {
	content: "";
	background: currentColor;
	position: absolute;
}

.airdatepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.airdatepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px);
}

.airdatepicker--cell-day.-other-month-, .airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.airdatepicker--cell-day.-other-month-:hover, .airdatepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5;
}

.-disabled-.-focus-.airdatepicker--cell-day.-other-month-, .-disabled-.-focus-.airdatepicker--cell-year.-other-decade- {
	color: #dedede;
}

.-selected-.airdatepicker--cell-day.-other-month-, .-selected-.airdatepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6;
}

.-selected-.-focus-.airdatepicker--cell-day.-other-month-, .-selected-.-focus-.airdatepicker--cell-year.-other-decade- {
	background: #8ad5f4;
}

.-in-range-.airdatepicker--cell-day.-other-month-, .-in-range-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc;
}

.-in-range-.-focus-.airdatepicker--cell-day.-other-month-, .-in-range-.-focus-.airdatepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2);
}

.airdatepicker--cell-day.-other-month-:empty, .airdatepicker--cell-year.-other-decade-:empty {
	background: none;
	border: none;
}

/* Version: 1.0.2 */
@media screen and (max-width:767px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (max-width:767px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (min-width:768px) {}

@media (max-width:767px) {}

@media (max-width:767px) {}

.vc_row:before, .vc_row:after {
	content: " ";
	display: table;
}

.vc_row:after {
	clear: both;
}

@media (max-width:767px) {
	.vc_hidden-xs {
		display: none !important;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.vc_hidden-sm {
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.vc_hidden-md {
		display: none !important;
	}
}

@media (min-width:1200px) {
	.vc_hidden-lg {
		display: none !important;
	}
}

.vc_non_responsive .vc_row .vc_col-sm-1 {
	position: relative;
	float: left;
	width: 8.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-2 {
	position: relative;
	float: left;
	width: 16.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-3 {
	position: relative;
	float: left;
	width: 25%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-4 {
	position: relative;
	float: left;
	width: 33.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-5 {
	position: relative;
	float: left;
	width: 41.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-6 {
	position: relative;
	float: left;
	width: 50%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-7 {
	position: relative;
	float: left;
	width: 58.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-8 {
	position: relative;
	float: left;
	width: 66.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-9 {
	position: relative;
	float: left;
	width: 75%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-10 {
	position: relative;
	float: left;
	width: 83.33333333%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-11 {
	position: relative;
	float: left;
	width: 91.66666667%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-12 {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-12 {
	margin-left: 100%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-11 {
	margin-left: 91.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-10 {
	margin-left: 83.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-9 {
	margin-left: 75%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-8 {
	margin-left: 66.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-7 {
	margin-left: 58.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-6 {
	margin-left: 50%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5 {
	margin-left: 41.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4 {
	margin-left: 33.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3 {
	margin-left: 25%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2 {
	margin-left: 16.66666667%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1 {
	margin-left: 8.33333333%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0 {
	margin-left: 0%;
}

.vc_non_responsive .vc_row .vc_hidden-sm {
	display: none !important;
}

.vc_non_responsive .vc_row .vc_col-sm-1\/5 {
	position: relative;
	float: left;
	width: 20%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-2\/5 {
	position: relative;
	float: left;
	width: 40%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-3\/5 {
	position: relative;
	float: left;
	width: 60%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-4\/5 {
	position: relative;
	float: left;
	width: 80%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-5\/5 {
	position: relative;
	float: left;
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-5\/5 {
	margin-left: 100%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-4\/5 {
	margin-left: 80%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-3\/5 {
	margin-left: 60%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-2\/5 {
	margin-left: 40%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-1\/5 {
	margin-left: 20%;
}

.vc_non_responsive .vc_row .vc_col-sm-offset-0\/5 {
	margin-left: 0%;
}

.vc_column_container {
	width: 100%;
}

.vc_row {
	margin-left: -15px;
	margin-right: -15px;
}

.vc_col-xs-1, .vc_col-sm-1, .vc_col-md-1, .vc_col-lg-1, .vc_col-xs-2, .vc_col-sm-2, .vc_col-md-2, .vc_col-lg-2, .vc_col-xs-3, .vc_col-sm-3, .vc_col-md-3, .vc_col-lg-3, .vc_col-xs-4, .vc_col-sm-4, .vc_col-md-4, .vc_col-lg-4, .vc_col-xs-5, .vc_col-sm-5, .vc_col-md-5, .vc_col-lg-5, .vc_col-xs-6, .vc_col-sm-6, .vc_col-md-6, .vc_col-lg-6, .vc_col-xs-7, .vc_col-sm-7, .vc_col-md-7, .vc_col-lg-7, .vc_col-xs-8, .vc_col-sm-8, .vc_col-md-8, .vc_col-lg-8, .vc_col-xs-9, .vc_col-sm-9, .vc_col-md-9, .vc_col-lg-9, .vc_col-xs-10, .vc_col-sm-10, .vc_col-md-10, .vc_col-lg-10, .vc_col-xs-11, .vc_col-sm-11, .vc_col-md-11, .vc_col-lg-11, .vc_col-xs-12, .vc_col-sm-12, .vc_col-md-12, .vc_col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vc_col-xs-1, .vc_col-xs-2, .vc_col-xs-3, .vc_col-xs-4, .vc_col-xs-5, .vc_col-xs-6, .vc_col-xs-7, .vc_col-xs-8, .vc_col-xs-9, .vc_col-xs-10, .vc_col-xs-11, .vc_col-xs-12 {
	float: left;
}

[dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-9, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-xs-12 {
	float: right;
}

.vc_col-xs-12 {
	width: 100%;
}

.vc_col-xs-11 {
	width: 91.66666667%;
}

.vc_col-xs-10 {
	width: 83.33333333%;
}

.vc_col-xs-9 {
	width: 75%;
}

.vc_col-xs-8 {
	width: 66.66666667%;
}

.vc_col-xs-7 {
	width: 58.33333333%;
}

.vc_col-xs-6 {
	width: 50%;
}

.vc_col-xs-5 {
	width: 41.66666667%;
}

.vc_col-xs-4 {
	width: 33.33333333%;
}

.vc_col-xs-3 {
	width: 25%;
}

.vc_col-xs-2 {
	width: 16.66666667%;
}

.vc_col-xs-1 {
	width: 8.33333333%;
}

.vc_col-xs-pull-12 {
	right: 100%;
}

.vc_col-xs-pull-11 {
	right: 91.66666667%;
}

.vc_col-xs-pull-10 {
	right: 83.33333333%;
}

.vc_col-xs-pull-9 {
	right: 75%;
}

.vc_col-xs-pull-8 {
	right: 66.66666667%;
}

.vc_col-xs-pull-7 {
	right: 58.33333333%;
}

.vc_col-xs-pull-6 {
	right: 50%;
}

.vc_col-xs-pull-5 {
	right: 41.66666667%;
}

.vc_col-xs-pull-4 {
	right: 33.33333333%;
}

.vc_col-xs-pull-3 {
	right: 25%;
}

.vc_col-xs-pull-2 {
	right: 16.66666667%;
}

.vc_col-xs-pull-1 {
	right: 8.33333333%;
}

.vc_col-xs-pull-0 {
	right: auto;
}

.vc_col-xs-push-12 {
	left: 100%;
}

.vc_col-xs-push-11 {
	left: 91.66666667%;
}

.vc_col-xs-push-10 {
	left: 83.33333333%;
}

.vc_col-xs-push-9 {
	left: 75%;
}

.vc_col-xs-push-8 {
	left: 66.66666667%;
}

.vc_col-xs-push-7 {
	left: 58.33333333%;
}

.vc_col-xs-push-6 {
	left: 50%;
}

.vc_col-xs-push-5 {
	left: 41.66666667%;
}

.vc_col-xs-push-4 {
	left: 33.33333333%;
}

.vc_col-xs-push-3 {
	left: 25%;
}

.vc_col-xs-push-2 {
	left: 16.66666667%;
}

.vc_col-xs-push-1 {
	left: 8.33333333%;
}

.vc_col-xs-push-0 {
	left: auto;
}

.vc_col-xs-offset-12 {
	margin-left: 100%;
}

.vc_col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.vc_col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.vc_col-xs-offset-9 {
	margin-left: 75%;
}

.vc_col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.vc_col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.vc_col-xs-offset-6 {
	margin-left: 50%;
}

.vc_col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.vc_col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.vc_col-xs-offset-3 {
	margin-left: 25%;
}

.vc_col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.vc_col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.vc_col-xs-offset-0 {
	margin-left: 0%;
}

.vc_col-xs-1\/5, .vc_col-sm-1\/5, .vc_col-md-1\/5, .vc_col-lg-1\/5, .vc_col-xs-2\/5, .vc_col-sm-2\/5, .vc_col-md-2\/5, .vc_col-lg-2\/5, .vc_col-xs-3\/5, .vc_col-sm-3\/5, .vc_col-md-3\/5, .vc_col-lg-3\/5, .vc_col-xs-4\/5, .vc_col-sm-4\/5, .vc_col-md-4\/5, .vc_col-lg-4\/5, .vc_col-xs-5\/5, .vc_col-sm-5\/5, .vc_col-md-5\/5, .vc_col-lg-5\/5 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vc_col-xs-1\/5, .vc_col-xs-2\/5, .vc_col-xs-3\/5, .vc_col-xs-4\/5, .vc_col-xs-5\/5 {
	float: left;
}

.vc_col-xs-5\/5 {
	width: 100%;
}

.vc_col-xs-4\/5 {
	width: 80%;
}

.vc_col-xs-3\/5 {
	width: 60%;
}

.vc_col-xs-2\/5 {
	width: 40%;
}

.vc_col-xs-1\/5 {
	width: 20%;
}

.vc_col-xs-pull-5\/5 {
	right: 100%;
}

.vc_col-xs-pull-4\/5 {
	right: 80%;
}

.vc_col-xs-pull-3\/5 {
	right: 60%;
}

.vc_col-xs-pull-2\/5 {
	right: 40%;
}

.vc_col-xs-pull-1\/5 {
	right: 20%;
}

.vc_col-xs-pull-0\/5 {
	right: auto;
}

.vc_col-xs-push-5\/5 {
	left: 100%;
}

.vc_col-xs-push-4\/5 {
	left: 80%;
}

.vc_col-xs-push-3\/5 {
	left: 60%;
}

.vc_col-xs-push-2\/5 {
	left: 40%;
}

.vc_col-xs-push-1\/5 {
	left: 20%;
}

.vc_col-xs-push-0\/5 {
	left: auto;
}

.vc_col-xs-offset-5\/5 {
	margin-left: 100%;
}

.vc_col-xs-offset-4\/5 {
	margin-left: 80%;
}

.vc_col-xs-offset-3\/5 {
	margin-left: 60%;
}

.vc_col-xs-offset-2\/5 {
	margin-left: 40%;
}

.vc_col-xs-offset-1\/5 {
	margin-left: 20%;
}

.vc_col-xs-offset-0\/5 {
	margin-left: 0%;
}

[dir="rtl"] .vc_rtl-columns-reverse .vc_col-xs-1\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-xs-2\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-xs-3\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-xs-4\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-xs-5\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5 {
	float: right;
}

@media (min-width:768px) {
	.vc_col-sm-1, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12 {
		float: left;
	}
	
	[dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-9, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-sm-12 {
		float: right;
	}
	
	.vc_col-sm-12 {
		width: 100%;
	}
	
	.vc_col-sm-11 {
		width: 91.66666667%;
	}
	
	.vc_col-sm-10 {
		width: 83.33333333%;
	}
	
	.vc_col-sm-9 {
		width: 75%;
	}
	
	.vc_col-sm-8 {
		width: 66.66666667%;
	}
	
	.vc_col-sm-7 {
		width: 58.33333333%;
	}
	
	.vc_col-sm-6 {
		width: 50%;
	}
	
	.vc_col-sm-5 {
		width: 41.66666667%;
	}
	
	.vc_col-sm-4 {
		width: 33.33333333%;
	}
	
	.vc_col-sm-3 {
		width: 25%;
	}
	
	.vc_col-sm-2 {
		width: 16.66666667%;
	}
	
	.vc_col-sm-1 {
		width: 8.33333333%;
	}
	
	.vc_col-sm-pull-12 {
		right: 100%;
	}
	
	.vc_col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.vc_col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.vc_col-sm-pull-9 {
		right: 75%;
	}
	
	.vc_col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.vc_col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.vc_col-sm-pull-6 {
		right: 50%;
	}
	
	.vc_col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.vc_col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.vc_col-sm-pull-3 {
		right: 25%;
	}
	
	.vc_col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.vc_col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.vc_col-sm-pull-0 {
		right: auto;
	}
	
	.vc_col-sm-push-12 {
		left: 100%;
	}
	
	.vc_col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.vc_col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.vc_col-sm-push-9 {
		left: 75%;
	}
	
	.vc_col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.vc_col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.vc_col-sm-push-6 {
		left: 50%;
	}
	
	.vc_col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.vc_col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.vc_col-sm-push-3 {
		left: 25%;
	}
	
	.vc_col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.vc_col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.vc_col-sm-push-0 {
		left: auto;
	}
	
	.vc_col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.vc_col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.vc_col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.vc_col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.vc_col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.vc_col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.vc_col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.vc_col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.vc_col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.vc_col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.vc_col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.vc_col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.vc_col-sm-offset-0 {
		margin-left: 0%;
	}
	
	.vc_col-sm-1\/5, .vc_col-sm-2\/5, .vc_col-sm-3\/5, .vc_col-sm-4\/5, .vc_col-sm-5\/5 {
		float: left;
	}
	
	[dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
		float: right;
	}
	
	.vc_col-sm-5\/5 {
		width: 100%;
	}
	
	.vc_col-sm-4\/5 {
		width: 80%;
	}
	
	.vc_col-sm-3\/5 {
		width: 60%;
	}
	
	.vc_col-sm-2\/5 {
		width: 40%;
	}
	
	.vc_col-sm-1\/5 {
		width: 20%;
	}
	
	.vc_col-sm-pull-5\/5 {
		right: 100%;
	}
	
	.vc_col-sm-pull-4\/5 {
		right: 80%;
	}
	
	.vc_col-sm-pull-3\/5 {
		right: 60%;
	}
	
	.vc_col-sm-pull-2\/5 {
		right: 40%;
	}
	
	.vc_col-sm-pull-1\/5 {
		right: 20%;
	}
	
	.vc_col-sm-pull-0\/5 {
		right: auto;
	}
	
	.vc_col-sm-push-5\/5 {
		left: 100%;
	}
	
	.vc_col-sm-push-4\/5 {
		left: 80%;
	}
	
	.vc_col-sm-push-3\/5 {
		left: 60%;
	}
	
	.vc_col-sm-push-2\/5 {
		left: 40%;
	}
	
	.vc_col-sm-push-1\/5 {
		left: 20%;
	}
	
	.vc_col-sm-push-0\/5 {
		left: auto;
	}
	
	.vc_col-sm-offset-5\/5 {
		margin-left: 100%;
	}
	
	.vc_col-sm-offset-4\/5 {
		margin-left: 80%;
	}
	
	.vc_col-sm-offset-3\/5 {
		margin-left: 60%;
	}
	
	.vc_col-sm-offset-2\/5 {
		margin-left: 40%;
	}
	
	.vc_col-sm-offset-1\/5 {
		margin-left: 20%;
	}
	
	.vc_col-sm-offset-0\/5 {
		margin-left: 0%;
	}
}

@media (min-width:992px) {
	.vc_col-md-1, .vc_col-md-2, .vc_col-md-3, .vc_col-md-4, .vc_col-md-5, .vc_col-md-6, .vc_col-md-7, .vc_col-md-8, .vc_col-md-9, .vc_col-md-10, .vc_col-md-11, .vc_col-md-12 {
		float: left;
	}
	
	[dir=rtl] .vc_rtl-columns-reverse .vc_col-md-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-9, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-md-12 {
		float: right;
	}
	
	.vc_col-md-12 {
		width: 100%;
	}
	
	.vc_col-md-11 {
		width: 91.66666667%;
	}
	
	.vc_col-md-10 {
		width: 83.33333333%;
	}
	
	.vc_col-md-9 {
		width: 75%;
	}
	
	.vc_col-md-8 {
		width: 66.66666667%;
	}
	
	.vc_col-md-7 {
		width: 58.33333333%;
	}
	
	.vc_col-md-6 {
		width: 50%;
	}
	
	.vc_col-md-5 {
		width: 41.66666667%;
	}
	
	.vc_col-md-4 {
		width: 33.33333333%;
	}
	
	.vc_col-md-3 {
		width: 25%;
	}
	
	.vc_col-md-2 {
		width: 16.66666667%;
	}
	
	.vc_col-md-1 {
		width: 8.33333333%;
	}
	
	.vc_col-md-pull-12 {
		right: 100%;
	}
	
	.vc_col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.vc_col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.vc_col-md-pull-9 {
		right: 75%;
	}
	
	.vc_col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.vc_col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.vc_col-md-pull-6 {
		right: 50%;
	}
	
	.vc_col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.vc_col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.vc_col-md-pull-3 {
		right: 25%;
	}
	
	.vc_col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.vc_col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.vc_col-md-pull-0 {
		right: auto;
	}
	
	.vc_col-md-push-12 {
		left: 100%;
	}
	
	.vc_col-md-push-11 {
		left: 91.66666667%;
	}
	
	.vc_col-md-push-10 {
		left: 83.33333333%;
	}
	
	.vc_col-md-push-9 {
		left: 75%;
	}
	
	.vc_col-md-push-8 {
		left: 66.66666667%;
	}
	
	.vc_col-md-push-7 {
		left: 58.33333333%;
	}
	
	.vc_col-md-push-6 {
		left: 50%;
	}
	
	.vc_col-md-push-5 {
		left: 41.66666667%;
	}
	
	.vc_col-md-push-4 {
		left: 33.33333333%;
	}
	
	.vc_col-md-push-3 {
		left: 25%;
	}
	
	.vc_col-md-push-2 {
		left: 16.66666667%;
	}
	
	.vc_col-md-push-1 {
		left: 8.33333333%;
	}
	
	.vc_col-md-push-0 {
		left: auto;
	}
	
	.vc_col-md-offset-12 {
		margin-left: 100%;
	}
	
	.vc_col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.vc_col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.vc_col-md-offset-9 {
		margin-left: 75%;
	}
	
	.vc_col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.vc_col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.vc_col-md-offset-6 {
		margin-left: 50%;
	}
	
	.vc_col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.vc_col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.vc_col-md-offset-3 {
		margin-left: 25%;
	}
	
	.vc_col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.vc_col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.vc_col-md-offset-0 {
		margin-left: 0%;
	}
	
	.vc_col-md-1\/5, .vc_col-md-2\/5, .vc_col-md-3\/5, .vc_col-md-4\/5, .vc_col-md-5\/5 {
		float: left;
	}
	
	[dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
		float: right;
	}
	
	.vc_col-md-5\/5 {
		width: 100%;
	}
	
	.vc_col-md-4\/5 {
		width: 80%;
	}
	
	.vc_col-md-3\/5 {
		width: 60%;
	}
	
	.vc_col-md-2\/5 {
		width: 40%;
	}
	
	.vc_col-md-1\/5 {
		width: 20%;
	}
	
	.vc_col-md-pull-5\/5 {
		right: 100%;
	}
	
	.vc_col-md-pull-4\/5 {
		right: 80%;
	}
	
	.vc_col-md-pull-3\/5 {
		right: 60%;
	}
	
	.vc_col-md-pull-2\/5 {
		right: 40%;
	}
	
	.vc_col-md-pull-1\/5 {
		right: 20%;
	}
	
	.vc_col-md-pull-0\/5 {
		right: auto;
	}
	
	.vc_col-md-push-5\/5 {
		left: 100%;
	}
	
	.vc_col-md-push-4\/5 {
		left: 80%;
	}
	
	.vc_col-md-push-3\/5 {
		left: 60%;
	}
	
	.vc_col-md-push-2\/5 {
		left: 40%;
	}
	
	.vc_col-md-push-1\/5 {
		left: 20%;
	}
	
	.vc_col-md-push-0\/5 {
		left: auto;
	}
	
	.vc_col-md-offset-5\/5 {
		margin-left: 100%;
	}
	
	.vc_col-md-offset-4\/5 {
		margin-left: 80%;
	}
	
	.vc_col-md-offset-3\/5 {
		margin-left: 60%;
	}
	
	.vc_col-md-offset-2\/5 {
		margin-left: 40%;
	}
	
	.vc_col-md-offset-1\/5 {
		margin-left: 20%;
	}
	
	.vc_col-md-offset-0\/5 {
		margin-left: 0%;
	}
}

@media (min-width:1200px) {
	.vc_col-lg-1, .vc_col-lg-2, .vc_col-lg-3, .vc_col-lg-4, .vc_col-lg-5, .vc_col-lg-6, .vc_col-lg-7, .vc_col-lg-8, .vc_col-lg-9, .vc_col-lg-10, .vc_col-lg-11, .vc_col-lg-12 {
		float: left;
	}
	
	[dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-1, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-2, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-3, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-4, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-5, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-6, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-7, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-8, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-9, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-10, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-11, [dir=rtl] .vc_rtl-columns-reverse .vc_col-lg-12 {
		float: right;
	}
	
	.vc_col-lg-12 {
		width: 100%;
	}
	
	.vc_col-lg-11 {
		width: 91.66666667%;
	}
	
	.vc_col-lg-10 {
		width: 83.33333333%;
	}
	
	.vc_col-lg-9 {
		width: 75%;
	}
	
	.vc_col-lg-8 {
		width: 66.66666667%;
	}
	
	.vc_col-lg-7 {
		width: 58.33333333%;
	}
	
	.vc_col-lg-6 {
		width: 50%;
	}
	
	.vc_col-lg-5 {
		width: 41.66666667%;
	}
	
	.vc_col-lg-4 {
		width: 33.33333333%;
	}
	
	.vc_col-lg-3 {
		width: 25%;
	}
	
	.vc_col-lg-2 {
		width: 16.66666667%;
	}
	
	.vc_col-lg-1 {
		width: 8.33333333%;
	}
	
	.vc_col-lg-pull-12 {
		right: 100%;
	}
	
	.vc_col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.vc_col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.vc_col-lg-pull-9 {
		right: 75%;
	}
	
	.vc_col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.vc_col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.vc_col-lg-pull-6 {
		right: 50%;
	}
	
	.vc_col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.vc_col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.vc_col-lg-pull-3 {
		right: 25%;
	}
	
	.vc_col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.vc_col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.vc_col-lg-pull-0 {
		right: auto;
	}
	
	.vc_col-lg-push-12 {
		left: 100%;
	}
	
	.vc_col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.vc_col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.vc_col-lg-push-9 {
		left: 75%;
	}
	
	.vc_col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.vc_col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.vc_col-lg-push-6 {
		left: 50%;
	}
	
	.vc_col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.vc_col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.vc_col-lg-push-3 {
		left: 25%;
	}
	
	.vc_col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.vc_col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.vc_col-lg-push-0 {
		left: auto;
	}
	
	.vc_col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.vc_col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.vc_col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.vc_col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.vc_col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.vc_col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.vc_col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.vc_col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.vc_col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.vc_col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.vc_col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.vc_col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.vc_col-lg-offset-0 {
		margin-left: 0%;
	}
	
	.vc_col-lg-1\/5, .vc_col-lg-2\/5, .vc_col-lg-3\/5, .vc_col-lg-4\/5, .vc_col-lg-5\/5 {
		float: left;
	}
	
	[dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-1\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-2\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-3\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-4\/5, [dir="rtl"] .vc_rtl-columns-reverse .vc_col-sm-5\/5 {
		float: right;
	}
	
	.vc_col-lg-5\/5 {
		width: 100%;
	}
	
	.vc_col-lg-4\/5 {
		width: 80%;
	}
	
	.vc_col-lg-3\/5 {
		width: 60%;
	}
	
	.vc_col-lg-2\/5 {
		width: 40%;
	}
	
	.vc_col-lg-1\/5 {
		width: 20%;
	}
	
	.vc_col-lg-pull-5\/5 {
		right: 100%;
	}
	
	.vc_col-lg-pull-4\/5 {
		right: 80%;
	}
	
	.vc_col-lg-pull-3\/5 {
		right: 60%;
	}
	
	.vc_col-lg-pull-2\/5 {
		right: 40%;
	}
	
	.vc_col-lg-pull-1\/5 {
		right: 20%;
	}
	
	.vc_col-lg-pull-0\/5 {
		right: auto;
	}
	
	.vc_col-lg-push-5\/5 {
		left: 100%;
	}
	
	.vc_col-lg-push-4\/5 {
		left: 80%;
	}
	
	.vc_col-lg-push-3\/5 {
		left: 60%;
	}
	
	.vc_col-lg-push-2\/5 {
		left: 40%;
	}
	
	.vc_col-lg-push-1\/5 {
		left: 20%;
	}
	
	.vc_col-lg-push-0\/5 {
		left: auto;
	}
	
	.vc_col-lg-offset-5\/5 {
		margin-left: 100%;
	}
	
	.vc_col-lg-offset-4\/5 {
		margin-left: 80%;
	}
	
	.vc_col-lg-offset-3\/5 {
		margin-left: 60%;
	}
	
	.vc_col-lg-offset-2\/5 {
		margin-left: 40%;
	}
	
	.vc_col-lg-offset-1\/5 {
		margin-left: 20%;
	}
	
	.vc_col-lg-offset-0\/5 {
		margin-left: 0%;
	}
}

.vc_pull-right {
	float: right !important;
}

.vc_pull-left {
	float: left !important;
}

.vc_clearfix:before, .vc_clearfix:after {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_clearfix:before, .vc_clearfix:after {
	content: " ";
	display: table;
}

.vc_clearfix:after {
	clear: both;
}

.vc_el-clearfix {
	clear: both;
}

@media (max-width:767px) {
	.vc_el-clearfix-xs {
		clear: both;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.vc_el-clearfix-sm {
		clear: both;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.vc_el-clearfix-md {
		clear: both;
	}
}

@media (min-width:1200px) {
	.vc_el-clearfix-lg {
		clear: both;
	}
}

.vc_visible {
	display: block;
}

.vc-composer-icon {
	font-family: "vcpb-plugin-icons" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.vc-c-icon-minimize:before {
	content: "";
}

.vc-c-icon-close:before {
	content: "";
}

.vc-c-icon-1-6_4-6_1-6:before {
	content: "";
}

.vc-c-icon-add_template:before {
	content: "";
}

.vc-c-icon-arrow_back:before {
	content: "";
}

.vc-c-icon-arrow_drop_down:before {
	content: "";
}

.vc-c-icon-arrow_drop_up:before {
	content: "";
}

.vc-c-icon-arrow_forward:before {
	content: "";
}

.vc-c-icon-check:before {
	content: "";
}

.vc-c-icon-arrow_upward:before {
	content: "";
}

.vc-c-icon-arrow_downward:before {
	content: "";
}

.vc-c-icon-sync:before {
	content: "";
}

.vc-c-icon-search:before {
	content: "";
}

.vc-c-icon-1-1:before {
	content: "";
}

.vc-c-icon-1-2_1-2:before {
	content: "";
}

.vc-c-icon-1-3_1-3_1-3:before {
	content: "";
}

.vc-c-icon-1-4_1-2_1-4:before {
	content: "";
}

.vc-c-icon-1-4_1-4_1-4_1-4:before {
	content: "";
}

.vc-c-icon-1-4_3-4:before {
	content: "";
}

.vc-c-icon-1-6_1-6_1-6_1-2:before {
	content: "";
}

.vc-c-icon-1-6_1-6_1-6_1-6_1-6_1-6:before {
	content: "";
}

.vc-c-icon-l_15_15_15_15_15:before {
	content: "";
}

.vc-c-icon-1-6_2-3_1-6:before {
	content: "";
}

.vc-c-icon-2-3_1-3:before {
	content: "";
}

.vc-c-icon-5-6_1-6:before {
	content: "";
}

.vc-c-icon-add_element:before {
	content: "";
}

.vc-c-icon-add:before {
	content: "";
}

.vc-c-icon-cog:before {
	content: "";
}

.vc-c-icon-content_copy:before {
	content: "";
}

.vc-c-icon-delete_empty:before {
	content: "";
}

.vc-c-icon-dragndrop:before {
	content: "";
}

.vc-c-icon-fullscreen_exit:before {
	content: "";
}

.vc-c-icon-fullscreen:before {
	content: "";
}

.vc-c-icon-arrow_drop_right:before {
	content: "";
}

.vc-c-icon-layout_default:before {
	content: "";
}

.vc-c-icon-layout_landscape-smartphones:before {
	content: "";
}

.vc-c-icon-layout_landscape-tablets:before {
	content: "";
}

.vc-c-icon-layout_portrait-smartphones:before {
	content: "";
}

.vc-c-icon-layout_portrait-tablets:before {
	content: "";
}

.vc-c-icon-mode_edit:before {
	content: "";
}

.vc-c-icon-row_default_fe:before {
	content: "";
}

.vc-c-icon-text-block:before {
	content: "";
}

.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child {
	margin-bottom: 0;
}

.wpb_content_element, ul.wpb_thumbnails-fluid>li, .wpb_button {
	margin-bottom: 35px;
}

.fb_like, .twitter-share-button, .entry-content .twitter-share-button, .wpb_googleplus, .wpb_pinterest, .wpb_tab .wpb_content_element, .wpb_accordion .wpb_content_element {
	margin-bottom: 21.73913043px;
}

.vc_row.vc_row-no-padding .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.vc_row[data-vc-full-width] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	overflow: hidden;
}

.vc_row[data-vc-full-width].vc_hidden {
	opacity: 0;
}

.vc_row-no-padding .vc_inner {
	margin-left: 0;
	margin-right: 0;
}

.vc_row.vc_row-o-full-height {
	min-height: 100vh;
}

.vc_row.vc_row-flex {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.vc_row.vc_row-flex>.vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 1;
}

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
	.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner>* {
		min-height: 1em;
	}
}

.vc_row.vc_row-flex::before, .vc_row.vc_row-flex::after {
	display: none;
}

.vc_row.vc_row-o-columns-stretch {
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
}

.vc_row.vc_row-o-columns-top {
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.vc_row.vc_row-o-columns-bottom {
	-webkit-align-content: flex-end;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.vc_row.vc_row-o-columns-middle {
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.vc_row.vc_row-o-columns-top::after, .vc_row.vc_row-o-columns-bottom::after, .vc_row.vc_row-o-columns-middle::after {
	content: "";
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.vc_row.vc_row-o-content-top>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_column_container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_column_container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.vc_row.vc_row-o-content-middle>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_column_container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.vc_column-inner::before, .vc_column-inner::after {
	content: " ";
	display: table;
}

.vc_column-inner::after {
	clear: both;
}

.vc_ie-flexbox-fixer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vc_ie-flexbox-fixer>.vc_row {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.vc_row.vc_column-gap-1 {
	margin-left: -15.5px;
	margin-right: -15.5px;
}

.vc_row.vc_column-gap-1>.vc_column_container {
	padding: .5px;
}

.vc_row.vc_column-gap-2 {
	margin-left: -16px;
	margin-right: -16px;
}

.vc_row.vc_column-gap-2>.vc_column_container {
	padding: 1px;
}

.vc_row.vc_column-gap-3 {
	margin-left: -16.5px;
	margin-right: -16.5px;
}

.vc_row.vc_column-gap-3>.vc_column_container {
	padding: 1.5px;
}

.vc_row.vc_column-gap-4 {
	margin-left: -17px;
	margin-right: -17px;
}

.vc_row.vc_column-gap-4>.vc_column_container {
	padding: 2px;
}

.vc_row.vc_column-gap-5 {
	margin-left: -17.5px;
	margin-right: -17.5px;
}

.vc_row.vc_column-gap-5>.vc_column_container {
	padding: 2.5px;
}

.vc_row.vc_column-gap-10 {
	margin-left: -20px;
	margin-right: -20px;
}

.vc_row.vc_column-gap-10>.vc_column_container {
	padding: 5px;
}

.vc_row.vc_column-gap-15 {
	margin-left: -22.5px;
	margin-right: -22.5px;
}

.vc_row.vc_column-gap-15>.vc_column_container {
	padding: 7.5px;
}

.vc_row.vc_column-gap-20 {
	margin-left: -25px;
	margin-right: -25px;
}

.vc_row.vc_column-gap-20>.vc_column_container {
	padding: 10px;
}

.vc_row.vc_column-gap-25 {
	margin-left: -27.5px;
	margin-right: -27.5px;
}

.vc_row.vc_column-gap-25>.vc_column_container {
	padding: 12.5px;
}

.vc_row.vc_column-gap-30 {
	margin-left: -30px;
	margin-right: -30px;
}

.vc_row.vc_column-gap-30>.vc_column_container {
	padding: 15px;
}

.vc_row.vc_column-gap-35 {
	margin-left: -32.5px;
	margin-right: -32.5px;
}

.vc_row.vc_column-gap-35>.vc_column_container {
	padding: 17.5px;
}

.vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.vc_row-has-fill>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_col-has-fill>.vc_column-inner {
	padding-top: 35px;
}

.vc_section {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.vc_section[data-vc-full-width] {
	-webkit-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	overflow: hidden;
}

.vc_section[data-vc-full-width].vc_hidden {
	opacity: 0;
}

.vc_section[data-vc-full-width]>.vc_row {
	margin-left: 0;
	margin-right: 0;
}

.vc_section[data-vc-stretch-content] {
	padding-left: 0;
	padding-right: 0;
}

.vc_section.vc_row-o-full-height {
	min-height: 100vh;
}

.vc_section.vc_section-flex {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

.vc_section.vc_section-flex .vc_vc_row {
	width: 100%;
}

.vc_section.vc_section-flex::before, .vc_section.vc_section-flex::after {
	display: none;
}

.vc_section.vc_section-o-content-top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.vc_section.vc_section-o-content-bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.vc_section.vc_section-o-content-middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vc_section.vc_section-o-content-top::after, .vc_section.vc_section-o-content-bottom::after, .vc_section.vc_section-o-content-middle::after {
	content: "";
	width: 100%;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	display: block;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_section, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section {
	padding-top: 35px;
}

.vc_row.vc_column-gap-1>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-1>.vc_vc_column_inner>.vc_column_container {
	padding-left: .5px;
	padding-right: .5px;
}

.vc_row.vc_column-gap-2>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-2>.vc_vc_column_inner>.vc_column_container {
	padding-left: 1px;
	padding-right: 1px;
}

.vc_row.vc_column-gap-3>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-3>.vc_vc_column_inner>.vc_column_container {
	padding-left: 1.5px;
	padding-right: 1.5px;
}

.vc_row.vc_column-gap-4>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-4>.vc_vc_column_inner>.vc_column_container {
	padding-left: 2px;
	padding-right: 2px;
}

.vc_row.vc_column-gap-5>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-5>.vc_vc_column_inner>.vc_column_container {
	padding-left: 2.5px;
	padding-right: 2.5px;
}

.vc_row.vc_column-gap-10>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-10>.vc_vc_column_inner>.vc_column_container {
	padding-left: 5px;
	padding-right: 5px;
}

.vc_row.vc_column-gap-15>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-15>.vc_vc_column_inner>.vc_column_container {
	padding-left: 7.5px;
	padding-right: 7.5px;
}

.vc_row.vc_column-gap-20>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-20>.vc_vc_column_inner>.vc_column_container {
	padding-left: 10px;
	padding-right: 10px;
}

.vc_row.vc_column-gap-25>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-25>.vc_vc_column_inner>.vc_column_container {
	padding-left: 12.5px;
	padding-right: 12.5px;
}

.vc_row.vc_column-gap-30>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-30>.vc_vc_column_inner>.vc_column_container {
	padding-left: 15px;
	padding-right: 15px;
}

.vc_row.vc_column-gap-35>.vc_vc_column>.vc_column_container, .vc_row.vc_column-gap-35>.vc_vc_column_inner>.vc_column_container {
	padding-left: 17.5px;
	padding-right: 17.5px;
}

.vc_vc_column, .vc_vc_column_inner {
	padding-left: 0;
	padding-right: 0;
}

.vc_row.vc_row-flex>.vc_vc_column, .vc_row.vc_row-flex>.vc_vc_column_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container, .vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.vc_row.vc_row-flex>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row.vc_row-flex>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.vc_row.vc_row-o-content-top>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-top>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.vc_row.vc_row-o-content-bottom>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-bottom>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.vc_row.vc_row-o-content-middle>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row.vc_row-o-content-middle>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column>.vc_column_container, .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height)>.vc_vc_column_inner>.vc_column_container {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.vc_empty-element>.vc_column-inner {
	min-height: 100px;
}

.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
	padding-top: 35px;
}

:root {
	--wd-text-line-height: 1.6;
	--wd-brd-radius: .001px;
	--wd-form-height: 42px;
	--wd-form-color: inherit;
	--wd-form-placeholder-color: inherit;
	--wd-form-bg: transparent;
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-chevron: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==");
	--wd-main-bgcolor: #fff;
	--wd-scroll-w: .001px;
	--wd-admin-bar-h: .001px;
	--wd-block-spacing: 20px;
	--wd-header-banner-mt: .001px;
	--wd-sticky-nav-w: .001px;
	--color-white: #fff;
	--color-gray-100: #f7f7f7;
	--color-gray-200: #f1f1f1;
	--color-gray-300: #bbb;
	--color-gray-400: #a5a5a5;
	--color-gray-500: #767676;
	--color-gray-600: #666;
	--color-gray-700: #555;
	--color-gray-800: #333;
	--color-gray-900: #242424;
	--bgcolor-black-rgb: 0, 0, 0;
	--bgcolor-white-rgb: 255, 255, 255;
	--bgcolor-white: #fff;
	--bgcolor-gray-100: #f7f7f7;
	--bgcolor-gray-200: #f7f7f7;
	--bgcolor-gray-300: #f1f1f1;
	--bgcolor-gray-400: rgba(187, 187, 187, .4);
	--brdcolor-gray-200: rgba(0, 0, 0, .075);
	--brdcolor-gray-300: rgba(0, 0, 0, .105);
	--brdcolor-gray-400: rgba(0, 0, 0, .12);
	--brdcolor-gray-500: rgba(0, 0, 0, .2);
	--wd-start: start;
	--wd-end: end;
	--wd-center: center;
	--wd-stretch: stretch;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	font-family: sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
}

ol, ul {
	list-style: none;
}

caption {
	vertical-align: middle;
	text-align: left;
}

q, blockquote {
	quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}

a, button, input {
	touch-action: manipulation;
}

button, input, optgroup, select, textarea {
	margin: 0;
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	padding: 0;
	border: 0;
	border: 0;
}

body {
	margin: 0;
	background-color: #fff;
	color: var(--wd-text-color);
	text-rendering: optimizeLegibility;
	font-weight: var(--wd-text-font-weight);
	font-style: var(--wd-text-font-style);
	font-size: var(--wd-text-font-size);
	font-family: var(--wd-text-font);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: var(--wd-text-line-height);
}

@supports (overflow: clip) {
	body {
		overflow-x: clip;
	}
}

:is(body) {
	height: auto;
}

p {
	margin-bottom: var(--wd-tags-mb, 20px);
}

a {
	color: var(--wd-link-color);
	text-decoration: none;
	transition: all .25s ease;
}

a:is(:hover, :focus, :active) {
	outline: none;
	text-decoration: none;
}

a:hover {
	color: var(--wd-link-color-hover);
}

a:focus {
	outline: none;
}

:is(h1, h2, h3, h4, h5, h6, .title) a {
	color: inherit;
}

:is(h1, h2, h3, h4, h5, h6, .title) a:hover {
	color: var(--wd-link-color-hover);
}

label {
	display: block;
	margin-bottom: 5px;
	color: var(--wd-title-color);
	vertical-align: middle;
	font-weight: 400;
}

em {
	font-style: italic;
}

big {
	font-size: larger;
}

abbr {
	border-bottom: 1px dotted;
	color: #d62432;
	text-decoration: none;
}

acronym {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.required {
	border: none;
	color: #e01020;
	font-size: 16px;
	line-height: 1;
}

abbr[title] {
	border: none;
}

dl {
	margin-bottom: 20px;
	margin-bottom: 20px;
}

strong, b {
	font-weight: 600;
}

mark {
	display: inline-block;
	padding: 5px 8px;
	background-color: #f7f7f7;
	color: #242424;
	font-weight: 600;
	line-height: 1;
}

code, kbd {
	padding: 2px 5px;
}

code, kbd, pre, samp {
	-webkit-hyphens: none;
	hyphens: none;
	font-family: monospace, serif;
}

ins {
	text-decoration: none;
}

pre {
	overflow: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #f7f7f7;
	text-align: left;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

dfn {
	font-style: italic;
}

sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 1;
}

sup {
	top: -.25em;
}

sub {
	bottom: -.25em;
}

var {
	font-style: italic;
}

small {
	font-size: 80%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	border-bottom: 1px solid currentColor;
	opacity: .2;
}

iframe, embed {
	max-width: 100%;
}

blockquote {
	margin-bottom: 20px;
	padding-left: 30px;
	border-left: 2px solid var(--wd-primary-color);
	text-align: left;
	font-size: 110%;
	--wd-tags-mb: 10px;
}

blockquote cite {
	display: block;
	margin-top: 10px;
	color: var(--wd-primary-color);
	font-weight: 600;
	font-size: 90%;
}

blockquote cite a {
	color: inherit;
}

cite {
	font-style: italic;
}

address {
	margin-bottom: 20px;
	font-style: italic;
	font-size: 110%;
	line-height: 1.8;
}

fieldset {
	margin-bottom: 20px;
	padding: 20px 40px;
	border: 2px solid var(--brdcolor-gray-300);
	border-radius: var(--wd-brd-radius);
}

fieldset legend {
	margin-bottom: 0;
	padding-right: 15px;
	padding-left: 15px;
	width: auto;
}

legend {
	text-transform: uppercase;
	font-size: 22px;
}

video {
	display: block;
}

audio, canvas, progress {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

.svg-icon {
	display: inline-block;
}

.svg-icon svg {
	width: inherit !important;
	height: inherit !important;
}

svg:not(:root) {
	overflow: hidden;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 12px;
}

.wd-entities-title a {
	color: inherit;
}

.wd-el-title {
	display: flex !important;
	align-items: center;
	gap: 10px;
	font-size: 22px;
}

.wd-el-title .img-wrapper {
	display: flex;
	flex: 0 0 auto;
}

.wd-el-title .img-wrapper img {
	min-width: 18px;
}

.wd-label {
	color: var(--color-gray-800);
	font-weight: 600;
}

legend, h1, h2, h3, h4, h5, h6, .title {
	display: block;
	margin-bottom: var(--wd-tags-mb, 20px);
	color: var(--wd-title-color);
	text-transform: var(--wd-title-transform);
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	line-height: 1.4;
}

.wd-entities-title {
	display: block;
	color: var(--wd-entities-title-color);
	word-wrap: break-word;
	font-weight: var(--wd-entities-title-font-weight);
	font-style: var(--wd-entities-title-font-style);
	font-family: var(--wd-entities-title-font);
	text-transform: var(--wd-entities-title-transform);
	line-height: 1.4;
}

a.wd-entities-title:hover, .wd-entities-title a:hover {
	color: var(--wd-entities-title-color-hover);
}

:is(ul, ol) {
	margin-bottom: var(--list-mb);
	padding-left: var(--li-pl);
	--list-mb: 20px;
	--li-mb: 10px;
	--li-pl: 17px;
}

:is(ul, ol) li {
	margin-bottom: var(--li-mb);
}

:is(ul, ol) li:last-child {
	margin-bottom: 0;
}

li>:is(ul, ol) {
	margin-top: var(--li-mb);
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl dt {
	color: var(--color-gray-800);
	font-weight: 600;
}

dl dd {
	margin-bottom: 20px;
}

.unordered-list ul, .unordered-list ol {
	margin-left: 20px;
}

.unordered-list li:before {
	margin-right: 10px;
	font-size: 8px;
	content: "";
	font-family: "woodmart-font";
}

.unordered-list, .wd-sub-menu, .textwidget .menu, .unordered-list ul, .wd-sub-menu ul, .textwidget .menu ul, .unordered-list ol, .wd-sub-menu ol, .textwidget .menu ol, .wd-nav, nav[class*="-pagination"] ul {
	list-style: none;
	--li-pl: 0;
}

.wd-sub-menu, .wd-sub-menu ul, .wd-sub-menu ol, .wd-nav, nav[class*="-pagination"] ul {
	--list-mb: 0;
	--li-mb: 0;
}

.wd-align {
	text-align: var(--wd-align);
}

.text-center {
	--content-align: center;
	--wd-align: center;
	--text-align: center;
	text-align: var(--text-align);
}

.text-right {
	--text-align: right;
	text-align: var(--text-align);
	--content-align: flex-end;
	--wd-align: flex-end;
}

.text-left {
	--text-align: left;
	text-align: var(--text-align);
	--content-align: flex-start;
	--wd-align: flex-start;
}

[class*="color-scheme-light"] {
	--color-white: #000;
	--color-gray-100: rgba(255, 255, 255, .1);
	--color-gray-200: rgba(255, 255, 255, .2);
	--color-gray-300: rgba(255, 255, 255, .5);
	--color-gray-400: rgba(255, 255, 255, .6);
	--color-gray-500: rgba(255, 255, 255, .7);
	--color-gray-600: rgba(255, 255, 255, .8);
	--color-gray-700: rgba(255, 255, 255, .9);
	--color-gray-800: #fff;
	--color-gray-900: #fff;
	--bgcolor-black-rgb: 255, 255, 255;
	--bgcolor-white-rgb: 0, 0, 0;
	--bgcolor-white: #0f0f0f;
	--bgcolor-gray-100: #0a0a0a;
	--bgcolor-gray-200: #121212;
	--bgcolor-gray-300: #141414;
	--bgcolor-gray-400: #171717;
	--brdcolor-gray-200: rgba(255, 255, 255, .1);
	--brdcolor-gray-300: rgba(255, 255, 255, .15);
	--brdcolor-gray-400: rgba(255, 255, 255, .25);
	--brdcolor-gray-500: rgba(255, 255, 255, .3);
	--wd-text-color: rgba(255, 255, 255, .8);
	--wd-title-color: #fff;
	--wd-widget-title-color: var(--wd-title-color);
	--wd-entities-title-color: #fff;
	--wd-entities-title-color-hover: rgba(255, 255, 255, .8);
	--wd-link-color: rgba(255, 255, 255, .9);
	--wd-link-color-hover: #fff;
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-placeholder-color: rgba(255, 255, 255, .6);
	--wd-form-chevron: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9InJnYmEoMjU1LCAyNTUsIDI1NSwgMC42KSI+PHBhdGggZD0iTTYgOWw2IDYgNi02Ii8+PC9zdmc+");
	--wd-main-bgcolor: #1a1a1a;
	color: var(--wd-text-color);
}

.color-scheme-dark {
	--color-white: #fff;
	--color-gray-100: #f7f7f7;
	--color-gray-200: #f1f1f1;
	--color-gray-300: #bbb;
	--color-gray-400: #a5a5a5;
	--color-gray-500: #767676;
	--color-gray-600: #666;
	--color-gray-700: #555;
	--color-gray-800: #333;
	--color-gray-900: #242424;
	--bgcolor-black-rgb: 0, 0, 0;
	--bgcolor-white-rgb: 255, 255, 255;
	--bgcolor-white: #fff;
	--bgcolor-gray-100: #f7f7f7;
	--bgcolor-gray-200: #f7f7f7;
	--bgcolor-gray-300: #f1f1f1;
	--bgcolor-gray-400: rgba(187, 187, 187, .4);
	--brdcolor-gray-200: rgba(0, 0, 0, .075);
	--brdcolor-gray-300: rgba(0, 0, 0, .105);
	--brdcolor-gray-400: rgba(0, 0, 0, .12);
	--brdcolor-gray-500: rgba(0, 0, 0, .2);
	--wd-text-color: #767676;
	--wd-title-color: #242424;
	--wd-entities-title-color: #333;
	--wd-entities-title-color-hover: rgba(51, 51, 51, .65);
	--wd-link-color: #333;
	--wd-link-color-hover: #242424;
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-placeholder-color: #767676;
	color: var(--wd-text-color);
}

.wd-fill {
	position: absolute;
	inset: 0;
}

.wd-hide {
	display: none !important;
}

.wd-set-mb {
	--wd-mb: 15px;
}

.wd-set-mb>* {
	margin-bottom: var(--wd-mb);
}

.reset-last-child>*:last-child {
	margin-bottom: 0;
}

.clear {
	clear: both;
	width: 100%;
}

@keyframes wd-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes wd-fadeIn {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes wd-fadeInBottomShort {
	from {
		transform: translate3d(0, 20px, 0);
	}
	
	to {
		transform: none;
	}
}

table {
	margin-bottom: 35px;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	line-height: 1.4;
}

table th {
	padding: 15px 10px;
	border-bottom: 2px solid var(--brdcolor-gray-200);
	color: var(--wd-title-color);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
	vertical-align: middle;
	text-align: start;
}

table td {
	padding: 15px 12px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
	vertical-align: middle;
	text-align: start;
}

table :is(tbody, tfoot) th {
	border-bottom: 1px solid var(--brdcolor-gray-300);
	text-transform: none;
	font-size: inherit;
}

.responsive-table {
	overflow-x: auto;
	margin-bottom: 35px;
}

.responsive-table table {
	margin-bottom: 0;
}

.responsive-table .responsive-table {
	overflow-x: visible;
	margin-bottom: 0;
}

input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], input[type='password'], :root textarea, :root select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: var(--wd-form-height);
	border: var(--wd-form-brd-width) solid var(--wd-form-brd-color);
	border-radius: var(--wd-form-brd-radius);
	background-color: var(--wd-form-bg);
	box-shadow: none;
	color: var(--wd-form-color);
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}

input[type='email']:focus, input[type='date']:focus, input[type='search']:focus, input[type='number']:focus, input[type='text']:focus, input[type='tel']:focus, input[type='url']:focus, input[type='password']:focus, :root textarea:focus, :root select:focus {
	outline: none;
	border-color: var(--wd-form-brd-color-focus);
	transition: border-color .4s ease;
}

::-webkit-input-placeholder {
	color: var(--wd-form-placeholder-color);
}

::-moz-placeholder {
	color: var(--wd-form-placeholder-color);
}

:-moz-placeholder {
	color: var(--wd-form-placeholder-color);
}

input[type="radio"], input[type="checkbox"] {
	box-sizing: border-box;
	margin-top: 0;
	padding: 0;
	vertical-align: middle;
	margin-inline-end: 5px;
}

input[type="search"] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="number"] {
	padding: 0;
	text-align: center;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="date"]::-webkit-inner-spin-button {
	display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 0;
}

input[type="date"]::-webkit-clear-button {
	position: relative;
	right: 5px;
	width: 30px;
	opacity: .4;
	filter: grayscale(100%);
}

input[type="date"]::-webkit-date-and-time-value {
	text-align: start;
}

[class*="color-scheme-light"] input[type="date"]::-webkit-clear-button {
	opacity: .6;
	filter: grayscale(100%) invert(100%) saturate(800%);
}

@supports not (-moz-appearance: none) {
	input[type="date"] {
		background: no-repeat url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-d02e846/www.tolymp.de/wp-content/themes/woodmart/inc/admin/assets/images/calend-d.svg") right 15px top 50%;
		background-size: auto 14px;
	}
	
	[class*="color-scheme-light"] input[type='date'] {
		background-image: url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-d02e846/www.tolymp.de/wp-content/themes/woodmart/inc/admin/assets/images/calend-l.svg");
	}
	
	[class*="color-scheme-light"] input[type='date'].nitro-lazy {
		background-image: none !important;
	}
	
	input[type="date"].nitro-lazy {
		background-image: none !important;
	}
}

:root textarea {
	overflow: auto;
	padding: 10px 15px;
	min-height: 190px;
	resize: vertical;
}

:root select {
	padding-right: 30px;
	background-image: var(--wd-form-chevron);
	background-position: right 10px top 50%;
	background-size: auto 18px;
	background-repeat: no-repeat;
}

:root select option {
	background-color: var(--bgcolor-white);
}

input:-webkit-autofill {
	border-color: var(--wd-form-brd-color);
	-webkit-box-shadow: 0 0 0 1000px var(--wd-form-bg) inset;
	-webkit-text-fill-color: var(--wd-form-color);
}

input:focus:-webkit-autofill {
	border-color: var(--wd-form-brd-color-focus);
}

:is(.btn, .button, button, [type=submit], [type=button]) {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	outline: none;
	border-radius: var(--btn-brd-radius, 0px);
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	line-height: 1.2;
	cursor: pointer;
	transition: all .25s ease;
	color: var(--btn-color, #3e3e3e);
	border: var(--btn-brd-width, 0px) var(--btn-brd-style, solid) var(--btn-brd-color, #e9e9e9);
	background-color: var(--btn-bgcolor, #f3f3f3);
	box-shadow: var(--btn-box-shadow, unset);
	text-transform: var(--btn-transform, uppercase);
	font-weight: var(--btn-font-weight, 600);
	font-family: var(--btn-font-family, inherit);
	font-style: var(--btn-font-style, unset);
	padding: var(--btn-padding, 5px 20px);
	min-height: var(--btn-height, 42px);
	font-size: var(--btn-font-size, 13px);
}

:is(.btn, .button, button, [type=submit], [type=button]):hover {
	color: var(--btn-color-hover, var(--btn-color, #3e3e3e));
	border-color: var(--btn-brd-color-hover, var(--btn-brd-color, #e0e0e0));
	background-color: var(--btn-bgcolor-hover, var(--btn-bgcolor, #e0e0e0));
	box-shadow: var(--btn-box-shadow-hover, var(--btn-box-shadow, unset));
}

button[disabled], input[disabled] {
	opacity: .6 !important;
	cursor: default !important;
}

[class*="wd-grid"] {
	--wd-col: var(--wd-col-lg);
	--wd-gap: var(--wd-gap-lg);
	--wd-col-lg: 1;
	--wd-gap-lg: 20px;
}

.wd-grid-g {
	display: grid;
	grid-template-columns: repeat(var(--wd-col), minmax(0, 1fr));
	gap: var(--wd-gap);
}

.wd-grid-g>.wd-wider {
	grid-column: auto/span 2;
	grid-row: auto/span 2;
}

.wd-grid-col {
	grid-column: auto/span var(--wd-col);
}

[class*="wd-grid-f"] {
	display: flex;
	flex-wrap: wrap;
	gap: var(--wd-gap);
}

.wd-grid-f-col {
	gap: 0;
	margin: 0 calc(var(--wd-gap) / -2) calc(var(--wd-gap) * -1);
}

.wd-grid-f-col>.wd-col {
	width: 100%;
	min-height: 1px;
	flex: 0 0 calc(100% / var(--wd-col) * var(--wd-col-wider, 1));
	max-width: calc(100% / var(--wd-col) * var(--wd-col-wider, 1));
	padding-inline: calc(var(--wd-gap) / 2);
	margin-bottom: var(--wd-gap);
}

.wd-grid-f-col>.wd-wider {
	--wd-col-wider: 2;
}

.wd-grid-f-stretch>.wd-col {
	flex: 1 1 var(--wd-f-basis, 200px);
	width: var(--wd-f-basis, 200px);
}

.wd-grid-f-stretch>.wd-col-auto {
	flex: 0 0 auto;
	width: auto;
}

.wd-grid-f-inline>.wd-col {
	flex: 0 0 var(--wd-f-basis, auto);
}

.wd-loader:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-scroll-content {
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 50vh;
}

@-moz-document url-prefix() {
	.wd-scroll-content {
		scrollbar-width: thin;
	}
}

.wd-dropdown {
	--wd-align: var(--wd-start);
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 380;
	margin-top: 15px;
	margin-right: 0;
	margin-left: calc(var(--nav-gap, .001px) / 2 * -1);
	background-color: var(--bgcolor-white);
	background-position: bottom right;
	background-clip: border-box;
	background-repeat: no-repeat;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
	text-align: var(--wd-align);
	border-radius: var(--wd-brd-radius);
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.19, 1, .22, 1), visibility .4s cubic-bezier(.19, 1, .22, 1), transform .4s cubic-bezier(.19, 1, .22, 1);
	transform: translateY(15px) translateZ(0);
	pointer-events: none;
}

.wd-dropdown:after {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 100%;
	height: 15px;
}

.whb-col-right .wd-dropdown-menu.wd-design-default {
	right: 0;
	left: auto;
	margin-left: 0;
	margin-right: calc(var(--nav-gap, .001px) / 2 * -1);
}

.wd-event-hover:hover>.wd-dropdown, .wd-event-click.wd-opened>.wd-dropdown, .wd-dropdown.wd-opened {
	visibility: visible;
	opacity: 1;
	transform: none !important;
	pointer-events: visible;
	pointer-events: unset;
}

.wd-dropdown-menu {
	min-height: min(var(--wd-dropdown-height, unset), var(--wd-content-h, var(--wd-dropdown-height, unset)));
	width: var(--wd-dropdown-width);
	background-image: var(--wd-dropdown-bg-img);
}

.wd-dropdown-menu .wd-dropdown-inner {
	overflow: inherit;
	height: min(var(--wd-dropdown-height, unset), var(--wd-content-h));
}

.wd-dropdown-menu.wd-scroll>.wd-scroll-content {
	max-height: none;
	border-radius: inherit;
}

.dropdowns-loading .dropdown-load-ajax.menu-mega-dropdown:not(.dropdown-with-height)>.wd-dropdown-menu {
	min-height: 400px;
}

.dropdowns-loaded .dropdown-load-ajax>.wd-dropdown-menu>.container {
	animation: wd-fadeIn .3s ease;
}

.dropdown-html-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(var(--bgcolor-white-rgb), .6);
	border-radius: var(--wd-brd-radius);
}

.dropdown-html-placeholder:after {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.dropdowns-loading .dropdown-html-placeholder:after {
	--wd-anim-state: running;
}

.wd-dropdown-menu.wd-design-default {
	padding: var(--wd-dropdown-padding, 12px 20px);
	--wd-dropdown-width: 220px;
}

.wd-dropdown-menu.wd-design-default>.container {
	padding: 0;
	width: auto;
}

.wd-dropdown-menu.wd-design-default .wd-dropdown {
	top: 0;
	left: 100%;
	padding: var(--wd-dropdown-padding, 12px 20px);
	width: var(--wd-dropdown-width);
	margin: 0 0 0 var(--wd-dropdown-padding, 20px);
}

.wd-dropdown-menu.wd-design-default .wd-dropdown:after {
	top: 0;
	right: 100%;
	bottom: 0;
	left: auto;
	width: var(--wd-dropdown-padding, 20px);
	height: auto;
}

.wd-dropdown-menu.wd-design-default .menu-item-has-children>a:after {
	margin-left: auto;
	color: rgba(82, 82, 82, .45);
	font-weight: 600;
	font-size: 55%;
	line-height: 1;
	font-family: "woodmart-font";
	content: "";
}

.wd-dropdown-menu.wd-design-default.color-scheme-light .menu-item-has-children>a:after {
	color: rgba(255, 255, 255, .6);
}

.wd-dropdown-menu:is(.wd-design-sized, .wd-design-full-width, .wd-design-full-height)>.container>.wd-grid-f-inline {
	--wd-f-basis: 200px;
}

.wd-dropdown-menu.wd-design-full-width {
	--wd-dropdown-width: 100vw;
}

:is(.wd-nav-sticky, .wd-header-nav) .wd-dropdown-menu.wd-design-full-width {
	border-radius: 0;
}

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner {
	padding: var(--wd-dropdown-padding, 30px);
}

.wd-dropdown-menu.wd-design-full-width:not(.wd-scroll), .wd-dropdown-menu.wd-design-full-width.wd-scroll .wd-dropdown-inner {
	padding-block: var(--wd-dropdown-padding, 30px);
	padding-left: calc(var(--wd-scroll-w) + var(--wd-sticky-nav-w));
}

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll)>.container, .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner>.container {
	padding: 0;
	max-width: none;
}

.wd-side-hidden {
	--wd-side-hidden-w: 340px;
	position: fixed;
	inset-block: var(--wd-admin-bar-h) 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: min(var(--wd-side-hidden-w), 100vw);
	background-color: var(--bgcolor-white);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1);
}

.wd-side-hidden.wd-left {
	right: auto;
	left: 0;
	transform: translate3d(-100%, 0, 0);
}

.wd-side-hidden.wd-right {
	right: 0;
	left: auto;
	transform: translate3d(100%, 0, 0);
}

.wd-side-hidden.wd-opened {
	transform: none;
}

.wd-sub-menu {
	--sub-menu-color: #838383;
	--sub-menu-color-hover: var(--wd-primary-color);
}

.wd-sub-menu li {
	position: relative;
}

.wd-sub-menu li>a {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	color: var(--sub-menu-color);
	font-size: 14px;
	line-height: 1.3;
}

.wd-sub-menu li>a .wd-nav-icon {
	margin-inline-end: 7px;
	font-size: 115%;
}

.wd-sub-menu li>a .menu-label {
	position: relative;
	margin-top: -20px;
	align-self: flex-start;
}

.wd-sub-menu li>a:hover {
	color: var(--sub-menu-color-hover);
}

[class*="color-scheme-light"] .wd-sub-menu {
	--sub-menu-color: rgba(255, 255, 255, .6);
	--sub-menu-color-hover: #fff;
}

.widget .wd-sub-menu {
	--li-mb: 0;
}

.widget .wd-sub-menu ul {
	--li-mb: 0;
}

.wd-sub-accented.wp-block-wd-menu-list>li {
	margin-block: -8px;
}

.wd-sub-accented>li>a {
	--sub-menu-color: #333;
	--sub-menu-color-hover: var(--wd-primary-color);
	text-transform: uppercase;
	font-weight: 600;
}

.wd-sub-accented.color-scheme-light>li>a, [class*="color-scheme-light"] .wd-sub-accented>li>a {
	--sub-menu-color: #fff;
	--sub-menu-color-hover: rgba(255, 255, 255, .6);
}

.wd-color-light .searchform {
	--wd-form-brd-color: rgba(255, 255, 255, .2);
	--wd-form-brd-color-focus: rgba(255, 255, 255, .3);
	--wd-form-color: rgba(255, 255, 255, .8);
}

.wd-color-dark .searchform {
	--wd-form-brd-color: rgba(0, 0, 0, .1);
	--wd-form-brd-color-focus: rgba(0, 0, 0, .15);
	--wd-form-color: #767676;
	--wd-form-placeholder-color: var(--wd-form-color);
}

.create-nav-msg a {
	font-weight: 600;
}

.wd-nav-img, .wd-sub-menu li>a img {
	flex: 0 0 auto;
	display: inline-block;
	width: var(--nav-img-width, auto) !important;
	height: var(--nav-img-height, auto) !important;
	max-height: var(--nav-img-height, 18px);
	margin-inline-end: 7px;
	object-fit: contain;
	object-position: 50% 50%;
	line-height: 0;
}

picture.wd-nav-img img {
	width: inherit;
	height: inherit;
	max-height: inherit;
	object-fit: contain;
	object-position: 50% 50%;
}

.wd-nav {
	--nav-gap: 20px;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: var(--text-align, var(--wd-align));
	text-align: left;
	gap: 1px var(--nav-gap);
}

.wd-nav>li {
	position: relative;
}

.wd-nav>li>a {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
}

.wd-nav>li>a .wd-nav-icon {
	margin-right: 7px;
	font-size: 115%;
}

.wd-nav>li>a .menu-label {
	left: calc(100% - 30px);
	margin-left: 0;
}

.wd-nav>li:is(.wd-has-children, .menu-item-has-children)>a:after {
	margin-left: 4px;
	font-weight: normal;
	font-style: normal;
	font-size: clamp(6px, 50%, 18px);
	order: 3;
	content: "";
	font-family: "woodmart-font";
}

.wd-nav li.color-primary {
	--nav-color: var(--wd-primary-color);
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.widget .wd-nav {
	--li-mb: 0;
}

.wd-nav.wd-gap-m {
	--nav-gap: 30px;
}

.wd-nav.wd-gap-l {
	--nav-gap: 40px;
}

.wd-nav-opener {
	position: relative;
	z-index: 1;
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 50px;
	color: var(--color-gray-900);
	cursor: pointer;
	transition: all .25s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wd-nav-opener:after {
	font-weight: 400;
	font-size: 12px;
	transition: transform .25s ease;
	content: "";
	font-family: "woodmart-font";
}

.wd-nav-opener:hover {
	color: var(--color-gray-900);
}

.wd-nav-opener.wd-active {
	color: var(--color-gray-700);
}

.wd-nav-opener.wd-active:after {
	transform: rotate(90deg);
}

.wd-nav[class*="wd-style-"] {
	--nav-color: #333;
	--nav-color-hover: rgba(51, 51, 51, .7);
	--nav-color-active: rgba(51, 51, 51, .7);
	--nav-chevron-color: rgba(82, 82, 82, .45);
}

.wd-nav[class*="wd-style-"]>li>a {
	color: var(--nav-color);
}

.wd-nav[class*="wd-style-"]>li:hover>a {
	color: var(--nav-color-hover);
}

.wd-nav[class*="wd-style-"]>li:is(.current-menu-item, .wd-active, .active)>a {
	color: var(--nav-color-active);
}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children, .menu-item-has-children)>a:after {
	color: var(--nav-chevron-color);
}

:is(.color-scheme-light, .whb-color-light) .wd-nav[class*="wd-style-"] {
	--nav-color: #fff;
	--nav-color-hover: rgba(255, 255, 255, .8);
	--nav-color-active: rgba(255, 255, 255, .8);
	--nav-chevron-color: rgba(255, 255, 255, .6);
}

.wd-nav.wd-style-default {
	--nav-color-hover: var(--wd-primary-color);
	--nav-color-active: var(--wd-primary-color);
}

.wd-nav:is(.wd-style-bordered, .wd-style-separated)>li {
	display: flex;
	flex-direction: row;
}

.wd-nav:is(.wd-style-bordered, .wd-style-separated)>li:not(:last-child):after {
	content: "";
	position: relative;
	inset-inline-end: calc(( var(--nav-gap) / 2 ) * -1);
	border-right: 1px solid rgba(0, 0, 0, .105);
}

:is(.color-scheme-light, .whb-color-light) .wd-nav:is(.wd-style-bordered, .wd-style-separated)>li:not(:last-child):after {
	border-color: rgba(255, 255, 255, .25);
}

.wd-nav.wd-style-separated>li {
	align-items: center;
}

.wd-nav.wd-style-separated>li:not(:last-child):after {
	height: 18px;
}

.wd-nav.wd-style-bordered>li {
	align-items: stretch;
}

.wd-nav.wd-style-bg {
	--nav-color-hover: var(--wd-primary-color) !important;
	--nav-gap: 5px;
}

.wd-nav.wd-style-bg>li>a {
	padding-inline: 12px;
}

.wd-nav.wd-style-bg>li>a span, .wd-nav.wd-style-bg>li>a:after {
	z-index: 2;
}

.wd-nav.wd-style-bg>li>a:before {
	content: "";
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	border-radius: 40px;
	background-color: var(--wd-primary-color);
	transition: all .25s ease;
}

.wd-nav.wd-style-bg>li:is(:hover, .current-menu-item, .wd-active, .active)>a {
	color: var(--nav-color-hover);
}

.wd-nav.wd-style-bg>li:is(:hover, .current-menu-item, .wd-active, .active)>a:before {
	visibility: visible;
	opacity: .25;
}

.wd-nav.wd-style-bg.wd-gap-m {
	--nav-gap: 15px;
}

.wd-nav.wd-style-bg.wd-gap-l {
	--nav-gap: 25px;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text {
	position: relative;
	display: inline-block;
	padding-block: 1px;
	line-height: 1.2;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--wd-primary-color);
	transition: width .4s cubic-bezier(.19, 1, .22, 1);
}

.wd-nav[class*="wd-style-underline"]>li:is(:hover, .current-menu-item, .wd-active, .active)>a .nav-link-text:after {
	width: 100%;
}

.whb-top-bar .wd-nav>li>a .menu-label, .whb-clone .wd-nav>li>a .menu-label {
	position: static;
	margin-top: 0;
	margin-inline-start: 5px;
	opacity: 1;
	align-self: center;
}

.whb-top-bar .wd-nav>li>a .menu-label:before, .whb-clone .wd-nav>li>a .menu-label:before {
	content: none;
}

.tooltip {
	--wd-tooltip-bg: rgba(0, 0, 0, .9);
	--wd-tooltip-color: #fff;
	position: absolute;
	z-index: 1110;
	opacity: 0;
	pointer-events: none;
}

.tooltip .tooltip-inner {
	padding: 7px 15px;
	width: max-content;
	max-width: 200px;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	line-height: var(--wd-text-line-height);
	background-color: var(--wd-tooltip-bg);
	color: var(--wd-tooltip-color);
	text-align: center;
	word-break: break-word;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
}

.tooltip .tooltip-arrow {
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: var(--wd-tooltip-bg);
}

.tooltip.top {
	margin-top: -8px;
}

.tooltip.top .tooltip-arrow {
	top: calc(100% - 1px);
	left: 50%;
	clip-path: polygon(0 0, 50% 50%, 100% 0);
	transform: translateX(-50%);
}

.tooltip.left {
	margin-left: -8px;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	left: calc(100% - 1px);
	clip-path: polygon(0 0, 50% 50%, 0 100%);
	transform: translateY(-50%);
}

.tooltip.right {
	margin-left: 8px;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	right: calc(100% - 1px);
	clip-path: polygon(100% 0, 50% 50%, 100% 100%);
	transform: translateY(-50%);
}

.wd-tltp {
	position: relative;
}

.wd-tltp .tooltip {
	margin: 0;
}

.wd-tltp .tooltip.top {
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 8px;
}

.wd-tltp .tooltip.top .tooltip-inner:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	inset: auto 0 -8px 0;
}

.wd-tltp .tooltip:is(.left, .right) .tooltip-inner:after {
	content: "";
	position: absolute;
	inset-block: 0;
	width: 10px;
}

.wd-tltp .tooltip.left {
	top: 50%;
	right: calc(100% + 8px);
	transform: translateY(-50%);
}

.wd-tltp .tooltip.left .tooltip-inner:after {
	left: 100%;
}

.wd-tltp .tooltip.right {
	top: 50%;
	left: calc(100% + 8px);
	transform: translateY(-50%);
}

.wd-tltp .tooltip.right .tooltip-inner:after {
	right: 100%;
}

.wd-tltp .tooltip-inner>* {
	margin-top: 0;
	margin-bottom: 10px;
}

.wd-tltp .tooltip-inner>*:last-child {
	margin-bottom: 0;
}

.wd-tltp .tooltip-inner a:not(.wd-social-icon) {
	text-decoration: underline;
}

.tooltip.in, .wd-tltp:hover .tooltip {
	pointer-events: unset;
	opacity: 1;
	animation: wd-fadeIn .3s ease;
}

.wd-notice, div.wpcf7-response-output, .mc4wp-alert, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
	position: relative;
	margin-bottom: 20px;
	padding-block: 18px;
	padding-inline: 65px 30px !important;
	text-align: start;
	border: none;
	border-radius: var(--wd-brd-radius);
	outline: none !important;
}

.wd-notice:before, div.wpcf7-response-output:before, .mc4wp-alert:before, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info):before {
	position: absolute;
	top: calc(50% - 9px);
	left: 24px;
	font-size: 18px;
	line-height: 18px;
	font-family: "woodmart-font";
}

.wd-notice a, div.wpcf7-response-output a, .mc4wp-alert a, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) a {
	color: currentColor;
	text-decoration: underline;
}

.wd-notice a:hover, div.wpcf7-response-output a:hover, .mc4wp-alert a:hover, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) a:hover {
	color: color-mix(in srgb, currentColor 80%, transparent);
}

.wd-notice p:last-child, div.wpcf7-response-output p:last-child, .mc4wp-alert p:last-child, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) p:last-child {
	margin-bottom: 0;
}

.wd-notice .amount, div.wpcf7-response-output .amount, .mc4wp-alert .amount, :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) .amount {
	color: #fff;
}

.wd-notice :is(.button, .wc-backward), div.wpcf7-response-output :is(.button, .wc-backward), .mc4wp-alert :is(.button, .wc-backward), :is(.woocommerce-error, .woocommerce-message, .woocommerce-info) :is(.button, .wc-backward) {
	text-decoration: none;
	--btn-color: currentColor;
	--btn-color-hover: currentColor;
	--btn-bgcolor: transparent;
	--btn-bgcolor-hover: transparent;
	--btn-brd-width: 2px;
	--btn-box-shadow-hover: none;
	--btn-height: none;
	--btn-padding: 0;
	--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);
	border-top: 0;
	border-inline: 0;
	margin-inline: 4px;
}

.wd-notice.wd-success, .wpcf7 form.sent .wpcf7-response-output, .mc4wp-success, .woocommerce-message {
	background-color: var(--notices-success-bg);
	color: var(--notices-success-color);
}

.wd-notice.wd-success:before, .wpcf7 form.sent .wpcf7-response-output:before, .mc4wp-success:before, .woocommerce-message:before {
	content: "";
}

.wd-notice.wd-warning, .wpcf7 form:not(.sent) .wpcf7-response-output, .mc4wp-error, .mc4wp-notice, :is(.woocommerce-error, .woocommerce-info) {
	background-color: var(--notices-warning-bg);
	color: var(--notices-warning-color);
}

.wd-notice.wd-warning:before, .wpcf7 form:not(.sent) .wpcf7-response-output:before, .mc4wp-error:before, .mc4wp-notice:before, :is(.woocommerce-error, .woocommerce-info):before {
	content: "";
}

.wd-notice.wd-info {
	background-color: #4d93d1;
	color: #fff;
}

.wd-notice.wd-info:before {
	content: "";
}

@keyframes wd-fadeInUpBig {
	from {
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		transform: none;
	}
}

@keyframes wd-fadeOutDownBig {
	from {
		transform: none;
	}
	
	to {
		transform: translate3d(0, 100%, 0);
	}
}

.wd-close-side {
	position: fixed;
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s cubic-bezier(.19, 1, .22, 1), z-index 0s cubic-bezier(.19, 1, .22, 1) .5s, top 0s cubic-bezier(.19, 1, .22, 1) .5s;
	z-index: 400;
}

.wd-close-side[class*="wd-location-header"] {
	z-index: 389;
	top: var(--wd-admin-bar-h);
}

.header-banner-display .wd-close-side[class*="wd-location-header"] {
	top: calc(var(--wd-admin-bar-h) + var(--wd-header-banner-h, .001px));
}

.wd-close-side.wd-location-sticky-nav {
	z-index: 392;
}

.wd-close-side.wd-close-side-opened {
	opacity: 1;
	pointer-events: unset;
	pointer-events: unset;
	transition-delay: 0s;
}

.wd-loop-footer {
	text-align: center;
	margin-top: 30px;
}

.wd-loop-footer:has(>a[style*="none"]), .wd-loop-footer:not(:has(a)) {
	display: none;
}

nav[class*="-pagination"] ul {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 3px;
}

nav[class*="-pagination"] li .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-inline: 5px;
	min-width: 34px;
	height: 34px;
	color: var(--color-gray-900);
	font-weight: 600;
	font-size: 14px;
	border-radius: calc(var(--wd-brd-radius) / 1.5);
	transition: all .2s ease;
}

nav[class*="-pagination"] li .current {
	color: #fff;
	background-color: var(--wd-primary-color);
}

nav[class*="-pagination"] li :is(.next, .prev) {
	font-size: 0;
}

nav[class*="-pagination"] li :is(.next, .prev):before {
	font-size: 12px;
	content: "";
	font-family: "woodmart-font";
}

nav[class*="-pagination"] li .prev:before {
	content: "";
	font-family: "woodmart-font";
}

nav[class*="-pagination"] a:hover {
	background-color: var(--bgcolor-gray-300);
}

[class*="screen-reader"] {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	transform: scale(0);
}

.wd-breadcrumbs>:is(span, a):last-child {
	font-weight: 600;
	color: var(--wd-bcrumb-color-active);
}

.wd-breadcrumbs .wd-delimiter {
	margin-inline: 8px;
	color: var(--wd-bcrumb-delim-color);
}

.wd-breadcrumbs .wd-delimiter:after {
	content: "/";
}

.wd-breadcrumbs .wd-delimiter:last-child {
	display: none;
}

:is(.wd-breadcrumbs, .yoast-breadcrumb) {
	--wd-link-color: var(--color-gray-500);
	--wd-link-color-hover: var(--color-gray-700);
	--wd-bcrumb-color-active: var(--color-gray-900);
}

.yoast-breadcrumb .breadcrumb_last {
	color: var(--wd-bcrumb-color-active);
}

.wd-action-btn {
	display: inline-flex;
	vertical-align: middle;
}

.wd-action-btn>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--wd-action-color, var(--color-gray-800));
	cursor: pointer;
}

.wd-action-btn>a:hover {
	color: var(--wd-action-color-hover, var(--color-gray-500));
}

.wd-action-btn>a:before {
	font-size: var(--wd-action-icon-size, 1.1em);
	transition: opacity .15s ease;
	font-family: "woodmart-font";
}

.wd-action-btn>a:after {
	position: absolute;
	top: calc(50% - .5em);
	left: 0;
	opacity: 0;
	transition: opacity .2s ease;
	font-size: var(--wd-action-icon-size, 1.1em);
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.wd-action-btn>a.loading:before {
	opacity: 0;
}

.wd-action-btn>a.loading:after {
	opacity: 1;
	--wd-anim-state: running;
}

.wd-action-btn>a.added:before {
	content: "";
}

.wd-action-btn.wd-style-icon {
	--wd-action-icon-size: 20px;
}

.wd-action-btn.wd-style-icon>a {
	position: relative;
	flex-direction: column;
	width: 50px;
	height: 50px;
	font-weight: 400;
	font-size: 0 !important;
	line-height: 0;
}

.wd-action-btn.wd-style-icon>a:after {
	inset-inline-start: calc(50% - .5em);
}

.wd-action-btn.wd-style-text>a {
	position: relative;
	font-weight: 600;
	line-height: 1;
}

.wd-action-btn.wd-style-text>a:before {
	margin-inline-end: .3em;
	font-weight: 400;
}

.wd-action-btn:empty {
	display: none;
}

.wd-compare-icon>a:before {
	content: "";
}

.wd-wishlist-icon>a:before {
	content: "";
}

.wd-quick-view-icon>a:before {
	content: "";
}

.wd-add-cart-icon>a:before {
	content: "";
}

.wd-cross-icon>a:before {
	content: "";
}

.wd-burger-icon>a:before {
	content: "";
}

.wd-heading {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	padding: 20px 15px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wd-heading>a {
	--wd-link-color: var(--wd-primary-color);
	--wd-link-color-hover: var(--wd-primary-color);
}

.wd-heading>a:hover {
	opacity: .7;
}

.wd-heading .title {
	flex: 1 1 auto;
	margin-bottom: 0;
	font-size: 130%;
}

.wd-heading .wd-action-btn {
	flex: 0 0 auto;
}

.wd-heading .wd-action-btn.wd-style-text>a {
	height: 25px;
}

:is(.widget, .wd-widget, div[class^="vc_wp"]) {
	line-height: 1.4;
	--wd-link-color: var(--color-gray-500);
	--wd-link-color-hover: var(--color-gray-800);
}

:is(.widget, .wd-widget, div[class^="vc_wp"])>:is(ul, ol) {
	margin-top: 0;
}

:is(.widget, .wd-widget, div[class^="vc_wp"]) :is(ul, ol) {
	list-style: none;
	--list-mb: 0;
	--li-mb: 15px;
	--li-pl: 0;
}

.widgettitle, .widget-title {
	margin-bottom: 20px;
	color: var(--wd-widget-title-color);
	text-transform: var(--wd-widget-title-transform);
	font-weight: var(--wd-widget-title-font-weight);
	font-style: var(--wd-widget-title-font-style);
	font-size: var(--wd-widget-title-font-size);
	font-family: var(--wd-widget-title-font);
}

.widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.woodmart-author-information {
	line-height: inherit;
}

.woodmart-author-information .author-avatar img {
	border-radius: 50%;
}

.textwidget>*:last-child {
	margin-bottom: 0;
}

:is(.wd-entry-content, .entry-content, .is-layout-flow, .is-layout-constrained, .is-layout-constrained>.wp-block-group__inner-container)>* {
	margin-block: 0 var(--wd-block-spacing);
}

:is(.wd-entry-content, .entry-content, .is-layout-flow, .is-layout-constrained, .is-layout-constrained>.wp-block-group__inner-container)>*:last-child {
	margin-bottom: 0;
}

.wd-bg-parent {
	position: relative;
}

:where(.wd-bg-parent>*) {
	position: relative;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 0 auto 20px auto;
}

:root .wd-custom-width {
	width: var(--wd-width, unset);
	max-width: 100%;
}

.wd-page-wrapper {
	position: relative;
	background-color: var(--wd-main-bgcolor);
}

body:not([class*="wrapper-boxed"]) {
	background-color: var(--wd-main-bgcolor);
}

.wd-page-content {
	min-height: 50vh;
	background-color: var(--wd-main-bgcolor);
}

.container, .container-fluid {
	width: 100%;
	max-width: var(--wd-container-w);
	padding-inline: 15px;
	margin-inline: auto;
}

.container-fluid {
	max-width: none;
}

.wd-content-layout {
	padding-block: 40px;
}

:where(.wd-content-layout>div) {
	grid-column: auto/span var(--wd-col);
}

.wd-sidebar .wd-heading {
	display: none;
}

.searchform[class*="wd-style-with-bg"] .searchsubmit {
	--btn-color: #fff;
	--btn-bgcolor: var(--wd-primary-color);
}

.searchform.wd-style-with-bg .searchsubmit {
	border-start-end-radius: var(--wd-form-brd-radius);
	border-end-end-radius: var(--wd-form-brd-radius);
}

.searchform.wd-style-with-bg-2 .searchsubmit {
	inset-inline-end: calc(var(--wd-form-brd-width) + 3px);
	width: calc(var(--wd-search-btn-w) - ( ( var(--wd-form-brd-width) + 3px ) * 2 ));
	inset-block: calc(var(--wd-form-brd-width) + 3px);
	border-radius: var(--wd-form-brd-radius);
}

.searchform.wd-style-with-bg-2 .searchsubmit img {
	max-width: 22px;
}

.searchform.wd-style-with-bg-2 .searchsubmit:after {
	font-size: calc(var(--wd-form-height) / 2.5);
}

.searchform.wd-style-4 {
	--wd-search-clear-sp: 7px;
	--wd-search-btn-w: .001px;
}

.searchform.wd-style-4 input[type="text"] {
	padding-inline: 40px 30px;
}

.searchform.wd-style-4 .searchsubmit {
	inset-inline-start: 0;
	pointer-events: none;
	width: 46px;
	--wd-form-height: 46px;
}

.searchform.wd-style-4 .searchsubmit:after {
	font-size: 16px;
}

.searchform.wd-style-4 .wd-search-cat {
	inset-inline-end: 0;
}

.searchform.wd-style-4 .wd-search-cat>a {
	border-inline-end: none;
}

.searchform.wd-style-4.wd-cat-style-default .wd-search-cat>a:after {
	margin-inline-end: 15px;
}

.wd-image {
	border-radius: var(--wd-brd-radius);
}

.wd-image img {
	border-radius: var(--wd-brd-radius);
}

.search-no-results .wd-page-title :is(.breadcrumbs, .yoast-breadcrumb) {
	display: none;
}

@media (min-width: 769px) {
	.searchform.wd-style-default:not(.wd-with-cat) .wd-clear-search {
		padding-inline-end: 10px;
		border-inline-end: 1px solid var(--wd-form-brd-color);
	}
	
	.searchform.wd-style-default.wd-cat-style-default {
		--wd-search-clear-sp: 7px;
	}
	
	.searchform[class*="wd-style-with-bg"].wd-cat-style-default {
		--wd-search-clear-sp: 20px;
	}
	
	.searchform.wd-style-with-bg.wd-cat-style-separated {
		--wd-search-clear-sp: 10px;
	}
}

@media (min-width: 1025px) {
	.wd-hide-lg {
		display: none !important;
	}
	
	.wd-scroll {
		--scrollbar-track-bg: rgba(0, 0, 0, .05);
		--scrollbar-thumb-bg: rgba(0, 0, 0, .12);
	}
	
	.wd-scroll ::-webkit-scrollbar {
		width: 5px;
	}
	
	.wd-scroll ::-webkit-scrollbar-track {
		background-color: var(--scrollbar-track-bg);
	}
	
	.wd-scroll ::-webkit-scrollbar-thumb {
		background-color: var(--scrollbar-thumb-bg);
	}
	
	[class*="color-scheme-light"] .wd-scroll, .wd-scroll.color-scheme-light {
		--scrollbar-track-bg: rgba(255, 255, 255, .05);
		--scrollbar-thumb-bg: rgba(255, 255, 255, .12);
	}
	
	.admin-bar {
		--wd-admin-bar-h: 32px;
	}
}

@media (min-width: 1200px) {
	.wrapper-full-width-content .container {
		max-width: 100%;
	}
}

@media (max-width: 1024px) {
	@supports not (overflow: clip) {
		body {
			overflow: hidden;
		}
	}
	
	.wd-hide-md {
		display: none !important;
	}
	
	[class*="wd-grid"] {
		--wd-col: var(--wd-col-md);
		--wd-gap: var(--wd-gap-md);
		--wd-col-md: var(--wd-col-lg);
		--wd-gap-md: var(--wd-gap-lg);
	}
	
	.wd-side-hidden {
		--wd-side-hidden-w: min(300px, 80vw);
	}
	
	html:has(.wd-side-hidden.wd-opened) {
		overflow: hidden;
	}
	
	.wd-nav-wrapper.wd-mb-action-swipe {
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		-webkit-mask-image: linear-gradient(to left, transparent, #000 70px);
		mask-image: linear-gradient(to left, transparent, #000 70px);
	}
	
	.wd-nav-wrapper.wd-mb-action-swipe .wd-nav {
		flex-wrap: nowrap;
	}
	
	.wd-close-side {
		top: -150px;
	}
	
	html:has(.wd-side-hidden.wd-opened, .mfp-wrap) #wpadminbar {
		z-index: 400;
	}
	
	#wpadminbar {
		position: absolute;
	}
}

@media (max-width: 768.98px) {
	.wd-hide-sm {
		display: none !important;
	}
	
	[class*="wd-grid"] {
		--wd-col: var(--wd-col-sm);
		--wd-gap: var(--wd-gap-sm);
		--wd-col-sm: var(--wd-col-md);
		--wd-gap-sm: var(--wd-gap-md);
	}
	
	.sidebar-left {
		order: 10;
	}
	
	.searchform.wd-style-default .wd-clear-search {
		padding-inline-end: 10px;
		border-inline-end: 1px solid var(--wd-form-brd-color);
	}
}

@media (max-width: 576px) {
	[class*="wd-grid"] {
		--wd-col: var(--wd-col-xs);
		--wd-gap: var(--wd-gap-xs);
		--wd-col-xs: var(--wd-col-sm);
		--wd-gap-xs: var(--wd-gap-sm);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.wd-hide-md-sm {
		display: none !important;
	}
}

.wd-z-index {
	position: relative;
	z-index: 35;
}

.wd-fontsize-xs {
	font-size: 14px;
}

.wd-fontsize-s {
	font-size: 16px;
}

.wd-fontsize-m {
	font-size: 18px;
}

.wd-fontsize-l {
	font-size: 22px;
}

.wd-fontsize-xl {
	font-size: 26px;
}

.wd-fontsize-xxl {
	font-size: 36px;
}

.wd-fontsize-xxxl {
	font-size: 46px;
}

.text-larger {
	font-size: 110%;
}

.font-text {
	font-family: var(--wd-text-font);
}

.font-primary {
	font-family: var(--wd-title-font);
}

.font-alt {
	font-style: var(--wd-alternative-font-style);
	font-family: var(--wd-alternative-font);
}

.wd-items-top {
	align-items: flex-start;
}

.wd-items-middle {
	align-items: center;
}

.wd-items-bottom {
	align-items: flex-end;
}

.wd-justify-left {
	justify-content: left;
}

.wd-justify-center {
	justify-content: center;
}

.wd-justify-right {
	justify-content: right;
}

.color-primary {
	color: var(--wd-primary-color);
}

.color-alt {
	color: var(--wd-alternative-color);
}

.color-title {
	color: var(--wd-title-color);
}

@media (max-width: 1024px) {
	.wd-fontsize-xl, .wd-fontsize-xxl, .wd-fontsize-xxxl {
		font-size: 22px;
	}
	
	.text-larger {
		font-size: inherit;
	}
}

.wc-gzd-sale-price-label {
	margin-right: 5px;
	margin-left: 5px;
	color: var(--color-gray-800);
	font-weight: 600;
	font-size: 90%;
}

:is(.product, .product-quick-view) p.wc-gzd-additional-info {
	font-size: inherit;
}

:is(.product, .product-quick-view) p.wc-gzd-additional-info a {
	font-weight: 600;
}

.wd-product .product-wrapper p.wc-gzd-additional-info {
	margin-block: -.2em;
	color: var(--color-gray-400);
}

.wd-product .wd-add-btn .wc-gzd-additional-info {
	margin-bottom: 0;
}

.wd-hover-quick .wd-add-btn .button:not(.add_to_cart_button) {
	line-height: calc(var(--btn-height, 42px) - 10px);
}

.wd-hover-base.wd-product .wd-add-btn .wc-gzd-additional-info {
	margin-top: calc(var(--wd-prod-gap) - .2em);
}

.wd-hover-base .wd-add-small-btn .wc-gzd-additional-info {
	display: none;
}

.wd-product .product_type_grouped:not(.add-to-cart-loop):before {
	font-family: "woodmart-font";
}

p.footer-info {
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart_totals p.wc-gzd-additional-info {
	display: block;
	margin-bottom: 0;
	padding-top: 15px;
	width: 100%;
	border-top: none;
	font-size: 90%;
}

#order_payment_heading {
	margin-top: 15px;
	color: var(--wd-title-color);
	text-align: center;
	text-transform: uppercase;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 22px;
	font-family: var(--wd-title-font);
}

#order_review .legal {
	float: none;
	padding-top: 15px;
	padding-right: 0;
}

.wc-gzd-edit-data-notice {
	margin-bottom: 20px;
	background-color: #f7f7f7;
}

.wc-gzd-product-name-left {
	margin-right: 0;
}

.wc-gzd-product-name-right {
	padding-left: 10px;
	max-width: 85%;
}

.woocommerce-gzd-checkout .woocommerce-checkout .wd-table-wrapper {
	padding-right: 20px;
	padding-left: 20px;
}

.woocommerce-gzd-checkout.woocommerce-checkout .shop_table {
	background-color: transparent;
}

@media (max-width: 768.98px) {
	.woocommerce-cart-form .product-name .wc-gzd-cart-info {
		width: 100%;
		margin-top: 0;
	}
	
	.woocommerce-cart-form .product-price .wc-gzd-cart-info {
		margin-top: 0;
		margin-inline-start: 5px;
	}
}

div:where(.elementor-location-header) {
	margin-bottom: 40px;
}

.elementor-location-popup {
	overflow-x: hidden;
}

.elementor-element :is(.elementor-field-textual, .elementor-search-form__input) {
	height: auto;
}

.elementor-field.elementor-size-sm {
	border-radius: 3px;
}

.elementor-search-form input[type=search] {
	border-radius: 0;
}

:is(.elementor-wc-products, .elementor-widget-wc-archive-products) {
	text-align: end;
}

:is(.elementor-wc-products, .elementor-widget-wc-archive-products) .wd-filter-buttons {
	display: none;
}

:is(.elementor-wc-products, .elementor-widget-wc-archive-products) :is(.wd-products-per-page, .wd-products-shop-view, .woocommerce-ordering) {
	margin-right: 0;
	margin-bottom: 20px;
	vertical-align: middle;
}

:is(.elementor-wc-products, .elementor-widget-wc-archive-products) :is(.wd-products-per-page, .wd-products-shop-view, .woocommerce-ordering):not(:first-child) {
	margin-left: 30px;
}

:is(.elementor-wc-products, .elementor-widget-wc-archive-products) .woocommerce-ordering {
	display: inline-flex;
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
	display: block;
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>span:last-child {
	font-weight: inherit;
	color: inherit;
}

.wd-page-content .elementor-widget-woocommerce-product-images>.elementor-widget-container>.product-labels, .wd-page-content .elementor-widget-woocommerce-product-images>.product-labels {
	display: none;
}

.elementor-widget-woocommerce-product-price .price {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-product-price .price :is(del, .amount) {
	color: inherit;
	font-weight: inherit;
}

.elementor-widget-woocommerce-product-short-description .woocommerce-product-details__short-description {
	margin-bottom: 0;
}

.elementor-add-to-cart--align-left {
	--text-align: left;
	text-align: left;
	--content-align: flex-start;
}

.elementor-add-to-cart--align-center {
	--content-align: center;
	--text-align: center;
	text-align: center;
}

.elementor-add-to-cart--align-right {
	--text-align: right;
	text-align: right;
	--content-align: flex-end;
}

:is(.elementor-add-to-cart--align-center, .elementor-add-to-cart--align-right) form.variations_form .cell {
	display: inline-block;
}

:is(.elementor-add-to-cart--align-center, .elementor-add-to-cart--align-right) form.variations_form .value {
	width: auto;
}

.elementor-add-to-cart--align-justify form.cart .button {
	flex-grow: 1;
	flex-shrink: 1;
}

.elementor-widget-woocommerce-product-add-to-cart div.quantity input[type="number"] {
	border-radius: 0 !important;
	border-right: none !important;
	border-left: none !important;
}

.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs>.wd-accordion-item>.wd-accordion-title {
	display: none;
}

.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs-wrapper {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-product-data-tabs .tabs-layout-tabs .wd-nav-tabs[class*="wd-style-underline"] .nav-link-text:after {
	content: none;
}

.elementor-widget-woocommerce-product-additional-information table {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .order_details {
	border-width: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .responsive-table {
	margin-bottom: 0;
}

.e-my-account-tab .woocommerce-my-account-wrapper {
	margin: 0;
}

.e-my-account-tab .wd-my-account-sidebar {
	padding-inline-start: 0;
}

.e-my-account-tab .wd-my-account-links {
	display: none;
}

.e-my-account-tabs-horizontal .woocommerce-my-account-wrapper {
	display: block;
}

.e-my-account-tabs-horizontal .woocommerce-my-account-wrapper .woocommerce-MyAccount-content {
	max-width: none;
}

.e-my-account-tabs-horizontal .wd-my-account-sidebar {
	display: none;
}

.e-cart__column td.product-remove a {
	height: auto;
}

.e-cart__column .shop_table td.product-btn .button {
	float: none;
	color: var(--checkout-button-normal-text-color, #fff) !important;
	background-color: #5bc0de;
}

.e-cart__column .shop_table td.product-name .wd-cart-label {
	font-size: 0;
}

.e-cart__column .shop_table :is(td.product-price, td.product-subtotal) del span {
	color: var(--color-gray-300);
}

.e-cart__column .shop_table tbody tr td.product-sku {
	border-top-width: var(--order-summary-items-divider-weight, 1px);
	border-top-style: solid;
	border-top-color: var(--order-summary-items-divider-color, #d5d8dc);
}

.e-cart__column .shop_table .cart_item[class*="wd-fbt-item"]:not(.wd-fbt-item-first) td {
	padding-bottom: 0;
	border-top: none;
}

.e-cart__column .shop_table .cart_item.wd-fbt-item-last td {
	padding-bottom: 20px !important;
}

.e-cart__column .quantity :is(input[type="number"], input[type="text"]).input-text {
	max-height: unset;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-width: var(--wd-form-brd-width);
	border-color: var(--wd-form-brd-color);
	text-align: center;
}

.e-cart__column .wd-fg:not(:first-child) {
	margin-top: 40px;
}

.e-cart__column .responsive-table {
	margin-bottom: 0;
}

.elementor-widget-woocommerce-checkout-page .woocommerce>.woocommerce-checkout {
	display: block;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tr.cart_item td.product-name {
	max-width: unset;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-shipping-totals td {
	max-width: unset;
}

.elementor-widget-woocommerce-checkout-page [class*="__field-wrapper"] {
	display: unset;
}

@media (min-width: 1025px) {
	.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-lg) .wd-carousel-inner .wd-carousel {
		margin-inline: calc(var(--wd-gap) / -2);
	}
	
	.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .wd-my-account-sidebar .woocommerce-MyAccount-navigation {
		width: auto;
	}
}

@media (max-width: 1024px) {
	.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-md) .wd-carousel-inner .wd-carousel {
		margin-inline: calc(var(--wd-gap) / -2);
	}
}

@media (max-width: 768.98px) {
	.elementor-widget-woocommerce-product-images .wd-gallery-images:not(.wd-off-sm) .wd-carousel-inner .wd-carousel {
		margin-inline: calc(var(--wd-gap) / -2);
	}
	
	.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail {
		position: unset;
	}
	
	.e-shop-table .woocommerce-cart-form__contents td.product-thumbnail:before {
		content: none;
	}
	
	.e-shop-table .woocommerce-cart-form__contents td.product-remove {
		top: 0;
		right: 0;
	}
	
	.e-shop-table .shop_table.wd-fg-table tr {
		display: block;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive {
		display: table;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr {
		border: none;
		transform: translateX(0);
	}
	
	.elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive td {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce tbody {
		display: table-row-group;
	}
	
	.elementor-widget-woocommerce-cart .woocommerce tr {
		display: table-row;
	}
	
	.e-my-account-tab .wd-my-account-sidebar {
		padding-inline-end: 0;
	}
}

.wpb-js-composer .menu-item:has(>.wd-design-sized) {
	--wd-dropdown-padding: 30px 35px 0 35px;
}

.wpb-js-composer .menu-item:has(>.wd-design-full-width) {
	--wd-dropdown-padding: 30px 0px;
}

.wpb-js-composer .wd-nav-vertical .menu-item:has(>.wd-design-full-width) {
	--wd-dropdown-padding: 30px 35px 0 35px;
}

.wpb-js-composer .wd-sub-menu-wrapp>.wd-sub-menu>li {
	--wd-dropdown-padding: 30px 35px 0 35px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text {
	position: relative;
	position: relative;
	display: inline-block;
	padding-block: 1px;
	line-height: 1.2;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab .vc_tta-title-text:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: var(--wd-primary-color);
	transition: width .4s cubic-bezier(.19, 1, .22, 1);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover .vc_tta-title-text:after, .wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active .vc_tta-title-text:after {
	width: 100%;
}

.wd-button-wrapper .btn-style-link, .wd-button-wrapper .btn-style-bordered:not(:hover) {
	background-color: transparent !important;
}

.btn-full-width {
	width: 100%;
}

.rtl .btn-icon-pos-left {
	flex-direction: row;
}

.rtl .btn-icon-pos-right {
	flex-direction: row-reverse;
}

.wd-wpb.wd-tabs:not(.wd-products-tabs) .wd-nav-tabs>li>a {
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
}

.wd-tabs.wd-fontsize-custom .wd-nav-tabs>li>a {
	line-height: inherit;
}

:is(.wd-entry-content, .entry-content)>.wpb-content-wrapper {
	margin-bottom: 0;
}

.wd-row-gradient-enable {
	position: relative;
}

.woodmart-row-gradient {
	border-radius: inherit;
}

.wd-parallax {
	background-attachment: fixed !important;
	background-size: cover !important;
}

@supports (-webkit-touch-callout: none) {
	.wd-parallax {
		--wd-parallax-pos: center;
		background-attachment: scroll !important;
	}
}

.attachment_fixed-yes {
	background-attachment: fixed;
}

:is(.vc_row, .vc_section).wd-disable-overflow {
	overflow: visible !important;
}

.inline-element {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.inline-element:not(:last-child) {
	margin-right: 15px;
}

.text-left .inline-element {
	margin-left: 0;
}

.text-left .inline-element:not(:last-child) {
	margin-right: 15px;
}

.text-right .inline-element {
	margin-right: 0;
}

.text-right .inline-element:not(:first-child) {
	margin-left: 15px;
}

.text-center .inline-element {
	margin-right: 7px;
	margin-left: 7px;
}

.wpb-js-composer .wd-button-wrapper.inline-element {
	margin-bottom: 10px;
}

.wd-enabled-width {
	display: inline-block;
	max-width: 100%;
	width: 100%;
}

.wd-enabled-flex>.vc_column-inner>.wpb_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.wd-enabled-flex>.vc_column-inner>.wpb_wrapper>*:not(.wd-enabled-width):not(.inline-element) {
	width: 100%;
}

.vc_row-full-width {
	float: left;
	width: 100%;
}

.compose-mode .vc_column-inner .vc_controls>.vc_controls-out-tl {
	right: -1px;
	left: auto;
	z-index: 2000;
}

:is([data-vc-full-width], [class*="wd-section-stretch"]).vc_row {
	transition: none !important;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	z-index: auto;
}

[data-vc-full-width]:has(.woodmart-sticky-column), [class*="wd-section-stretch"]:has(.woodmart-sticky-column) {
	overflow: unset !important;
}

[class*="wd-section-stretch"] {
	transition: opacity .5s ease;
	overflow: hidden;
}

[class*="wd-section-stretch"].vc_hidden {
	opacity: 0;
}

.vc_row[class*="wd-section-stretch"] .vc_grid.vc_row {
	overflow: hidden;
}

.vc_row.wd-section-stretch-content-no-pd .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

.vc_row.wd-section-stretch-content-no-pd .vc_inner {
	margin-left: 0;
	margin-right: 0;
}

.vc_section[class*="wd-section-stretch"] {
	padding-left: 0;
	padding-right: 0;
}

.vc_section[class*="wd-section-stretch"]>.vc_row {
	margin-left: 0;
	margin-right: 0;
}

.wpb_widgetised_column>.wpb_wrapper>*:last-child {
	margin-bottom: 0;
}

.widgetarea-head .wpb_widgetised_column {
	margin-bottom: 0;
}

.vc_video-bg {
	border-radius: inherit;
}

body .wd-bg-left-top {
	background-position: left top !important;
}

body .wd-bg-left-center {
	background-position: left center !important;
}

body .wd-bg-left-bottom {
	background-position: left bottom !important;
}

body .wd-bg-right-top {
	background-position: right top !important;
}

body .wd-bg-right-center {
	background-position: right center !important;
}

body .wd-bg-right-bottom {
	background-position: right bottom !important;
}

body .wd-bg-center-top {
	background-position: center top !important;
}

body .wd-bg-center-center {
	background-position: center center !important;
}

body .wd-bg-center-bottom {
	background-position: center bottom !important;
}

body [class*="wd-bg-"]>.vc_column-inner {
	background-position: inherit !important;
}

.parallax-bg {
	background-attachment: fixed !important;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}

.wd-font-weight-100 {
	font-weight: 100 !important;
}

.wd-font-weight-200 {
	font-weight: 200 !important;
}

.wd-font-weight-300 {
	font-weight: 300 !important;
}

.wd-font-weight-400 {
	font-weight: 400 !important;
}

.wd-font-weight-500 {
	font-weight: 500 !important;
}

.wd-font-weight-600 {
	font-weight: 600 !important;
}

.wd-font-weight-700 {
	font-weight: 700 !important;
}

.wd-font-weight-800 {
	font-weight: 800 !important;
}

.wd-font-weight-900 {
	font-weight: 900 !important;
}

.wd-wpb {
	margin-bottom: 30px;
}

.wd-wpb:empty {
	display: none;
}

.wpb-content-wrapper>p:has(:is(link:first-child:last-child)), .wpb-content-wrapper>p:empty {
	display: none;
}

.vc_progress_bar .vc_single_bar {
	border-radius: 0;
	box-shadow: none;
}

.vc_progress_bar .vc_single_bar .vc_label {
	padding: .6em 1.2em;
	text-transform: uppercase;
	text-shadow: none !important;
	font-weight: 600;
	font-size: 12px;
}

.vc_progress_bar .vc_single_bar .vc_bar {
	border-radius: 0;
	transition: width .8s ease;
}

.wpb_single_image .vc_single_image-wrapper img {
	border-radius: var(--wd-brd-radius);
}

.wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"], .wpb_single_image .vc_single_image-wrapper[class*="vc_box_shadow"] img {
	box-shadow: 0 0 9px rgba(0, 0, 0, .12);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading {
	margin-block: 0 !important;
	border: none !important;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title {
	font-family: var(--wd-text-font);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion .vc_tta-panel-title>a {
	padding-block: 18px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panels {
	border-top: 2px solid rgba(0, 0, 0, .105);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel {
	border-bottom: 1px solid var(--brdcolor-gray-300);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #767676;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-heading:hover {
	background-color: transparent;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title>a {
	padding-inline: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-right>a {
	padding-inline: 5px 25px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	left: 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title.vc_tta-controls-icon-position-left>a {
	padding-inline: 25px 5px;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-title:hover>a {
	color: #767676;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-accordion.vc_tta-color-white .vc_tta-panel-body {
	padding-top: 0;
	padding-inline: 5px;
	border: none;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
	position: relative;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab {
	color: var(--color-gray-800);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a {
	padding: 10px 15px;
	border: none;
	background-color: transparent;
	color: inherit;
	font-weight: var(--wd-title-font-weight);
	font-style: var(--wd-title-font-style);
	font-size: 16px;
	font-family: var(--wd-title-font);
	line-height: 1.4;
	opacity: .7;
	transition: all .25s ease;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab>a:hover {
	border: none;
	background-color: transparent;
	opacity: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tab.vc_active>a {
	border: none;
	background-color: transparent;
	opacity: 1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel {
	overflow: hidden;
	margin: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel.vc_active .vc_tta-panel-body {
	position: relative;
	z-index: 2;
	visibility: visible;
	opacity: 1;
	transition: transform .25s ease .25s, opacity .25s ease .25s, visibility .25s ease .25s;
	transform: translateY(0);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-body {
	position: absolute;
	top: 0;
	inset-inline: 0;
	z-index: 1;
	display: block !important;
	visibility: hidden;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	height: auto !important;
	opacity: 0;
	transition: transform .25s ease, opacity .25s ease, visibility .25s ease;
	transform: translateY(20px);
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right, .vc_tta-tabs-position-bottom) .vc_tta-panel .vc_tta-panel-body {
	transform: translateY(10px);
}

.wpb_video_wrapper {
	position: relative;
	overflow: hidden;
	border-radius: var(--wd-brd-radius);
	transform: translate3d(0, 0, 0);
}

.wpb_video_wrapper .wd-video-poster-wrapper:after, .wpb_video_wrapper :is(.wd-video-poster-wrapper, .wd-video-poster) {
	position: absolute;
	inset: -1px;
}

.wpb_video_wrapper .wd-video-poster-wrapper {
	position: absolute !important;
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	transition: opacity .5s cubic-bezier(0, 0, .44, 1.18), visibility .5s cubic-bezier(0, 0, .44, 1.18);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.wpb_video_wrapper .wd-video-poster-wrapper:after {
	content: "";
	z-index: 2;
	background-color: rgba(0, 0, 0, .15);
	transition: background-color .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .wd-video-poster-wrapper.hidden-poster {
	visibility: hidden;
	opacity: 0;
}

.wpb_video_wrapper .wd-video-poster {
	margin: -1px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
}

.wpb_video_wrapper .button-play {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: calc(50% - .5em);
	left: calc(50% - .5em);
	z-index: 3;
	width: 1em;
	height: 1em;
	border: min(.04em, 2px) solid rgba(255, 255, 255, .4);
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1;
	transition: border-color .5s cubic-bezier(0, 0, .44, 1.18);
	font-size: 100px;
}

.wpb_video_wrapper .button-play:after {
	font-size: .32em;
	transition: transform .5s cubic-bezier(0, 0, .44, 1.18);
	content: "";
	font-family: "woodmart-font";
}

.wpb_video_wrapper:hover .wd-video-poster-wrapper:after {
	background-color: rgba(0, 0, 0, .3);
}

.wpb_video_wrapper:hover .button-play {
	border-color: rgba(255, 255, 255, .6);
}

.wpb_video_wrapper:hover .button-play:after {
	transform: scale(.8);
}

.wpb_video_wrapper:hover .wd-video-poster {
	transform: scale(1.09);
}

.products:not(.wd-img-width) .cat-design-alt img {
	width: revert-layer;
}

.wd-btn-align-center {
	--wd-btn-align: center;
}

.wd-btn-align-right {
	--wd-btn-align: end;
}

.wd-btn-align-full-width {
	--wd-btn-align: stretch;
}

@media (min-width: 1025px) {
	[class*="wd-section-stretch"], [data-vc-full-width] {
		position: relative;
		box-sizing: border-box;
		width: calc(100vw - var(--wd-scroll-w) - var(--wd-sticky-nav-w));
		--wd-row-spacing: calc(var(--wd-column-gap, .001px) / 2 + 15px);
		left: calc(( 50% - 50vw + var(--wd-sticky-nav-w) / 2 + var(--wd-scroll-w) / 2 ) + var(--wd-row-spacing));
	}
	
	[class*="wd-section-stretch"].vc_column-gap-5, [data-vc-full-width].vc_column-gap-5 {
		--wd-column-gap: 5px;
	}
	
	:is(.vc_section[class*="wd-section-stretch"], .vc_section[data-vc-full-width])>:is(.vc_row[data-vc-full-width], .vc_row[class*="wd-section-stretch"]) {
		--wd-row-spacing: .001px;
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
	
	.visible-lg {
		display: block !important;
	}
}

@media (max-width: 1024px) {
	body .tablet-bg-img-hidden, .wpb_column.tablet-bg-img-hidden>div {
		background-image: none !important;
	}
	
	.wd-parallax {
		background-attachment: scroll !important;
	}
	
	body.wpb-js-composer .wd-width-enabled {
		--content-width: calc(var(--wd-max-width) + 20%);
	}
	
	.wpb-js-composer .vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-container:after {
		content: "";
	}
	
	body .tablet-bg-img-hidden.nitro-lazy, .wpb_column.tablet-bg-img-hidden>div.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 768.98px) {
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-tabs-container {
		display: block;
		-webkit-mask-image: linear-gradient(to left, transparent 5px, #000 40px);
		mask-image: linear-gradient(to left, transparent 5px, #000 40px);
	}
	
	.vc_tta.vc_general.vc_tta-style-classic.vc_tta-tabs .vc_tta-panel-heading {
		display: none;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-container {
		overflow: hidden;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-container:after {
		content: "";
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-list {
		overflow-y: auto;
		white-space: nowrap;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-top, .vc_tta-tabs-position-bottom) .vc_tta-tabs-list::-webkit-scrollbar {
		display: none;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right) {
		display: block;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right) .vc_tta-tab {
		display: inline-block;
	}
	
	.vc_tta.vc_general.vc_tta-style-classic:is(.vc_tta-tabs-position-left, .vc_tta-tabs-position-right).vc_tta-o-no-fill .vc_tta-panel-body {
		padding-inline: 0 !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	
	.visible-xs {
		display: block !important;
	}
	
	body .mobile-bg-img-hidden, .wpb_column.mobile-bg-img-hidden>div {
		background-image: none !important;
	}
	
	body .mobile-bg-img-hidden.nitro-lazy, .wpb_column.mobile-bg-img-hidden>div.nitro-lazy {
		background-image: none !important;
	}
	
	body .reset-element-margin, .reset-margin>.vc_column-inner, .reset-margin-mobile>.vc_column-inner {
		margin-inline: 0 !important;
	}
	
	.row-reverse-mobile:not(.vc_row-flex) {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(1) {
		order: 12;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(2) {
		order: 11;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(3) {
		order: 10;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(4) {
		order: 9;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(5) {
		order: 8;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(6) {
		order: 7;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(7) {
		order: 6;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(8) {
		order: 5;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(9) {
		order: 4;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(10) {
		order: 3;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(11) {
		order: 2;
	}
	
	.row-reverse-mobile>.wpb_column:nth-child(12) {
		order: 1;
	}
}

@media (max-width: 576px) {
	body.wpb-js-composer .wd-width-enabled {
		--content-width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
	
	.visible-md {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
	
	.visible-sm {
		display: block !important;
	}
	
	.row-reverse-tablet:not(.vc_row-flex) {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(1) {
		order: 12;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(2) {
		order: 11;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(3) {
		order: 10;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(4) {
		order: 9;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(5) {
		order: 8;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(6) {
		order: 7;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(7) {
		order: 6;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(8) {
		order: 5;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(9) {
		order: 4;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(10) {
		order: 3;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(11) {
		order: 2;
	}
	
	.row-reverse-tablet>.wpb_column:nth-child(12) {
		order: 1;
	}
}

.position-relative {
	position: relative;
}

.z-index-10 {
	z-index: 10;
}

.z-index-h {
	z-index: 35;
}

.z-index-100 {
	z-index: 100;
}

.z-index-1000 {
	z-index: 1000;
}

.opacity-video-bg .vc_video-bg {
	opacity: .6;
}

.title-uppercase {
	text-transform: uppercase;
}

.add-border {
	border-bottom: 1px solid;
}

.border-width-1 {
	border-width: 1px;
}

.border-width-2 {
	border-width: 2px;
}

.border-width-3 {
	border-width: 3px;
}

.border-width-4 {
	border-width: 4px;
}

.border-color-primary {
	border-color: var(--wd-primary-color);
}

.border-color-alternative {
	border-color: var(--wd-alternative-color);
}

.box-shadow-style-1 {
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.box-shadow-style-2 {
	box-shadow: 0 10px 20px -9px rgba(0, 0, 0, .5);
}

.box-shadow-style-3 {
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .1);
}

@media (min-width: 768px) and (max-width: 1024px) {
	.reset-margin-tablet>.vc_column-inner {
		margin-inline: 0 !important;
	}
}

.product-title {
	display: block;
	color: var(--wd-entities-title-color);
	word-wrap: break-word;
	font-weight: var(--wd-entities-title-font-weight);
	font-style: var(--wd-entities-title-font-style);
	font-family: var(--wd-entities-title-font);
	text-transform: var(--wd-entities-title-transform);
	line-height: 1.4;
}

.product-title a:hover, a.product-title:hover {
	color: var(--wd-entities-title-color-hover);
}

.wc-item-meta, .wc-item-meta ul, .wc-item-meta ol, ul.variation {
	list-style: none;
	--li-pl: 0;
}

.wc-item-meta, .wc-item-meta ul, .wc-item-meta ol {
	--list-mb: 0;
	--li-mb: 0;
}

.woocommerce-breadcrumb {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.amount {
	color: var(--wd-primary-color);
	font-weight: 600;
}

del .amount {
	color: var(--color-gray-300);
	font-weight: 400;
}

.price {
	color: var(--wd-primary-color);
}

.price .amount {
	font-size: inherit;
}

.price del {
	color: var(--color-gray-300);
	font-size: 90%;
}

.price ins {
	padding: 0;
	background-color: transparent;
	color: var(--wd-primary-color);
	text-decoration: none;
	opacity: 1;
}

.woocommerce-price-suffix {
	color: var(--color-gray-500);
}

.wd-price-unit {
	display: inline-block;
	margin-inline-start: 4px;
	color: var(--color-gray-300);
}

.wd-price-unit:not(:last-child) {
	margin-inline-end: 2px;
}

.wd-price-unit:before {
	content: "/";
	margin-inline-end: 4px;
}

a.login-to-prices-msg {
	color: var(--wd-primary-color);
	font-weight: 600;
}

a.login-to-prices-msg:hover {
	color: var(--wd-primary-color);
	opacity: .6;
}

.woocommerce-notices-wrapper:empty {
	display: none;
}

ul:is(.woocommerce-error, .woocommerce-message, .woocommerce-info) {
	list-style: none;
	--li-pl: 0;
	--li-mb: 5px;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}

.wd-wc-notices .woocommerce-notices-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.wd-wc-notices .woocommerce-notices-wrapper>* {
	margin-bottom: 0;
}

.wd-wc-notices:has(.woocommerce-notices-wrapper:empty) {
	display: none;
}

ul.variation {
	font-size: 90%;
	--li-mb: 5px;
	--list-mb: 0;
	--wd-tags-mb: 0;
}

ul.variation p {
	display: inline;
}

ul.variation .item-variation-name {
	color: var(--color-gray-800);
	font-weight: 600;
}

.wc-item-meta {
	margin-top: 10px;
	font-size: 90%;
}

.wc-item-meta li>* {
	display: inline-block;
	margin-top: 0 !important;
	margin-bottom: 5px;
	vertical-align: middle;
}

.wc-item-meta strong {
	color: var(--color-gray-800);
}

:is(.blockOverlay, .wd-loader-overlay):after {
	position: absolute;
	top: calc(50% - 13px);
	left: calc(50% - 13px);
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: var(--color-gray-900);
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
	--wd-anim-state: running;
}

.wd-loader-overlay {
	z-index: 340;
	border-radius: inherit;
	border-radius: var(--wd-brd-radius);
	animation: wd-fadeIn .6s ease both;
	background-color: rgba(var(--bgcolor-white-rgb), .6);
}

.wd-loader-overlay:not(.wd-loading) {
	display: none;
}

.blockOverlay {
	z-index: 340 !important;
	background-image: none !important;
	animation: wd-FadeInLoader .6s ease forwards;
}

.blockOverlay.nitro-lazy {
	background-image: none !important;
}

.blockOverlay:before {
	content: none !important;
}

.global-color-scheme-light .blockOverlay {
	background-color: rgba(0, 0, 0, .5) !important;
}

@keyframes wd-FadeInLoader {
	from {
		opacity: 0;
	}
	
	to {
		opacity: .8;
	}
}

.single_add_to_cart_button {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.single_add_to_cart_button:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.single_add_to_cart_button:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

.single_add_to_cart_button+.added_to_cart {
	display: none;
}

.wd-buy-now-btn {
	border-radius: var(--btn-accented-brd-radius);
	color: var(--btn-accented-color);
	box-shadow: var(--btn-accented-box-shadow);
	background-color: var(--btn-accented-bgcolor);
	text-transform: var(--btn-accented-transform, var(--btn-transform, uppercase));
	font-weight: var(--btn-accented-font-weight, var(--btn-font-weight, 600));
	font-family: var(--btn-accented-font-family, var(--btn-font-family, inherit));
	font-style: var(--btn-accented-font-style, var(--btn-font-style, unset));
}

.wd-buy-now-btn:hover {
	color: var(--btn-accented-color-hover);
	box-shadow: var(--btn-accented-box-shadow-hover);
	background-color: var(--btn-accented-bgcolor-hover);
}

.wd-buy-now-btn:active {
	box-shadow: var(--btn-accented-box-shadow-active);
	bottom: var(--btn-accented-bottom-active, 0);
}

form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: var(--content-align);
}

form.cart>* {
	flex: 1 1 100%;
}

form.cart :where(.single_add_to_cart_button, .wd-buy-now-btn, .quantity) {
	flex: 0 0 auto;
}

.wd-product-detail {
	font-size: 90%;
	word-break: break-all;
	margin-top: 5px;
}

.wd-product-detail>span {
	vertical-align: middle;
}

.wd-product-detail .wd-hint {
	margin-inline-start: 3px;
}

.woocommerce-product-details__short-description {
	margin-bottom: 20px;
}

.woocommerce-product-details__short-description>*:last-child {
	margin-bottom: 0;
}

.wd-hint {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	cursor: help;
}

.wd-hint:before {
	content: "?";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.45em;
	height: 1.45em;
	border-radius: 50%;
	background-color: var(--wd-hint-bg, var(--bgcolor-gray-300));
	color: var(--wd-hint-color, var(--color-gray-800));
	font-weight: 600;
	font-size: var(--wd-hint-size, calc(var(--wd-text-font-size) - 3px));
}

.single_add_to_cart_button:before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: 1;
	border-radius: inherit;
	background-color: inherit;
	box-shadow: inherit;
	transition: opacity 0s ease;
}

.single_add_to_cart_button:after {
	position: absolute;
	top: calc(50% - 9px);
	inset-inline-start: calc(50% - 9px);
	opacity: 0;
	z-index: 2;
	transition: opacity 0s ease;
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(0, 0, 0, 0);
	border-left-color: currentColor;
	border-radius: 50%;
	vertical-align: middle;
	animation: wd-rotate 450ms infinite linear var(--wd-anim-state, paused);
}

.loading.single_add_to_cart_button:before {
	opacity: 1;
	transition: opacity .25s ease;
}

.loading.single_add_to_cart_button:after {
	opacity: 1;
	transition: opacity .25s ease;
	--wd-anim-state: running;
}

.wd-products-element {
	position: relative;
}

.wd-products {
	position: relative;
	align-items: flex-start;
	transition: all .25s ease;
}

.wd-products.wd-loading, .wd-content-layout.wd-loading .wd-products[data-source="main_loop"] {
	opacity: 0;
	transform: translate3d(0, 30px, 0);
	pointer-events: none;
}

.star-rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	letter-spacing: 2px;
	font-weight: 400;
	color: #eabe12;
	width: fit-content;
	font-family: "woodmart-font";
}

.star-rating:before {
	content: "" "" "" "" "";
	color: var(--color-gray-300);
}

.star-rating span {
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	overflow: hidden;
	width: 100%;
	text-indent: 99999px;
}

.star-rating span:before {
	content: "" "" "" "" "";
	position: absolute;
	top: 0;
	inset-inline-start: 0;
	text-indent: 0;
}

div.wc-block-components-notice-banner {
	position: relative;
	margin-bottom: 20px;
	padding-block: 18px;
	padding-inline: 65px 30px !important;
	text-align: start;
	border: none;
	border-radius: var(--wd-brd-radius);
	outline: none !important;
	font-size: inherit;
	font-size: var(--wd-text-font-size);
	align-content: center;
	margin-top: 0;
}

div.wc-block-components-notice-banner:before {
	position: absolute;
	top: calc(50% - 9px);
	left: 24px;
	font-size: 18px;
	line-height: 18px;
	font-family: "woodmart-font";
}

div.wc-block-components-notice-banner a {
	color: currentColor;
	text-decoration: underline;
}

div.wc-block-components-notice-banner a:hover {
	color: color-mix(in srgb, currentColor 80%, transparent);
}

div.wc-block-components-notice-banner p:last-child {
	margin-bottom: 0;
}

div.wc-block-components-notice-banner .amount {
	color: #fff;
}

div.wc-block-components-notice-banner :is(.button, .wc-backward) {
	text-decoration: none;
	--btn-color: currentColor;
	--btn-color-hover: currentColor;
	--btn-bgcolor: transparent;
	--btn-bgcolor-hover: transparent;
	--btn-brd-width: 2px;
	--btn-box-shadow-hover: none;
	--btn-height: none;
	--btn-padding: 0;
	--btn-brd-color: color-mix(in srgb, currentColor 50%, transparent);
	border-top: 0;
	border-inline: 0;
	margin-inline: 4px;
}

div.wc-block-components-notice-banner.is-success {
	background-color: var(--notices-success-bg);
	color: var(--notices-success-color);
}

div.wc-block-components-notice-banner.is-success:before {
	content: "";
}

div.wc-block-components-notice-banner:is(.is-info, .is-error) {
	background-color: var(--notices-warning-bg);
	color: var(--notices-warning-color);
}

div.wc-block-components-notice-banner:is(.is-info, .is-error):before {
	content: "";
}

div.wc-block-components-notice-banner>svg {
	display: none;
}

div.wc-block-components-notice-banner ul {
	display: flex;
	gap: 5px 7px;
	width: 100%;
	margin: 0 !important;
	list-style: none;
	--li-pl: 0;
	--li-mb: 5px;
	align-items: stretch;
	flex-direction: column;
	justify-content: center;
}

div.wc-block-components-notice-banner>div {
	display: flex;
	align-items: inherit;
	flex-wrap: wrap;
	gap: inherit;
}

div.wc-block-components-notice-banner>div .button.wc-forward {
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	color: #fff !important;
	text-decoration: none;
	opacity: 1;
}

div.wc-block-components-notice-banner>div .button.wc-forward:hover {
	border-color: #fff;
}

.hide-larger-price .price:has(.amount+.amount) {
	visibility: hidden;
	letter-spacing: -1em !important;
}

.hide-larger-price .price:has(.amount+.amount) .amount+.amount {
	display: none;
}

.hide-larger-price .price:has(.amount+.amount)>span, .hide-larger-price .price:has(.amount+.amount)>div, .hide-larger-price .price:has(.amount+.amount)>small {
	visibility: visible;
	letter-spacing: initial;
}

.hide-larger-price .price:has(.amount+.amount)>small {
	margin-inline-start: .2em;
}

/*
 Theme Name:   Tolymp
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* HEADER */
body .website-wrapper .whb-color-light .wd-header-text, body [class*="color-scheme-light"], body [class*="color-scheme-light"] .footer-widget {
	color: white !important;
}

.wd-logo img {
	width: 300px;
}

/* MENÜ */
body .wd-dropdown-menu.wd-design-default .menu-item-has-children > a::after {
	color: #444;
}

/* CONTENT */
span.button, span.button.green, .wpcf7-submit, .mailpoet_confirm_unsubscribe a {
	display: inline-block;
	padding: 14px 25px 14px 25px;
	background: var(--wd-primary-color) !important;
	color: white;
	font-size: 100%;
	line-height: 130%;
	font-weight: 400;
	margin: 5px;
	border-radius: 25px;
	transition: all .1s ease-in-out .1s, visibility .2s ease-in-out;
	text-transform: none;
}

span.button:hover, span.button.green:hover, .wpcf7-submit:hover, .mailpoet_confirm_unsubscribe a:hover {
	background: var(--wd-text-color) !important;
	color: white;
	cursor: pointer;
}

span.button.green {
	background: #6dab3c !important;
	font-weight: 600;
}

span.button.green:hover {
	background: #86aa66 !important;
}

span.button.red {
	background: var(--wd-primary-color) !important;
	font-weight: 600;
}

span.button.red:hover {
	background: var(--wd-text-color) !important;
}

.btn, .button, [type="button"], [type="submit"], button {
	text-transform: inherit;
}

.btn-size-default {
	font-size: 15px !important;
}

.full-bild {
	height: 740px;
}

/* Headerbild Blogbeitrag ausgeblendet */
.post-single-page .entry-header {
	display: none !important;
}

/* SAFARI FIX */
.promo-banner-wrapper .promo-banner .wrapper-content-banner {
	top: 0;
}

/* Fonts für Startseite */
.headlargetext {
	font-family: var(--wd-title-font);
	font-weight: var(--wd-title-font-weight);
	font-size: 180%;
	line-height: 110%;
}

.largetext {
	font-family: var(--wd-title-font);
	font-weight: var(--wd-title-font-weight);
	display: block;
	margin-bottom: 20px;
	font-size: 140%;
	line-height: 150%;
}

.mediumtext {
	font-family: var(--wd-title-font);
	font-weight: var(--wd-title-font-weight);
	font-size: 120%;
	line-height: 90%;
}

span.colored {
	color: #d61217;
}

.grafische-icons .wpb_single_image {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	padding: 20px 20px 20px 20px;
	border: solid 2px #253b45;
	margin-bottom: 0;
	margin: auto;
}

.grafische-icons .wpb_text_column {
	margin-bottom: 0 !important;
}

/* ---- BORDERBOXES ---- */
.borderboxes > .wpb_column {
	transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out;
}

.borderboxes > .wpb_column > .vc_column-inner {
	background: white;
	padding: 0;
	padding-top: 30px;
	border: 2px solid #f0f0f0;
	-webkit-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	transition: box-shadow .5s;
}

.borderboxes > .wpb_column > .vc_column-inner:hover {
	-webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, .2);
}

.borderboxes > .wpb_column > .vc_column-inner .wpb_single_image .vc_single_image-wrapper, .borderboxes .wpb_column .vc_column-inner .wpb_single_image .vc_figure, .borderboxes .wpb_column .vc_column-inner img {
	width: 100%;
}

.borderboxes > .wpb_column > .vc_column-inner .wpb_single_image, .borderboxes > .wpb_column > .vc_column-inner h3 {
	margin-bottom: 5px;
}

.borderboxes > .wpb_column > .vc_column-inner .wpb_text_column {
	padding: 0 30px;
	margin-bottom: 20px;
}

.borderboxes > .wpb_column > .vc_column-inner .headlargetext {
	font-size: 125%;
	line-height: 120% !important;
	text-transform: none;
}

.borderboxes > .wpb_column > .vc_column-inner .headlargetext strong {
	text-transform: uppercase;
}

.borderboxes > .wpb_column > .vc_column-inner .headlargetext a {
	transition: opacity .2s ease-in-out .2s, visibility .2s ease-in-out;
}

.borderboxes > .wpb_column > .vc_column-inner:hover .headlargetext a {
	color: #f18700 !important;
}

/* SHOP ALLGEMEIN */
body.cart_has_items .wd-header-cart .woodmart-cart-wrapper .wd-cart-subtotal span, body.cart_has_items .wd-header-cart .wd-cart-icon, body.cart_has_items .wd-header-cart .wd-tools-text, body.cart_has_items .wd-header-cart .wd-tools-icon::before {
	color: var(--btn-shop-bgcolor);
	font-weight: bold;
}

body.cart_has_items .wd-header-cart {
	border-bottom: 3px solid var(--btn-shop-bgcolor);
}

body.cart_has_items .wd-cart-number {
	background: var(--btn-shop-bgcolor) !important;
	color: var(--btn-shop-color) !important;
}

@media screen and (max-width:960px) {
	body.cart_has_items .wd-cart-number {
		background: var(--btn-shop-bgcolor) !important;
		color: var(--btn-shop-color) !important;
	}
}

body .product-labels {
	max-width: 80%;
}

/* PRODUKTSEITE */
.summary-inner > .price {
	margin-bottom: 0;
}

.summary-inner .legal-price-info, .produktgewicht {
	font-size: 80%;
	font-weight: normal;
	display: inline;
}

.summary-inner .legal-price-info .wc-gzd-additional-info {
	display: inline;
}

.woocommerce-product-details__short-description {
	padding-top: 20px;
}

.product_meta .sku_wrapper {
	width: auto;
	float: right;
	margin-bottom: 0;
	border: 1px solid #ccc;
	padding: 8px 8px 5px 8px;
}

.product_meta .sku_wrapper .meta-label {
	display: none;
}

.product_meta .sku_wrapper .sku {
	font-size: 90%;
}

.product_meta .sku_wrapper .sku::before {
	content: "Artikelnummer";
	display: block;
	font-size: 80%;
	line-height: 110%;
}

.woocommerce-variation-price:not(:empty)+.woocommerce-variation-availability, .woocommerce-variation-price:not(:empty) + .woocommerce-variation-availability {
	margin-left: 5px;
	margin-bottom: 5px;
}

.wd-after-add-to-cart p, .wd-after-add-to-cart li {
	font-size: 90%;
}

/* VARIANTENDARSTELLUNG */
table.variations, body table.variations select {
	max-width: 100%;
}

body table.variations select {
	font-size: 80%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body .tabs-layout-accordion .wd-scroll-content {
	max-height: 300px;
	min-height: 50px;
}

.variations .wd-accordion-item {
	font-size: 85%;
}

.variations .wd-accordion-title-text {
	font-size: 100%;
}

.variations .wd-accordion-title-text img {
	margin: -2px 3px 0 0;
}

.variations .wd-accordion {
	--wd-accordion-spacing: 15px;
}

.variations .accordion-variation {
	border-bottom: 1px solid rgba(153, 153, 153, 1);
}

table.variations label {
	white-space: break-spaces;
	padding-right: 10px;
	font-size: 90%;
	line-height: 135% !important;
	min-width: 180px;
}

table.variations .cell {
	vertical-align: top;
	padding: 0;
	padding-top: 20px;
}

body .variations .accordion-variation .reset_variations {
	display: none !important;
	visibility: hidden !important;
}

.tolymp-desc-image {
	text-align: center;
}

.product-type-variable .woocommerce-variation-add-to-cart .quantity {
	display: none !important;
	visibility: hidden !important;
}

.product-type-variable .single_add_to_cart_button {
	width: 100%;
	padding: 20px;
	font-size: 100%;
}

body .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
	right: 5px;
	position: absolute;
}

body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
	display: block !important;
	visibility: visible !important;
}

body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price  .price::before {
	content: "Konfigurationspreis: ";
	display: block;
}

body .wd-accordion-opener.wd-opener-style-arrow::before {
	content: "+";
	font-family: inherit;
	font-size: 220%;
	color: #888;
	font-weight: normal;
}

body .wd-active .wd-accordion-opener.wd-opener-style-arrow::before {
	content: "–";
}

.products .product-title {
	font-size: 110%;
	color: var(--wd-primary-color);
	margin-bottom: 10px;
}

.products .product-title a {
	color: var(--wd-primary-color);
}

.products .product-title a:hover {
	color: var(--wd-link-color);
}

/* CHECKOUT CART BOOST */
.widget_shopping_cart .total strong {
	text-transform: none;
}

.widget_shopping_cart .total.total-cart-tax, .widget_shopping_cart .wc-gzd-total-mini-cart {
	margin-top: 0;
	padding-top: 0;
	border: 0;
	font-size: 95%;
}

.widget_shopping_cart .total.total-cart-tax .amount {
	font-size: 100%;
}

.widget_shopping_cart .total.total-cart-tax {
	margin-bottom: 0;
}

.widget_shopping_cart .buttons {
	margin-top: 10px;
}

.widget_shopping_cart .btn-cart {
	display: none !important;
}

.widget_shopping_cart_content:before {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px 12px;
	background: rgba(0, 225, 0, .05);
	box-shadow: inset 0 -1px #f6f6f6;
	color: #007600;
	content: "✅ Gute Wahl! Hier sind Ihre Produkte:";
	font-size: 110%;
}

/* .paymenticonsminicart { padding: 0 15px 5px 15px; } */

/* WARENKORB KASSE */
.cart-content-wrapper .cart-totals-inner .checkout-button {
	width: 80%;
	padding: 25px;
	font-size: 120%;
	margin: 20px auto;
	display: block;
}

ul.variation {
	color: #666;
}

.wd-side-hidden.wd-opened {
	z-index: 500000000000;
}

.woocommerce-mini-cart__total {
	padding-bottom: 0;
}

.wc-gzd-total-mini-cart {
	font-size: 80%;
	display: inline-block;
	padding-right: 3px;
}

.woocommerce-mini-cart__buttons {
	margin-top: 20px;
}

.checkoutwc #info_payment button, .checkoutwc .cfw-primary-btn, body .cfw-primary-btn, .checkout-button, button#place_order {
	background: var(--btn-shop-bgcolor) !important;
	color: var(--btn-shop-color) !important;
	border-radius: 25px !important;
	font-size: 120% !important;
	font-weight: 600 !important;
	padding: 20px 25px !important;
}

body .cfw-primary-btn:hover, .checkout-button:hover, button#place_order:hover {
	background: black !important;
	font-weight: 800 !important;
}

/* BLOG */
.post-single-page .article-inner {
	max-width: 1100px;
}

.post-single-page .wd-entry-meta, .blog-post-loop .entry-meta, .blog-post-loop .overed-social-icons {
	display: none !important;
}

.post-single-page .post-title {
	margin-bottom: 30px;
}

/* FOOTER */
.footer-container .menu li {
	font-size: 90%;
}

body .scrollToTop {
	left: 49%;
}

@media screen and (max-width: 768px) {
	body .wd-accordion-opener.wd-opener-style-arrow::before {
		font-size: 250%;
	}
	
	body .scrollToTop {
		left: 46.5%;
	}
	
	body .related-and-upsells .owl-dots {
		display: block !important;
	}
}

:root {
	--wd-top-bar-h: 40px;
	--wd-top-bar-sm-h: 40px;
	--wd-top-bar-sticky-h: 40px;
	--wd-top-bar-brd-w: .00001px;
	--wd-header-general-h: 105px;
	--wd-header-general-sm-h: 63px;
	--wd-header-general-sticky-h: 60px;
	--wd-header-general-brd-w: .00001px;
	--wd-header-bottom-h: 60px;
	--wd-header-bottom-sm-h: .00001px;
	--wd-header-bottom-sticky-h: 57px;
	--wd-header-bottom-brd-w: .00001px;
	--wd-header-clone-h: .00001px;
	--wd-header-brd-w: calc(var(--wd-top-bar-brd-w) + var(--wd-header-general-brd-w) + var(--wd-header-bottom-brd-w));
	--wd-header-h: calc(var(--wd-top-bar-h) + var(--wd-header-general-h) + var(--wd-header-bottom-h) + var(--wd-header-brd-w));
	--wd-header-sticky-h: calc(var(--wd-top-bar-sticky-h) + var(--wd-header-general-sticky-h) + var(--wd-header-bottom-sticky-h) + var(--wd-header-clone-h) + var(--wd-header-brd-w));
	--wd-header-sm-h: calc(var(--wd-top-bar-sm-h) + var(--wd-header-general-sm-h) + var(--wd-header-bottom-sm-h) + var(--wd-header-brd-w));
}

.whb-top-bar .wd-dropdown {
	margin-top: 0px;
}

.whb-top-bar .wd-dropdown:after {
	height: 10px;
}

.whb-sticked .whb-top-bar .wd-dropdown:not(.sub-sub-menu) {
	margin-top: 0px;
}

.whb-sticked .whb-top-bar .wd-dropdown:not(.sub-sub-menu):after {
	height: 10px;
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu) {
	margin-top: 10px;
}

.whb-sticked .whb-general-header .wd-dropdown:not(.sub-sub-menu):after {
	height: 20px;
}

.whb-header-bottom .wd-dropdown {
	margin-top: 10px;
}

.whb-header-bottom .wd-dropdown:after {
	height: 20px;
}

.whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu) {
	margin-top: 8.5px;
}

.whb-sticked .whb-header-bottom .wd-dropdown:not(.sub-sub-menu):after {
	height: 18.5px;
}

.whb-top-bar {
	background-color: rgba(153, 153, 153, 1);
}

.whb-general-header {
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

.whb-8q8uoev70w44qqm7zl34 a:is(.btn-style-default, .btn-style-3d) {
	background-color: rgba(221, 51, 51, 1);
}

.whb-8q8uoev70w44qqm7zl34 a:is(.btn-style-bordered, .btn-style-link) {
	border-color: rgba(221, 51, 51, 1);
}

.whb-header-bottom {
	border-color: rgba(222, 67, 35, 1);
	border-bottom-width: 0px;
	border-bottom-style: solid;
}

:root {
	--wd-text-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #404447;
	--wd-text-font-size: 16px;
	--wd-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #404447;
	--wd-entities-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #404447;
	--wd-entities-title-color-hover: rgba(51, 51, 51, 65%);
	--wd-alternative-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #d33;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Montserrat", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-primary-color: #48484a;
	--wd-alternative-color: #253b45;
	--wd-link-color: #d33;
	--wd-link-color-hover: #404447;
	--btn-default-bgcolor: #6dab3c;
	--btn-default-bgcolor-hover: #86aa66;
	--btn-accented-bgcolor: #6dab3c;
	--btn-accented-bgcolor-hover: #86aa66;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #e0b252;
	--notices-warning-color: #fff;
}

.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}

.wd-popup.wd-promo-popup {
	background-color: #111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}

.header-banner {
	background-color: #d33;
	background-image: none;
}

.header-banner.nitro-lazy {
	background-image: none !important;
}

.wd-popup.wd-promo-popup.nitro-lazy {
	background-image: none !important;
}

.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 222px;
}

.wd-page-title {
	background-color: #81d742;
	background-image: none;
	background-size: cover;
	background-position: center center;
}

.wd-page-title.nitro-lazy {
	background-image: none !important;
}

.wd-footer {
	background-color: #1e2022;
	background-image: url("https://cdn-lkind.nitrocdn.com/QkTNGUkqLsIfIkzWTEfQLZDXmXSPFoAp/assets/images/optimized/rev-d02e846/www.tolymp.de/wp-content/uploads/2022/06/tolymp-footer-bg.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.wd-footer.nitro-lazy {
	background-image: none !important;
}

html .wd-nav.wd-nav-main > li > a {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
	font-size: 18px;
}

html .wd-nav.wd-nav-main > li:hover > a, html .wd-nav.wd-nav-main > li.current-menu-item > a {
	color: #d33;
}

html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu > li > a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a, html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu li a, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a, html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

html .wd-dropdown-menu.wd-design-sized .wd-sub-menu > li > a:hover, body .wd-dropdown-menu.wd-design-full-width .wd-sub-menu > li > a:hover, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu  > li > a:hover, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu > li > a:hover, html .wd-dropdown-menu.wd-design-sized .sub-sub-menu li a:hover, html .wd-dropdown-menu.wd-design-full-width .sub-sub-menu li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-wp-menu > .sub-sub-menu .sub-sub-menu  li a:hover, body .wd-dropdown-menu.wd-design-aside .wd-sub-menu .wd-sub-menu .sub-sub-menu li a:hover, html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a:hover {
	color: #d33;
}

.product-labels .product-label.onsale {
	background-color: #d61217;
}

.product-labels .product-label.new {
	background-color: #dd9527;
}

.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: #8bcc5d;
	color: #fff;
}

.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

.woocommerce-product-gallery {
	--wd-gallery-gap: 20px;
}

.wd-builder-off .wd-fbt.wd-design-side {
	--wd-form-width: 447px;
}

@media (max-width: 1024px) {
	.woocommerce-product-gallery {
		--wd-gallery-gap: 15px;
	}
}

@media (max-width: 768.98px) {
	.woocommerce-product-gallery {
		--wd-gallery-gap: 0px;
	}
}

:root {
	--wd-container-w: 1600px;
	--wd-form-brd-radius: 5px;
	--btn-default-color: #fff;
	--btn-default-color-hover: #fff;
	--btn-accented-color: #fff;
	--btn-accented-color-hover: #fff;
	--btn-default-brd-radius: 35px;
	--btn-default-box-shadow: none;
	--btn-default-box-shadow-hover: none;
	--btn-accented-brd-radius: 35px;
	--btn-accented-box-shadow: none;
	--btn-accented-box-shadow-hover: none;
	--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
	[data-vc-full-width]:not([data-vc-stretch-content]), :is(.vc_section, .vc_row).wd-section-stretch {
		padding-left: calc(( 100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w) ) / 2);
		padding-right: calc(( 100vw - 1600px - var(--wd-sticky-nav-w) - var(--wd-scroll-w) ) / 2);
	}
}

rs-slides :is([data-type=text], [data-type=button]) {
	font-family: Roboto !important;
}

rs-slides :is(h1, h2, h3, h4, h5, h6)[data-type=text] {
	font-family: Montserrat !important;
}

/* Entfernen des Datums aus den Blogeinträgen */
.wd-post-date.wd-style-with-bg {
	display: none;
}

/* Entferne Tags auf Produktdetailseite */
body.single .product_meta > span.tagged_as {
	display: none;
}

/* Entferne Kategorie auf Produktdetailseite */
body.single .product_meta > span.posted_in {
	display: none;
}

/* Menubreite anpassen */
.wd-dropdown-menu.wd-design-default {
	width: 260px;
}

/* Menubreite anpassen bei FAQ */
#menu-item-8591 .wd-dropdown-menu.wd-design-default {
	width: 560px;
}

/* Übersetzen des Wortest Konfigurationspreis auf Single Product page 
Hinweis von GTranslate-Support */
html[lang="en"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Configuration:" !important;
	display: block;
}

html[lang="fr"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Configuration:" !important;
	display: block;
}

html[lang="da"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Konfigurering:" !important;
	display: block;
}

html[lang="nl"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Configuratie:" !important;
	display: block;
}

html[lang="fi"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Konfigurointi:" !important;
	display: block;
}

html[lang="it"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Configurazione:" !important;
	display: block;
}

html[lang="pl"] body .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price::before {
	content: "Konfiguracja:" !important;
	display: block;
}

/* Entferne Warenkorb aus Produktgrid */
.product-grid-item .wd-add-btn {
	display: none;
}

/* Entferne SocialMedia Icons aus Bloggrid */
.hovered-social-icons .hovered-social-icons .wd-tltp .wd-tltp-top {
	display: none;
}

/*Anpassungen für Accordeon in Produktbeschreibung*/
.vc_tta.vc_general .vc_tta-panel-heading {
	justify-content: space-between !important;
}

.vc_tta .vc_tta-panel-heading .vc_tta-controls-icon {
	transform: rotate(0deg) scale(1.2) !important;
	transform-origin: center !important;
}

@media only screen and (max-width: 767px) {
	.mobile-two-images {
		width: 50%;
		float: left;
	}
}

/*Anpassungen Opener + Zeichen Accordeon in Produktbeschreibung*/
.wd-accordion-opener {
	color: #767676;
	font-size: 24px;
	display: inline-block;
}

@media (min-width: 1025px) {
	/* Das GTranslate Widget weiter nach rechts und unten verschieben */
	
	/* Durch 444 wird es hinter das Warenkorb-Widget positioniert */
	#gtranslate_wrapper {
		z-index: 444 !important;
		right: 1% !important;
		top: 3px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	/* Das GTranslate Widget weiter nach rechts und unten verschieben */
	
	/* Durch 444 wird es hinter das Warenkorb-Widget positioniert */
	#gtranslate_wrapper {
		z-index: 444 !important;
		right: 1% !important;
		top: 3px !important;
	}
}

@media (min-width: 577px) and (max-width: 767px) {
	/* Das GTranslate Widget weiter nach rechts und unten verschieben */
	
	/* Durch 444 wird es hinter das Warenkorb-Widget positioniert */
	
	/* #gtranslate_wrapper {z-index:444 !important; right:0.6% !important; top:3px !important; }   */
	#gtranslate_wrapper {
		display: none;
	}
	
	.gtranslate_wrapper {
		display: none;
	}
}

@media (max-width: 576px) {
	/* Das GTranslate Widget weiter nach rechts und unten verschieben */
	
	/* Durch 444 wird es hinter das Warenkorb-Widget positioniert */
	
	/* #gtranslate_wrapper {z-index:444 !important; right:1% !important; top:3px !important; }   */
	#gtranslate_wrapper {
		display: none;
	}
	
	.gtranslate_wrapper {
		display: none;
	}
	
	/* GTranslate Widget im Mobile Menu entfernen 
#gtranslate-2 {
    display: none;
}
*/
	
	/* SChriftgröße und Abstand der Tabs reduzieren 
.vc_tta-title-text {font-size:15px;} */
	li.vc_tta-tab {
		margin-left: -16px !important;
	}
}
