.diptam-core-page-inline-style {
	position: absolute!important;
	width: 0;
	height: 0;
	line-height: 1;
	display: none;
}

#qodef-dynamic-background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100vh;
	width: 100vw;
	opacity: 1;
	visibility: visible;
	transition: background-color .5s,opacity .3s ease,visibility .3s ease;
}

#qodef-dynamic-background.qodef--display {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease,visibility .3s ease;
}

.kc-elm.qodef-shortcode .fa,.kc-elm.qodef-shortcode .fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.kc-elm.qodef-shortcode .fa:before,.kc-elm.qodef-shortcode .fas:before {
	font-family: inherit;
	font-weight: inherit;
}

.kc-elm.qodef-shortcode .fab {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
}

.kc-elm.qodef-shortcode .fab:before {
	font-family: inherit;
	font-weight: inherit;
}

#qodef-back-to-top {
	position: fixed;
	width: 34px;
	height: 34px;
	right: 25px;
	bottom: 75px;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

#qodef-back-to-top .qodef-back-to-top-icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background-color: var(--qode-main-color);
	border: 1px solid var(--qode-main-color);
	overflow: hidden;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

#qodef-back-to-top .qodef-back-to-top-icon * {
	display: block;
	line-height: inherit;
}

#qodef-back-to-top svg {
	display: block;
	width: 14px;
	height: auto;
	fill: currentColor;
}

#qodef-back-to-top:not(.qodef--predefined):hover .qodef-back-to-top-icon {
	color: var(--qode-main-color);
	background-color: #fff;
}

#qodef-back-to-top.qodef--predefined .qodef-back-to-top-icon svg {
	height: 10px;
	transition: transform .4s cubic-bezier(.25,.46,.45,.94);
	transform: translateY(0) translateZ(0);
	will-change: transform;
}

#qodef-back-to-top.qodef--predefined:hover .qodef-back-to-top-icon svg {
	transform: translateY(-2px) translateZ(0);
}

#qodef-back-to-top.qodef--off {
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s ease,visibility 0s .15s;
}

#qodef-back-to-top.qodef--on {
	opacity: 1;
	visibility: visible;
	transition: opacity .3s ease;
}

.qodef-background-text {
	position: relative;
}

.qodef-background-text .qodef-m-background-text-holder {
	display: flex;
	height: 100%;
	position: absolute;
	width: 100%;
}

.qodef-background-text .qodef-m-background-text {
	color: var(--qode-main-color);
	font-family: Italiana,sans-serif;
	font-size: 200px;
	line-height: 1em;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-top-holder {
	position: relative;
	margin-bottom: 0;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-date-holder {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 63px;
	height: 80px;
	background-color: #f6f4f2;
	right: 31px;
	z-index: 1;
}

.qodef-blog.qodef-item-layout--info-below .entry-date {
	flex-direction: column;
	align-items: center;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-day {
	font-size: 32px;
	margin-right: 0;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-month {
	font-size: 12px;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-content {
	margin: 24px 0 0;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-info {
	margin: 0 0 9px;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-title {
	margin: 0;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-excerpt {
	margin: 7px 0 0;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e-bottom-holder {
	margin: 18px 0 0;
}

.qodef-blog.qodef-item-layout--info-below.qodef-skin--light .qodef-button,.qodef-blog.qodef-item-layout--info-below.qodef-skin--light .qodef-e-excerpt,.qodef-blog.qodef-item-layout--info-below.qodef-skin--light .qodef-e-info>*,.qodef-blog.qodef-item-layout--info-below.qodef-skin--light .qodef-e-title {
	color: var(--qode-header-light-color);
}

.qodef-blog.qodef-item-layout--info-below.qodef-skin--light .qodef-e-title-link:hover {
	color: currentColor;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border .qodef-e-top-holder:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 72%;
	top: 18%;
	background-color: #eee;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border article:last-of-type .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--no .qodef-e-top-holder:after {
	right: 0;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--tiny .qodef-e-top-holder:after {
	right: -7.5px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--small .qodef-e-top-holder:after {
	right: -10px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--normal .qodef-e-top-holder:after {
	right: -15px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--medium .qodef-e-top-holder:after {
	right: -20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--large .qodef-e-top-holder:after {
	right: -37.5px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--huge .qodef-e-top-holder:after {
	right: -47.5px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--enormous .qodef-e-top-holder:after {
	right: -57.5px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--1 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--1 article:nth-of-type(1n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--2 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--2 article:nth-of-type(2n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--3 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--3 article:nth-of-type(3n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--4 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--4 article:nth-of-type(4n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--5 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--5 article:nth-of-type(5n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--6 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--6 article:nth-of-type(6n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--7 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--7 article:nth-of-type(7n) .qodef-e-top-holder:after {
	display: none;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--8 article {
	margin-top: 20px;
}

.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-col-num--8 article:nth-of-type(8n) .qodef-e-top-holder:after {
	display: none;
}

@media only screen and (max-width:1440px) {
	.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--huge .qodef-e-top-holder:after {
		right: -30px;
	}

	.qodef-blog.qodef-item-layout--info-below.qodef--border.qodef-gutter--enormous .qodef-e-top-holder:after {
		right: -30px;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-blog.qodef-item-layout--info-below.qodef--border .qodef-e-content {
		width: 100%;
	}
}

.qodef-blog.qodef-item-layout--info-below .qodef-e .qodef-e-media-image {
	width: 100%;
	overflow: hidden;
}

.qodef-blog.qodef-item-layout--info-below .qodef-e .qodef-e-media-image img {
	transform: scale(1.06) translateX(0);
	transition: transform .6s cubic-bezier(.61,1,.88,1);
}

.qodef-blog.qodef-item-layout--info-below .qodef-e:hover .qodef-e-media-image img {
	transform: scale(1.06) translateX(6px);
}

.qodef-blog.qodef-item-layout--info-on-image {
	margin: 0;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-media {
	height: 100%;
	width: 100%;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px 40px 35px;
	background-color: rgba(20,20,20,.12);
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-content a {
	position: relative;
	z-index: 3;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title {
	color: #fff;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a {
	color: inherit;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-title a:hover {
	color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info>* {
	color: #fff;
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-info a:hover {
	color: var(--qode-main-color);
}

.qodef-blog.qodef-item-layout--info-on-image article .qodef-e-post-link {
	z-index: 2;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-content {
	margin: 0;
}

.qodef-blog.qodef-item-layout--minimal article .qodef-e-bottom-holder {
	margin-top: 5px;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-inner {
	align-items: flex-start;
	display: flex;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	flex-shrink: 0;
	margin-right: 20px;
	width: 137px;
	height: 117px;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image,.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media a,.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
	width: 100%;
	height: 100%;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image {
	overflow: hidden;
	position: relative;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media .qodef-e-media-image:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent,rgba(55,45,45,.59));
	pointer-events: none;
	opacity: 0;
	transition: opacity .7s ease-out;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media img {
	-o-object-fit: cover;
	object-fit: cover;
}

.qodef-blog.qodef-item-layout--side-by-side article:hover .qodef-e-media .qodef-e-media-image:after {
	opacity: .44;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-content {
	margin: 0;
}

.qodef-blog.qodef-item-layout--side-by-side article .qodef-e-title {
	margin: 9px 0 2px;
}

.widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}

.widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8.5px;
}

.widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
}

.widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px;
}

#qodef-top-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}

#qodef-top-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8.5px;
}

#qodef-top-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
}

#qodef-top-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px;
}

#qodef-page-footer .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}

#qodef-page-footer .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8.5px;
}

#qodef-page-footer .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
}

#qodef-page-footer .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 6px;
}

#qodef-content-bottom .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}

#qodef-content-bottom .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8.5px;
}

#qodef-content-bottom .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
}

#qodef-content-bottom .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 6px;
}

#qodef-side-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}

#qodef-side-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8.5px;
}

#qodef-side-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
}

#qodef-side-area .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px;
}

.qodef-mega-menu-widget-holder .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:not(:last-child) {
	margin-bottom: 20px;
}

.qodef-mega-menu-widget-holder .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article:first-child {
	margin-top: 8.5px;
}

.qodef-mega-menu-widget-holder .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--side-by-side article .qodef-e-media {
	margin-right: 20px;
}

.qodef-mega-menu-widget-holder .widget.widget_diptam_core_simple_blog_list .qodef-blog.qodef-item-layout--minimal article:not(:last-child) {
	margin: 0 0 8px;
}

#qodef-author-info {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 71px;
	padding: 26px 97px 25px 29px;
	background-color: #f6f4f2;
}

#qodef-author-info .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
}

#qodef-author-info .qodef-m-image {
	flex-shrink: 0;
	margin-right: 38px;
}

#qodef-author-info .qodef-m-image a,#qodef-author-info .qodef-m-image img {
	display: block;
	border-radius: 50%;
}

#qodef-author-info .qodef-m-author {
	margin: 0;
}

#qodef-author-info .qodef-m-email {
	margin: 5px 0 0;
}

#qodef-author-info .qodef-m-description {
	margin: 5px 0 0;
}

#qodef-author-info .qodef-m-social-icons {
	margin-top: 13px;
}

#qodef-author-info .qodef-m-social-icons a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 23px;
}

#qodef-author-info .qodef-m-social-icons a:last-child {
	margin-right: 0;
}

#qodef-related-posts {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px;
}

#qodef-single-post-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 74px 0 3px;
}

#qodef-single-post-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#qodef-single-post-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: flex-start;
}

#qodef-single-post-navigation .qodef-m-nav>* {
	display: block;
	line-height: inherit;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-m-content {
	max-width: 186px;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-e-title {
	margin: 3px 0 0;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-e-image-link {
	width: 109px;
	height: 109px;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-e-image-link img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#qodef-single-post-navigation .qodef-m-nav .qodef-e-info a {
	--qodef-underline-position-y: calc(100% - 5px);
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev {
	left: 0;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--prev .qodef-e-image-link {
	margin-right: 16px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	right: 0;
	margin-left: auto;
	text-align: right;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-e-image-link {
	margin-left: 16px;
}

#qodef-single-post-navigation .qodef-m-nav.qodef--next .qodef-e-info {
	justify-content: flex-end;
}

@media only screen and (max-width:680px) {
	#qodef-single-post-navigation .qodef-e-image-link {
		display: none;
	}
}

#qodef-content-bottom {
	margin: 0 40px;
}

#qodef-content-bottom .qodef-grid-inner {
	grid-template-columns: 1fr 2.2fr 1fr;
	margin: 66px 0;
}

#qodef-content-bottom .qodef-grid-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px 0;
}

#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item .qodef-widget-holder {
	width: 100%;
}

#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item:first-child {
	padding-left: 0;
	padding-right: 40px;
	width: 100%;
}

#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item:nth-child(2) {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item:last-child {
	padding-right: 0;
	padding-left: 40px;
	width: 100%;
}

#qodef-content-bottom .widget a,#qodef-content-bottom .widget p {
	margin: 0;
}

#qodef-content-bottom .widget.widget_diptam_core_contact_form_7 {
	width: 100%;
}

#qodef-content-bottom .widget.widget_text a {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

#qodef-content-bottom .widget.widget_text a:hover {
	background-size: 100% var(--qodef-underline-height);
}

@media only screen and (max-width:1024px) {
	#qodef-content-bottom {
		margin: 0 7%;
	}

	#qodef-content-bottom .qodef-grid-inner {
		grid-template-columns: 1fr;
		margin: 30px 0;
	}

	#qodef-content-bottom .qodef-grid-item {
		padding: 40px 0;
	}

	#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item:first-child {
		padding-right: 0;
	}

	#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item:nth-child(2) {
		border-right: 0;
		border-left: 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	#qodef-content-bottom .qodef-col-num--3 .qodef-grid-item:last-child {
		padding-left: 0;
	}
}

#qodef-content-bottom.qodef-content-bordered {
	border-top: 1px solid #eee;
}

#qodef-content-bottom .qodef-alignment--left {
	text-align: left;
}

#qodef-content-bottom .qodef-alignment--left .widget img {
	margin-right: auto;
}

#qodef-content-bottom .qodef-alignment--center {
	text-align: center;
}

#qodef-content-bottom .qodef-alignment--center .widget img {
	margin-right: auto;
	margin-left: auto;
}

#qodef-content-bottom .qodef-alignment--right {
	text-align: right;
}

#qodef-content-bottom .qodef-alignment--right .widget img {
	margin-left: auto;
}

.qodef-content-bottom {
	max-width: 666px;
	margin: 142px auto 130px;
	text-align: center;
}

.qodef-content-bottom .qodef-cb-form {
	position: relative;
	margin: 55px auto 0;
	max-width: 620px;
}

.qodef-content-bottom .qodef-cb-form .wpcf7-email {
	margin-bottom: 0;
}

.qodef-content-bottom .qodef-cb-form .qodef-button {
	position: absolute;
	right: 13px;
	top: 16px;
}

@media only screen and (max-width:480px) {
	.qodef-content-bottom .qodef-cb-form .qodef-button {
		position: relative;
		right: 0;
		top: 0;
	}
}

.qodef-content-bottom .qodef-cb-text {
	text-transform: uppercase;
	margin-top: 25px;
}

.qodef-content-bottom .qodef-cb-text>a {
	text-decoration: underline;
}

.qodef-content-bottom+div.wpcf7-response-output {
	margin: 0 auto 50px!important;
	top: -104px;
	position: relative;
	text-align: center;
	max-width: 665px;
}

.qodef--drag-cursor {
	cursor: none;
}

.qodef--drag-cursor * {
	cursor: inherit;
}

.qodef--drag-cursor .swiper-wrapper {
	min-width: 1000%;
}

.qodef-m-custom-cursor {
	height: 120px;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transition: opacity .3s ease-out,visibility .3s ease-out;
	visibility: hidden;
	width: 120px;
	z-index: 2;
}

.qodef-m-custom-cursor-inner {
	border-radius: 50%;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.qodef-m-custom-cursor.qodef--show {
	opacity: 1;
	visibility: visible;
}

.qodef-m-custom-cursor.qodef--hide {
	opacity: 0;
	visibility: hidden;
}

#qodef-page-footer .qodef-alignment--left {
	text-align: left;
}

#qodef-page-footer .qodef-alignment--left .widget img {
	margin-right: auto;
}

#qodef-page-footer .qodef-alignment--center {
	text-align: center;
}

#qodef-page-footer .qodef-alignment--center .widget img {
	margin-right: auto;
	margin-left: auto;
}

#qodef-page-footer .qodef-alignment--right {
	text-align: right;
}

#qodef-page-footer .qodef-alignment--right .widget img {
	margin-left: auto;
}

@media (min-width:681px) {
	#qodef-page-footer-bottom-area-inner .qodef-alignment--space-between .qodef-grid-item:nth-child(2) {
		text-align: right;
	}
}

.qodef-page-footer--uncover #qodef-page-outer {
	z-index: 90;
}

.no-touchevents .qodef-page-footer--uncover #qodef-page-footer {
	position: fixed;
	bottom: 0;
	left: 0;
}

#qodef-page-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 24px;
}

#qodef-page-header .qodef-widget-holder .widget {
	margin: 0 12px;
}

#qodef-page-header .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}

#qodef-page-header .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}

#qodef-page-header div[id^=monster-widget-placeholder],#qodef-page-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-page-header-inner {
	border-bottom: 0 solid transparent;
}

#qodef-page-header-inner.qodef-content-grid {
	padding: 0;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a {
	color: var(--qode-header-light-color)!important;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--light nav>ul>li>a:hover {
	color: var(--qode-header-light-hover-color)!important;
}

#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--light nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--light nav>ul>li.current-menu-item>a {
	color: var(--qode-header-light-hover-color)!important;
}

#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
	color: var(--qode-header-light-color)!important;
}

#qodef-page-header-inner.qodef-skin--light .qodef-login-opener-widget .qodef-logged-in-user,#qodef-page-header-inner.qodef-skin--light .widget.widget_diptam_core_woo_side_area_cart .qodef-m-opener,#qodef-page-header-inner.qodef-skin--light .widget:not(.widget_diptam_core_woo_side_area_cart) a,.qodef-custom-header-layout.qodef-skin--light .qodef-login-opener-widget .qodef-logged-in-user,.qodef-custom-header-layout.qodef-skin--light .widget.widget_diptam_core_woo_side_area_cart .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--light .widget:not(.widget_diptam_core_woo_side_area_cart) a {
	color: var(--qode-header-light-color)!important;
}

#qodef-page-header-inner.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon,.qodef-custom-header-layout.qodef-skin--light .qodef-wishlist-dropdown .qodef-m-link-icon {
	color: var(--qode-header-light-color)!important;
}

#qodef-page-header-inner.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer,.qodef-custom-header-layout.qodef-skin--light .widget.widget-woocommerce-currency-switcher .dd-pointer {
	color: var(--qode-header-light-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a {
	color: var(--qode-header-dark-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li>a:hover,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li>a:hover {
	color: var(--qode-header-dark-hover-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,#qodef-page-header-inner.qodef-skin--dark nav>ul>li.current-menu-item>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-ancestor>a,.qodef-custom-header-layout.qodef-skin--dark nav>ul>li.current-menu-item>a {
	color: var(--qode-header-dark-hover-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),#qodef-page-header-inner.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--icon-pack:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--predefined:not(.qodef--opened),.qodef-custom-header-layout.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path:not(.qodef--opened) {
	color: var(--qode-header-dark-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,#qodef-page-header-inner.qodef-skin--dark .widget.widget_diptam_core_woo_side_area_cart .qodef-m-opener,#qodef-page-header-inner.qodef-skin--dark .widget:not(.widget_diptam_core_woo_side_area_cart) a,.qodef-custom-header-layout.qodef-skin--dark .qodef-login-opener-widget .qodef-logged-in-user,.qodef-custom-header-layout.qodef-skin--dark .widget.widget_diptam_core_woo_side_area_cart .qodef-m-opener,.qodef-custom-header-layout.qodef-skin--dark .widget:not(.widget_diptam_core_woo_side_area_cart) a {
	color: var(--qode-header-dark-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon,.qodef-custom-header-layout.qodef-skin--dark .qodef-wishlist-dropdown .qodef-m-link-icon {
	color: var(--qode-header-dark-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer,.qodef-custom-header-layout.qodef-skin--dark .widget.widget-woocommerce-currency-switcher .dd-pointer {
	color: var(--qode-header-dark-color)!important;
}

#qodef-page-header .qodef-header-logo-link img.qodef--main {
	opacity: 1;
}

#qodef-page-header .qodef-header-logo-link img.qodef--dark,#qodef-page-header .qodef-header-logo-link img.qodef--light {
	opacity: 0;
}

#qodef-page-header .qodef-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#qodef-page-header .qodef-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}

#qodef-page-header .qodef-header-logo-link.qodef-source--textual {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 27px;
	line-height: 1.2963em;
	text-transform: uppercase;
	letter-spacing: .015em;
	transition: color .2s ease-out;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--dark,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link img.qodef--light {
	opacity: 1;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-light-color)!important;
}

#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--svg-path:hover,#qodef-page-header-inner.qodef-skin--light .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-light-hover-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--light,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--main {
	opacity: 0;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link img.qodef--dark {
	opacity: 1;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual {
	color: var(--qode-header-dark-color)!important;
}

#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--svg-path:hover,#qodef-page-header-inner.qodef-skin--dark .qodef-header-logo-link.qodef-source--textual:hover {
	color: var(--qode-header-dark-hover-color)!important;
}

.qodef-header--centered #qodef-page-header {
	height: 160px;
}

.qodef-header--centered #qodef-page-header .qodef-header-logo-link {
	justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner {
	flex-direction: column;
	justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner>div {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 100%;
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder {
	margin-left: 0;
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder .widget.WOOCS_SELECTOR {
	margin: 0 6px 0 12px;
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder .widget.WOOCS_SELECTOR:first-child {
	margin: 0 6px 0 0;
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-widget-holder .widget.WOOCS_SELECTOR:first-child .dd-container {
	padding-right: 22px;
}

.qodef-header--centered #qodef-page-header-inner>div .qodef-header-navigation {
	margin: 0 24px;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper {
	width: 100%;
	margin-top: 10px;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-centered-header-wrapper-inner {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	justify-content: space-between;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-centered-header-wrapper-inner>* {
	display: flex;
	flex: 1 1 0;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-centered-header-wrapper-inner>.qodef-centered-inner-center {
	justify-content: center;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-centered-header-wrapper-inner>.qodef-centered-inner-left {
	justify-content: flex-start;
	margin-top: 7px;
}

.qodef-header--centered #qodef-page-header-inner .qodef-centered-header-wrapper .qodef-centered-header-wrapper-inner>.qodef-centered-inner-right {
	justify-content: flex-end;
	margin-top: 7px;
}

.qodef-header--centered .qodef-header-navigation>ul {
	padding-top: 4px;
}

.qodef-header--centered .widget_diptam_core_woo_side_area_cart .qodef-m-opener-text {
	display: none;
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid {
		width: 1100px;
	}

	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1100px)/ 2);
	}

	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1100px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid {
		width: 960px;
	}

	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid {
		width: 768px;
	}

	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1400.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid {
		width: 1100px;
	}

	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1100px)/ 2);
	}

	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1100px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid {
		width: 960px;
	}

	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid {
		width: 768px;
	}

	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1300.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid {
		width: 1100px;
	}

	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 1100px)/ 2);
	}

	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 1100px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid {
		width: 960px;
	}

	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid {
		width: 768px;
	}

	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1200.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1100.qodef-header--fixed .qodef-content-grid {
		width: 960px;
	}

	.qodef-content-grid-1100.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1100.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1100.qodef-header--fixed .qodef-content-grid {
		width: 768px;
	}

	.qodef-content-grid-1100.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--right {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1100.qodef-header--fixed .qodef-content-grid.qodef-extended-grid--left {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 1100px;
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 960px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 768px;
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 1100px;
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 960px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 768px;
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 1100px;
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 960px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 768px;
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1100.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 960px;
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1100.qodef-header--fixed section.qodef-elementor-content-grid>.elementor-container {
		width: 768px;
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 1100px)/ 2);
	}

	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 1100px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1400.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 1100px)/ 2);
	}

	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 1100px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1300.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1441px) and (max-width:1680px) {
	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 1100px)/ 2);
	}

	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 1100px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1200.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 768px)/ 2);
	}
}

@media only screen and (min-width:1281px) and (max-width:1366px) {
	.qodef-content-grid-1100.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 960px)/ 2);
	}

	.qodef-content-grid-1100.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 960px)/ 2);
	}
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
	.qodef-content-grid-1100.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--right>.elementor-container {
		padding-left: calc((100% - 768px)/ 2);
	}

	.qodef-content-grid-1100.qodef-header--fixed section.qodef-elementor-content-grid.qodef-extended-grid--left>.elementor-container {
		padding-right: calc((100% - 768px)/ 2);
	}
}

.qodef-header--fixed #qodef-top-area {
	position: fixed;
	width: 100%;
}

.qodef-header--fixed #qodef-page-header {
	position: absolute;
	top: 0;
	left: 0;
	height: 72px;
	background-color: transparent;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 0 40px;
	background-color: transparent;
	z-index: 103;
	transition: top .2s ease-out;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal .qodef-header-logo-link {
	margin: 10px 0;
	opacity: 0;
	transition: opacity .2s ease-out;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal .qodef-header-logo-link img {
	max-height: 100%;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal .qodef-header-logo-link.qodef--active {
	opacity: 1;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal .qodef-fixed-header-widget-area {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	max-height: 53px;
	padding: 0 40px;
	margin-right: -40px;
	background-color: #000;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal .qodef-fixed-header-widget-area .widget:not(.widget_diptam_core_woo_side_area_cart) a {
	color: #fff;
}

.qodef-header--fixed #qodef-page-header-fixed--horizontal .qodef-fixed-header-widget-area .widget.widget_diptam_core_woo_side_area_cart .qodef-m-opener {
	color: #fff;
}

.qodef-header--fixed #qodef-page-header-fixed--vertical {
	position: fixed;
	top: 0;
	right: 40px;
	width: 150px;
	height: 100%;
	padding: 0 0 50px 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: transparent;
	z-index: 102;
	transition: top .2s ease-out;
}

.qodef-header--fixed #qodef-page-header-fixed--vertical .qodef-fixed-vertical--top {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.qodef-header--fixed #qodef-page-header-fixed--vertical .qodef-fixed-vertical--top .qodef-widget-holder {
	position: relative;
	height: auto;
	padding-top: 40px;
	margin-top: 25px;
	justify-content: flex-end;
}

.qodef-header--fixed #qodef-page-header-fixed--vertical .qodef-fixed-vertical--top .qodef-widget-holder::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #000;
	opacity: .06;
}

.qodef-header--fixed #qodef-page-header-fixed--vertical .qodef-fixed-vertical--bottom {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.qodef-header--fixed #qodef-page-header-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
}

.qodef-header--fixed #qodef-page-header-inner .qodef-widget-holder {
	margin-left: 0;
}

.qodef-header--fixed #qodef-page-header-inner.qodef-skin--light nav ul li>a {
	color: var(--qode-header-light-color)!important;
}

.qodef-header--fixed #qodef-page-header-inner.qodef-skin--light nav ul li>a:hover {
	color: var(--qode-header-light-hover-color)!important;
}

.qodef-header--fixed #qodef-page-header-inner.qodef-skin--light nav ul li.current-menu-ancestor>a,.qodef-header--fixed #qodef-page-header-inner.qodef-skin--light nav ul li.current-menu-item>a {
	color: #e5e5e5!important;
}

.qodef-header--fixed #qodef-page-header-inner.qodef-skin--dark nav ul li>a {
	color: var(--qode-header-dark-color)!important;
}

.qodef-header--fixed #qodef-page-header-inner.qodef-skin--dark nav ul li>a:hover {
	color: var(--qode-header-dark-hover-color)!important;
}

.qodef-header--fixed #qodef-page-header-inner.qodef-skin--dark nav ul li.current-menu-ancestor>a,.qodef-header--fixed #qodef-page-header-inner.qodef-skin--dark nav ul li.current-menu-item>a {
	color: var(--qode-header-dark-hover-color)!important;
}

.qodef-header--fixed.admin-bar #qodef-page-header-fixed--horizontal,.qodef-header--fixed.admin-bar #qodef-page-header-fixed--vertical {
	top: 32px;
}

.qodef-header--fixed.admin-bar #qodef-page-header-fixed--vertical {
	height: calc(100% - 32px);
}

.qodef-header--fixed .qodef-header-fixed-navigation {
	margin-top: auto;
	margin-bottom: auto;
	padding-top: 33px;
	z-index: 100;
	width: 100%;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li {
	position: relative;
	padding: 8px 0 10px;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	flex: 1 0 100%;
	flex-wrap: nowrap;
	text-align: right;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li a {
	position: relative;
	display: block;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li a .qodef-menu-item-arrow {
	display: none;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li a .qodef-menu-item-text {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li a:hover .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li .qodef-link-label {
	padding: 2px 4px;
	color: #fff;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: .07em;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li .qodef-drop-down-second {
	transform: translateZ(0);
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li .qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li.current-menu-ancestor>a .qodef-menu-item-text,.qodef-header--fixed .qodef-header-fixed-navigation ul li.current-menu-item>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-header--fixed .qodef-header-fixed-navigation ul li.qodef--hide-link>a {
	cursor: default;
}

.qodef-header--fixed .qodef-header-fixed-navigation .qodef-mega-menu-widget-holder {
	display: none;
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li>a {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 22px;
	line-height: 1.36364em;
	text-transform: uppercase;
	letter-spacing: .015em;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .03em;
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li>a:hover {
	color: var(--qode-main-color);
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li .qodef-drop-down-second-inner ul {
	padding-top: 7px;
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li .qodef-drop-down-second-inner ul li {
	padding: 4px 0;
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li .qodef-drop-down-second-inner ul li>a {
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.78571em;
	font-weight: 400;
	color: #2d2d2d;
	flex-shrink: 0;
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li .qodef-drop-down-second-inner ul li>a:before {
	bottom: 4px;
}

.qodef-header--fixed .qodef-header-fixed-navigation>ul>li.current-menu-ancestor>a,.qodef-header--fixed .qodef-header-fixed-navigation>ul>li.current-menu-item>a {
	color: var(--qode-main-color);
}

.qodef-header--fixed .qodef-header-fixed-navigation.qodef-fixed-drop-down--below ul li .qodef-drop-down-second {
	display: none;
}

.qodef-header--fixed .qodef-header-fixed-navigation.qodef-fixed-drop-down--below ul li.qodef-menu-item--open>a .qodef-menu-item-arrow {
	transform: rotate(90deg);
}

.qodef-header-standard--right #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-logo-link {
	position: absolute;
	left: 0;
	display: inline-flex;
	align-items: center;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}

.qodef-header-standard--center #qodef-page-header-inner .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 0;
	margin-left: 0;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation {
	margin-right: auto;
}

.qodef-header-standard--left #qodef-page-header-inner .qodef-header-logo-link {
	margin-right: 40px;
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
	margin-left: 20px;
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget {
	margin: 0 10px;
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget.widget_diptam_core_woo_side_area_cart {
	margin-left: 10px!important;
	padding-left: 20px;
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget.widget_diptam_core_woo_side_area_cart::before {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #e2e2e2;
	transform: translateY(-50%);
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}

.qodef-header--standard #qodef-page-header-inner .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}

.qodef-header--fixed-display #qodef-page-header,.qodef-header--fixed-display #qodef-top-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.qodef--boxed.qodef-header--fixed-display #qodef-top-area {
	left: 30px;
	width: calc(100% - 60px);
}

.qodef--boxed.qodef-header--fixed-display #qodef-page-header {
	left: 30px;
	width: calc(100% - 60px);
}

.qodef-header--fixed-display.admin-bar #qodef-page-header,.qodef-header--fixed-display.admin-bar #qodef-top-area {
	top: 32px;
}

.qodef-header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	height: 70px;
	width: 100%;
	background-color: #e5ddd5;
	transform: translateY(-100%);
	transition: transform .5s ease,top .5s ease;
	z-index: 100;
}

.qodef-header--sticky-display .qodef-header-sticky {
	transform: translateY(0);
}

.admin-bar.qodef-header--sticky-display .qodef-header-sticky {
	top: 32px;
}

.qodef-header-sticky.qodef-sticky-menu-position--right .qodef-header-logo-link {
	margin-right: auto;
}

.qodef-header-sticky.qodef-sticky-menu-position--center .qodef-header-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}

#qodef-page-header .qodef-header-sticky.qodef-sticky-menu-position--center .qodef-header-logo-link {
	position: absolute;
	left: 40px;
	display: inline-flex;
	align-items: center;
}

.qodef-header-sticky.qodef-sticky-menu-position--center .qodef-header-navigation {
	margin-left: auto;
	margin-right: auto;
}

.qodef-header-sticky.qodef-sticky-menu-position--center .qodef-widget-holder {
	position: absolute;
	top: 0;
	right: 40px;
	margin-left: 0;
}

.qodef-header-sticky.qodef-sticky-menu-position--left {
	justify-content: flex-start;
}

.qodef-header-sticky.qodef-sticky-menu-position--left .qodef-header-navigation {
	margin-left: 40px;
}

.qodef-header-sticky.qodef-sticky-menu-position--left .qodef-widget-holder {
	margin-left: auto!important;
}

.qodef-header-sticky .qodef-widget-holder .widget.widget_diptam_core_woo_side_area_cart {
	margin-left: 10px!important;
	/*padding-left: 20px;*/
}

.qodef-header-sticky .qodef-widget-holder .widget.widget_diptam_core_woo_side_area_cart::before {
	display: block;
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #e2e2e2;
	transform: translateY(-50%);
}

.qodef-header-sticky-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 40px;
	border-bottom: 0 solid transparent;
}

.qodef-header-sticky-inner.qodef-content-grid {
	padding: 0;
}

#qodef-top-area {
	position: relative;
	background-color: #f2eee9;
	z-index: 100;
	transition: .2s ease-out;
}

#qodef-top-area .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}

#qodef-top-area .qodef-widget-holder.qodef--left {
	margin-right: auto;
}

#qodef-top-area .qodef-widget-holder.qodef--right {
	margin-left: auto;
}

#qodef-top-area .qodef-widget-holder .widget {
	margin: 0 12px;
}

#qodef-top-area .qodef-widget-holder .widget:first-child {
	margin-left: 0;
}

#qodef-top-area .qodef-widget-holder .widget:last-child {
	margin-right: 0;
}

#qodef-top-area .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#qodef-top-area .widget .textwidget>*,#qodef-top-area .widget .widget p {
	margin: 0;
}

#qodef-top-area .widget p>a {
	background-image: linear-gradient(currentColor,currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 0 1px;
	transition: background-size .3s ease;
}

#qodef-top-area .widget p>a:hover {
	background-size: 100% 1px;
}

#qodef-top-area div[id^=monster-widget-placeholder],#qodef-top-area div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-top-area-inner {
	align-items: center;
	display: flex;
	height: 33px;
	justify-content: space-between;
	padding: 0 40px;
	position: relative;
	border-bottom: 0 solid transparent;
}

.qodef-top-area--message-countdown #qodef-top-area-inner {
	height: 45px;
}

#qodef-top-area-inner.qodef-content-grid {
	padding: 0!important;
}

#qodef-top-area-inner.qodef-alignment--center .qodef-widget-holder {
	margin: 0 auto;
}

#qodef-top-message-holder {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 33px;
	text-align: center;
	background: #e5ddd5;
	transition: opacity .5s;
	z-index: 100;
}

#qodef-top-message-holder.qodef-top-message-skin--light .qodef-close-message,#qodef-top-message-holder.qodef-top-message-skin--light .qodef-top-message,#qodef-top-message-holder.qodef-top-message-skin--light .qodef-top-message-countdown,#qodef-top-message-holder.qodef-top-message-skin--light .qodef-top-message-countdown .qodef-digit {
	color: var(--qode-header-light-color)!important;
}

#qodef-top-message-holder.qodef-top-message-skin--dark .qodef-close-message,#qodef-top-message-holder.qodef-top-message-skin--dark .qodef-top-message,#qodef-top-message-holder.qodef-top-message-skin--dark .qodef-top-message-countdown,#qodef-top-message-holder.qodef-top-message-skin--dark .qodef-top-message-countdown .qodef-digit {
	color: var(--qode-header-dark-color)!important;
}

#qodef-top-message-holder.qodef-top-message-layout--countdown {
	height: 45px;
}

#qodef-top-message-holder .qodef-top-message-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	padding: 0 45px 0 23px;
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-top-message {
	font-family: Poppins,sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 25px;
	color: #141414;
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-top-message a {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-top-message a:hover {
	animation: qode-inline-underline-initial-hover .95s cubic-bezier(.29,.15,.34,.88) 1 forwards;
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

#qodef-top-message-holder .qodef-top-message-inner .qodef-close-message:hover {
	cursor: pointer;
}

#qodef-top-message-holder .qodef-top-message-countdown {
	display: flex;
	align-items: center;
}

#qodef-top-message-holder .qodef-top-message-countdown-label {
	margin-left: 7px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

#qodef-top-message-holder.qodef-close-message {
	opacity: 0;
}

@media only screen and (max-width:680px) {
	#qodef-top-message-holder {
		display: none;
	}
}

#qodef-multiple-map-notice {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 30px 15%;
	text-align: center;
	color: var(--qode-main-color);
	background-color: #f6f4f2;
}

.qodef-map-marker-holder {
	transform: translate(-50%,-100%);
	z-index: 10;
}

.qodef-map-marker-holder.qodef-active {
	z-index: 500;
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:first-child {
	fill: #3ebeb4;
}

.qodef-map-marker-holder.qodef-active .qodef-map-marker svg path:last-child {
	fill: #51a69e;
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-info-window {
	display: block;
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:first-child {
	fill: #3ebeb4;
}

.qodef-map-marker-holder#qodef-geo-location-marker .qodef-map-marker svg path:last-child {
	fill: #51a69e;
}

.qodef-map-marker-holder .qodef-map-marker {
	position: relative;
	width: 50px;
	height: auto;
	transition: all .15s ease-out;
}

.qodef-map-marker-holder .qodef-map-marker .qodef-map-marker-inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.qodef-map-marker-holder .qodef-map-marker svg {
	width: 100%;
	height: auto;
}

.qodef-map-marker-holder .qodef-map-marker svg path {
	transition: fill .2s ease-in-out;
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:first-child {
	fill: #3ebeb4;
}

.qodef-map-marker-holder .qodef-map-marker:hover svg path:last-child {
	fill: #51a69e;
}

.qodef-map-marker-holder .qodef-info-window {
	position: absolute;
	top: -10px;
	left: -17px;
	display: none;
	min-width: 284px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(20,20,20,.5);
	z-index: 10;
	transition: opacity .3s ease;
	transform: translate(0,-100%);
}

.qodef-map-marker-holder .qodef-info-window-inner {
	position: relative;
	display: flex;
	align-items: center;
	padding: 8px;
}

.qodef-map-marker-holder .qodef-info-window-inner:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 35px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	transform: rotate(-135deg);
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image {
	margin-right: 12px;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-image img {
	display: block;
	width: 65px;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-title {
	margin: 0;
	transition: color .2s ease-out;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-location {
	margin: 3px 0 0;
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.qodef-map-marker-holder .qodef-info-window-inner .qodef-info-window-link:hover~.qodef-info-window-details .qodef-info-window-title {
	color: var(--qode-main-color);
}

.qodef-cluster-marker {
	width: 50px;
	height: auto;
}

.qodef-cluster-marker.qodef-active svg path:first-child,.qodef-cluster-marker:hover svg path:first-child {
	fill: #3ebeb4;
}

.qodef-cluster-marker.qodef-active svg path:last-child,.qodef-cluster-marker:hover svg path:last-child {
	fill: #51a69e;
}

.qodef-cluster-marker .qodef-cluster-marker-inner {
	position: relative;
}

.qodef-cluster-marker .qodef-cluster-marker-inner .qodef-cluster-marker-number {
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	color: #141414;
}

.qodef-cluster-marker svg {
	width: 100%;
	height: auto;
}

.qodef-cluster-marker svg path {
	transition: fill .2s ease-in-out;
}

.qodef-places-geo-radius {
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
	width: 100%;
	height: 48px;
	display: none;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #eee;
	z-index: 9999;
}

.qodef-places-geo-radius .qodef-range-slider-label {
	display: inline-flex;
	align-items: center;
	height: 100%;
}

.qodef-places-geo-radius .noUi-target {
	position: relative;
	display: inline-flex;
	height: 3px;
	width: calc(100% - 70px);
	background-color: #eaeaea;
	border: 0;
	direction: ltr;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
	margin-left: 10px;
}

.qodef-places-geo-radius .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	touch-action: none;
	-ms-user-select: none;
	user-select: none;
}

.qodef-places-geo-radius .noUi-target .noUi-base {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.qodef-places-geo-radius .noUi-target .noUi-connects {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

.qodef-places-geo-radius .noUi-target .noUi-connect,.qodef-places-geo-radius .noUi-target .noUi-origin {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	will-change: transform;
	transform-origin: 0 0;
}

.qodef-places-geo-radius .noUi-target .noUi-connect {
	background-color: var(--qode-main-color);
}

.qodef-places-geo-radius .noUi-target .noUi-handle {
	position: absolute;
	top: -3px;
	left: auto;
	right: -9px;
	width: 9px;
	height: 9px;
	background-color: var(--qode-main-color);
	cursor: pointer;
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip {
	position: absolute;
	left: 50%;
	bottom: 7px;
	display: block;
	font-size: 12px;
	white-space: nowrap;
	transform: translateX(-50%);
}

.qodef-places-geo-radius .noUi-target .noUi-tooltip:after {
	content: ' km';
}

.qodef-places-geo-radius .noUi-state-drag * {
	cursor: inherit!important;
}

.qodef-places-geo-radius .noUi-draggable {
	cursor: ew-resize;
}

.qodef-places-geo-radius [disabled] .noUi-handle,.qodef-places-geo-radius [disabled].noUi-handle,.qodef-places-geo-radius [disabled].noUi-target {
	cursor: not-allowed!important;
}

#qodef-page-mobile-header {
	background-color: #fff;
}

#qodef-page-mobile-header .qodef-widget-holder {
	display: flex;
	align-items: center;
	height: 100%;
}

#qodef-page-mobile-header .qodef-widget-holder .widget {
	margin: 0 0 0 12px;
}

#qodef-page-mobile-header .widget {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

#qodef-page-mobile-header .widget .textwidget>*,#qodef-page-mobile-header .widget .widget p {
	margin: 0;
}

#qodef-page-mobile-header div[id^=monster-widget-placeholder],#qodef-page-mobile-header div[id^=woo-monster-widget-placeholder] {
	display: none;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened {
	color: var(--qode-main-color);
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon {
	visibility: hidden;
}

#qodef-page-mobile-header .qodef-mobile-header-opener.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
}

.qodef-mobile-header--sticky #qodef-page-mobile-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	transform: translateY(-100%);
}

.qodef-mobile-header--sticky-animation #qodef-page-mobile-header {
	transition: transform .3s ease,top .3s ease;
}

.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	transform: translateY(0);
}

.admin-bar.qodef-mobile-header--sticky-display #qodef-page-mobile-header {
	top: 46px;
}

.qodef--passepartout #qodef-page-mobile-header-inner {
	padding: 0;
}

#qodef-page-mobile-header .qodef-header-logo-image.qodef--customizer {
	max-height: 100%;
	width: auto;
	margin-right: auto;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--main {
	opacity: 1;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--dark,#qodef-page-mobile-header .qodef-mobile-header-logo-link img.qodef--light {
	opacity: 0;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link img:not(.qodef--main) {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--svg-path svg {
	display: block;
	width: 50px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
}

#qodef-page-mobile-header .qodef-mobile-header-logo-link.qodef-source--textual {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 27px;
	line-height: 1.2963em;
	text-transform: uppercase;
	letter-spacing: .015em;
	transition: color .2s ease-out;
}

.qodef-mobile-header-navigation ul li .qodef-content-grid {
	width: 100%;
}

.qodef-mobile-header-navigation ul li a .qodef-menu-item-icon {
	margin-right: 5px;
}

.qodef-mobile-header-navigation ul li.qodef--hide-link>a {
	cursor: default;
}

.qodef-mobile-header-navigation .qodef-mega-menu-widget--enabled,.qodef-mobile-header-navigation .qodef-mega-menu-widget-holder {
	display: none;
}

.qodef-mobile-header--side-area #qodef-page-mobile-header-inner .qodef-side-area-mobile-header-opener {
	margin-left: 20px;
}

#qodef-side-area-mobile-header {
	position: fixed;
	top: 0;
	right: -340px;
	width: 340px;
	height: 100vh;
	display: flex;
	align-items: center;
	padding: 70px 60px;
	background-color: #000;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77,0,.175,1);
}

#qodef-side-area-mobile-header .qodef-m-close {
	position: absolute;
	top: 26px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation {
	width: 100%;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li {
	position: relative;
	padding: 0;
	margin: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second {
	display: none;
	transform: translateZ(0);
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-drop-down-second-inner {
	position: relative;
	display: block;
	padding: 0;
	z-index: 997;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow {
	position: absolute;
	top: 1px;
	right: 0;
	width: 22px;
	height: auto;
	color: #fff;
	z-index: 9;
	cursor: pointer;
	transition: color .2s ease-out;
	transform: rotate(0);
	transition: transform .2s ease-out,color .2s ease-out;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li .qodef-menu-item-arrow:hover {
	color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding .2s ease-out;
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.78571em;
	font-weight: 400;
	color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul li>a .qodef-menu-item-icon {
	flex-shrink: 0;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li ul ul {
	display: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef--hide-link>a {
	cursor: default;
}

#qodef-side-area-mobile-header .qodef-m-navigation ul li.qodef-menu-item--open>.qodef-menu-item-arrow {
	transform: rotate(90deg);
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-menu-item-icon {
	margin-right: 5px;
}

#qodef-side-area-mobile-header .qodef-m-navigation .qodef-mega-menu-widget-holder {
	display: none;
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
	font-weight: 400;
	font-family: Poppins,sans-serif;
	font-size: 22px;
	line-height: 1.36364em;
	text-transform: uppercase;
	letter-spacing: .015em;
	color: #fff;
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a:hover {
	color: var(--qode-main-color);
}

#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-ancestor>a,#qodef-side-area-mobile-header .qodef-m-navigation>ul>li.current-menu-item>a {
	color: var(--qode-main-color);
}

#qodef-side-area-mobile-header .qodef-widget-holder {
	position: absolute;
	left: 60px;
	bottom: 20px;
	width: calc(100% - 2*60px);
	height: auto;
}

#qodef-side-area-mobile-header .qodef-widget-holder .widget {
	margin: 0;
}

.admin-bar #qodef-side-area-mobile-header {
	top: 32px;
	height: calc(100vh - 32px);
}

#qodef-side-area-mobile-header.qodef--opened {
	right: 0;
	visibility: visible;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner {
	justify-content: flex-end;
}

.qodef-mobile-header--standard #qodef-page-mobile-header-inner .qodef-mobile-header-logo-link {
	margin-right: auto;
}

.qodef-header-navigation .qodef-menu-item-icon {
	display: block;
	margin-right: 5px;
	line-height: inherit;
}

.qodef-header-navigation .qodef-menu-item-icon:before {
	display: block;
	line-height: inherit;
}

.qodef-header-navigation ul li .qodef-drop-down-second {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: auto;
	height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 10;
}

.qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--start {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	z-index: 20;
	transition: opacity .2s ease-out;
}

.qodef-header-navigation ul li .qodef-mega-menu-widget-holder {
	display: none;
	margin-top: 17px;
	white-space: normal;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	left: auto;
	right: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second-inner>ul {
	position: relative;
	top: auto;
	opacity: 1;
	visibility: visible;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-mega-menu-widget-holder {
	display: block;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second {
	background-color: #fff;
	box-shadow: 0 6px 15px #0000000D;
	height: auto !important;
}

.qodef--boxed .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner:not(.qodef-content-grid) {
	padding: 0 40px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul {
	display: flex;
	justify-content: space-between;
	padding: 46px 0;
	margin: 0 -15px;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li {
	width: 100%;
	padding: 0 15px;
	flex-basis: 100%;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef-mega-menu-widget--enabled {
	flex-basis: 200%;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.46667em;
	text-transform: uppercase;
	letter-spacing: .015em;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li>a:hover {
	color: var(--qode-main-color);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li .qodef-menu-item-arrow {
	display: none;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul {
	padding-top: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	transition: padding .2s ease-out;
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.78571em;
	font-weight: 400;
	color: #2d2d2d;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-icon {
	flex-shrink: 0;
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li>a .qodef-menu-item-text {
	background-position-y: calc(100% - 3px);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li.current-menu-item>a .qodef-menu-item-text,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li ul li:hover>a .qodef-menu-item-text {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-ancestor>a,.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.current-menu-item>a {
	color: var(--qode-main-color);
}

.qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner>ul>li.qodef--hide-link:not(.current-menu-ancestor):not(.current-menu-item)>a:hover {
	color: var(--qode-main-color);
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li.qodef-menu-item--narrow ul {
	left: 0;
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li.qodef-menu-item--narrow ul ul {
	left: 100%;
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right {
	left: auto;
	right: 0;
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li.qodef-menu-item--narrow ul.qodef-drop-down--right ul {
	left: -100%;
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li .qodef-drop-down-second {
	left: -30px;
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li .qodef-drop-down-second.qodef-drop-down--right {
	right: -30px;
}

.qodef-drop-down-second--animate-height .qodef-header-navigation ul li.qodef-menu-item--narrow .qodef-drop-down-second.qodef-drop-down--right {
	right: -30px;
}

body:not(.qodef-drop-down-second--full-width) .qodef-header-navigation ul li.qodef-menu-item--wide .qodef-drop-down-second-inner {
	padding: 0 40px;
}

.qodef-opener-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.qodef-opener-icon .qodef-m-icon {
	position: relative;
	visibility: visible;
}

.qodef-opener-icon .qodef-m-icon.qodef--close {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack {
	font-size: 35px;
}

.qodef-opener-icon.qodef-source--icon-pack * {
	display: inline-block;
	line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack :before {
	display: inline-block;
	line-height: inherit;
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--open {
	visibility: hidden;
}

.qodef-opener-icon.qodef-source--icon-pack.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
}

.qodef-opener-icon.qodef-source--svg-path span {
	position: relative;
}

.qodef-opener-icon.qodef-source--svg-path span>* {
	vertical-align: middle;
}

.qodef-opener-icon.qodef-source--svg-path span path,.qodef-opener-icon.qodef-source--svg-path span>* {
	fill: currentColor;
	stroke: currentColor;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--open {
	visibility: hidden;
}

.qodef-opener-icon.qodef-source--svg-path.qodef--opened .qodef-m-icon.qodef--close {
	visibility: visible;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-lines {
	position: relative;
	display: block;
	width: 20px;
	height: 13px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line {
	position: absolute;
	left: 0;
	height: 1px;
	width: 100%;
	background-color: currentColor;
	transition: top .15s ease,transform .3s ease;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--1 {
	top: 0;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--2 {
	top: 6px;
}

.qodef-opener-icon.qodef-source--predefined .qodef-m-line.qodef--3 {
	bottom: 0;
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--1 {
	top: 6px;
	transform: rotate(45deg);
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--2 {
	top: 6px;
	transform: rotate(-45deg);
}

.qodef-opener-icon.qodef-source--predefined.qodef--opened .qodef-m-line.qodef--3 {
	opacity: 0;
}

.qodef-parallax {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.qodef-parallax.elementor-inner-section {
	height: 100%;
}

.qodef-parallax-row-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.qodef-parallax-img-holder {
	position: absolute;
	top: 0;
	left: 0;
	height: 120%;
	width: 100%;
	opacity: 0;
}

.qodef-parallax-content-holder {
	position: relative;
	z-index: 99;
}

.qodef-parallax-img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform;
}

img.qodef-parallax-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: unset;
}

.elementor img.qodef-parallax-img {
	height: 100%;
	max-width: unset;
}

.qodef-contact-form-7,.rs-layer {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-contact-form-7 p,.rs-layer p {
	margin: 0;
}

.qodef-contact-form-7 br,.rs-layer br {
	display: none;
}

.qodef-contact-form-7 .ajax-loader,.rs-layer .ajax-loader {
	display: none;
}

.qodef-contact-form-7 .wpcf7-form-control-wrap,.rs-layer .wpcf7-form-control-wrap {
	display: block;
	max-width: 100%;
}

.qodef-contact-form-7 .wpcf7-not-valid-tip,.rs-layer .wpcf7-not-valid-tip {
	margin: 0 0 20px;
}

.qodef-contact-form-7 .wpcf7-response-output,.rs-layer .wpcf7-response-output {
	border-width: 1px!important;
	margin: 2em 0 0 0!important;
	padding: 1em 1.5em!important;
}

.qodef-contact-form-7 .wpcf7-form,.rs-layer .wpcf7-form {
	position: relative;
}

.qodef-contact-form-7 .wpcf7-form:before,.rs-layer .wpcf7-form:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	content: '';
	visibility: hidden;
	z-index: 98;
}

.qodef-contact-form-7 .wpcf7-form:after,.rs-layer .wpcf7-form:after {
	animation: qode-rotate 2s linear infinite;
	background-color: transparent;
	border: 2px solid #f6f4f2;
	border-radius: 50%;
	border-top: 2px solid var(--qode-main-color);
	content: '';
	height: 24px;
	left: calc(50% - 12px);
	opacity: 1;
	position: absolute;
	top: calc(50% - 12px);
	visibility: hidden;
	width: 24px;
	z-index: 99;
}

.qodef-contact-form-7 .wpcf7-form.submitting>*,.rs-layer .wpcf7-form.submitting>* {
	opacity: .3;
}

.qodef-contact-form-7 .wpcf7-form.submitting:after,.qodef-contact-form-7 .wpcf7-form.submitting:before,.rs-layer .wpcf7-form.submitting:after,.rs-layer .wpcf7-form.submitting:before {
	visibility: visible;
}

.qodef-contact-form-7 .qodef-newsletter input,.rs-layer .qodef-newsletter input {
	border: 1px solid #141414;
	padding: 12px 13px;
}

.qodef-contact-form-7 .qodef-newsletter button,.rs-layer .qodef-newsletter button {
	position: absolute;
	right: 0;
	top: 0;
}

.qodef-contact-form-7 .qodef-newsletter button:hover,.rs-layer .qodef-newsletter button:hover {
	border-color: #141414;
}

.wpcf7 .qodef-subscribe-popup {
	display: flex;
}

.wpcf7 .qodef-subscribe-popup>p:last-of-type {
	display: flex;
	align-items: stretch;
}

.wpcf7 .qodef-subscribe-popup input[type=email] {
	margin-bottom: 0;
	border: 1px solid #000;
}

.wpcf7 .qodef-subscribe-popup input[type=email]:-ms-input-placeholder {
	font-size: 13px;
	letter-spacing: .02em;
	color: #c4c4c4;
}

.wpcf7 .qodef-subscribe-popup input[type=email]::placeholder {
	font-size: 13px;
	letter-spacing: .02em;
	color: #c4c4c4;
}

.wpcf7 .qodef-subscribe-popup button[type=submit] {
	align-items: center;
	flex-shrink: 0;
	min-width: 166px;
	padding: 0 55px;
	font-size: 12px;
}

@media only screen and (max-width:768px) {
	.wpcf7 .qodef-subscribe-popup button[type=submit] {
		min-width: initial;
	}
}

.wpcf7 .qodef-newsletter-form {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
}

.wpcf7 .qodef-newsletter-form>h1 {
	color: #efefef;
	letter-spacing: -.01em;
}

.wpcf7 .qodef-newsletter-form .wpcf7-form-control-wrap {
	margin: 0 0 14px;
}

.wpcf7 .qodef-newsletter-form>p {
	margin: 0;
}

.wpcf7 .qodef-newsletter-form>p:last-of-type {
	font-size: 12px;
	opacity: .73;
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-form-inner {
	position: relative;
	margin: 20px 0 4px;
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-form-inner input[type=email] {
	padding: 12px 180px 13px 15px;
	border: 1px solid #000;
	margin: 0;
	font-size: 13px;
	letter-spacing: .02em;
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-form-inner input[type=email]:-ms-input-placeholder {
	color: #141414;
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-form-inner input[type=email]::placeholder {
	color: #141414;
}

.wpcf7 .qodef-newsletter-form .qodef-newsletter-form-inner button[type=submit] {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 167px;
	justify-content: center;
	padding: 11px 43px;
}

.wpcf7 .qodef-get-in-touch>h4 {
	margin-bottom: -3px;
}

.wpcf7 .qodef-get-in-touch>p {
	margin-bottom: 28px;
}

.wpcf7 .qodef-get-in-touch .wpcf7-form-control-wrap {
	margin-bottom: 0;
}

.wpcf7 .qodef-get-in-touch input[type=email],.wpcf7 .qodef-get-in-touch input[type=text],.wpcf7 .qodef-get-in-touch textarea {
	padding: 12px 26px;
	border: 1px solid #000;
	margin-bottom: 15px;
	font-size: 13px;
	letter-spacing: .02em;
}

.wpcf7 .qodef-get-in-touch input[type=email]:-ms-input-placeholder,.wpcf7 .qodef-get-in-touch input[type=text]:-ms-input-placeholder,.wpcf7 .qodef-get-in-touch textarea:-ms-input-placeholder {
	color: #c4c4c4;
}

.wpcf7 .qodef-get-in-touch input[type=email]::placeholder,.wpcf7 .qodef-get-in-touch input[type=text]::placeholder,.wpcf7 .qodef-get-in-touch textarea::placeholder {
	color: #c4c4c4;
}

.wpcf7 .qodef-footer-contact {
	max-width: 610px;
}

.wpcf7 .qodef-footer-contact>h1,.wpcf7 .qodef-footer-contact>p {
	color: #fff;
}

.wpcf7 .qodef-footer-contact>h1 {
	margin-bottom: 11px;
}

.wpcf7 .qodef-footer-contact>p {
	margin-bottom: 0;
}

.wpcf7 .qodef-footer-contact .qodef-footer-contact-inner {
	position: relative;
}

.wpcf7 .qodef-footer-contact input[type=email] {
	padding: 12px 170px 13px 0;
	margin: 0;
	border-bottom-color: #fff;
	font-size: 13px;
	letter-spacing: .02em;
	color: #fff;
}

.wpcf7 .qodef-footer-contact button[type=submit] {
	position: absolute;
	bottom: 1px;
	right: 0;
	border-color: #fff;
	font-family: Poppins,sans-serif;
	background-color: #fff;
	color: #000;
}

.qodef-instagram-list #sb_instagram {
	padding: 0!important;
	overflow: hidden!important;
}

html.elementor-html .qodef-instagram-list #sb_instagram #sbi_images .sbi_item.sbi_transition {
	opacity: 1!important;
}

.qodef-instagram-list .sbi_photo_wrap a {
	background-image: none!important;
	height: auto!important;
	padding-bottom: 0!important;
}

.qodef-instagram-list .sbi_photo_wrap a:after {
	color: #fff;
	content: '\f16d';
	font-family: 'Font Awesome 5 Brands';
	font-size: 20px;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: opacity .2s ease-out;
}

.qodef-instagram-list .sbi_photo_wrap a:hover:after {
	opacity: 1;
}

.qodef-instagram-list .sbi_photo_wrap a img {
	display: inline-block!important;
}

.qodef-instagram-list.qodef-swiper-container #sb_instagram #sbi_images .sbi_item {
	margin: inherit!important;
}

.qodef-twitter-list.qodef-layout--columns.qodef--no-bottom-info #ctf .ctf-tweet-actions {
	display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf {
	overflow: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box {
	margin-left: 0;
	display: block;
	margin-bottom: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-box-link {
	line-height: 1!important;
	display: flex;
	align-items: center;
	flex-flow: row wrap;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-avatar {
	width: 37px;
	height: 37px;
	margin: 0 7px 0 0;
	float: none;
	border-radius: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-name {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 22px;
	line-height: 1.36364em;
	text-transform: uppercase;
	letter-spacing: .015em;
	font-weight: 600!important;
	margin: 0 4px 0 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-screename-sep {
	display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink {
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.78571em;
	font-weight: 400;
	color: #2d2d2d;
	margin-right: 4px;
	margin-left: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-context:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta:last-child,.qodef-twitter-list.qodef-layout--columns #ctf .ctf-twitterlink:last-child {
	margin-right: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-meta {
	margin-top: 4px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-author-screenname {
	display: none;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	padding: 0;
	margin-top: -5px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-content:before {
	content: '\e094';
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	position: relative;
	top: 5px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions {
	display: flex;
	align-items: baseline;
	margin-left: 0;
	margin-top: -3px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions:before {
	content: '\e094';
	font-family: ElegantIcons;
	padding-right: 10px;
	font-size: 18px;
	visibility: hidden;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a {
	padding: 0;
	font-size: 14px;
	margin-right: 8px;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a:last-child {
	margin-right: 0;
}

.qodef-twitter-list.qodef-layout--columns #ctf .ctf-tweet-actions a.ctf-reply {
	margin-left: 0;
}

.qodef-twitter-list.qodef-layout--columns .ctf-tweets {
	--qode-columns: 3;
	--qode-columns-row-gap: 30px;
	--qode-columns-col-gap: 30px;
	position: relative;
	display: grid;
	grid-template-columns: repeat(var(--qode-columns),minmax(0,1fr));
	row-gap: var(--qode-columns-row-gap);
	column-gap: var(--qode-columns-col-gap);
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--1 .ctf-tweets {
	--qode-columns: 1;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--2 .ctf-tweets {
	--qode-columns: 2;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--3 .ctf-tweets {
	--qode-columns: 3;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--4 .ctf-tweets {
	--qode-columns: 4;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--5 .ctf-tweets {
	--qode-columns: 5;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--6 .ctf-tweets {
	--qode-columns: 6;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--7 .ctf-tweets {
	--qode-columns: 7;
}

.qodef-twitter-list.qodef-layout--columns.qodef-col-num--8 .ctf-tweets {
	--qode-columns: 8;
}

.qodef-twitter-list.qodef-vertical-gutter--no .ctf-tweets {
	--qode-columns-row-gap: 0px;
}

.qodef-twitter-list.qodef-vertical-gutter--tiny .ctf-tweets {
	--qode-columns-row-gap: 15px;
}

.qodef-twitter-list.qodef-vertical-gutter--small .ctf-tweets {
	--qode-columns-row-gap: 20px;
}

.qodef-twitter-list.qodef-vertical-gutter--normal .ctf-tweets {
	--qode-columns-row-gap: 30px;
}

.qodef-twitter-list.qodef-vertical-gutter--medium .ctf-tweets {
	--qode-columns-row-gap: 40px;
}

.qodef-twitter-list.qodef-vertical-gutter--large .ctf-tweets {
	--qode-columns-row-gap: 75px;
}

.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
	--qode-columns-row-gap: 95px;
}

.qodef-twitter-list.qodef-vertical-gutter--enormous .ctf-tweets {
	--qode-columns-row-gap: 115px;
}

.qodef-twitter-list.qodef-gutter--no .ctf-tweets {
	--qode-columns-col-gap: 0px;
}

.qodef-twitter-list.qodef-gutter--tiny .ctf-tweets {
	--qode-columns-col-gap: 15px;
}

.qodef-twitter-list.qodef-gutter--small .ctf-tweets {
	--qode-columns-col-gap: 20px;
}

.qodef-twitter-list.qodef-gutter--normal .ctf-tweets {
	--qode-columns-col-gap: 30px;
}

.qodef-twitter-list.qodef-gutter--medium .ctf-tweets {
	--qode-columns-col-gap: 40px;
}

.qodef-twitter-list.qodef-gutter--large .ctf-tweets {
	--qode-columns-col-gap: 75px;
}

.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
	--qode-columns-col-gap: 95px;
}

.qodef-twitter-list.qodef-gutter--enormous .ctf-tweets {
	--qode-columns-col-gap: 115px;
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}

#qodef-page-footer .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff;
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a {
	color: #ccc;
}

#qodef-side-area .widget .qodef-twitter-list.qodef-layout--columns #ctf a:hover {
	color: #fff;
}

.qodef-yith-wccl--predefined .select_box {
	display: inline-block;
}

.qodef-yith-wccl--predefined .select_box:after {
	display: none;
}

.qodef-yith-wccl--predefined .select_box .select_option {
	vertical-align: middle;
	border: 0;
	margin: 0 4px 0 0;
	display: inline-block;
	float: none;
	position: relative;
}

.qodef-yith-wccl--predefined .select_box .select_option:last-child {
	margin-right: 0;
}

.qodef-yith-wccl--predefined .select_box .select_option>span:not(.yith_wccl_tooltip) {
	border: 0;
	min-width: auto;
	width: auto;
	height: auto;
	line-height: inherit;
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip {
	width: 100px;
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip>span {
	background: #fff;
	border-radius: 0;
	border: 1px solid #eee!important;
	padding: 10px;
	color: #2d2d2d;
}

.qodef-yith-wccl--predefined .select_box .select_option .yith_wccl_tooltip.top span:after {
	top: 100%;
	bottom: auto;
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option {
	border: 1px solid transparent;
	padding: 2px;
	border-radius: 50%;
	transition: border-color .2s ease-out;
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option>span:not(.yith_wccl_tooltip) {
	width: 13px;
	height: 13px;
	border-radius: 50%;
}

.qodef-yith-wccl--predefined .select_box.select_box_colorpicker .select_option.selected {
	border-color: #2d2d2d;
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option {
	border: 1px solid transparent;
	padding: 1px;
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option>img:not(.yith_wccl_tooltip) {
	width: 40px;
	height: 40px;
	-o-object-fit: cover;
	object-fit: cover;
}

.qodef-yith-wccl--predefined .select_box.select_box_image .select_option.selected {
	border-color: #141414;
}

.qodef-yith-wccl--predefined .select_box.select_box_label>* {
	display: inline-flex;
	flex-wrap: wrap;
	font-size: 12px;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #141414;
	letter-spacing: .03em;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option {
	transition: color .2s ease-out;
	margin: 0;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:after {
	content: ',';
	margin-right: 5px;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option:last-of-type:after {
	display: none;
}

.qodef-yith-wccl--predefined .select_box.select_box_label .select_option.selected {
	color: var(--qode-main-color);
}

.qodef-yith-wccl--predefined li.product .variations_form.cart div.variations:last-child {
	margin-bottom: 0;
}

.ywpc-back {
	background-color: #f6f4f2!important;
	margin: 0!important;
}

.ywpc-fore {
	background-color: var(--qode-main-color)!important;
}

div.ywpc-countdown {
	display: flex;
	flex-direction: column-reverse;
	margin: 36px 0 0;
}

div.ywpc-countdown .ywpc-days,div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
	margin: 0 9px 0 0!important;
	padding: 0;
	vertical-align: middle;
	display: inline-flex!important;
	flex-direction: column;
	background-color: #f6f4f2;
	font-family: Poppins,sans-serif;
	width: 70px!important;
}

@media only screen and (max-width:680px) {
	div.ywpc-countdown .ywpc-days,div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
		width: 75px;
	}
}

@media only screen and (max-width:480px) {
	div.ywpc-countdown .ywpc-days,div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
		width: 65px;
	}
}

div.ywpc-countdown .ywpc-days>div.ywpc-label,div.ywpc-countdown .ywpc-hours>div.ywpc-label,div.ywpc-countdown .ywpc-minutes>div.ywpc-label,div.ywpc-countdown .ywpc-seconds>div.ywpc-label {
	font-size: 12px;
	color: #2d2d2d;
	text-align: center;
	font-family: Poppins,sans-serif;
	padding-bottom: 18px;
	letter-spacing: 0;
}

div.ywpc-countdown .ywpc-hours,div.ywpc-countdown .ywpc-minutes,div.ywpc-countdown .ywpc-seconds {
	position: relative;
}

div.ywpc-countdown .ywpc-amount {
	display: flex;
	justify-content: center;
	line-height: 1em;
	letter-spacing: .03em;
	background-color: transparent!important;
	height: auto!important;
	width: auto!important;
	margin: 0!important;
	text-align: center;
	padding: 25px 5px 1px;
}

div.ywpc-countdown .ywpc-amount>span {
	background-color: transparent!important;
	border: none!important;
	height: auto!important;
	line-height: 1em!important;
	margin: 0!important;
	vertical-align: middle;
	width: auto!important;
	color: var(--qode-main-color)!important;
	font-size: 22px!important;
	font-weight: 500!important;
	font-family: Poppins,sans-serif;
}

div.ywpc-label {
	text-transform: initial!important;
}

div.ywpc-countdown-loop,div.ywpc-sale-bar-loop {
	margin: 0;
}

div.ywpc-sale-bar-loop>.ywpc-header {
	display: none!important;
}

div.ywpc-countdown,div.ywpc-sale-bar {
	border: none;
	margin: 0 0 1px 0;
	padding: 0;
	background-color: transparent;
}

div.ywpc-countdown>div.ywpc-header,div.ywpc-sale-bar>div.ywpc-header {
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .03em;
	padding: 0;
	text-align: left;
	width: 100%;
	display: flex;
}

.qodef-browser--ms-explorer div.ywpc-countdown>div.ywpc-header,.qodef-browser--ms-explorer div.ywpc-sale-bar>div.ywpc-header {
	text-transform: none;
}

div.ywpc-countdown .ywpc-timer {
	width: 100%;
	text-align: left;
}

div.ywpc-sale-bar .ywpc-bar {
	width: 100%;
}

#yith-quick-view-modal .yith-quick-view-overlay {
	background: rgba(255,255,255,.79)!important;
}

#yith-quick-view-modal .yith-wcqv-wrapper {
	height: auto!important;
	width: 960px!important;
	max-width: 90vw!important;
}

#yith-quick-view-modal .yith-wcqv-main {
	box-shadow: 0 6px 15px rgba(0,0,0,.05)!important;
	overflow-y: hidden!important;
	max-height: 48vh!important;
	min-height: 560px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
	margin: 0;
	gap: 0;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner>* {
	padding: 0;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-product-title {
	font-family: Poppins,sans-serif;
	font-size: 22px;
	line-height: 1.45em;
	text-transform: uppercase;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
	align-self: stretch;
	height: 48vh;
	min-height: 560px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .qodef-woo-product-mark {
	transform: translateX(0);
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image :not(.qodef-woo-product-mark) {
	height: 100%;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure {
	margin: 0!important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.woocommerce-product-gallery__image {
	width: 100%!important;
	margin: 0!important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image .woocommerce-product-gallery figure>.qodef-woo-thumbnails-wrapper {
	display: none!important;
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart {
	margin-top: 15px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .quantity {
	margin-right: 14px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations {
	margin-bottom: 15px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart .variations td {
	margin-bottom: 17px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product form.cart button[type=submit] {
	font-family: Poppins,sans-serif;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
	margin-top: 7px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary {
	padding: 47px 34px 17px;
}

#yith-quick-view-modal #yith-quick-view-content.single-product .entry-summary .price {
	font-weight: 400;
}

#yith-quick-view-modal #yith-quick-view-close {
	border: 0!important;
	font-size: 0;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 20px;
	height: 20px;
	opacity: 1;
	color: #141414;
	transform: rotate(1deg);
}

#yith-quick-view-modal #yith-quick-view-close:before {
	color: #2d2d2d;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -7px;
	left: 6px;
	transform: rotate(45deg);
	transform-origin: center;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}

#yith-quick-view-modal #yith-quick-view-close:after {
	color: #2d2d2d;
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	right: 7px;
	top: -7px;
	transform: rotate(-44deg);
	transform-origin: center;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}

#yith-quick-view-modal #yith-quick-view-close:hover:after,#yith-quick-view-modal #yith-quick-view-close:hover:before {
	animation: qode-inline-underline-initial-hover .8s cubic-bezier(.29,.15,.34,.88) 1 forwards;
}

#yith-quick-view-modal #yith-quick-view-close:hover:after {
	animation-delay: .17s;
}

#yith-quick-view-modal .qodef-yith-wcqv-link {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 0;
	border: 0;
	background-color: transparent;
	color: #141414;
}

#yith-quick-view-modal .qodef-yith-wcqv-link .qodef-m-text {
	position: relative;
	display: inline-block;
}

#yith-quick-view-modal .qodef-yith-wcqv-link .qodef-m-text:before {
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

@media only screen and (max-width:680px) {
	#yith-quick-view-modal .qodef-yith-wcqv-link {
		bottom: 19px;
		right: 36px;
	}
}

.qodef-yith-wcqv--predefined .yith-wcqv-button {
	font-size: 0!important;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
	line-height: 1!important;
	background-color: transparent!important;
}

.qodef-yith-wcqv--predefined .yith-wcqv-button:before {
	content: url(../img/quick-view.svg);
	width: 20px;
	height: 12px;
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button {
	color: #fff!important;
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button:hover {
	color: var(--qode-main-color)!important;
}

.qodef-yith-wcqv--predefined .qodef-e-media-inner .yith-wcqv-button .blockUI {
	display: none!important;
}

.yith-wcwl-form .wishlist-title-container {
	display: none!important;
}

.yith-wcwl-form .shop_table {
	font-size: 100%;
}

.yith-wcwl-form .shop_table tr {
	border-left: none;
	border-right: none;
	border-top: none;
}

.yith-wcwl-form .shop_table td,.yith-wcwl-form .shop_table th {
	padding: 15px 0 15px 15px;
	vertical-align: middle;
	text-align: left;
	border: 0;
}

.yith-wcwl-form .shop_table td:first-child,.yith-wcwl-form .shop_table th:first-child {
	padding-left: 0;
}

.yith-wcwl-form .shop_table th {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.46667em;
	text-transform: uppercase;
	letter-spacing: .015em;
}

.yith-wcwl-form .shop_table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.yith-wcwl-form .shop_table td ul li {
	margin: 0 0 10px;
	padding: 0;
}

.yith-wcwl-form .shop_table td ul li:last-child {
	margin-bottom: 0;
}

.yith-wcwl-form .shop_table td ul li label {
	margin-bottom: 0;
}

.yith-wcwl-form .shop_table p {
	margin: 0;
}

.yith-wcwl-form .shop_table .variation:after,.yith-wcwl-form .shop_table .variation:before {
	content: '';
	display: table;
	table-layout: fixed;
}

.yith-wcwl-form .shop_table .variation:after {
	clear: both;
}

.yith-wcwl-form .shop_table .variation dt {
	clear: left;
	float: left;
	font-weight: initial;
}

@media only screen and (max-width:680px) {
	.yith-wcwl-form .shop_table .variation dt {
		float: none;
		width: 100%;
	}
}

.yith-wcwl-form .shop_table .variation dd {
	clear: right;
	float: left;
	margin: 0 0 0 5px;
}

@media only screen and (max-width:680px) {
	.yith-wcwl-form .shop_table .variation dd {
		float: none;
		margin: 0;
		width: 100%;
	}
}

.yith-wcwl-form .wishlist_table.shop_table tr th {
	background: 0 0!important;
}

.yith-wcwl-form .wishlist_table.shop_table tr th.product-remove {
	width: auto!important;
}

.yith-wcwl-form .wishlist_table.shop_table tr td {
	background: 0 0!important;
	color: #2d2d2d!important;
	border-color: transparent!important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart {
	text-align: center;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart,.yith-wcwl-form .wishlist_table .product-add-to-cart .button {
	font-family: Poppins,sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .03em;
	position: relative!important;
	display: inline-flex!important;
	vertical-align: middle!important;
	width: auto!important;
	margin: 0!important;
	text-decoration: none!important;
	text-transform: uppercase!important;
	border-radius: 0!important;
	outline: 0!important;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out!important;
	padding: 10px 43px!important;
	cursor: pointer!important;
	z-index: 3!important;
	color: #fff!important;
	background-color: #141414!important;
	border: 1px solid transparent!important;
	line-height: 1.564rem;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart .qodef-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart .qodef-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .button .qodef-m-text {
	line-height: 1.564rem;
	--qodef-underline-position-y: calc(100% - 2px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:hover .qodef-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:hover .qodef-m-text,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:hover .qodef-m-text {
	background-size: 100% var(--qodef-underline-height);
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart i,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart i,.yith-wcwl-form .wishlist_table .product-add-to-cart .button i {
	display: none!important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart:before,.yith-wcwl-form .wishlist_table .product-add-to-cart .button:before {
	display: none!important;
}

.yith-wcwl-form .wishlist_table .product-add-to-cart .add_to_cart.added,.yith-wcwl-form .wishlist_table .product-add-to-cart .added_to_cart.added,.yith-wcwl-form .wishlist_table .product-add-to-cart .button.added {
	display: none!important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist {
	background-color: transparent!important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist a:before {
	content: url(../img/wishlist.svg);
	width: 14px;
	height: auto;
	display: inline-block;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist.exists a:before {
	background-color: #2d2d2d;
	content: '';
	-webkit-mask-image: url(../img/wishlist-added.svg);
	mask-image: url(../img/wishlist-added.svg);
	width: 14px;
	height: 13px;
	-webkit-mask-size: 14px;
	-webkit-mask-repeat: no-repeat;
	display: inline-block;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .blockOverlay,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .feedback,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist .view-wishlist,.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist i {
	display: none!important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-add-to-wishlist span {
	font-size: 12px;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #141414;
	letter-spacing: .03em;
	font-weight: 500;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.qodef-yith-wcwl--predefined .qodef-e-bottom .yith-wcwl-add-to-wishlist {
	margin: 0 10px 0 0!important;
}

.qodef-yith-wcwl--predefined .qodef-e-bottom .yith-wcwl-add-to-wishlist:last-child {
	margin: 0!important;
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a {
	color: #fff!important;
}

.qodef-yith-wcwl--predefined .qodef-e-media-inner .yith-wcwl-add-to-wishlist a:hover {
	color: var(--qode-main-color)!important;
}

.qodef-yith-wcwl--predefined #yith-wcwl-popup-message {
	display: none!important;
}

.qodef-yith-wcwl--predefined .yith-wcwl-share {
	display: none!important;
}

.qodef-order-tracking p:not(.form-row) {
	margin-top: 0;
}

.qodef-order-tracking div.clear {
	display: none;
}

.qodef-order-tracking .form-row {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	flex: 1 0 auto;
	margin: 0;
}

.qodef-order-tracking .form-row:last-of-type {
	flex-grow: 0;
}

.qodef-order-tracking .form-row label {
	font-size: 13px;
	letter-spacing: .02em;
	color: #c4c4c4;
}

.qodef-order-tracking .input-text {
	padding: 12px 30px;
	border: 1px solid #000;
	margin-bottom: 10px;
	font-size: 13px;
	letter-spacing: .02em;
}

.qodef-order-tracking button[type=submit] {
	padding: 9px 61px 10px;
}

.qodef-order-tracking button[type=submit] .qodef-m-text {
	padding: 2px 0;
	--qodef-underline-position-y: calc(100% - 3px);
}

.qodef-order-tracking input[type=hidden] {
	flex-basis: 0;
}

.qodef-order-tracking .track_order {
	display: flex;
	gap: 12px;
}

.qodef-order-tracking .track_order p:first-of-type {
	display: none;
}

@media only screen and (max-width:768px) {
	.qodef-order-tracking .track_order {
		flex-direction: column;
		gap: 0;
	}

	.qodef-order-tracking button[type=submit] {
		justify-content: center;
	}
}

.qodef-woo-product-category-list .product-category .woocommerce-loop-category__title {
	margin: 0;
}

.qodef-woo-product-category-list .product-category .woocommerce-loop-category__excerpt {
	margin: 3px 0 0;
}

.qodef-woo-product-category-list .product-category .qodef-e-content {
	margin-top: 22px;
}

.qodef-woo-product-category-list .product-category .qodef-e-read-more {
	margin-top: 12px;
}

.qodef-woo-product-category-list .product-category .qodef-e-category-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qodef-woo-product-category-list .qodef-custom-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.qodef-woo-product-category-list .qodef-custom-item .qodef-e-inner {
	margin-top: -40px;
	padding: 35px 0;
}

.qodef-woo-product-category-list .qodef-custom-item .woocommerce-loop-category__title {
	font-size: 22px;
	margin: 0;
}

.qodef-woo-product-category-list .qodef-custom-item .qodef-e-content {
	margin: 30px 0 0;
}

.qodef-woo-product-category-list .qodef-custom-item .woocommerce-loop-category__excerpt {
	margin: 6px auto 0;
	width: 80%;
}

.qodef-woo-product-category-list .qodef-custom-item .qodef-button {
	margin: 13px 0 0;
}

.qodef-woo-product-category-list .count {
	display: none;
}

.qodef-woo-product-category-list.qodef-content-align--center {
	text-align: center;
}

.qodef-woo-product-category-list.qodef-content-align--right {
	text-align: right;
}

.qodef-woo-product-category-list.qodef-skin--light .qodef-button,.qodef-woo-product-category-list.qodef-skin--light .woocommerce-loop-category__excerpt,.qodef-woo-product-category-list.qodef-skin--light .woocommerce-loop-category__title {
	color: var(--qode-header-light-color);
}

.qodef-woo-product-category-list.qodef-skin--light .woocommerce-loop-category__title a:hover {
	color: currentColor;
}

.qodef-woo-product-category-list.qodef-skin--light .qodef-button:hover {
	color: var(--qode-header-light-color);
}

.qodef-woo-product-category-list.qodef-skin--light .swiper-button-next,.qodef-woo-product-category-list.qodef-skin--light .swiper-button-prev {
	color: var(--qode-header-light-color);
}

.qodef-woo-product-category-list.qodef-skin--light .qodef-custom-item .qodef-button,.qodef-woo-product-category-list.qodef-skin--light .qodef-custom-item .woocommerce-loop-category__title {
	color: #141414;
}

.qodef-woo-product-category-list.qodef-skin--light .qodef-custom-item .woocommerce-loop-category__excerpt {
	color: #2d2d2d;
}

.qodef-woo-product-category-list.qodef--zigzag .qodef-e:nth-of-type(odd) {
	margin-top: 70px;
}

@media only screen and (max-width:680px) {
	.qodef-woo-product-category-list .qodef-custom-item .qodef-e-inner {
		margin-top: 0;
	}

	.qodef-woo-product-category-list.qodef--zigzag .qodef-e:nth-of-type(odd) {
		margin-top: 0;
	}
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .qodef-e .qodef-e-image {
	position: relative;
	overflow: hidden;
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .qodef-e .qodef-e-image a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .qodef-e .qodef-e-image img {
	transform: scale(1.06) translateX(0);
	transition: transform .6s cubic-bezier(.61,1,.88,1);
}

.qodef-woo-product-category-list.qodef-item-layout--info-below .qodef-e:hover .qodef-e-image img {
	transform: scale(1.06) translateX(6px);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-content,.qodef-woo-product-list .product-category .qodef-e-content {
	position: absolute;
	margin-top: 0;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .product-category .qodef-e-read-more,.qodef-woo-product-list .product-category .qodef-e-read-more {
	margin-top: 9px;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-inner,.qodef-woo-product-list .qodef-e-inner {
	position: relative;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
	z-index: 2;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-ellipses {
	overflow: hidden;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-ellipses .qodef-svg--ellipses {
	overflow: visible;
	display: inline-block;
	position: absolute;
	width: 135%;
	--qodef-svg-path-length: 1440px;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-ellipses .qodef-svg--ellipses path {
	stroke-dashoffset: var(--qodef-svg-path-length);
	stroke-dasharray: var(--qodef-svg-path-length);
	transition: stroke-dashoffset 2s cubic-bezier(.38,.01,.34,.98);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-frame {
	overflow: hidden;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-frame .qodef-e-frame-inner {
	width: calc(100% - 34px);
	height: calc(100% - 22px);
	position: relative;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-frame .qodef-e-frame-inner .qodef-svg--frame {
	overflow: visible;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	--qodef-svg-path-length: 1720px;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-frame .qodef-e-frame-inner .qodef-svg--frame path {
	stroke-dashoffset: var(--qodef-svg-path-length);
	stroke-dasharray: var(--qodef-svg-path-length);
	transition: stroke-dashoffset 2s cubic-bezier(.38,.01,.34,.98);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e-decoration.qodef-e-rectangle .qodef-e-rectangle-inner {
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	--qodef-hover-border-color: currentColor;
	background-repeat: no-repeat;
	background-size: calc(100% - 100%) 1px,1px calc(100% - 100%);
	background-position: 0 0,100% 100%,100% 100%,0 0;
	background-image: linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color));
	transition: background-size 1.2s cubic-bezier(.54,.07,.11,.95);
	pointer-events: none;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef--hover-button .qodef-e:not(.qodef-custom-item) .qodef-e-read-more {
	opacity: 0;
	transition: opacity .35s ease-out,transform .5s ease-out;
	transform: translateY(15px);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image.qodef--hover-button .qodef-e:not(.qodef-custom-item):hover .qodef-e-read-more {
	opacity: 1;
	transform: translateY(0);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef-custom-item) .qodef-e-inner {
	position: relative;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef-custom-item) .qodef-e-inner img {
	max-width: unset;
	width: 100%;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef-custom-item) .qodef-e-inner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent,rgba(55,45,45,.59));
	pointer-events: none;
	opacity: 0;
	transition: opacity .7s ease-out;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef-custom-item):hover .qodef-e-inner:after {
	opacity: .44;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-decoration.qodef-e-frame .qodef-e-rectangle-inner {
	transition-delay: .5s;
	background-size: calc(100% - 0%) 1px,1px calc(100% - 0%);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-decoration.qodef-e-ellipses .qodef-svg--ellipses path {
	stroke-dashoffset: 0;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-decoration.qodef-e-ellipses .qodef-svg--ellipses path:nth-of-type(2) {
	transition-delay: .1s;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-decoration.qodef-e-ellipses .qodef-svg--ellipses path:nth-of-type(2) {
	transition-delay: .5s;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-decoration.qodef-e-frame .qodef-svg--frame path {
	stroke-dashoffset: 0;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e.qodef--has-appear.qodef--appeared .qodef-e-decoration.qodef-e-rectangle .qodef-e-rectangle-inner {
	transition-delay: .5s;
	background-size: calc(100% - 0%) 1px,1px calc(100% - 0%);
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef--has-appear) .qodef-e-decoration.qodef-e-ellipses .qodef-svg--ellipses path {
	stroke-dashoffset: 0;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef--has-appear) .qodef-e-decoration.qodef-e-frame .qodef-svg--frame path {
	stroke-dashoffset: 0;
}

.qodef-woo-product-category-list.qodef-item-layout--info-on-image .qodef-e:not(.qodef--has-appear) .qodef-e-decoration.qodef-e-rectangle .qodef-e-rectangle-inner {
	transition-delay: .5s;
	background-size: calc(100% - 0%) 1px,1px calc(100% - 0%);
}

.qodef-woo-product-category-list.qodef-item-layout--minimal .product-category .qodef-e-content,.qodef-woo-product-list .product-category .qodef-e-content {
	position: absolute;
	margin-top: 0;
	z-index: 2;
	left: 34px;
	bottom: 35px;
	display: block;
}

.qodef-woo-product-category-list.qodef-item-layout--minimal .qodef-e-inner,.qodef-woo-product-list .qodef-e-inner {
	position: relative;
}

.qodef-woo-product-category-list.qodef-item-layout--minimal .qodef-e .qodef-e-inner {
	overflow: hidden;
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

.qodef-woo-product-category-list.qodef-item-layout--minimal .qodef-e .qodef-e-inner img {
	transform: scale(1.06) translateX(0);
	transition: transform .6s cubic-bezier(.61,1,.88,1);
}

.qodef-woo-product-category-list.qodef-item-layout--minimal .qodef-e:hover .qodef-e-inner img {
	transform: scale(1.06) translateX(6px);
}

.qodef-woo-product-list .qodef-custom-item .qodef-e-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	padding: 0 0 110px;
}

.qodef-woo-product-list .qodef-custom-item .qodef-e-content {
	margin: 0!important;
	text-align: center;
}

.qodef-woo-product-list .qodef-custom-item img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,calc(-50% - 55px));
}

.qodef-woo-product-list .qodef-custom-item .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:680px) {
	.qodef-woo-product-list .qodef-custom-item .qodef-e-inner {
		padding: 100px 0 110px;
	}

	.qodef-woo-product-list .qodef-custom-item img {
		transform: translate(-50%,calc(-50% - 6px));
	}
}

.qodef-woo-product-list .qodef-e-numbering {
	font-size: 12px;
}

.qodef-woo-product-list .qodef-e-content-tooltip {
	position: absolute;
	font-size: 12px;
	text-transform: capitalize;
	top: calc(100% + 5px);
	left: -8px;
	background: #fff;
	white-space: nowrap;
	border-radius: 4px;
	padding: 0 5px;
	border: 1px solid #eee;
	z-index: 4;
	opacity: 0;
	transition: opacity .2s ease-out;
}

.qodef-woo-product-list .variations .select_option:hover .qodef-e-content-tooltip {
	opacity: 1;
}

.qodef-woo-product-list .qodef-product-list-filter-holder {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
	min-height: 47px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-left {
	display: flex;
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-left {
		flex-direction: column;
	}

	.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-left .qodef-filter-opener {
		margin: 15px 0;
	}
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-info-right {
	display: none;
	align-items: center;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width:480px) {
	.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-info-right {
		width: 100%;
	}
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-info-right.qodef--active {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-opener {
	display: flex;
	align-items: center;
	margin-right: 25px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-opener span {
	font-size: 14px;
	margin-left: 8px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item {
	position: relative;
	color: #c4c4c4;
	margin: 0 12px 0 0;
	text-decoration: underline;
	cursor: pointer;
	transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item:last-of-type:after {
	display: none;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item:after {
	content: ',';
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item:hover {
	border-color: #000;
	color: #000;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item:hover .qodef-filter-line-one,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item:hover .qodef-filter-line-two {
	background-color: #141414;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item .qodef-filter-line-one {
	transform: rotate(45deg);
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef-active-filter-item .qodef-filter-line-two {
	transform: rotate(-45deg);
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef--clear {
	display: none;
	font-size: 14px;
	margin-left: 15px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef--clear.qodef--active {
	display: inline-block;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef--clear .qodef-svg--close {
	stroke: none;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef--clear .qodef-m-text {
	margin: 7px 0;
	position: relative;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-active-filters .qodef--clear .qodef-m-text:after {
	bottom: -5px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-product-list-ordering {
	margin-left: 50px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-less,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-more {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 13px;
	display: none;
	opacity: 0;
	visibility: hidden;
	line-height: 1.564rem;
	--qodef-underline-position-y: calc(100% - 1px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-less:before,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-more:before {
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-less.qodef--active,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-more.qodef--active {
	display: inline-block;
	opacity: 1;
	visibility: visible;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-less:hover,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-filter-show-more:hover {
	animation: qode-inline-underline-initial-hover .95s cubic-bezier(.29,.15,.34,.88) 1 forwards;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-price-filter {
	padding-bottom: 30px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider-amount {
	display: none;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider {
	position: relative;
	background-color: #d8d8d8;
	margin-top: 20px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .ui-slider-handle {
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .ui-slider-handle:after {
	content: '';
	width: 11px;
	height: 11px;
	background-color: #141414;
	border-radius: 50%;
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(0,50%);
	transform-origin: center;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .ui-slider-handle:last-of-type {
	transform: translate(-11px,-50%);
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .ui-slider-range {
	position: relative;
	height: 2px;
	background-color: #141414;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .qodef--max,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .qodef--min {
	position: absolute;
	top: 10px;
	font-size: 14px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .qodef--max:after,.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .qodef--min:after {
	content: '$';
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-price-slider .qodef--max {
	right: 0;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-title {
	display: inline-block;
	margin: 0 0 5px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-options-wrapper {
	margin: 5px 0 0;
	overflow: hidden;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox {
	display: flex;
	padding: 2px 0 1px;
	position: relative;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox]:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 10px;
	display: block;
	background: url(../images/filter-check.svg);
	opacity: 0;
	transform: translate(0,-50%);
	transition: opacity .1s ease;
	cursor: pointer;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox input[type=checkbox]:checked:after {
	opacity: 1;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox .qodef-color-holder {
	display: flex;
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 3px;
	order: 0;
	position: relative;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox .qodef-color-holder:before {
	content: '';
	border: 1px solid #999595;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 19px;
	height: 19px;
	opacity: 0;
	transition: opacity .3s ease-out;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox:hover .qodef-color-holder:before {
	opacity: 1;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox .qodef-e-color {
	width: 13px;
	height: 13px;
	border-radius: 50px;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox label {
	margin: 0;
	position: relative;
	cursor: pointer;
	transition: color .2s ease-out;
	display: flex;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox label:hover {
	color: #141414;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox label .qodef-e-label {
	order: 1;
	--qodef-underline-position-y: calc(100% - 4px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox:hover label .qodef-e-label {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-checkbox .qodef-e-number {
	font-size: 9px;
	position: absolute;
	right: -17px;
	top: -3px;
}

@media only screen and (max-width:480px) {
	.qodef-woo-product-list .qodef-product-list-filter-holder {
		justify-content: flex-start;
	}

	.qodef-woo-product-list .qodef-product-list-filter-holder.qodef-filter-top-bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-e-info-right {
		flex-direction: column;
		align-items: flex-start;
	}

	.qodef-woo-product-list .qodef-product-list-filter-holder .qodef-product-list-ordering {
		margin-left: 0;
		margin-top: 20px;
	}
}

.qodef-woo-product-list .qodef-orderby {
	width: 200px;
	background-color: #fff;
	cursor: pointer;
}

@media only screen and (max-width:480px) {
	.qodef-woo-product-list .qodef-orderby {
		width: 100%;
	}
}

.qodef-woo-product-list>.qodef-e-info-right {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

@media only screen and (max-width:480px) {
	.qodef-woo-product-list>.qodef-e-info-right {
		justify-content: flex-start;
	}

	.qodef-woo-product-list>.qodef-e-info-right .qodef-product-list-ordering {
		margin-left: 0;
	}
}

.qodef-woo-product-list .qodef-product-list-ordering {
	margin-left: 50px;
}

.qodef-woo-product-list .qodef-product-list-ordering .select2-selection--single {
	padding: 11px 15px;
	border: 0;
	font-size: 14px;
}

.qodef-woo-product-list .qodef-product-list-ordering .select2-selection__arrow {
	width: auto!important;
}

@media only screen and (max-width:480px) {
	.qodef-woo-product-list .qodef-product-list-ordering {
		width: 100%;
	}

	.qodef-woo-product-list .qodef-product-list-ordering .select2-selection--single {
		padding: 11px 0;
	}
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular {
	margin-bottom: 23px;
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-e-options-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-start;
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-e-options-wrapper {
		width: 80%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:768px) {
	.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-e-options-wrapper {
		width: 100%;
	}
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-m-filter-item {
	position: relative;
	margin: 0 24px 10px;
	max-width: 99px;
	text-align: center;
	transition: color .3s ease;
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.78571em;
	font-weight: 400;
	color: #2d2d2d;
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-m-filter-item img {
	width: 99px;
	height: 99px;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-m-filter-item .qodef-m-category-name {
	display: inline-block;
	width: auto;
	font-size: 12px;
	margin-top: 10px;
	--qodef-underline-position-y: calc(100% - 3px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-m-filter-item:hover {
	color: #141414;
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-m-filter-item:hover .qodef-m-category-name {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-m-filter-item.qodef--active .qodef-m-category-name {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-woo-product-list.qodef-category-filter-type--icon .qodef-filter-category-singular .qodef-e-default-show-all {
	background: url(../img/all.png);
	background-position: center;
	background-size: cover;
	width: 99px;
	height: 99px;
	border-radius: 50%;
}

.qodef-woo-product-list .qodef-svg--close {
	cursor: pointer;
	--qodef-svg-path-length: 23px;
}

.qodef-woo-product-list .qodef-svg--close path {
	stroke-dashoffset: 0;
	stroke-dasharray: var(--qodef-svg-path-length);
	transition: stroke-dashoffset .8s cubic-bezier(0,0,.44,.98);
}

.qodef-woo-product-list .qodef-svg--close path:nth-of-type(2) {
	transition-delay: .2s;
}

.qodef-woo-product-list .qodef-svg--close:hover path {
	stroke-dashoffset: calc(2 * var(--qodef-svg-path-length));
}

.qodef-woo-product-list .qodef-product-list-filter-vertical .qodef-filter-items {
	padding-right: 50px;
}

.qodef-woo-product-list .qodef-product-list-filter-vertical .qodef-grid-item {
	margin-bottom: 25px;
}

.qodef-woo-product-list .qodef-product-list-filter-vertical .qodef-grid-item:last-of-type {
	margin-bottom: 0;
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-list .qodef-product-list-filter-vertical {
		width: 100%;
	}
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-product-list-filter-holder.qodef-filter-content {
	width: 345px;
	float: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 10px;
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-header {
	display: none;
}

.qodef-woo-product-list.qodef-filter-type--sidebar>.qodef-grid-inner {
	width: calc(100% - 345px);
	float: right;
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 345px);
	float: right;
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-gutter--no .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 315px);
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-gutter--tiny .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 321px);
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-gutter--small .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 335px);
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-gutter--medium .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 385px);
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-gutter--large .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 395px);
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-gutter--huge .qodef-product-list-filter-holder.qodef-filter-top-bar {
	width: calc(100% - 425px);
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-m-pagination-items {
	margin-left: 345px;
}

.qodef-woo-product-list.qodef-filter-type--sidebar.qodef-pagination--on.qodef-pagination-type--standard .qodef-m-pagination-spinner {
	margin-left: calc(344px /2);
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area {
	width: 100%;
	margin-top: 57px;
	padding-right: 50px;
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area .qodef-search-form .qodef-search-form-label {
	display: none;
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area .qodef-search-form .qodef--button-inside {
	right: 15px;
}

.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area .qodef-search-form input[type=search] {
	border: 1px solid #c4c4c4;
	padding: 14px 18px;
	font-size: 12px;
	font-weight: 500;
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-list.qodef-filter-type--sidebar {
		display: flex;
		flex-direction: column;
	}

	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-product-list-filter-holder.qodef-filter-content {
		width: 100%;
		float: none;
		margin-top: 80px;
		order: 3;
	}

	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-product-list-filter-holder.qodef-filter-top-bar {
		width: 100%;
		float: unset;
	}

	.qodef-woo-product-list.qodef-filter-type--sidebar>.qodef-grid-inner {
		width: 100%;
		float: none;
	}

	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-m-pagination-items {
		margin-left: 0;
	}

	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-e-widget-area,.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-items {
		padding-right: 0;
		width: 100%;
	}

	.qodef-woo-product-list.qodef-filter-type--sidebar .qodef-filter-items-wrapper {
		width: 100%;
	}
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-holder.qodef-filter-content {
	margin: 0;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-filter-top-bar {
	border-bottom: 1px solid #eee;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 400px;
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	border-left: 0;
	transform: translateX(-110%);
	visibility: hidden;
	box-shadow: 0 6px 15px #0000000D;
	transition: all .6s cubic-bezier(.77,0,.175,1);
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical .qodef-filter-items-wrapper {
	padding: 30px;
	height: calc(100vh - 83px);
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical .qodef-filter-items-wrapper {
		width: 100%;
	}
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical .qodef-filter-items {
	display: block;
	height: 100%;
	overflow-y: scroll;
	padding-right: 23px;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical .qodef-filter-items::-webkit-scrollbar {
	width: 2px;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical .qodef-filter-items::-webkit-scrollbar-track {
	background: #e5e4e4;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical .qodef-filter-items::-webkit-scrollbar-thumb {
	background: #000;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical.qodef--active {
	visibility: visible;
	transform: translateX(0);
}

.admin-bar .qodef-woo-product-list.qodef-filter-type--fixed .qodef-product-list-filter-vertical {
	top: 32px;
}

.qodef-woo-product-list.qodef-filter-type--fixed .qodef-filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f6f4f2;
	padding: 29px 31px 29px 25px;
	text-transform: uppercase;
	font-size: 15px;
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-items--fixed.qodef-item-layout--info-on-image .qodef-e-inner {
	overflow: visible!important;
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-items--fixed .qodef-woo-product-image {
	height: 100%;
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-items--fixed .qodef-woo-product-image img {
	-o-object-fit: cover;
	object-fit: cover;
}

.qodef-woo-product-list.qodef-layout--masonry.qodef-items--fixed .qodef-woo-product-image-wrapper {
	height: 100%;
}

.qodef-woo-product-list .qodef-m-posts-not-found {
	line-height: 1.4em;
}

.qodef-woo-product-list.qodef-variation--color-only .variations .select2-container,.qodef-woo-product-list.qodef-variation--color-only .variations .select_box {
	display: none;
}

.qodef-woo-product-list.qodef-variation--color-only .variations .select2-container.select_box_colorpicker,.qodef-woo-product-list.qodef-variation--color-only .variations .select_box.select_box_colorpicker {
	display: block;
}

.qodef-filter-spinner {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: auto;
	visibility: hidden;
	z-index: -1;
	animation: qode-rotate 2s infinite linear;
}

.qodef-filter-spinner {
	position: absolute;
	bottom: calc(50% - 32px / 2);
	left: calc(50% - 32px / 2);
}

.qodef--loading .qodef-filter-spinner {
	visibility: visible;
	z-index: 1;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-media-inner {
	padding: 31px 0;
	opacity: 1;
	transform: translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-top-holder {
	justify-content: center;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-content {
	margin: 24px 0 0;
	text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .price {
	position: absolute!important;
	top: 0;
	margin: 0!important;
	justify-content: center;
	transition: top .2s ease-out;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-additional-holder {
	position: relative;
	justify-content: center;
	min-height: 27px;
	width: 100%;
	margin: 0 0 5px;
	overflow: hidden;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-additional-holder .button {
	position: absolute!important;
	width: auto!important;
	bottom: -100%;
	color: #2d2d2d!important;
	background-color: transparent!important;
	padding: 0!important;
	transition: bottom .2s ease-out!important;
	text-decoration: none;
	background-image: linear-gradient(currentColor,currentColor);
	background-position: 0 90%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .yith-wcwl-add-to-wishlist a:before {
	margin: auto;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner:hover .button {
	bottom: 0;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image .qodef-e-inner:hover .price {
	top: -100%;
}

.qodef-woo-product-list.qodef-item-layout--info-on-image li .qodef-e-media {
	height: 100%;
	width: 100%;
}

.qodef-woo-product-list.qodef-item-layout--price-switch li .qodef-e-media {
	height: 100%;
	width: 100%;
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-e-top-holder {
	justify-content: center;
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-e-content {
	margin: 24px 0 0;
	text-align: center;
}

.qodef-woo-product-list.qodef-item-layout--price-switch .price {
	position: absolute!important;
	top: 0;
	margin: 0!important;
	justify-content: center;
	transition: opacity .25s ease-out,transform .4s cubic-bezier(.61,1,.88,1);
	opacity: 1;
	transform: translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-additional-holder {
	position: relative;
	justify-content: center;
	min-height: 27px;
	margin: 5px 0;
	overflow: hidden;
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-additional-holder .button {
	position: absolute!important;
	bottom: -100%;
	color: #2d2d2d!important;
	background-color: transparent!important;
	padding: 0!important;
	border: 0!important;
	transition: opacity .25s ease-out,opacity .25s ease-out,transform .4s cubic-bezier(.25,.46,.45,.94);
	opacity: 0;
	transform: translateY(0);
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-additional-holder .button:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	--qodef-underline-position-y: calc(100% - 2px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-additional-holder .button:hover:before {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-woo-product-list.qodef-item-layout--price-switch .yith-wcwl-add-to-wishlist a:before {
	margin: auto;
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-e-inner:hover .button {
	opacity: 1;
	transform: translateY(-100%);
}

.qodef-woo-product-list.qodef-item-layout--price-switch .qodef-e-inner:hover .price {
	opacity: 0;
	transform: translateY(-100%);
}

.qodef-woo-product-showcase-slider {
	opacity: 0;
}

.qodef-woo-product-showcase-slider .qodef-e {
	height: calc(100vh - 134px);
	border-bottom: 1px solid #ededed;
}

.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner {
	display: flex;
	height: 100%;
	padding: 25px 0;
}

.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-content,.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-media {
	width: 50%;
	height: 100%;
}

.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner .qodef-e-media img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-woo-product-mark {
	position: absolute;
	top: 13px;
	right: 14px;
	padding: 16px 10px;
	border-radius: 50%;
	font-size: 12px;
	line-height: 1;
	background-color: #fff;
	z-index: 5;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-button {
	margin: 22px 0 0;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-title {
	margin: 0 0 14px;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-info-holder {
	position: relative;
	right: 10%;
	max-width: 52%;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 21%;
	z-index: 2;
	transform: translate(-50%,-50%);
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product>.qodef-e-inner {
	position: relative;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-media-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	padding: 40px;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-woo-product-title {
	margin: 0 0 2px;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-woo-product-price {
	font-weight: 500;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-woo-product-price ins {
	text-decoration: none;
	margin-left: 8px;
}

.qodef-woo-product-showcase-slider .swiper-button-prev {
	left: 25px!important;
}

.qodef-woo-product-showcase-slider .swiper-button-prev .qodef-svg--slider-arrow-left {
	width: 24px;
	height: 48px;
	stroke-width: 1px;
}

.qodef-woo-product-showcase-slider .swiper-button-next {
	right: 25px!important;
}

.qodef-woo-product-showcase-slider .swiper-button-next .qodef-svg--slider-arrow-right {
	width: 24px;
	height: 48px;
	stroke-width: 1px;
}

.qodef-woo-product-showcase-slider .swiper-pagination-bullets {
	position: absolute!important;
	justify-content: flex-start;
	left: 10px!important;
	bottom: 25px!important;
}

@media only screen and (max-width:1440px) {
	.qodef-woo-product-showcase-slider .qodef-e .qodef-e-info-holder {
		right: 5%;
		max-width: 55%;
	}

	.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product .qodef-e-media-inner {
		padding: 20px;
	}

	.qodef-woo-product-showcase-slider .qodef-e .qodef-button {
		margin: 15px 0 10px;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-woo-product-showcase-slider .qodef-e {
		height: 100%;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner {
		flex-direction: column;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-content {
		padding: 0 0 40px;
		align-items: flex-start;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-content,.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-media {
		width: 100%;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-media {
		max-height: 30vh;
		margin: 0;
	}

	.qodef-woo-product-showcase-slider .qodef-e .qodef-e-info-holder {
		right: 0;
		max-width: 100%;
	}

	.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
		position: relative;
		max-width: 40%;
		top: unset;
		bottom: 15vh;
		transform: translate(-50%,0);
	}

	.qodef-woo-product-showcase-slider .swiper-button-next,.qodef-woo-product-showcase-slider .swiper-button-prev {
		bottom: 35vh!important;
		top: unset;
	}
}

@media only screen and (max-width:680px) {
	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner {
		padding: 60px 0;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-content {
		padding: 0 0 30px;
		order: 1;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-content,.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-media {
		width: 100%;
	}

	.qodef-woo-product-showcase-slider .qodef-e>.qodef-e-inner>.qodef-e-media {
		max-height: 30vh;
		margin: 30px 0 0;
		order: 3;
	}

	.qodef-woo-product-showcase-slider .qodef-e .qodef-e-info-holder {
		right: 0;
		max-width: 100%;
	}

	.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
		position: relative;
		max-width: 100%;
		top: unset;
		left: 0;
		bottom: 0;
		order: 2;
		transform: none;
	}

	.qodef-woo-product-showcase-slider .swiper-button-next,.qodef-woo-product-showcase-slider .swiper-button-prev {
		bottom: unset!important;
		top: 50%;
	}
}

.qodef-woo-product-showcase-slider .qodef--word {
	-webkit-clip-path: inset(-.1em 0);
	clip-path: inset(-.1em 0);
	white-space: nowrap;
}

.qodef-woo-product-showcase-slider .qodef-e-title {
	opacity: 0;
}

.qodef-woo-product-showcase-slider .qodef-e-title.qodef--init-split {
	opacity: 1;
}

.qodef-woo-product-showcase-slider.qodef--backwards .qodef-e.swiper-slide-next {
	z-index: 1;
	opacity: 1!important;
}

.qodef-woo-product-showcase-slider.qodef--backwards .qodef-e.swiper-slide-next .qodef--char {
	animation: qode-char-out .5s cubic-bezier(.65,.05,.36,1) forwards;
	animation-delay: calc(var(--qode-char-index) * 12ms);
}

.qodef-woo-product-showcase-slider.qodef--backwards .qodef-e.swiper-slide-next .qodef-e-text,.qodef-woo-product-showcase-slider.qodef--backwards .qodef-e.swiper-slide-next .qodef-m-button {
	animation: qode-text-out .4s .1s ease-out forwards;
}

.qodef-woo-product-showcase-slider.qodef--backwards .qodef-e.swiper-slide-next .qodef-e-product .qodef-e-inner {
	opacity: 0;
	transform: translateX(-100%);
	animation: qode-small-image-out .6s ease-in forwards;
}

.qodef-woo-product-showcase-slider:not(.qodef--backwards) .qodef-e.swiper-slide-prev {
	z-index: 2;
	opacity: 1!important;
}

.qodef-woo-product-showcase-slider:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef--char {
	animation: qode-char-out .5s cubic-bezier(.65,.05,.36,1) forwards;
	animation-delay: calc(var(--qode-char-index) * 12ms);
}

.qodef-woo-product-showcase-slider:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef-e-text,.qodef-woo-product-showcase-slider:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef-m-button {
	animation: qode-text-out .4s .2s ease-out forwards;
}

.qodef-woo-product-showcase-slider:not(.qodef--backwards) .qodef-e.swiper-slide-prev .qodef-e-product .qodef-e-inner {
	opacity: 0;
	transform: translateX(-100%);
	animation: qode-small-image-out .6s ease-in forwards;
}

.qodef-woo-product-showcase-slider .qodef-e {
	transition-property: z-index!important;
	z-index: 0;
}

.qodef-woo-product-showcase-slider .qodef-e .qodef-e-product {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active {
	z-index: 3;
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active .qodef--char {
	opacity: 0;
	animation: qode-char-in 1.5s cubic-bezier(.65,.05,.36,1) forwards;
	animation-delay: calc(var(--qode-char-index) * 36ms);
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active .qodef-e-text,.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active .qodef-m-button {
	opacity: 0;
	animation: qode-text-in .5s ease-out both;
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active .qodef-e-text {
	animation-delay: .75s;
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active .qodef-m-button {
	animation-delay: .9s;
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active .qodef-e-product .qodef-e-inner {
	opacity: 0;
	animation: qode-small-image-in .8s cubic-bezier(.25,.46,.45,.94) .4s forwards;
}

.qodef-woo-product-showcase-slider .qodef-e.swiper-slide-active>.qodef-e-inner>.qodef-e-media img {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	animation: qode-big-image-in 1s forwards;
}

.qodef-woo-product-showcase-slider.qode--split-text-complete {
	animation: qode-fade-in 1s ease-out forwards;
}

div#qodef-woo-page.qodef--single .qodef-product-info-bottom {
	border-radius: 4px;
	background-color: #e6e4e4;
	display: inline-flex;
	padding: 5px 21px 6px;
	margin-top: 31px;
}

div#qodef-woo-page.qodef--single .qodef-product-info-bottom .qodef-pib-left-holder {
	margin-top: 2px;
	width: 12px;
}

div#qodef-woo-page.qodef--single .qodef-product-info-bottom .qodef-pib-right-holder {
	display: flex;
	flex-direction: column;
	margin-left: 11px;
	font-size: 13px;
}

div#qodef-woo-page.qodef--single .qodef-woo-accordion-tabs~.qodef-social-share {
	margin-top: 0;
}

div#qodef-woo-page.qodef--single .qodef-sticky-column,div#qodef-woo-page.qodef--single .qodef-sticky-item,div#qodef-woo-page.qodef--single .qodef-sticky-wrapper {
	position: relative;
}

@media only screen and (max-width:1440px) {
	div#qodef-woo-page.qodef--single .qodef-product-info-bottom {
		padding: 5px 17px 6px;
	}
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
	display: grid;
	gap: 0;
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		display: flex;
		flex-direction: column;
	}
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-grid>.qodef-grid-inner {
	grid-template-columns: repeat(2,1fr);
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-grid>.qodef-grid-inner::before {
	display: none;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary {
	max-width: 78%;
	margin: 0 auto;
}

@media only screen and (max-width:1366px) {
	.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary {
		margin-right: 0;
		max-width: 90%;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .entry-summary {
		margin-right: auto;
		max-width: 100%;
	}
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__image:first-of-type {
	grid-column: 1/3;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block;
	width: 100%;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	width: 100%;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-tabs {
	margin-top: 60px;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-tabs .wc-tabs {
	margin: 0;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-tabs li {
	margin: 0;
	flex: 0 1 100%;
}

.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-tabs li a {
	display: flex;
	width: 100%;
	justify-content: center;
	padding: 10px 15px;
	white-space: nowrap;
}

@media only screen and (max-width:1366px) {
	.qodef-product-layout--big_images div#qodef-woo-page.qodef--single .woocommerce-tabs li a {
		padding: 10px;
		font-size: 13px;
	}
}

.qodef-product-layout--full-width #qodef-page-inner {
	padding-top: 0;
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .related,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1440px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .related,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
		width: 1100px;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .related,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
		padding-left: 0;
		padding-right: 0;
		width: 86%;
		margin-left: auto;
		margin-right: auto;
	}
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .woocommerce-tabs {
	display: block;
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
	align-items: center;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		padding: 20px 0 100px;
		flex-direction: column;
	}
}

@media only screen and (max-width:768px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
		padding: 60px 0 100px;
	}
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-image {
	flex-basis: 55%;
	padding: 0 0 0 40px;
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-image {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 86%;
	}
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-single-image .qodef-position--left+.qodef-product-video {
	transform: translate(calc(-50% + 107px),-50%);
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	max-width: 110px;
	max-height: 115px;
}

@media only screen and (max-width:680px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper {
		display: grid;
	}

	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
		max-width: 100%;
		max-height: 100%;
	}
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
	flex-basis: 45%;
	padding: 0 calc(40px + 6%) 0 8%;
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--full-width div#qodef-woo-page.qodef--single .entry-summary {
		margin-left: auto;
		margin-right: auto;
		width: 86%;
		padding: 0;
	}
}

.qodef-product-layout--full-width div#qodef-woo-page.qodef--single form.cart {
	margin-top: 30px;
}

.qodef-product-layout--slider #qodef-page-header-inner {
	border-bottom-width: 0!important;
}

.qodef-product-layout--slider #qodef-page-inner {
	padding-top: 0;
	width: 100%;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .related,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .related,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-notices-wrapper,.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
		padding-left: 0;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .woocommerce-tabs {
	display: block;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-inner {
	display: flex;
	flex-direction: column;
	row-gap: 0;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-slider-wrapper {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	margin: 0 40px;
	padding: 20px 0 100px;
	width: calc(100% - 2*40px);
}

@media only screen and (max-width:1366px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-slider-wrapper {
		padding: 70px 0 95px;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-slider-wrapper {
		flex-direction: column;
	}
}

@media only screen and (max-width:680px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-slider-wrapper {
		margin: 0 7%;
		width: calc(100% - 2*7%);
	}
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-image {
	flex-basis: 50%;
	width: 50%;
	padding: 0 40px 0 4%;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-image>div {
	width: 100%;
}

@media only screen and (max-width:1366px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-image {
		flex-basis: 55%;
		width: 55%;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-single-image {
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		width: 86%;
	}
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-swiper-container .swiper-wrapper {
	display: flex;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-swiper-container .swiper-pagination-bullets {
	position: absolute!important;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
	max-width: 110px;
	max-height: 115px;
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single .entry-summary {
	flex-basis: 45%;
	width: 45%;
	padding: 0 3.2% 0 calc(40px + 7.4%);
}

@media only screen and (max-width:1366px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .entry-summary {
		padding: 0 3.2% 0 40px;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .entry-summary {
		margin-left: auto;
		margin-right: auto;
		width: 86%;
		padding: 0;
	}
}

@media only screen and (max-width:680px) {
	.qodef-product-layout--slider div#qodef-woo-page.qodef--single .entry-summary {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
}

.qodef-product-layout--slider div#qodef-woo-page.qodef--single form.cart {
	margin-top: 30px;
}

.widget_diptam_core_woo_side_area_cart {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener {
	position: relative;
	display: flex;
	align-items: flex-end;
	height: 100%;
	margin-bottom: 5px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-text {
	margin-right: 9px;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener .qodef-m-opener-count {
	margin-left: 2px;
	font-size: 9px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .04em;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener svg {
	width: 20px;
	height: 18px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-opener-icon {
	display: flex;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	position: fixed;
	top: 0;
	right: -430px;
	height: 100vh;
	width: 430px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 92px 0 74px;
	background-color: #fff;
	border-left: 1px solid #eee;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77,0,.175,1);
	box-shadow: 0 6px 15px #0000000D;
}

.admin-bar .widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content {
	top: 32px;
	height: calc(100vh - 32px);
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-widget-side-area-cart-content>.qodef-e-title {
	position: absolute;
	top: 32px;
	padding: 0 32px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close {
	position: absolute;
	top: 22px;
	right: 24px;
	display: block;
	font-size: 34px;
	z-index: 1000;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close .qodef-svg--close {
	width: 14px;
	height: 14px;
	display: inline-block;
	stroke-width: 1.15;
	--qodef-svg-path-length: 23px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close .qodef-svg--close path {
	stroke-dashoffset: 0;
	stroke-dasharray: var(--qodef-svg-path-length);
	transition: stroke-dashoffset .7s cubic-bezier(0,0,.44,.98);
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close .qodef-svg--close path:nth-of-type(2) {
	transition-delay: .17s;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-close:hover .qodef-svg--close path {
	stroke-dashoffset: calc(2 * var(--qodef-svg-path-length));
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-posts-not-found {
	padding: 0 32px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	padding: 0 32px!important;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px!important;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-woo-side-area-cart-item:first-child {
	margin-top: 0;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image {
	flex-shrink: 0;
	width: 96px;
	margin-right: 20px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image a,.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-image img {
	display: block;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-content {
	width: 100%;
	padding-right: 20px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-title {
	margin: 0;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price {
	margin: 0;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-price span {
	font-weight: 500;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-e-quantity {
	margin: 1px 0 0;
	font-size: 12px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .remove {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	line-height: 1;
	z-index: 5;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 9px;
	padding: 20px 31px 0;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details>* {
	margin: 0;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details::before {
	content: "";
	display: block;
	width: calc(100% - 2 * 32px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 32px;
	right: 0;
	background-color: #000;
	opacity: .1;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-order-details .amount {
	font-weight: 500;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0 32px;
	margin-top: 21px;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link {
	font-family: Poppins,sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .03em;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	color: #fff;
	background-color: #141414;
	border: 1px solid transparent;
	line-height: 1.564rem;
	justify-content: center;
	padding: 10px 0;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text {
	line-height: 1.564rem;
	--qodef-underline-position-y: calc(100% - 2px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link .qodef-m-text {
	backface-visibility: hidden;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:last-of-type {
	margin-top: 8px;
	background-color: #fff;
	border-color: #000;
	color: #000;
}

.widget_diptam_core_woo_side_area_cart .qodef-widget-side-area-cart-inner .qodef-m-action-link:hover .qodef-m-text {
	background-size: 100% var(--qodef-underline-height);
}

.widget_diptam_core_woo_side_area_cart.qodef--opened .qodef-widget-side-area-cart-content {
	right: 0;
	visibility: visible;
}

.qodef-woo-side-area-cart-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 430px);
	height: 100vh;
	overflow: hidden;
	z-index: 1002;
}

.qodef-shortcode .last_toggle_el_margin,.qodef-shortcode .wpb_button,.qodef-shortcode .wpb_content_element,.qodef-shortcode .wpb_row,.qodef-shortcode ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0!important;
}

.qodef-vc-row-wrapper.qodef--parallax-row {
	width: 100%;
}

.touchevents .qodef-vc-row-wrapper.qodef--parallax-row {
	height: auto!important;
}

.qodef-clients-list .qodef-e {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-image a {
	display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-logo {
	width: auto;
	opacity: 1;
	will-change: opacity;
	transition: opacity .15s ease-out;
	display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e .qodef-e-hover-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	transition: opacity .15s ease-out;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-logo {
	opacity: 0;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade-in .qodef-e:hover .qodef-e-hover-logo {
	opacity: 1;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-image a {
	display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-logo {
	width: auto;
	opacity: var(--qodef-client-initial-opacity,1);
	will-change: opacity;
	transition: opacity .3s ease;
	display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e .qodef-e-hover-logo {
	display: none;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--fade .qodef-e:hover .qodef-e-logo {
	opacity: var(--qodef-client-hover-opacity,.5);
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e {
	display: flex;
	align-items: center;
	justify-content: center;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image {
	line-height: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-image a {
	display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-logo {
	width: auto;
	display: inline-block;
}

.qodef-clients-list.qodef-item-layout--image-only.qodef-hover-animation--no-hover .qodef-e .qodef-e-hover-logo {
	display: none;
}

.qodef-portfolio-single {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-portfolio-single .qodef-media iframe {
	max-height: calc(56.25vw);
}

.qodef-portfolio-single .qodef-portfolio-title {
	margin: 55px 0 15px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e>:last-child {
	margin-bottom: 1px;
}

.qodef-portfolio-single .qodef-portfolio-info>* {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.qodef-portfolio-single .qodef-portfolio-info>:last-child {
	margin-bottom: 0;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-info-separator-single {
	font-size: 12px;
}

.qodef-portfolio-single .qodef-portfolio-info .qodef-e-label {
	font-size: 12px;
	margin: 0 14px 0 0;
}

.qodef-portfolio-single .qodef-portfolio-info a {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-portfolio-single .qodef-portfolio-info a:hover {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-portfolio-single .qodef-portfolio-info a,.qodef-portfolio-single .qodef-portfolio-info p {
	font-size: 12px;
	letter-spacing: .03em;
	margin: 0;
}

.qodef-portfolio-single .qodef-variations--small .qodef-col--sidebar {
	margin-left: 40px;
}

.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-info {
	margin-top: 25px;
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single .qodef-variations--small .qodef-col--sidebar {
		margin-left: 0;
	}
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-title {
	margin: 0 0 15px;
}

.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
	margin-top: 36px;
}

.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
	margin-top: 111px;
}

.qodef-portfolio-category-list .qodef-e-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-portfolio-category-list .qodef-e-image img {
	display: block;
}

.qodef-portfolio-category-list .qodef-e-content a {
	position: relative;
	z-index: 1;
}

.qodef-portfolio-category-list .qodef-e-title {
	margin: 0;
}

.qodef-portfolio-category-list .qodef-e-description {
	margin: 9px 0 0;
}

.qodef-portfolio-category-list .qodef-e-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-inner:hover .qodef-e-content {
	opacity: 1;
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 31px 40px;
	background-color: rgba(20,20,20,.4);
	opacity: 0;
	transition: opacity .2s ease-out;
}

.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-description,.qodef-portfolio-category-list.qodef-item-layout--gallery .qodef-e-title {
	color: #fff;
}

.qodef-portfolio-category-list.qodef-item-layout--standard .qodef-e-content {
	margin-top: 28px;
}

.qodef-portfolio-list .qodef-e-content,.qodef-portfolio-list .qodef-e-inner,.qodef-portfolio-list .qodef-e-media {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-portfolio-list .qodef-e-media iframe {
	display: block;
	height: 100%;
}

.qodef-portfolio-list .qodef-e-media-image {
	position: relative;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}

.qodef-portfolio-list .qodef-e-media-image a,.qodef-portfolio-list .qodef-e-media-image img {
	display: block;
	width: 100%;
}

.qodef-portfolio-list .qodef-e-content {
	margin: 30px 0 0;
}

.qodef-portfolio-list .qodef-e-title {
	margin: 0;
}

.qodef-portfolio-list .qodef-e-excerpt {
	margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-top-holder {
	margin-bottom: 5px;
}

.qodef-portfolio-list .qodef-e-read-more {
	margin: 15px 0 0;
}

.qodef-portfolio-list .qodef-e-post-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qodef-portfolio-list .qodef-m-pagination {
	margin-top: 35px;
}

.archive .qodef-portfolio-list .qodef-m-pagination {
	margin-top: 70px;
}

.qodef-portfolio-list .qodef-custom-margin .qodef-e-inner {
	width: auto;
}

.qodef-portfolio-list .qodef-m-info a {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-portfolio-list .qodef-m-info a:hover {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-media {
	height: 100%;
	width: 100%;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-content {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 20px 26px 22px;
	background: linear-gradient(#00000000 30%,rgba(41,24,24,.2));
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title {
	color: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a {
	color: inherit;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-e-title a:hover {
	color: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-m-info>* {
	color: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover article .qodef-m-info a:hover {
	color: #fff;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content {
	opacity: 0;
	transition: opacity .5s ease-out;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-top-holder,.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-m-info {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity .35s ease-out,transform .4s cubic-bezier(.25,.46,.45,.94);
	z-index: 2;
	pointer-events: none;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-e-top-holder a,.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content .qodef-m-info a {
	pointer-events: all;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content {
	opacity: 1;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content .qodef-e-top-holder,.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content .qodef-m-info {
	opacity: 1;
	transform: translateY(0);
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content .qodef-e-top-holder {
	transition-delay: .15s,.15s;
}

.qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e:hover .qodef-e-content .qodef-m-info {
	transition-delay: .3s,.3s;
}

.qodef-portfolio-project-info {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.qodef-portfolio-project-info .qodef-e-label {
	margin: 0 0 5px 0;
}

.qodef-portfolio-project-info a,.qodef-portfolio-project-info p {
	margin: 0;
}

#qodef-portfolio-single-related-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 86px;
}

#qodef-single-portfolio-navigation {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 139px 0 3px;
}

#qodef-single-portfolio-navigation .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#qodef-single-portfolio-navigation .qodef-m-nav {
	position: relative;
	display: flex;
	align-items: center;
}

#qodef-single-portfolio-navigation .qodef-m-nav>* {
	display: block;
	line-height: inherit;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-icon {
	margin-right: 5px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next {
	flex-direction: row-reverse;
	text-align: right;
	margin-left: auto;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-icon {
	margin-left: 5px;
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link {
	position: absolute;
	top: 0;
	left: calc(50% - 16px);
}

#qodef-single-portfolio-navigation .qodef-m-nav.qodef--back-link .qodef-m-nav-icon {
	font-size: 32px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-icon {
	font-size: 30px;
}

#qodef-single-portfolio-navigation .qodef-m-nav-label {
	position: relative;
	font-weight: 400;
	font-family: Poppins,sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.46667em;
	text-transform: uppercase;
	letter-spacing: .015em;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

#qodef-single-portfolio-navigation .qodef-m-nav-label:hover {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-layout--gallery-big #qodef-single-portfolio-navigation,.qodef-layout--images-big #qodef-single-portfolio-navigation,.qodef-layout--slider-big #qodef-single-portfolio-navigation {
	margin: 119px 0 3px;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 19px;
	float: none;
}

.qodef-portfolio-single.qodef-layout--images-big .qodef-e-content {
	margin-top: 17px;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item {
	display: block;
	margin-bottom: 19px;
	float: none;
}

.qodef-portfolio-single.qodef-layout--images-small .qodef-media .qodef-grid-item:last-child {
	margin-bottom: 0;
}

.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-next,.qodef-portfolio-single.qodef-layout--slider-big .qodef-media .swiper-button-prev {
	color: #fff;
}

.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-next,.qodef-portfolio-single.qodef-layout--slider-small .qodef-media .swiper-button-prev {
	color: #fff;
}

.qodef-testimonials-list .qodef-e-inner {
	padding: 42px 43px 47px;
	background-color: #fff;
}

.qodef-testimonials-list .qodef-e-media-image {
	line-height: 0;
	margin-bottom: 20px;
}

.qodef-testimonials-list .qodef-e-media-image img {
	width: auto;
}

.qodef-testimonials-list .qodef-e-title {
	margin: 0 0 42px;
}

.qodef-testimonials-list .qodef-e-text {
	margin: 0 0 32px;
}

.qodef-testimonials-list .qodef-e-location {
	font-size: 12px;
}

.qodef-testimonials-list .qodef-e-location:after {
	content: ',';
}

.qodef-testimonials-list .qodef-e-date {
	font-size: 12px;
}

.qodef-testimonials-list .qodef-e-author {
	display: block;
	font-weight: 600;
	color: #141414;
	margin: 0;
}

.qodef-testimonials-list .swiper-pagination-bullets {
	text-align: left;
	bottom: 0!important;
}

.qodef-testimonials-list .swiper-pagination-bullets .swiper-pagination-bullet:before {
	background-color: var(--qode-main-color);
}

.qodef-testimonials-list.qodef-content-align--center .qodef-e-media-image img {
	display: block;
	margin: 0 auto;
}

.qodef-testimonials-list.qodef-content-align--center .qodef-e-content {
	text-align: center;
}

.qodef-testimonials-list.qodef-content-align--right .qodef-e-media-image img {
	display: block;
	margin: 0 0 0 auto;
}

.qodef-testimonials-list.qodef-content-align--right .qodef-e-content {
	text-align: right;
}

.qodef-testimonials-list.qodef-col-num--1 .qodef-e-inner {
	width: 80%;
	margin: 0 auto;
}

@media only screen and (max-width:680px) {
	.qodef-testimonials-list.qodef-col-num--1 .qodef-e-inner {
		width: 100%;
	}
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-inner {
	background-color: transparent;
}

@media only screen and (max-width:680px) {
	.qodef-testimonials-list.qodef-skin--light .qodef-e-inner {
		padding: 42px 0 47px;
	}
}

.qodef-testimonials-list.qodef-skin--light .qodef-e-author,.qodef-testimonials-list.qodef-skin--light .qodef-e-date,.qodef-testimonials-list.qodef-skin--light .qodef-e-location,.qodef-testimonials-list.qodef-skin--light .qodef-e-text,.qodef-testimonials-list.qodef-skin--light .qodef-e-title {
	color: #fff;
}

.qodef-testimonials-list.qodef-skin--light .swiper-pagination-bullet {
	background-color: #fff;
}

.qodef-testimonials-list.qodef-content-grid {
	display: block;
}

@media only screen and (max-width:1440px) {
	.qodef-testimonials-list.qodef-content-grid {
		width: 1100px!important;
	}
}

@media only screen and (max-width:1200px) {
	.qodef-testimonials-list.qodef-content-grid {
		width: 960px!important;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-testimonials-list.qodef-content-grid {
		width: 86%!important;
	}
}

.qodef-testimonials-wrapper {
	position: relative;
}

.qodef-testimonials-wrapper .swiper-button-next svg,.qodef-testimonials-wrapper .swiper-button-prev svg {
	width: 21px;
	height: 41px;
	stroke-width: 1.2;
}

.qodef-testimonials-wrapper .swiper-button-prev {
	color: #fff;
	left: 30px!important;
}

.qodef-testimonials-wrapper .swiper-button-next {
	color: #fff;
	right: 30px!important;
}

.page-template-default .qodef-testimonials-wrapper .qodef-testimonials-list.qodef-content-grid {
	width: 100%;
}

.page-template-default .qodef-testimonials-wrapper .swiper-button-prev {
	color: #141414;
	left: -56px!important;
}

.page-template-default .qodef-testimonials-wrapper .swiper-button-next {
	color: #141414;
	right: -56px!important;
}

@media only screen and (max-width:680px) {
	.qodef-testimonials-wrapper .swiper-button-prev {
		display: none;
	}

	.qodef-testimonials-wrapper .swiper-button-next {
		display: none;
	}
}

.qodef-review-rating {
	display: flex;
}

.qodef-review-rating .qodef-rating-inner {
	display: flex;
	flex-basis: 50%;
}

.qodef-review-rating label {
	margin: 0 10px 0 0;
}

.qodef-review-rating .qodef-comment-rating-box {
	display: flex;
	margin: 0;
}

.qodef-review-rating .qodef-star-rating {
	position: relative;
	display: block;
	margin: 0 .1em 0 0;
	cursor: pointer;
	color: #141414;
}

.qodef-review-rating .qodef-star-rating svg {
	display: block;
	width: 14px;
	height: auto;
	fill: none;
	stroke: currentColor;
}

.qodef-review-rating .qodef-star-rating.active svg {
	fill: currentColor;
}

.qodef-review-rating .qodef-comments-ratings {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-inner {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star {
	color: #141414;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg {
	display: inline-block;
	margin-right: .1em;
	width: 14px;
	height: auto;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star svg:last-child {
	margin-right: 0;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
}

.qodef-review-rating .qodef-comments-ratings .qodef-m-star.qodef--active svg {
	fill: currentColor;
}

.qodef-reviews-per-criteria .qodef-item-reviews-average-rating {
	color: var(--qode-main-color);
	font-size: 60px;
	line-height: 1em;
	font-weight: 700;
}

.qodef-reviews-per-criteria .qodef-item-reviews-verbal-description {
	vertical-align: middle;
	margin: 2px 0 0;
}

.qodef-reviews-per-criteria .qodef-item-reviews-rating-icon {
	vertical-align: middle;
	font-size: 20px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right {
	vertical-align: middle;
	padding-left: 200px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar {
	line-height: 28px;
}

.qodef-reviews-per-criteria .qodef-item-reviews-display-right .qodef-item-reviews-display-bar .qodef-item-reviews-display-bar-inner {
	padding: 6px 0;
}

.qodef-reviews-per-mark .qodef-reviews-number-holder {
	display: flex;
	align-items: center;
}

.qodef-reviews-per-mark .qodef-reviews-number-wrapper {
	display: flex;
	flex-direction: column;
	width: 25%;
	text-align: center;
}

.qodef-reviews-per-mark .qodef-reviews-number {
	font-size: 72px;
	color: #ffd740;
	font-weight: 700;
	line-height: 1em;
}

.qodef-reviews-per-mark .qodef-stars-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars {
	display: block;
}

.qodef-reviews-per-mark .qodef-stars-wrapper .qodef-stars i {
	color: #ffd740;
}

.qodef-reviews-per-mark .qodef-reviews-count {
	font-weight: 700;
	font-size: 14px;
}

.qodef-reviews-per-mark .qodef-rating-percentage-wrapper {
	width: 75%;
	padding: 29px 50px 40px;
	background-color: #fafafa;
	border-left: 1px solid #e5e5e5;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-reviews-summary {
	display: inline-block;
	vertical-align: middle;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.qodef-reviews-simple .qodef-reviews-number-wrapper .qodef-stars-wrapper-inner {
	display: block;
}

.qodef-comment-list .qodef-comment-name {
	float: none;
}

.qodef-comment-list .qodef-review-rating {
	display: inline-block;
	width: 100%;
}

.qodef-comment-list .qodef-rating-inner {
	display: inline-block;
	width: 100%;
}

@keyframes cover_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}

	100% {
		opacity: 0;
		visibility: hidden;
		z-index: 0;
	}
}

@keyframes cover_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
		z-index: 100;
	}

	100% {
		opacity: 1;
		visibility: visible;
		z-index: 100;
	}
}

.qodef-search-cover-form {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background-color: #fff;
	z-index: -1;
	transition: opacity .3s ease;
}

.qodef-search-cover-form .qodef-m-inner {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 0 5.1%;
}

.qodef-search-cover-form .qodef-m-form-field {
	padding: 0;
	margin-bottom: 0;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--qode-main-color);
	background-color: transparent;
	border: 0;
	border-radius: 0;
	outline-offset: 0;
}

.qodef-search-cover-form .qodef-m-form-field:focus {
	color: var(--qode-main-color);
}

.qodef-search-cover-form .qodef-m-form-field:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

.qodef-search-cover-form .qodef-m-form-field::placeholder {
	color: inherit;
	opacity: 1;
}

.qodef-search-cover-form .qodef-m-close {
	flex-shrink: 0;
}

.qodef-search-cover-form .qodef-m-close.qodef-source--icon-pack {
	font-size: 23px;
}

.qodef-covers-search--fadeout .qodef-search-cover-form {
	animation: cover_search_fade_out .3s ease both;
}

.qodef-covers-search--fadein .qodef-search-cover-form {
	animation: cover_search_fade_in .3s ease both;
}

.qodef-header--sticky-display #qodef-page-header>.qodef-search-cover-form {
	display: none;
}

.qodef-fullscreen-search-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,.98);
	z-index: 100;
}

.qodef-fullscreen-menu-animate--in .qodef-fullscreen-search-holder {
	display: none;
}

.qodef-fullscreen-search-holder .qodef-m-inner {
	width: 100%;
}

.qodef-fullscreen-search-holder .qodef-m-form {
	position: relative;
	width: 60%;
	margin: 0 auto;
}

.qodef-fullscreen-search-holder .qodef-m-form-field {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 25px;
	color: #141414;
	line-height: 2em;
	background: 0 0;
	border: 0;
	border-radius: 0;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: auto;
	padding: 0;
	margin: 0;
	color: #141414;
	background: 0 0;
	border: 0;
	outline: 0;
	opacity: 0;
	cursor: pointer;
	transition: color .2s ease-out;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit:hover {
	color: var(--qode-main-color);
	background: 0 0;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-submit {
	opacity: 1;
	bottom: 10px;
	transition: color .2s ease,opacity .2s ease-out 1.1s,bottom .4s ease-out .9s;
}

.qodef-fullscreen-search-holder .qodef-m-form-submit.qodef-source--icon-pack {
	font-size: 18px;
}

.qodef-fullscreen-search-holder .qodef-m-form-line {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-form-line {
	width: 100%;
	transition: width .5s ease .6s;
}

.qodef-fullscreen-search-holder .qodef-m-close {
	position: absolute;
	top: 33px;
	right: 70px;
	color: #2d2d2d;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.admin-bar .qodef-fullscreen-search-holder .qodef-m-close {
	top: 72px;
}

.qodef-fullscreen-search-holder .qodef-m-close:hover {
	color: #141414;
}

.qodef-fullscreen-search-holder .qodef-m-close.qodef-source--icon-pack {
	font-size: 25px;
}

.qodef-fullscreen-search--opened .qodef-fullscreen-search-holder .qodef-m-close {
	opacity: 1;
	visibility: visible;
}

.qodef-fullscreen-search--fadeout .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_out .3s ease both;
}

.qodef-fullscreen-search--fadein .qodef-fullscreen-search-holder {
	animation: fullscreen_search_fade_in .3s ease both;
}

@keyframes fullscreen_search_fade_out {
	0% {
		opacity: 1;
		visibility: visible;
	}

	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@keyframes fullscreen_search_fade_in {
	0% {
		opacity: 0;
		visibility: hidden;
	}

	100% {
		opacity: 1;
		visibility: visible;
	}
}

.qodef-search-opener>* {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: inherit;
}

.qodef-search-opener .qodef-search-opener-text {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.qodef-search-opener svg {
	width: 16px;
}

.qodef-search-opener.qodef-source--icon-pack {
	font-size: 23px;
}

.qodef-accordion {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
	overflow-anchor: none;
}

.qodef-accordion .qodef-accordion-content-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-accordion.qodef--init {
	visibility: visible;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	border-top: 1px solid #f3f3f3;
	padding: 26px 10px 28px 0;
	transition: all .2s ease-out;
	cursor: pointer;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title:first-of-type {
	margin-top: 0;
	border-top: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark {
	position: relative;
	flex-shrink: 0;
	width: 32px;
	height: 30px;
	line-height: 1;
	text-align: center;
	color: #000;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:after,.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark:before {
	position: absolute;
	display: block;
	content: " ";
	background-color: currentColor;
	transition: all .2s ease-out;
	opacity: 1;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark::before {
	width: 1px;
	height: 100%;
	left: 50%;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title .qodef-accordion-mark::after {
	width: 100%;
	height: 1px;
	top: 50%;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active {
	padding: 26px 10px 18px 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-active .qodef-accordion-mark::before,.qodef-accordion.qodef-layout--simple .qodef-accordion-title.ui-state-hover .qodef-accordion-mark::before {
	opacity: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content {
	padding: 0 0 27px;
	margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content p {
	margin: 0;
}

.qodef-accordion.qodef-layout--simple .qodef-accordion-content-inner {
	max-width: 90%;
}

@media only screen and (max-width:680px) {
	.qodef-accordion.qodef-layout--simple .qodef-accordion-content-inner {
		max-width: 100%;
	}
}

.qodef-accordion.qodef-layout--simple.qodef-behavior--toggle .qodef-accordion-content {
	display: none;
}

.qodef-accordion.qodef-layout--simple.qodef-skin--light .qodef-accordion-title {
	border-top: 1px solid #fff;
}

.qodef-accordion.qodef-layout--simple.qodef-skin--light .qodef-accordion-title:first-of-type {
	border-top: 0;
}

.qodef-accordion.qodef-layout--simple.qodef-skin--light .qodef-accordion-content,.qodef-accordion.qodef-layout--simple.qodef-skin--light .qodef-accordion-mark,.qodef-accordion.qodef-layout--simple.qodef-skin--light .qodef-accordion-title {
	color: #fff;
}

.qodef-banner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-banner .qodef-m-banner-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}

.qodef-banner .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.qodef-banner .qodef-m-content-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}

.qodef-banner .qodef-m-title {
	margin: 10px 0 4px;
	color: #fff;
}

.qodef-banner .qodef-m-subtitle {
	color: #fff;
}

.qodef-banner .qodef-m-title-inner {
	display: inline-block;
}

.qodef-banner .qodef-m-subtitle {
	font-family: Italiana,sans-serif;
	margin: 0;
	opacity: .5;
	letter-spacing: 0;
}

.qodef-banner .qodef-m-text-field {
	font-size: 15px;
	color: var(--qode-main-color);
	margin: 0 0 10px;
	font-style: italic;
}

.qodef-banner .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

.qodef-banner .qodef-m-image img {
	display: block;
}

.qodef-banner .qodef-m-button .qodef-button.qodef-layout--filled {
	color: #141414;
	background-color: #fff;
}

.qodef-banner .qodef-m-button .qodef-button.qodef-layout--textual {
	color: #fff;
}

.qodef-banner .qodef-m-button .qodef-button.qodef-layout--outlined {
	color: #fff;
	border-color: #fff;
}

.qodef-banner .qodef-m-button .qodef-button.qodef-layout--outlined:hover {
	color: #fff;
	border-color: #fff;
}

.qodef-banner.qodef--has-decoration {
	position: relative;
}

.qodef-banner.qodef--has-decoration:after {
	color: #fff;
	content: '';
	position: absolute;
	--qode-decoration-offset: 28px;
	top: var(--qode-decoration-offset);
	left: var(--qode-decoration-offset);
	width: calc(100% - var(--qode-decoration-offset) * 2);
	height: calc(100% - var(--qode-decoration-offset) * 2);
	--qodef-hover-border-color: currentColor;
	background-repeat: no-repeat;
	background-size: calc(100% - 100%) 1px,1px calc(100% - 100%);
	background-position: 0 0,100% 100%,100% 100%,0 0;
	background-image: linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color));
	transition: background-size 1.2s cubic-bezier(.54,.07,.11,.95);
	pointer-events: none;
}

.qodef-banner.qodef--has-decoration.qodef--appeared:after {
	transition-delay: .5s;
	background-size: calc(100% - 0%) 1px,1px calc(100% - 0%);
}

.qodef-banner.qodef-layout--horizontal .qodef-m-content-inner {
	align-items: center;
	justify-content: space-between;
	padding: 2% 4%;
}

.qodef-banner.qodef-layout--horizontal .qodef-content-left,.qodef-banner.qodef-layout--horizontal .qodef-content-right {
	width: 42%;
}

.qodef-banner.qodef-layout--horizontal .qodef-m-content,.qodef-banner.qodef-layout--horizontal .qodef-m-image {
	height: 100%;
}

.qodef-banner.qodef-layout--horizontal .qodef-m-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.qodef-banner.qodef-layout--horizontal .qodef-content-right .qodef-m-text {
	color: #fff;
}

.qodef-banner.qodef-layout--horizontal .qodef-m-title {
	margin: 0 0 4px;
	white-space: nowrap;
}

@media only screen and (max-width:768px) {
	.qodef-banner.qodef-layout--horizontal .qodef-m-content-inner {
		flex-direction: column;
		justify-content: center;
		padding: 8% 4%;
	}

	.qodef-banner.qodef-layout--horizontal .qodef-content-left,.qodef-banner.qodef-layout--horizontal .qodef-content-right {
		width: 100%;
		text-align: center;
	}
}

.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
	align-items: flex-start;
	flex-direction: column;
	justify-content: space-between;
	padding: 35px 38px;
}

.qodef-banner.qodef-layout--link-button .qodef-content-top .qodef-m-text {
	margin: 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-title {
	margin: 0 0 4px;
}

.qodef-banner.qodef-layout--link-button .qodef-content-top .qodef-m-text {
	margin: 0;
	color: #fff;
}

.qodef-banner.qodef-layout--link-button .qodef-m-button {
	margin: 13px 0 0;
	position: relative;
	z-index: 2;
}

.qodef-banner.qodef-layout--link-button.qodef-align--center .qodef-m-content-inner {
	align-items: center;
	justify-content: center;
	text-align: center;
}

.qodef-banner.qodef-layout--link-button.qodef-align--center .qodef-content-top .qodef-m-text {
	text-align: center;
	margin: 3px 0 13px;
}

.qodef-banner.qodef-layout--link-button.qodef-align--bottom-left .qodef-m-content-inner {
	justify-content: flex-end;
	padding: 45px 43px;
}

.qodef-banner.qodef-layout--link-button.qodef-align--bottom-left .qodef-m-title {
	margin: 0;
}

.qodef-banner.qodef-layout--link-button.qodef-align--bottom-left .qodef-m-button {
	margin: 10px 0 0;
}

.qodef-banner.qodef-layout--link-button .qodef-m-image {
	overflow: hidden;
}

.qodef-banner.qodef-layout--link-button .qodef-m-image img {
	transform: scale(1);
	transition: transform .6s cubic-bezier(.11,.21,.58,1);
}

.qodef-banner.qodef-layout--link-button:hover .qodef-m-image img {
	transform: scale(1.02);
}

.qodef-banner.qodef-layout--link-overlay .qodef-m-content-inner {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
}

.qodef-banner.qodef-layout--link-overlay.qodef-align--center .qodef-m-content-inner {
	align-items: center;
}

.qodef-banner.qodef-layout--link-overlay.qodef-align--center .qodef-content-top .qodef-m-text {
	text-align: center;
	margin: 3px 0 13px;
}

.qodef-banner.qodef-layout--link-overlay.qodef-align--bottom-left .qodef-m-content-inner {
	justify-content: flex-end;
	padding: 45px 43px;
}

.qodef-banner.qodef-layout--link-overlay.qodef-align--bottom-left .qodef-m-title {
	margin: 0;
}

.qodef-banner.qodef-layout--link-overlay.qodef-align--bottom-left .qodef-m-button {
	margin: 10px 0 0;
}

.qodef-button.qodef-html--link {
	font-family: Poppins,sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: .03em;
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	width: auto;
	margin: 0;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 0;
	outline: 0;
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
	padding: 8px 20px;
}

.qodef-button.qodef-size--small {
	padding: 8px 34px;
}

.qodef-button.qodef-size--large {
	padding: 12px 42px;
}

.qodef-button.qodef-size--full {
	width: 100%;
	padding: 12px 20px;
	justify-content: center;
	text-align: center;
}

.qodef-button.qodef-layout--filled.qodef-html--link {
	color: #fff;
	background-color: #141414;
	border: 1px solid transparent;
	line-height: 1.564rem;
}

.qodef-button.qodef-layout--filled.qodef-html--link .qodef-m-text {
	line-height: 1.564rem;
	--qodef-underline-position-y: calc(100% - 2px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-button.qodef-layout--filled.qodef-html--link:hover .qodef-m-text {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-button.qodef-layout--outlined {
	color: var(--qode-main-color);
	background-color: transparent;
	border: 1px solid var(--qode-main-color);
	line-height: 1.564rem;
}

.qodef-button.qodef-layout--outlined .qodef-m-text {
	line-height: 1.564rem;
	--qodef-underline-position-y: calc(100% - 2px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-button.qodef-layout--outlined:hover .qodef-m-text {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-button.qodef-layout--textual {
	position: relative;
	padding: 0!important;
	color: #141414;
	background-color: transparent;
	border: 0;
	line-height: 1.564rem;
	--qodef-underline-position-y: calc(100% - 1px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 100% var(--qodef-underline-position-y);
	background-size: 100% var(--qodef-underline-height);
}

.qodef-button.qodef-layout--textual .qodef-m-text {
	position: relative;
	display: inline-block;
}

.qodef-button.qodef-layout--textual .qodef-m-text:before {
	content: '';
	position: relative;
	display: inline-block;
	margin-right: 13px;
	margin-bottom: 2px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: currentColor;
}

.qodef-button.qodef-layout--textual:hover {
	color: var(--qode-main-color);
	animation: qode-inline-underline-initial-hover .95s cubic-bezier(.29,.15,.34,.88) 1 forwards;
}

.qodef-countdown .qodef-m-date {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.qodef-countdown .qodef-digit,.qodef-countdown .qodef-label {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.qodef-countdown.qodef-show--1 .qodef-digit-wrapper {
	width: 100%;
}

.qodef-countdown.qodef-show--2 .qodef-digit-wrapper {
	width: 50%;
}

.qodef-countdown.qodef-show--3 .qodef-digit-wrapper {
	width: 33.33333%;
}

.qodef-countdown.qodef-show--4 .qodef-digit-wrapper {
	width: 25%;
}

.qodef-countdown.qodef-show--5 .qodef-digit-wrapper {
	width: 20%;
}

.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
	width: 16.66667%;
}

.qodef-countdown.qodef-countdown--light .qodef-digit,.qodef-countdown.qodef-countdown--light .qodef-label {
	color: #fff!important;
}

.qodef-countdown.qodef-layout--minimal .qodef-m-date {
	display: inline-flex;
}

.qodef-countdown.qodef-layout--minimal .qodef-digit-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 40px;
}

.qodef-countdown.qodef-layout--minimal .qodef-digit-wrapper:last-of-type .qodef-digit {
	padding-right: 0;
}

.qodef-countdown.qodef-layout--minimal .qodef-digit-wrapper:last-of-type .qodef-digit::after {
	display: none;
}

.qodef-countdown.qodef-layout--minimal .qodef-digit {
	margin-bottom: 6px;
	font-family: inherit;
	font-size: 20px;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: .015em;
	color: #141414;
}

.qodef-countdown.qodef-layout--minimal .qodef-digit::after {
	display: block;
	content: ":";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2px;
}

.qodef-countdown.qodef-layout--minimal .qodef-label {
	justify-content: center;
	font-size: 9px;
	line-height: 1;
	text-transform: uppercase;
}

.qodef-countdown.qodef-layout--simple .qodef-digit-wrapper {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
}

.qodef-countdown.qodef-layout--simple .qodef-digit {
	font-family: Italiana,sans-serif;
	font-size: 102px;
	line-height: 1em;
	font-weight: 400;
	color: #141414;
	opacity: .35;
}

.qodef-countdown.qodef-layout--simple .qodef-label {
	margin-top: 10px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

@media only screen and (max-width:680px) {
	.qodef-countdown.qodef-layout--simple .qodef-digit {
		font-size: 75px;
	}
}

.qodef-counter.qodef-layout--simple {
	text-align: center;
}

.qodef-counter.qodef-layout--simple .qodef-m-digit {
	font-family: inherit;
	font-weight: 600;
	font-size: 75px;
	line-height: 1;
	color: #141414;
}

.qodef-counter.qodef-layout--simple .qodef-m-title {
	margin: 5px 0 0 0;
}

.qodef-counter.qodef-layout--simple .qodef-m-text {
	margin: 0;
}

.widget.widget_diptam_core_custom_font {
	margin-bottom: 0!important;
}

.qodef-custom-font {
	position: relative;
	margin: 0;
}

.qodef-custom-font.qodef--has-appear {
	opacity: 0;
}

.qodef-custom-font.qodef--has-appear.qodef--init-split {
	opacity: 1;
}

.qodef-custom-font.qodef--has-appear .qodef--word {
	-webkit-clip-path: inset(-.1em 0);
	clip-path: inset(-.1em 0);
	white-space: nowrap;
}

.qodef-custom-font.qodef--has-appear .qodef--char {
	opacity: 0;
}

.qodef-custom-font.qodef--has-appear.qodef--appeared .qodef--char {
	animation: qode-char-in 1.5s cubic-bezier(.65,.05,.36,1) forwards;
	animation-delay: calc(var(--qode-char-index) * 56ms);
}

.qodef-custom-links {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-custom-links .qodef-m-title {
	margin: 0;
	color: #141414;
}

.qodef-custom-links .qodef-m-title .qodef-link-label {
	top: -7px;
	padding: 0 4px;
	margin-left: 6px;
	font-weight: 400;
	letter-spacing: 0;
}

.qodef-custom-links .qodef-custom-links-holder {
	width: 100%;
}

.qodef-custom-links .qodef-e-item {
	position: relative;
}

.qodef-custom-links .qodef-e-item a {
	position: relative;
	display: flex;
	white-space: normal;
	margin: 10px 0;
	overflow: hidden;
	font-family: Poppins,sans-serif;
	font-size: 14px;
	line-height: 1.78571em;
	font-weight: 400;
	color: #2d2d2d;
}

.qodef-custom-links .qodef-e-item a .qodef-e-item-text {
	--qodef-underline-position-y: calc(100% - 3px);
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-custom-links .qodef-e-item a:hover .qodef-e-item-text {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-custom-links .qodef-link-label {
	position: relative;
	margin-left: 10px;
	max-height: 14px;
	padding: 2px 4px;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	text-transform: capitalize;
	background-color: #141414;
	max-height: 12px;
	padding-bottom: 0;
}

.qodef-dropcaps {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-dropcaps .qodef-m-letter {
	position: relative;
	top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	margin: 0 10px 5px 0;
	font-weight: 400;
	color: #141414;
	font-family: Italiana,sans-serif;
	font-size: 85px;
	line-height: 1.11765em;
	letter-spacing: -.01em;
}

@media only screen and (max-width:1366px) {
	.qodef-dropcaps .qodef-m-letter {
		font-size: 75px;
	}
}

@media only screen and (max-width:680px) {
	.qodef-dropcaps .qodef-m-letter {
		font-size: 60px;
		line-height: 1.13333em;
	}
}

.qodef-dropcaps .qodef-m-text {
	display: inline;
	margin: 0;
}

.qodef-dropcaps:not(.qodef-type--simple) .qodef-m-letter {
	width: 40px;
	height: 40px;
	font-family: Poppins,sans-serif;
	font-size: 27px;
	line-height: 1.2963em;
	text-transform: uppercase;
	letter-spacing: .015em;
	color: #fff;
	background-color: #141414;
}

.qodef-dropcaps.qodef-type--circle .qodef-m-letter {
	border-radius: 100%;
}

.qodef-google-map {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-google-map .qodef-m-map {
	display: block;
	width: 100%;
}

.qodef-google-map .qodef-m-map embed,.qodef-google-map .qodef-m-map iframe,.qodef-google-map .qodef-m-map object {
	width: 100%;
	display: block;
}

.qodef-google-map .qodef-m-map img {
	max-width: none;
}

.qodef-highlight .qodef-highlight-text {
	padding: 0 5px;
	color: #fff;
	background-color: #141414;
}

.qodef-icon-list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
}

.qodef-icon-list-item .qodef-e-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 1;
}

.qodef-icon-list-item .qodef-e-title a {
	display: block;
}

.qodef-icon-list-item .qodef-e-title-inner {
	display: flex;
	align-items: center;
}

.qodef-icon-list-item .qodef-icon-holder {
	flex-shrink: 0;
	margin-right: 5px;
	float: none;
}

.qodef-icon-list-item .qodef-icon-holder .qodef-icon {
	font-size: 14px;
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper a,.qodef-icon-list-item.qodef-icon--custom-icon .qodef-e-icon-wrapper img {
	display: block;
}

#qodef-page-sidebar .widget.widget_diptam_core_icon_list_item {
	margin-bottom: 0;
}

#qodef-page-footer .widget.widget_diptam_core_icon_list_item {
	margin-bottom: 0;
}

#qodef-side-area .widget.widget_diptam_core_icon_list_item {
	margin-bottom: 0;
}

.qodef-icon-with-text .qodef-m-title {
	margin: 0;
}

.qodef-icon-with-text .qodef-m-title a {
	display: block;
}

.qodef-icon-with-text .qodef-m-text {
	margin: 1px 0 0;
}

.qodef-icon-with-text .qodef-m-icon-wrapper {
	line-height: 1;
}

.qodef-icon-with-text .qodef-icon-holder {
	float: none;
}

.qodef-icon-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper a,.qodef-icon-with-text.qodef--custom-icon .qodef-m-icon-wrapper img {
	display: block;
}

.qodef-icon-with-text.qodef-layout--before-content {
	display: flex;
	align-items: flex-start;
}

.qodef-icon-with-text.qodef-layout--before-content .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 13px;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title {
	line-height: 1;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-title-inner {
	display: flex;
	align-items: center;
}

.qodef-icon-with-text.qodef-layout--before-title .qodef-m-icon-wrapper {
	flex-shrink: 0;
	margin-right: 5px;
}

.qodef-icon-with-text.qodef-layout--before-title.qodef--retina img {
	max-width: 50%;
}

.qodef-icon-with-text.qodef-layout--top .qodef-m-title {
	margin-top: 19px;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--center {
	text-align: center;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--left {
	text-align: left;
}

.qodef-icon-with-text.qodef-layout--top.qodef-alignment--right {
	text-align: right;
}

.qodef-icon-with-text.qodef-layout--top.qodef--retina img {
	max-width: 50%;
	margin: 0 auto;
}

.qodef-icon-holder {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: auto;
	line-height: 1;
}

.qodef-icon-holder .qodef-icon {
	display: block;
	line-height: inherit;
}

.qodef-icon-holder .qodef-icon:before {
	display: block;
	line-height: inherit;
}

.qodef-icon-holder.qodef-layout--circle,.qodef-icon-holder.qodef-layout--square {
	width: 2em;
	height: 2em;
	line-height: 2em;
	text-align: center;
	color: #fff;
	background-color: var(--qode-main-color);
	transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-icon-holder.qodef-layout--circle a,.qodef-icon-holder.qodef-layout--square a {
	color: inherit;
	transition: none;
}

.qodef-icon-holder.qodef-layout--circle:hover,.qodef-icon-holder.qodef-layout--square:hover {
	background-color: #141414;
}

.qodef-icon-holder.qodef-layout--circle {
	border-radius: 50%;
}

.qodef-icon-holder.qodef-size--tiny {
	font-size: 1.33333333em;
}

.qodef-icon-holder.qodef-size--small {
	font-size: 2em;
}

.qodef-icon-holder.qodef-size--medium {
	font-size: 3em;
}

.qodef-icon-holder.qodef-size--large {
	font-size: 4em;
}

.qodef-icon-holder.qodef-size--huge {
	font-size: 5em;
}

.widget.widget_diptam_core_icon {
	display: inline-block;
	line-height: 1;
}

#qodef-page-sidebar .widget.widget_diptam_core_icon {
	margin-bottom: 0;
}

#qodef-page-footer .widget.widget_diptam_core_icon {
	margin-bottom: 0;
}

#qodef-side-area .widget.widget_diptam_core_icon {
	margin-bottom: 0;
}

.qodef-image-gallery.qodef-drop-shadow .qodef-e {
	padding: 15px;
}

.qodef-image-gallery.qodef-drop-shadow img {
	box-shadow: 0 0 19.4px .6px rgba(0,0,0,.05);
}

.qodef-image-gallery.qodef--has-hover .qodef-e {
	position: relative;
}

.qodef-image-gallery.qodef--has-hover .qodef-e:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent,rgba(55,45,45,.59));
	pointer-events: none;
	opacity: 0;
	transition: opacity .7s ease-out;
}

.qodef-image-gallery.qodef--has-hover .qodef-e:hover:after {
	opacity: .44;
}

.qodef-image-gallery.qodef--has-hover.qodef-drop-shadow .qodef-e:after {
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
}

.qodef-image-with-text-slider .qodef-e {
	padding: 10px 0 0;
}

.qodef-image-with-text-slider .qodef-e:hover .qodef-m-title a {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-image-with-text-slider .swiper-slide {
	width: auto;
}

.qodef-image-with-text-slider .qodef-m-image {
	width: auto;
}

.qodef-image-with-text-slider .qodef-m-image img {
	display: block;
	margin: auto;
}

.qodef-image-with-text-slider .qodef-m-image a,.qodef-image-with-text-slider .qodef-m-image img {
	width: auto;
}

.qodef-image-with-text-slider .qodef-e-inner {
	position: relative;
}

.qodef-image-with-text-slider .qodef-m-content {
	text-align: center;
}

.qodef-image-with-text-slider .qodef-m-title {
	margin: 15px 0 0;
	color: #141414;
	display: inline-block;
}

.qodef-image-with-text-slider .qodef-m-title a {
	color: inherit;
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-image-with-text-slider .qodef-m-title a:hover {
	color: inherit;
}

.qodef-image-with-text-slider.qodef-drop-shadow .qodef-m-image {
	padding: 14px;
}

.qodef-image-with-text-slider.qodef-drop-shadow img {
	box-shadow: 0 0 19.4px .6px rgba(0,0,0,.05);
}

.qodef-image-with-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-image-with-text .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-image-with-text .qodef-m-image a,.qodef-image-with-text .qodef-m-image img {
	display: block;
}

.qodef-image-with-text .qodef-m-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-image-with-text .qodef-m-title {
	margin: 21px 0 0;
}

.qodef-image-with-text .qodef-m-text {
	margin: 5px 0 0;
}

.qodef-image-with-text.qodef-drop-shadow .qodef-m-image {
	padding: 10px;
}

.qodef-image-with-text.qodef-drop-shadow img {
	box-shadow: 0 0 19.4px .6px rgba(0,0,0,.05);
}

.qodef-image-with-text.qodef-drop-shadow .qodef-m-content {
	padding: 0 10px;
}

.qodef-image-with-text .qodef-e-content-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.qodef-image-with-text.qodef--has-hover .qodef-m-image {
	transform: translateY(0);
	transition: transform 1.2s cubic-bezier(.13,.27,.12,.92);
}

.qodef-image-with-text.qodef--has-hover:hover .qodef-m-image {
	transform: translateY(-10px);
}

.qodef-image-with-text.qodef--has-hover-text .qodef-m-text>span {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-image-with-text.qodef--has-hover-text:hover .qodef-m-text>span {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-image-with-text.qodef--has-appear {
	--qodef-translate-y: 40px;
	transform: translateY(var(--qodef-translate-y));
	opacity: 0;
	transition: transform 1.6s cubic-bezier(.22,.61,.36,1),opacity .6s;
}

.elementor-section.qodef--zig-zag-appear .qodef-image-with-text.qodef--has-appear {
	--qodef-translate-y: 60px;
}

.elementor-section.qodef--zig-zag-appear:nth-of-type(odd) .elementor-column:nth-of-type(even) .qodef-image-with-text.qodef--has-appear {
	--qodef-translate-y: -60px;
}

.elementor-section.qodef--zig-zag-appear:nth-of-type(even) .elementor-column:nth-of-type(odd) .qodef-image-with-text.qodef--has-appear {
	--qodef-translate-y: -60px;
}

.qodef-image-with-text.qodef--has-appear.qodef--appeared {
	transform: translateY(0);
	opacity: 1;
}

.elementor-column:nth-of-type(2) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
	transition-delay: .2s,.2s;
}

.elementor-column:nth-of-type(3) .qodef-image-with-text.qodef--has-appear.qodef--appeared {
	transition-delay: .4s,.4s;
}

.qodef-info-section.qodef-layout--background-text {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-info {
	position: relative;
	z-index: 2;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-title {
	margin: 0 0 10px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-text {
	margin: 0;
}

.qodef-info-section.qodef-layout--background-text .qodef-button {
	margin-top: 26px;
}

.qodef-info-section.qodef-layout--background-text .qodef-m-background-text {
	position: absolute;
	display: inline-block;
	color: rgba(20,20,20,.1);
	text-align: center;
	font-weight: 700;
	font-size: 250px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-left .qodef-m-background-text {
	top: 0;
	left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--top-right .qodef-m-background-text {
	top: 0;
	right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-left .qodef-m-background-text {
	bottom: 0;
	left: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--bottom-right .qodef-m-background-text {
	bottom: 0;
	right: -20px;
}

.qodef-info-section.qodef-layout--background-text.qodef-background-text-pos--center .qodef-m-background-text {
	font-size: 450px;
	top: 34px;
	left: 0;
	right: 0;
	text-align: center;
}

.qodef-info-section.qodef-layout--background-text a:not(.qodef-button) {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-info-section.qodef-layout--background-text a:not(.qodef-button):hover {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-section-title {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-section-title .qodef-m-title {
	margin: 0;
}

.qodef-section-title .qodef-m-text {
	margin: 8px 0 0;
}

.qodef-section-title.qodef-alignment--center {
	text-align: center;
}

.qodef-section-title.qodef-alignment--left {
	text-align: left;
}

.qodef-section-title.qodef-alignment--right {
	text-align: right;
}

.qodef-section-title.qodef--has-appear .qodef-m-title {
	opacity: 0;
}

.qodef-section-title.qodef--has-appear .qodef-m-title.qodef--init-split {
	opacity: 1;
}

.qodef-section-title.qodef--has-appear .qodef--word {
	-webkit-clip-path: inset(-.1em 0);
	clip-path: inset(-.1em 0);
	white-space: nowrap;
}

.qodef-section-title.qodef--has-appear .qodef--char {
	opacity: 0;
}

.qodef-section-title.qodef--has-appear .qodef-m-text {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity .5s ease-out,transform .8s cubic-bezier(.25,.46,.45,.94);
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef--char {
	animation: qode-char-in 1.5s cubic-bezier(.65,.05,.36,1) forwards;
	animation-delay: calc(var(--qode-char-index) * 56ms);
}

.qodef-section-title.qodef--has-appear.qodef--appeared .qodef-m-text {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .5s,.5s;
}

.qodef-separator {
	font-size: 0;
	height: auto;
	line-height: 1;
	position: relative;
}

.qodef-separator .qodef-m-line {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-bottom: 1px solid #eee;
	margin: 10px 0;
}

.qodef-separator.qodef-position--center {
	text-align: center;
}

.qodef-separator.qodef-position--left {
	text-align: left;
}

.qodef-separator.qodef-position--right {
	text-align: right;
}

@media only screen and (max-width:1024px) {
	.qodef-separator.qodef-disabled--1024 {
		display: none;
	}
}

@media only screen and (max-width:768px) {
	.qodef-separator.qodef-disabled--768 {
		display: none;
	}
}

@media only screen and (max-width:680px) {
	.qodef-separator.qodef-disabled--680 {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.qodef-separator.qodef-disabled--480 {
		display: none;
	}
}

#qodef-page-sidebar .widget.widget_diptam_core_separator {
	margin-bottom: 0;
}

#qodef-page-footer .widget.widget_diptam_core_separator {
	margin-bottom: 0;
}

#qodef-side-area .widget.widget_diptam_core_separator {
	margin-bottom: 0;
}

.qodef-single-image img {
	display: block;
}

.qodef-single-image.qodef--has-decoration .qodef-m-image {
	position: relative;
}

.qodef-single-image.qodef--has-decoration .qodef-m-image:after {
	color: #fff;
	content: '';
	position: absolute;
	--qode-decoration-offset: 19px;
	top: var(--qode-decoration-offset);
	left: var(--qode-decoration-offset);
	width: calc(100% - var(--qode-decoration-offset) * 2);
	height: calc(100% - var(--qode-decoration-offset) * 2);
	--qodef-hover-border-color: currentColor;
	background-repeat: no-repeat;
	background-size: calc(100% - 100%) 1px,1px calc(100% - 100%);
	background-position: 0 0,100% 100%,100% 100%,0 0;
	background-image: linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color));
	transition: background-size 1.2s cubic-bezier(.54,.07,.11,.95);
	pointer-events: none;
}

.qodef-single-image.qodef--has-decoration.qodef--appeared .qodef-m-image:after {
	transition-delay: .5s;
	background-size: calc(100% - 0%) 1px,1px calc(100% - 0%);
}

.qodef-single-image.qodef-parallax-item {
	border: 1px solid transparent;
}

.qodef-single-image.qodef--has-appear .qodef-m-image {
	opacity: 0;
	transition: opacity 1s ease-out .3s;
}

.qodef-single-image.qodef--has-appear.qodef--appeared .qodef-m-image {
	opacity: 1;
}

.qodef-tabs {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	visibility: hidden;
}

.qodef-tabs.qodef--init {
	visibility: visible;
}

.qodef-tabs .qodef-tabs-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

.qodef-tabs .qodef-tabs-content {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-tabs .qodef-tabs-content p {
	margin: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -18px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #eee;
}

@media only screen and (max-width:1024px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		margin: 0 auto;
	}
}

@media only screen and (max-width:680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		border: none;
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
	margin: 0 18px;
	padding: 0;
}

@media only screen and (max-width:1024px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0;
	}
}

@media only screen and (max-width:680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		display: block;
		width: 100%;
		position: relative;
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:after {
		content: '';
		width: 100%;
		height: 1px;
		left: 0;
		bottom: -1px;
		position: absolute;
		background-color: #eee;
		z-index: -1;
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
	display: block;
	padding: 10px 20px;
	transition: color .2s ease-out,background-color .2s ease-out;
	position: relative;
	color: #c4c4c4;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

@media only screen and (max-width:680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a {
		padding: 10px 0 0 0;
		display: inline-block;
	}
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition: transform .7s cubic-bezier(.25,.46,.35,.94);
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
	margin-right: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a {
	color: #141414;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li a:hover:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-hover a:after {
	transform: scaleX(1);
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a {
	color: #141414;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.active a:after,.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li.ui-state-active a:after {
	transform: scaleX(1);
}

@media only screen and (max-width:680px) {
	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation {
		flex-direction: column;
		align-items: flex-start;
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li {
		margin: 0 0 16px 0;
		padding: 0;
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-navigation li:last-child {
		margin-bottom: 0;
	}
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	height: 100%;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
	flex-shrink: 0;
	display: block;
	padding-right: 26px;
	margin-right: 26px;
	border-right: 1px solid #eee;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li {
	width: 100%;
	margin-bottom: 26px;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li:last-child {
	margin-bottom: 0;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation li a {
	display: inline-block;
	width: auto;
}

.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
	margin-top: 0;
}

.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
	margin: 26px 0 0;
}

.qodef-video-button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.qodef-video-button .qodef-m-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #141414;
	font-size: 106px;
	line-height: 1;
}

.qodef-video-button .qodef-m-play span {
	display: block;
	line-height: inherit;
}

.qodef-video-button .qodef-m-play span:before {
	display: block;
	line-height: inherit;
}

.qodef-video-holder {
	display: block;
	max-width: 100%;
}

.qodef-video-holder video {
	max-width: 100%;
}

.qodef-video-holder.qodef--full-height .qodef-m-video {
	height: 100vh;
}

.qodef-video-holder.qodef--full-height video {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	min-height: 100%;
}

@media only screen and (max-width:1024px) {
	.qodef-video-holder.qodef--full-height .qodef-m-video {
		height: auto;
	}

	.qodef-video-holder.qodef--full-height video {
		-o-object-fit: initial;
		object-fit: initial;
		min-height: unset;
	}
}

.qodef-video-holder.qodef--has-decoration .qodef-m-video {
	position: relative;
}

.qodef-video-holder.qodef--has-decoration .qodef-m-video:after {
	color: #fff;
	content: '';
	position: absolute;
	--qode-decoration-offset: 12px;
	top: var(--qode-decoration-offset);
	left: var(--qode-decoration-offset);
	width: calc(100% - var(--qode-decoration-offset) * 2);
	height: calc(100% - var(--qode-decoration-offset) * 2);
	--qodef-hover-border-color: currentColor;
	background-repeat: no-repeat;
	background-size: calc(100% - 100%) 1px,1px calc(100% - 100%);
	background-position: 0 0,100% 100%,100% 100%,0 0;
	background-image: linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color)),linear-gradient(0deg,var(--qodef-hover-border-color),var(--qodef-hover-border-color));
	transition: background-size 1.2s cubic-bezier(.54,.07,.11,.95);
	pointer-events: none;
}

.qodef-video-holder.qodef--has-decoration.qodef--appeared .qodef-m-video:after {
	transition-delay: .5s;
	background-size: calc(100% - 0%) 1px,1px calc(100% - 0%);
}

.qodef-video-holder.qodef-parallax-item .qodef-m-video {
	-webkit-clip-path: inset(1px);
	clip-path: inset(1px);
}

.qodef-video-holder.qodef-parallax-item .qodef-m-video video {
	border: 1px solid transparent;
}

.qodef-video-holder.qodef--has-appear .qodef-m-video {
	opacity: 0;
	transition: opacity 1s ease-out .4s;
}

.qodef-video-holder.qodef--has-appear.qodef--appeared .qodef-m-video {
	opacity: 1;
}

#qodef-side-area {
	position: fixed;
	top: 0;
	right: -490px;
	width: 490px;
	height: 100%;
	min-height: 100%;
	padding: 120px 75px 35px;
	text-align: center;
	background-color: #000;
	overflow: hidden;
	visibility: hidden;
	z-index: 9999;
	transition: all .6s cubic-bezier(.77,0,.175,1);
}

.qodef-side-area--opened #qodef-side-area {
	right: 0;
	visibility: visible;
}

#qodef-side-area.qodef-alignment--center {
	text-align: center;
}

#qodef-side-area.qodef-alignment--right {
	text-align: right;
}

#qodef-side-area.qodef-alignment--left {
	text-align: left;
}

#qodef-side-area-close {
	position: absolute;
	top: 33px;
	right: 40px;
	display: block;
	z-index: 1000;
	color: #fff;
}

.admin-bar #qodef-side-area-close {
	top: 65px;
}

.qodef-side-area-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: hidden;
	z-index: 0;
	transition: opacity .2s ease-in-out,z-index .2s ease-in-out;
}

.qodef-side-area--opened .qodef-side-area-cover {
	opacity: 1;
	z-index: 1002;
}

.qodef-social-share {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.qodef-social-share .qodef-social-title {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 0 0;
	font-size: 12px;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #141414;
	letter-spacing: .03em;
}

.qodef-social-share ul {
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style: none;
	padding: 0;
	margin: 0;
}

.qodef-social-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
	padding: 0;
	margin: 0;
}

.qodef-social-share li a {
	font-size: 13px;
}

.qodef-social-share.qodef-layout--dropdown {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	margin: 0;
	vertical-align: middle;
	font-size: 12px;
	display: inline-flex;
	vertical-align: middle;
	flex-wrap: wrap;
	color: #141414;
	letter-spacing: .03em;
	font-weight: 500;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon {
	width: 11px;
	margin-left: 6px;
}

.qodef-social-share.qodef-layout--dropdown .qodef-e-social-share-icon svg {
	width: 100%;
	height: auto;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li {
	opacity: 1;
	visibility: visible;
	cursor: pointer;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(2) {
	transition-delay: .2s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(3) {
	transition-delay: .3s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(4) {
	transition-delay: .4s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(5) {
	transition-delay: .5s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(6) {
	transition-delay: .6s;
}

.qodef-social-share.qodef-layout--dropdown:hover .qodef-social-share-dropdown ul li:nth-child(7) {
	transition-delay: .7s;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener {
	display: flex;
	align-items: center;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown-opener .qodef-social-share-title {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown {
	position: absolute;
	visibility: hidden;
	z-index: 950;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown ul {
	position: relative;
	display: block;
	z-index: 990;
	margin: 0;
	padding: 0!important;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li {
	position: absolute;
	display: flex;
	min-height: 15px;
	align-items: center;
	justify-content: center;
	text-align: center;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	transition: opacity .2s ease-out,visibility .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li a {
	transition: color .2s ease-out,background-color .2s ease-out;
}

.qodef-social-share.qodef-layout--dropdown .qodef-social-share-dropdown li>* {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: inherit;
	width: 100%;
	height: 100%;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown {
	bottom: 0;
	left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li {
	width: 90px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:not(:first-child) {
	border-top: none;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li a {
	font-size: 13px;
	color: #2d2d2d;
	background-color: #fff;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(1) {
	bottom: -30px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(2) {
	bottom: -60px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(3) {
	bottom: -90px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(4) {
	bottom: -120px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(5) {
	bottom: -150px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(6) {
	bottom: -180px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--bottom .qodef-social-share-dropdown li:nth-child(7) {
	bottom: -210px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown {
	top: 4px;
	right: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li {
	width: calc(90px / 3);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
	left: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
	left: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
	left: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
	left: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
	left: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
	left: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
	left: 185px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
	top: 4px;
	left: 0;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li {
	width: calc(90px / 3);
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
	right: 5px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
	right: 35px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
	right: 65px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
	right: 95px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
	right: 125px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
	right: 155px;
}

.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
	right: 185px;
}

.qodef-social-share.qodef-layout--list li {
	margin-right: 15px;
}

.qodef-social-share.qodef-layout--list li:last-child {
	margin-right: 0;
}

.qodef-social-share.qodef-layout--text li {
	margin-right: 15px;
}

.qodef-social-share.qodef-layout--text li:last-child {
	margin-right: 0;
}

.widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}

.widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	display: block;
	margin-bottom: 21px;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}

#qodef-page-sidebar .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}

#qodef-page-footer .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--dropdown .qodef-social-title {
	color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list .qodef-social-title {
	color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-facebook-share a:hover {
	color: #3b5998;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-twitter-share a:hover {
	color: #00aced;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-linkedin-share a:hover {
	color: #007bb5;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-tumblr-share a:hover {
	color: #32506d;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-pinterest-share a:hover {
	color: #cb2027;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--list li.qodef-vk-share a:hover {
	color: #45668e;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text .qodef-social-title {
	color: #ccc;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-facebook-share a:hover {
	color: #3b5998;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-twitter-share a:hover {
	color: #00aced;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-linkedin-share a:hover {
	color: #007bb5;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-tumblr-share a:hover {
	color: #32506d;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-pinterest-share a:hover {
	color: #cb2027;
}

#qodef-side-area .widget .qodef-social-share.qodef-layout--text li.qodef-vk-share a:hover {
	color: #45668e;
}

#qodef-page-spinner {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2000;
}

#qodef-page-spinner .qodef-m-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: var(--qode-main-color);
	background-color: #fff;
}

#qodef-page-spinner .qodef-m-spinner {
	position: relative;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1 {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50%;
	width: 50%;
	z-index: 1;
	animation: qode-atom-shrink 4.5s infinite linear;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--1:before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	height: 100%;
	width: 100%;
	background: currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before,#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	margin: 0 auto;
	background: currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2 {
	animation: qode-atom-zindex 1.5s .75s infinite steps(2,end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--2:before {
	transform: rotate(0);
	animation: qode-atom-postion 1.5s infinite ease,qode-atom-size 1.5s -1.125s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3 {
	transform: rotate(120deg);
	animation: qode-atom-zindex 1.5s -.25s infinite steps(2,end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--3:before {
	animation: qode-atom-postion 1.5s -1s infinite ease,qode-atom-size 1.5s -.75s infinite ease;
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4 {
	transform: rotate(240deg);
	animation: qode-atom-zindex 1.5s .25s infinite steps(2,end);
}

#qodef-page-spinner.qodef-layout--atom .qodef-m-atom-item.qodef-atom--4:before {
	animation: qode-atom-postion 1.5s -.5s infinite ease,qode-atom-size 1.5s -125ms infinite ease;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock {
	position: relative;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-clock 8s infinite steps(8);
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item {
	position: absolute;
	height: 50px;
	width: 50px;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item:before {
	content: '';
	position: absolute;
	height: 18.31501832px;
	width: 18.31501832px;
	background: currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--1 {
	transform: rotate(-135deg);
	animation: qode-clock-1 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--2 {
	transform: rotate(-90deg);
	animation: qode-clock-2 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--3 {
	transform: rotate(-45deg);
	animation: qode-clock-3 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--clock .qodef-m-clock-item.qodef-clock--4 {
	animation: qode-clock-4 1s ease-in infinite;
}

#qodef-page-spinner.qodef-layout--cube .qodef-m-cube {
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	background-color: currentColor;
	animation: qode-cube 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulses {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	border-radius: 50%;
	opacity: .6;
	animation: qode-double-pulse 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--double-pulse .qodef-m-pulse.qodef-pulse--2 {
	animation-delay: -1s;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-five-rotating-circles {
	position: relative;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item {
	position: absolute;
	width: 100%;
	height: 100%;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--1 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1500ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 {
	transform: rotateZ(45deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--2 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1400ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 {
	transform: rotateZ(90deg);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--1 {
	animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--2 {
	animation-delay: calc((600ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--3 {
	animation-delay: calc((900ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-m-circle-item.qodef-item--3 .qodef-circle--4 {
	animation-delay: calc((1200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle {
	position: absolute;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.2s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--1 {
	top: 0;
	left: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--2 {
	top: 0;
	right: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--3 {
	right: 0;
	bottom: 0;
}

#qodef-page-spinner.qodef-layout--five-rotating-circles .qodef-e-circle.qodef-circle--4 {
	left: 0;
	bottom: 0;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion {
	position: relative;
	width: 30px;
	height: 30px;
	margin: -45px 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	background: currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--1 {
	top: 0;
	left: 50%;
	animation: qode-fussion-ball-1 1s 0s ease infinite;
	z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--2 {
	top: 50%;
	left: 100%;
	animation: qode-fussion-ball-2 1s 0s ease infinite;
	z-index: 2;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--3 {
	top: 100%;
	left: 50%;
	animation: qode-fussion-ball-3 1s 0s ease infinite;
	z-index: 1;
}

#qodef-page-spinner.qodef-layout--fusion .qodef-m-fusion-item.qodef-fusion--4 {
	top: 50%;
	left: 0;
	animation: qode-fussion-ball-4 1s 0s ease infinite;
	z-index: 2;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-lines {
	width: 60px;
	height: 60px;
	margin: 0 0 0 -30px;
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--1 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((100ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--2 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((200ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--3 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((300ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--lines .qodef-m-line.qodef-line--4 {
	position: absolute;
	width: 60px;
	height: 4px;
	margin-left: 10px;
	background-color: currentColor;
	animation: qode-lines-spin 1.5s infinite ease calc((400ms) - 100ms);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis {
	position: relative;
	height: 50px;
	width: 50px;
	margin: -25px 0 0 -25px;
	animation: qode-mitosis-invert 2s infinite steps(2,end);
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--1 {
	animation: qode-mitosis-ball-1 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--2 {
	animation: qode-mitosis-ball-2 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--3 {
	animation: qode-mitosis-ball-3 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--mitosis .qodef-m-mitosis-item.qodef-mitosis--4 {
	animation: qode-mitosis-ball-4 1s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--predefined {
	transform-origin: bottom;
	--qodef-clip: 0;
	-webkit-clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
	clip-path: inset(0 0 calc(var(--qodef-clip) * 1%) 0);
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-predefined {
	position: relative;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

#qodef-page-spinner.qodef-layout--predefined .qodef--word {
	-webkit-clip-path: inset(-.1em 0);
	clip-path: inset(-.1em 0);
	white-space: nowrap;
}

#qodef-page-spinner.qodef-layout--predefined .qodef--char {
	opacity: 0;
	animation-delay: calc(var(--qode-char-index) * 70ms - 70ms);
	animation-duration: 1.2s;
	animation-timing-function: cubic-bezier(.65,.05,.36,1);
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	--qode-char-out-duration: .6s;
	--qode-char-out-single-delay: .025s;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 214px;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder .qodef-m-spinner-text-holder-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder:after {
	content: '';
	position: absolute;
	height: 215px;
	width: 1px;
	background-color: #fff;
	top: 100%;
	transition: transform 1s ease-out;
	transform: scaleY(0);
	transform-origin: top;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder:before {
	content: '';
	position: absolute;
	height: 67px;
	width: 67px;
	top: calc(100% - 56px);
	left: calc(50% - 9px);
	background-image: url(../img/leaf.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	z-index: 2;
	opacity: 0;
	transition: opacity .35s ease-out,transform 1s ease-out;
	transform: translateY(30px);
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder.qodef--init-appear:before {
	transform: translateY(0);
	opacity: 1;
	transition-delay: .8s,.8s;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder.qodef--init-appear:after {
	transition-delay: .6s;
	transform: scaleY(1);
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder.qodef--init-remove:before {
	transition-duration: .5s;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder.qodef--init-remove:after {
	transition-duration: .25s,.5s;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder.qodef--loading-in .qodef--char {
	animation-play-state: running;
	animation-name: qode-char-in;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-m-spinner-text-holder.qodef--loading-out .qodef--char {
	animation: qode-char-out var(--qode-char-out-duration) cubic-bezier(.65,.05,.36,1) both;
	animation-delay: calc(var(--qode-char-index) * var(--qode-char-out-single-delay));
}

#qodef-page-spinner.qodef-layout--predefined .qodef-e-spinner-text {
	display: block;
	font-family: Italiana,sans-serif;
	font-size: 26px;
	line-height: 1em;
	padding: calc(50% - .5em) 43px;
	opacity: 0;
}

#qodef-page-spinner.qodef-layout--predefined .qodef-e-spinner-text.qodef--init-split {
	opacity: 1;
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner {
	opacity: 1;
}

#qodef-page-spinner.qodef-layout--predefined.qodef--init .qodef-m-spinner-bg-image {
	animation: qodef-scale-infinite 10s infinite alternate linear;
}

#qodef-page-spinner.qodef-layout--predefined.qodef--finished .qodef-m-spinner-bg-image {
	animation-play-state: paused;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-heading>* {
	margin: 0;
	opacity: 0;
	animation: qode-fade-in 1s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-number-holder {
	flex-shrink: 0;
	animation-delay: .5s;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line {
	position: relative;
	display: block;
	height: 3px;
	width: 500px;
	margin-top: 20px;
	background-color: #e5e1dc;
	overflow: hidden;
	opacity: 0;
	animation: qode-fade-in 1s .3s forwards;
}

#qodef-page-spinner.qodef-layout--progress-bar .qodef-m-spinner-line-front {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--qode-main-color);
	width: 0;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circles {
	position: relative;
	width: 100px;
	height: 100px;
	margin: -50px 0 0 -50px;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle {
	position: absolute;
	height: 100%;
	width: 100%;
	background: currentColor;
	border: 0 solid currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--1 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-750ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--2 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-1500ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--3 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-2250ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse-circles .qodef-m-pulse-circle.qodef-pulse--4 {
	animation: qode-pulse-circles-pulse 3s infinite calc((-3000ms) + 750ms);
}

#qodef-page-spinner.qodef-layout--pulse .qodef-m-pulse {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	background-color: currentColor;
	border-radius: 16px;
	animation: qode-scaleout 1s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles {
	width: 60px;
	height: 20px;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 4px;
	background-color: currentColor;
	border-radius: 100%;
	opacity: 0;
	animation: qode-ball-fall 1.5s ease infinite both;
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(1) {
	animation-delay: calc((100ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(2) {
	animation-delay: calc((200ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotate-circles .qodef-m-circles>div:nth-last-of-type(3) {
	animation-delay: calc((300ms) - 300ms);
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cubes {
	position: relative;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: currentColor;
	animation: qode-rotating-cubes 1.8s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--rotating-cubes .qodef-m-cube.qodef-cube--2 {
	animation-delay: -.9s;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripes {
	width: 50px;
	height: 60px;
	margin: -30px 0 0 -25px;
	text-align: center;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe {
	display: inline-block;
	float: left;
	height: 100%;
	width: 6px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	animation: qode-stretch-delay 1.2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--2 {
	animation-delay: calc((200ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--3 {
	animation-delay: calc((300ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--4 {
	animation-delay: calc((400ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--stripes .qodef-m-stripe.qodef-stripe--5 {
	animation-delay: calc((500ms) - 1300ms);
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-textual {
	opacity: 0;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-text {
	display: flex;
	font-family: Italiana,sans-serif;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
	white-space: nowrap;
	text-transform: uppercase;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char {
	display: inline-block;
	opacity: 0;
	will-change: opacity;
}

#qodef-page-spinner.qodef-layout--textual .qodef-m-char.qodef-m-empty-char {
	white-space: pre;
}

#qodef-page-spinner.qodef-layout--textual.qodef--init .qodef-m-textual {
	opacity: 1;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-two-rotating-circles {
	position: relative;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	animation: qode-rotate-circles 2s infinite linear;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle {
	position: absolute;
	top: 0;
	width: 60%;
	height: 60%;
	display: inline-block;
	background-color: currentColor;
	border-radius: 100%;
	transform-origin: center bottom;
	animation: qode-bounce 2s infinite ease-in-out;
}

#qodef-page-spinner.qodef-layout--two-rotating-circles .qodef-m-circle.qodef-circle--2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circles {
	width: 150px;
	height: 30px;
	margin: -15px 0 0 -75px;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle {
	float: left;
	height: 30px;
	width: 30px;
	margin-right: 10px;
	background: currentColor;
	border-radius: 50%;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--1 {
	animation: qode-wave-jump-3 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--2 {
	animation: qode-wave-jump-2 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--3 {
	animation: qode-wave-jump-1 1.8s infinite ease-out;
}

#qodef-page-spinner.qodef-layout--wave-circles .qodef-m-wave-circle.qodef-wave--4 {
	margin-right: 0;
	animation: qode-wave-wipe 1.8s infinite cubic-bezier(.5,0,.5,1);
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave {
	width: 72px;
	margin: -9px 0 0 -36px;
	text-align: center;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 3px 0 0;
	background-color: currentColor;
	border-radius: 100%;
	animation: qode-bounce-delay 1.4s infinite ease-in-out both;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--1 {
	animation-delay: -.32s;
}

#qodef-page-spinner.qodef-layout--wave .qodef-m-wave-item.qodef-wave--2 {
	animation-delay: -.16s;
}

.elementor-element.qodef-sticky-column {
	align-self: flex-start;
}

@media only screen and (max-width:1024px) {
	.touchevents .elementor-element.qodef-sticky-column>div {
		height: unset;
		position: unset!important;
		width: auto!important;
	}
}

.qodef-sp-holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 115;
	visibility: hidden;
	transition: opacity .2s ease-out;
	background-color: rgba(75,75,75,.2);
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.qodef-sp-holder .qodef-sp-inner {
	display: flex;
	width: 90%;
	max-width: 968px;
	min-height: 366px;
	background-color: #f8f7f5;
	padding: 8px;
	opacity: 0;
	transition: transform .3s cubic-bezier(.06,.47,.38,.99),opacity .2s ease-out;
}

@media only screen and (max-width:768px) {
	.qodef-sp-holder .qodef-sp-inner {
		flex-direction: column;
		padding: 15px;
	}

	.qodef-sp-holder .qodef-sp-inner .qodef-sp-content-container,.qodef-sp-holder .qodef-sp-inner .qodef-sp-image-container {
		width: 100%;
	}

	.qodef-sp-holder .qodef-sp-inner .qodef-sp-image-container {
		min-height: 33vh;
	}
}

.qodef-sp-holder .qodef-sp-close {
	position: absolute;
	top: 0;
	right: 7px;
	display: block;
	color: #000;
}

.qodef-sp-holder .qodef-sp-close:hover {
	color: #2d2d2d;
}

@media only screen and (max-width:768px) {
	.qodef-sp-holder .qodef-sp-close {
		top: -4px;
		right: 4px;
	}
}

.qodef-sp-holder .qodef-sp-image-container {
	width: 48.6%;
	background-repeat: no-repeat;
	background-size: cover;
}

.qodef-sp-holder .qodef-sp-content-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 51.4%;
	padding: 24px 22px 24px 30px;
	background-color: #f6f4f2;
	background-size: cover;
}

.qodef-sp-holder .qodef-sp-title {
	justify-self: flex-start;
	margin: 0 0 15px 0;
	font-size: 62px;
	line-height: 1;
	font-family: Italiana,sans-serif;
	text-transform: none;
}

.qodef-sp-holder .qodef-sp-subtitle {
	justify-self: flex-start;
	margin: 0;
}

@media only screen and (max-width:768px) {
	.qodef-sp-holder .qodef-sp-subtitle {
		margin-bottom: 20px;
	}
}

.qodef-sp-holder .wpcf7 {
	width: 100%;
	display: block;
	justify-self: flex-end;
}

.qodef-sp-holder .qodef-sp-prevent {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	justify-self: flex-end;
	margin-top: 13px;
}

.qodef-sp-holder .qodef-sp-prevent-inner {
	cursor: pointer;
}

.qodef-sp-holder .qodef-sp-prevent-inner>* {
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.qodef-sp-holder .qodef-sp-prevent-input {
	margin: 1px 1px 0 0;
	width: 11px;
	height: 11px;
	border: 1px solid #141414;
	overflow: hidden;
}

.qodef-sp-holder .qodef-sp-prevent-input svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity .2s ease-out;
}

.qodef-sp-holder .qodef-sp-prevent-input.qodef-sp-prevent-clicked svg {
	opacity: 1;
}

.qodef-sp-holder .qodef-sp-prevent-label {
	font-size: 13px;
}

.qodef-sp-opened .qodef-sp-holder {
	opacity: 1;
	visibility: visible;
	transition: opacity .2s ease-out;
}

.qodef-sp-opened .qodef-sp-holder .qodef-sp-inner {
	opacity: 1;
	transform: scale(1);
	transition: transform .8s cubic-bezier(.26,.63,0,.96);
}

.qodef-page-title {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.qodef-page-title.qodef-image--responsive {
	height: auto!important;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content {
	position: absolute;
	top: 0;
	left: 0;
}

.qodef-page-title.qodef-image--responsive .qodef-m-content.qodef-content-grid {
	left: 50%;
	transform: translateX(-50%);
}

.qodef-page-title.qodef-alignment--center {
	text-align: center;
}

.qodef-page-title.qodef-alignment--right {
	text-align: right;
}

.qodef-page-title .qodef-m-image {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-page-title .qodef-m-image img {
	display: block;
	width: 100%;
}

.qodef-page-title .qodef-m-content.qodef-content-full-width {
	padding: 0 40px;
}

@media only screen and (max-width:1024px) {
	.qodef-page-title .qodef-m-content.qodef-content-full-width {
		padding: 0 7%;
	}
}

.qodef-page-title .qodef-breadcrumbs a,.qodef-page-title .qodef-breadcrumbs span {
	font-size: 12px;
	color: #565656;
}

.qodef-page-title .qodef-breadcrumbs a {
	--qodef-underline-position-y: 100%;
	--qodef-underline-height: 1px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg,currentColor 0,currentColor 100%);
	background-position: 0 var(--qodef-underline-position-y);
	background-size: 0 var(--qodef-underline-height);
	transition: background-size .5s cubic-bezier(.25,.46,.35,.94),color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
}

.qodef-page-title .qodef-breadcrumbs a:hover {
	background-size: 100% var(--qodef-underline-height);
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator {
	margin: 0 5px;
}

.qodef-page-title .qodef-breadcrumbs .qodef-breadcrumbs-separator:after {
	content: '/';
}

.qodef-page-title.qodef-title--standard-with-breadcrumbs .qodef-breadcrumbs {
	margin-top: 5px;
}

.qodef-page-title.qodef-title--standard .qodef-m-subtitle {
	margin: 4px 0 0;
}

.widget.qodef-author-info .qodef-author-info-image {
	margin-bottom: 21px;
	display: inline-block;
}

.widget.qodef-author-info .qodef-author-info-name {
	margin: 0 0 21px;
}

.widget.qodef-author-info .qodef-author-info-description {
	margin: 0;
}

.widget .qodef-contact-info-widget {
	margin: 0;
}

#qodef-top-area .widget .qodef-contact-info-widget a {
	font-size: 16px;
}

.widget.widget_diptam_core_search {
	position: relative;
}

.widget.widget_diptam_core_search input {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .03em;
	margin: 0;
	padding: 0 0 1px;
	line-height: 1em;
	width: 56px;
	color: #141414;
	border: none;
	transition: width .62s cubic-bezier(.25,.46,.45,.94);
	background-color: transparent;
}

.widget.widget_diptam_core_search input:focus {
	width: 117px;
}

.widget.widget_diptam_core_search input:focus~.qodef-m-form-line {
	width: calc(100% - 30px);
	transition: width .4s ease-out .2s;
}

.widget.widget_diptam_core_search .qodef-m-form-line {
	width: 0;
	height: 1px;
	background-color: currentColor;
	position: absolute;
	bottom: 0;
	left: 30px;
}

.widget.widget_diptam_core_search button {
	right: 2px;
	left: auto;
	width: auto;
	background-color: transparent;
	padding: 0 12px 0 0;
	border: 0;
}

.widget.widget_diptam_core_search button .qodef-svg--search {
	width: 17px;
	color: #141414;
}

.qodef-skin--light .widget.widget_diptam_core_search .qodef-search-form button .qodef-svg--search {
	color: #fff;
}

.widget_diptam_core_sticky_sidebar {
	position: relative;
	width: 100%;
	height: 0;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
	background: 0 0!important;
}

.widget_diptam_core_svg_icon {
	display: inline-block;
	vertical-align: top;
	margin: 0!important;
}

.widget_diptam_core_svg_icon .qodef-m-holder {
	display: flex;
	align-items: center;
}

.widget_diptam_core_svg_icon .qodef-svg-icon-widget svg {
	display: block;
	fill: var(--fill-color);
	/* stroke: var(--stroke-color); */
	max-width: 100%;
	max-height: 100%;
	transition: all .25s ease-out;
}

.widget_diptam_core_svg_icon .qodef-svg-icon-widget a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.widget_diptam_core_svg_icon .qodef-svg-icon-widget a:hover svg,.widget_diptam_core_svg_icon .qodef-svg-icon-widget:hover svg {
	fill: var(--fill-hover-color);
	stroke: var(--stroke-hover-color);
}

.widget_diptam_core_svg_icon .qodef-svg-icon-widget a:hover .qodef-m-text,.widget_diptam_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-text {
	color: var(--text-hover-color);
}

.widget_diptam_core_svg_icon .qodef-svg-icon-widget:hover .qodef-m-icon {
	background-color: var(--background-hover-color);
}

.widget_diptam_core_svg_icon .qodef-m-icon {
	--fill-color: currentColor;
	--stroke-color: currentColor;
	--fill-hover-color: currentColor;
	--stroke-hover-color: currentColor;
	--background-color: transparent;
	--background-hover-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	max-height: 100%;
	background-color: var(--background-color);
	overflow: hidden;
	transition: all .25s ease-out;
}

.widget_diptam_core_svg_icon .qodef-m-text {
	--text-color: currentColor;
	--text-hover-color: currentColor;
	color: var(--text-color);
	transition: all .25s ease-out;
	line-height: 1;
}

#qodef-page-header .widget_diptam_core_svg_icon .qodef-m-text {
	font-weight: 400;
	color: #141414;
	font-family: Poppins,sans-serif;
	font-size: 22px;
	line-height: 1.36364em;
	text-transform: uppercase;
	letter-spacing: .015em;
}

.qodef-wishlist {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.qodef-wishlist .qodef-m-link {
	line-height: 1;
}

.qodef-wishlist .qodef-m-link.qodef--added {
	color: var(--qode-main-color);
}

.qodef-wishlist .qodef-m-link.qodef--added i {
	font-weight: 900;
}

.qodef-wishlist .qodef-m-response {
	position: absolute;
	top: -6px;
	bottom: auto;
	right: -6px;
	left: auto;
	width: auto;
	padding: 0 10px;
	font-size: 13px;
	line-height: 30px;
	color: #2d2d2d;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 3px 3px 15px 0 rgba(20,20,20,.5);
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0);
	transition: opacity .2s ease;
}

.qodef-wishlist .qodef-m-response.qodef--show {
	opacity: 1;
	visibility: visible;
}

.qodef-wishlist-dropdown {
	position: relative;
	display: flex;
	vertical-align: top;
	height: 100%;
	margin: 0;
}

.qodef-wishlist-dropdown .qodef-m-inner {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	height: 100%;
}

.qodef-wishlist-dropdown .qodef-m-link {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.qodef-wishlist-dropdown .qodef-m-link>* {
	margin: 0;
	line-height: 1;
}

.qodef-wishlist-dropdown .qodef-m-link {
	color: #141414;
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link {
	color: #2d2d2d;
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
	width: 16px;
	flex-shrink: 0;
	margin-right: 0;
	font-size: 18px;
	fill: currentColor;
}

.qodef-wishlist-dropdown .qodef-m-link-icon:before {
	display: block;
	line-height: inherit;
}

.qodef-wishlist-dropdown .qodef-m-link-icon {
	color: var(--qode-main-color);
}

#qodef-top-area .qodef-wishlist-dropdown .qodef-m-link-icon {
	color: var(--qode-main-color);
}

.qodef-wishlist-dropdown .qodef-m-link-count {
	font-weight: 400;
	font-family: Poppins,sans-serif;
	font-size: 22px;
	line-height: 1.36364em;
	text-transform: uppercase;
	letter-spacing: .015em;
	display: none;
}

.qodef-wishlist-dropdown .qodef-m-items {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	width: 266px;
	padding: 25px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #eee;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	transition: all .35s cubic-bezier(.53,.01,.18,1);
}

.qodef-wishlist-dropdown .qodef-m-item {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 25px;
}

.qodef-wishlist-dropdown .qodef-m-item:last-child {
	margin-bottom: 0;
}

.qodef-wishlist-dropdown .qodef-e-image-link {
	flex-shrink: 0;
	max-width: 60px;
	margin-right: 15px;
}

.qodef-wishlist-dropdown .qodef-e-image-link img {
	display: block;
	border: 1px solid #eee;
	border-radius: 4px;
}

.qodef-wishlist-dropdown .qodef-e-title {
	margin: 0;
}

.qodef-wishlist-dropdown .qodef-e-remove {
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px;
	font-size: 13px;
	line-height: 1;
	z-index: 3;
}

.qodef-wishlist-dropdown .qodef-e-remove * {
	display: block;
	line-height: inherit;
}

.qodef-wishlist-dropdown .qodef-e-remove :before {
	display: block;
	line-height: inherit;
}

.touchevents .qodef-wishlist-dropdown {
	cursor: pointer;
}

.qodef-wishlist-dropdown.qodef-items--has:hover .qodef-m-items {
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width:1440px) {
	.qodef-background-text .qodef-m-background-text {
		font-size: 135px;
	}
}

@media only screen and (max-width:680px) {
	.qodef-background-text .qodef-m-background-text {
		display: none!important;
	}
}

@media only screen and (max-width:1024px) {
	#qodef-author-info {
		padding: 27px;
	}
}

@media only screen and (max-width:680px) {
	#qodef-author-info .qodef-m-inner {
		flex-wrap: wrap;
	}

	#qodef-author-info .qodef-m-content {
		margin-top: 23px;
	}
}

@media only screen and (max-width:1024px) {
	body:not(.qodef-content-behind-header) #qodef-page-outer {
		margin-top: 0!important;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-header--fixed #qodef-page-header-inner {
		display: none;
	}
}

@media only screen and (max-width:1024px) {
	#qodef-top-area {
		display: none;
	}
}

@media (max-width:1440px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:1366px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:1024px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:768px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:680px) {
	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}

	.qodef-twitter-list.qodef-responsive--predefined.qodef-col-num--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:1440px) and (min-width:1367px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1440--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:1366px) and (min-width:1025px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1366--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:1024px) and (min-width:769px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--1024--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:768px) and (min-width:681px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--768--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:680px) and (min-width:481px) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--680--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--1.qodef-layout--columns .ctf-tweets {
		--qode-columns: 1;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--2.qodef-layout--columns .ctf-tweets {
		--qode-columns: 2;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--3.qodef-layout--columns .ctf-tweets {
		--qode-columns: 3;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--4.qodef-layout--columns .ctf-tweets {
		--qode-columns: 4;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--5.qodef-layout--columns .ctf-tweets {
		--qode-columns: 5;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--6.qodef-layout--columns .ctf-tweets {
		--qode-columns: 6;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--7.qodef-layout--columns .ctf-tweets {
		--qode-columns: 7;
	}
}

@media (max-width:480px) and (min-width:0) {
	.qodef-twitter-list.qodef-responsive--custom.qodef-col-num--480--8.qodef-layout--columns .ctf-tweets {
		--qode-columns: 8;
	}
}

@media only screen and (max-width:1440px) {
	.qodef-twitter-list.qodef-vertical-gutter--huge .ctf-tweets {
		--qode-columns-row-gap: 60px;
	}

	.qodef-twitter-list.qodef-vertical-gutter--enormous .ctf-tweets {
		--qode-columns-row-gap: 60px;
	}

	.qodef-twitter-list.qodef-gutter--huge .ctf-tweets {
		--qode-columns-col-gap: 60px;
	}

	.qodef-twitter-list.qodef-gutter--enormous .ctf-tweets {
		--qode-columns-col-gap: 60px;
	}
}

@media only screen and (max-width:680px) {
	.ywpc-countdown>div.ywpc-header,.ywpc-sale-bar>div.ywpc-header {
		border-bottom: 1px solid #fff;
		padding: 15px 23px;
		width: 100%;
	}

	.ywpc-countdown .ywpc-timer {
		width: 100%;
		display: flex;
	}

	.ywpc-sale-bar .ywpc-bar {
		width: 100%;
	}
}

@media only screen and (max-width:680px) {
	#yith-quick-view-modal .yith-wcqv-main {
		max-height: unset!important;
		min-height: unset;
	}
}

@media only screen and (max-width:680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-inner {
		flex-wrap: wrap;
	}

	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
		align-self: stretch;
		height: 30vh;
		min-height: unset;
	}
}

@media only screen and (max-width:680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .qodef-woo-single-image {
		max-height: 30vh;
	}
}

@media only screen and (max-width:680px) {
	#yith-quick-view-modal #yith-quick-view-content.single-product .woocommerce-product-details__short-description {
		display: none;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-portfolio-single .qodef-variations--small .qodef-media {
		margin: 0 0 6px;
	}

	.qodef-portfolio-single .qodef-variations--small .qodef-portfolio-title {
		margin: 0 0 15px;
	}

	.qodef-portfolio-single .qodef-variations--big .qodef-portfolio-info {
		margin-top: 0;
	}

	.qodef-portfolio-single .qodef-variations--big .qodef-e-content {
		margin-top: 36px;
	}

	.qodef-portfolio-single .qodef-variations--big .qodef-e-content>.qodef-grid-inner {
		row-gap: 16px!important;
	}
}

@media only screen and (max-width:768px) {
	.qodef-countdown.qodef-show--4 .qodef-digit-wrapper,.qodef-countdown.qodef-show--5 .qodef-digit-wrapper,.qodef-countdown.qodef-show--6 .qodef-digit-wrapper {
		width: 33.33333333333333%;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-highlight.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-info-section.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

@media only screen and (max-width:1024px) {
	.qodef-section-title.qodef-title-break--disabled .qodef-m-title br {
		display: none;
	}
}

@media only screen and (max-width:680px) {
	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical {
		display: block;
	}

	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-navigation {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	.qodef-tabs.qodef-layout--simple.qodef-orientation--vertical .qodef-tabs-content {
		margin-top: 26px;
	}

	.qodef-tabs.qodef-layout--simple .qodef-tabs-content {
		margin: 26px 0 0;
	}
}

@media only screen and (max-width:680px) {
	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(1) {
		left: 1px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(2) {
		left: 36px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(3) {
		left: 71px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(4) {
		left: 106px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(5) {
		left: 141px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(6) {
		left: 176px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--right .qodef-social-share-dropdown li:nth-child(7) {
		left: 211px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown {
		left: auto;
		right: 0;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(1) {
		right: auto;
		left: 1px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(2) {
		right: auto;
		left: 36px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(3) {
		right: auto;
		left: 71px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(4) {
		right: auto;
		left: 106px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(5) {
		right: auto;
		left: 141px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(6) {
		right: auto;
		left: 176px;
	}

	.qodef-social-share.qodef-layout--dropdown.qodef-dropdown--left .qodef-social-share-dropdown li:nth-child(7) {
		right: auto;
		left: 211px;
	}
}

@media only screen and (max-width:1024px) {
	body:not(.qodef-content-behind-header) .qodef-page-title .qodef-m-content {
		padding-top: 0!important;
	}
}