/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:before,
.fl-module:after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:after,
.fl-module-content:after {
	clear: both;
}
.fl-row,
.fl-row-content,
.fl-col-group,
.fl-col,
.fl-module,
.fl-module-content {
	zoom:1;
}
.fl-clear {
	clear: both;
}

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.fl-clearfix {
	zoom:1;
}

/* Responsive Utilities
------------------------------------------------------ */

.fl-visible-medium,
.fl-visible-medium-mobile,
.fl-visible-mobile,
.fl-col-group .fl-visible-medium.fl-col,
.fl-col-group .fl-visible-medium-mobile.fl-col,
.fl-col-group .fl-visible-mobile.fl-col {
	display: none;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content {
	position: relative;
}
.fl-row-bg-video .fl-bg-video {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.fl-row-bg-video .fl-bg-video video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

/* Full Height Rows */
.fl-row-full-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;

}
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}
.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {
	min-height: calc( 100vh - 48px );
}
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* IE 11 - Row full height - vertical alignment center/bottom fix */
.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible.fl-node-5d35fe6f02235 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d35fe6f02235 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-5d35fe6f02235 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d35fe6f02235 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d35fe6f02235 h1,
.fl-builder-content .fl-node-5d35fe6f02235 h2,
.fl-builder-content .fl-node-5d35fe6f02235 h3,
.fl-builder-content .fl-node-5d35fe6f02235 h4,
.fl-builder-content .fl-node-5d35fe6f02235 h5,
.fl-builder-content .fl-node-5d35fe6f02235 h6,
.fl-builder-content .fl-node-5d35fe6f02235 h1 a,
.fl-builder-content .fl-node-5d35fe6f02235 h2 a,
.fl-builder-content .fl-node-5d35fe6f02235 h3 a,
.fl-builder-content .fl-node-5d35fe6f02235 h4 a,
.fl-builder-content .fl-node-5d35fe6f02235 h5 a,
.fl-builder-content .fl-node-5d35fe6f02235 h6 a {
	color: #ffffff;
}

.fl-node-5d35fe6f02235 .fl-bg-video-audio {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	width: 20px;
}
.fl-node-5d35fe6f02235 .fl-bg-video-audio .fl-audio-control {
	font-size: 20px;
}
.fl-node-5d35fe6f02235 .fl-bg-video-audio .fa-times {
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 11px;
	bottom: 0;
}

.fl-node-5d35fe6f02235 > .fl-row-content-wrap {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d35fe6f02235 > .fl-row-content-wrap {
	padding-top:40px;
	padding-bottom:40px;
}
.fl-node-5d35fe6f0222d {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d35fe6f0222d *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-5d35fe6f0222d a {
	color: #00addd;
}

.fl-builder-content .fl-node-5d35fe6f0222d a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d35fe6f0222d h1,
.fl-builder-content .fl-node-5d35fe6f0222d h2,
.fl-builder-content .fl-node-5d35fe6f0222d h3,
.fl-builder-content .fl-node-5d35fe6f0222d h4,
.fl-builder-content .fl-node-5d35fe6f0222d h5,
.fl-builder-content .fl-node-5d35fe6f0222d h6,
.fl-builder-content .fl-node-5d35fe6f0222d h1 a,
.fl-builder-content .fl-node-5d35fe6f0222d h2 a,
.fl-builder-content .fl-node-5d35fe6f0222d h3 a,
.fl-builder-content .fl-node-5d35fe6f0222d h4 a,
.fl-builder-content .fl-node-5d35fe6f0222d h5 a,
.fl-builder-content .fl-node-5d35fe6f0222d h6 a {
	color: #ffffff;
}

.fl-node-5d35fe6f0222d .fl-bg-video-audio {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	width: 20px;
}
.fl-node-5d35fe6f0222d .fl-bg-video-audio .fl-audio-control {
	font-size: 20px;
}
.fl-node-5d35fe6f0222d .fl-bg-video-audio .fa-times {
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 11px;
	bottom: 0;
}

.fl-node-5d35fe6f0222d > .fl-row-content-wrap {
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d35fe6f0222d > .fl-row-content-wrap {
	padding-top:13px;
	padding-bottom:0px;
}




.fl-node-5d35fe6f02239 {
	width: 33.33%;
}
.fl-node-5d35fe6f02239 > .fl-col-content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d35fe6f02238 {
	width: 33.33%;
}
.fl-node-5d35fe6f02238 > .fl-col-content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d35fe6f02237 {
	width: 33.33%;
}
.fl-node-5d35fe6f02237 > .fl-col-content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d35fe6f02233 {
	width: 100%;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-5d35fe6f02245.fl-module-heading .fl-heading {
	text-align: left;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
@media (max-width: 768px) { .fl-module-icon {
	text-align: center;
}
 }.fl-node-5d35fe6f0223f .fl-module-content .fl-icon i,
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon i:before {
	color: #ffffff;
}
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon i:hover,
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon i:hover:before,
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon a:hover i,
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon a:hover i:before {
	color: #efefef;
}
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon i, .fl-node-5d35fe6f0223f .fl-module-content .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5d35fe6f0223f .fl-module-content .fl-icon-text {
	height: 28px;
}
.fl-node-5d35fe6f0223f.fl-module-icon {
	text-align: left;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
	.fl-node-5d35fe6f0223f.fl-module-icon {
		text-align: left;
	}
}
 .fl-node-5d35fe6f0223f > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon i,
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon i:before {
	color: #ffffff;
}
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon i:hover,
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon i:hover:before,
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon a:hover i,
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon a:hover i:before {
	color: #f4f4f4;
}
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon i, .fl-node-5d35fe6f0223d .fl-module-content .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5d35fe6f0223d .fl-module-content .fl-icon-text {
	height: 28px;
}
.fl-node-5d35fe6f0223d.fl-module-icon {
	text-align: left;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
	.fl-node-5d35fe6f0223d.fl-module-icon {
		text-align: left;
	}
}
 .fl-node-5d35fe6f0223d > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon i,
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon i:before {
	color: #ffffff;
}
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon i:hover,
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon i:hover:before,
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon a:hover i,
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon a:hover i:before {
	color: #efefef;
}
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon i, .fl-node-5d35fe6f0223e .fl-module-content .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5d35fe6f0223e .fl-module-content .fl-icon-text {
	height: 28px;
}
.fl-node-5d35fe6f0223e.fl-module-icon {
	text-align: left;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
	.fl-node-5d35fe6f0223e.fl-module-icon {
		text-align: left;
	}
}
 .fl-node-5d35fe6f0223e > .fl-module-content {
	margin-top:0px;
}
.fl-node-5d35fe6f02240.fl-module-heading .fl-heading {
	text-align: left;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d35fe6f02240 > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5d35fe6f02241 .fl-rich-text, .fl-node-5d35fe6f02241 .fl-rich-text * {
	font-size: 18px;
}
.fl-node-5d35fe6f02241 .fl-rich-text strong {
	font-weight: bold;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-5d35fe6f02244.fl-module-heading .fl-heading {
	text-align: left;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d35fe6f02244 > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5d35fe6f02234 .fl-rich-text strong {
	font-weight: bold;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d35fe6f02234 > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}




.fl-node-5d3df1c74a828 .fl-bg-video-audio {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	width: 20px;
}
.fl-node-5d3df1c74a828 .fl-bg-video-audio .fl-audio-control {
	font-size: 20px;
}
.fl-node-5d3df1c74a828 .fl-bg-video-audio .fa-times {
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 11px;
	bottom: 0;
}

@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d3df090e9be2 .fl-bg-video-audio {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	width: 20px;
}
.fl-node-5d3df090e9be2 .fl-bg-video-audio .fl-audio-control {
	font-size: 20px;
}
.fl-node-5d3df090e9be2 .fl-bg-video-audio .fa-times {
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 11px;
	bottom: 0;
}

.fl-node-5d3df090e9be2 > .fl-row-content-wrap {
	min-height: 600px;
}
.fl-node-5d3df090e9be2.fl-row-fixed-width, .fl-node-5d3df090e9be2 .fl-row-fixed-width {
	max-width: 1166px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d3df05b898be .fl-bg-video-audio {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	width: 20px;
}
.fl-node-5d3df05b898be .fl-bg-video-audio .fl-audio-control {
	font-size: 20px;
}
.fl-node-5d3df05b898be .fl-bg-video-audio .fa-times {
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 11px;
	bottom: 0;
}

.fl-node-5d3df05b898be > .fl-row-content-wrap {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}
.fl-node-5d3df05b898be.fl-row-fixed-width, .fl-node-5d3df05b898be .fl-row-fixed-width {
	max-width: 1166px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d3df05b898be > .fl-row-content-wrap {
	padding-top:60px;
	padding-bottom:60px;
}




.fl-node-5d3df42f51a31 .fl-bg-video-audio {
	display: none;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 5;
	width: 20px;
}
.fl-node-5d3df42f51a31 .fl-bg-video-audio .fl-audio-control {
	font-size: 20px;
}
.fl-node-5d3df42f51a31 .fl-bg-video-audio .fa-times {
	font-size: 10px;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 11px;
	bottom: 0;
}

.fl-node-5d3df42f51a31.fl-row-fixed-width, .fl-node-5d3df42f51a31 .fl-row-fixed-width {
	max-width: 1170px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d3df1c74e16a {
	width: 100%;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d3df090ec265 {
	width: 50%;
}
.fl-node-5d3df090ec265 > .fl-col-content {
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.07);
}
.fl-builder-content .fl-node-5d3df090ec265 > .fl-col-content {
	min-height: 400px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-5d3df090ec26a {
	color: #000000;
}
.fl-builder-content .fl-node-5d3df090ec26a *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: #000000;
}

.fl-builder-content .fl-node-5d3df090ec26a a {
	color: #000000;
}

.fl-builder-content .fl-node-5d3df090ec26a a:hover {
	color: #000000;
}

.fl-builder-content .fl-node-5d3df090ec26a h1,
.fl-builder-content .fl-node-5d3df090ec26a h2,
.fl-builder-content .fl-node-5d3df090ec26a h3,
.fl-builder-content .fl-node-5d3df090ec26a h4,
.fl-builder-content .fl-node-5d3df090ec26a h5,
.fl-builder-content .fl-node-5d3df090ec26a h6,
.fl-builder-content .fl-node-5d3df090ec26a h1 a,
.fl-builder-content .fl-node-5d3df090ec26a h2 a,
.fl-builder-content .fl-node-5d3df090ec26a h3 a,
.fl-builder-content .fl-node-5d3df090ec26a h4 a,
.fl-builder-content .fl-node-5d3df090ec26a h5 a,
.fl-builder-content .fl-node-5d3df090ec26a h6 a {
	color: #000000;
}

.fl-node-5d3df090ec26a {
	width: 50%;
}
.fl-node-5d3df090ec26a > .fl-col-content {
	background-color: rgba(0,0,0,0.04);
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d3df05b898c4 {
	width: 100%;
}
.fl-node-5d3df05b898c4 > .fl-col-content {
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.1);
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}




.fl-node-5d3df42f560bc {
	width: 100%;
}
.fl-node-5d3df42f560bc > .fl-col-content {
	box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.09);
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.woocommerce .fl-module-fl-woo-breadcrumb .woocommerce-breadcrumb {
	margin: 0;
}.fl-node-5d3df1c74a2aa .fl-module-content .woocommerce-breadcrumb {

	text-align: left;

	}


.fl-node-5d3df1c74a2aa .fl-module-content .woocommerce-breadcrumb a {
	color: #1faa00;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-module-fl-woo-product-images .fl-module-content {
	position: relative;
}
.woocommerce div.product .fl-module-fl-woo-product-images div.images,
.woocommerce #content div.product .fl-module-fl-woo-product-images div.images {
	float: none;
	margin: 0;
	width: auto;
}
.fl-module-fl-woo-product-title h1.product_title {
	margin: 0;
}.fl-node-5d3df0c9898a9 .fl-module-content {
	text-align: center;
}


.fl-node-5d3df0c9898a9 .fl-module-content .product_title {
font-size: 23px;
}

.fl-node-5d3df0c9898a9 .fl-module-content .product_title {
	color: #3d3d3d;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.woocommerce div.product .fl-module-fl-woo-product-rating .woocommerce-product-rating,
.fl-module-fl-woo-product-rating .woocommerce-product-rating {
	float: none;
	margin: 0;
}
.fl-node-5d3df121d84de .fl-module-content {

	text-align: left;

		font-size: 12px;
	}


@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d3df121d84de > .fl-module-content {
	margin-top:-10px;
}
@media (max-width: 768px) { .fl-node-5d3df121d84de > .fl-module-content { margin-top:20px; } }.fl-node-5d3df156411f1 .fl-separator {
	border-top:1px solid #cccccc;
	max-width: 100%;
	margin: auto;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
 .fl-node-5d3df156411f1 > .fl-module-content {
	margin-top:0px;
}
.fl-module-fl-woo-product-price .price {
	margin: 0;
}.fl-node-5d3df1fe9464c .fl-module-content {

	text-align: left;

		font-size: 22px;
	}

.woocommerce div.product .fl-node-5d3df1fe9464c .fl-module-content p.price {
	color: #000a00;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.woocommerce div.product .fl-module-fl-woo-cart-button form.cart,
.woocommerce div.product .fl-module-fl-woo-cart-button form.cart .variations {
	margin: 0;
}
.fl-module-fl-woo-cart-button .yith-ywraq-add-to-quote {
	padding-top: 15px;
}

@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-5d3df30891a61 .fl-separator {
	border-top:1px solid #cccccc;
	max-width: 100%;
	margin: auto;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-icon-group .fl-icon {
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Left */
.fl-icon-group-left {
	text-align: left;
}

/* Center */
.fl-icon-group-center {
	text-align: center;
}

/* Right */
.fl-icon-group-right {
	text-align: right;
}.fl-node-5d3df3460df83 .fl-module-content .fl-icon i, .fl-node-5d3df3460df83 .fl-module-content .fl-icon i:before {
	font-size: 30px;
}
.fl-node-5d3df3460df83 .fl-module-content .fl-icon-text {
	height: 52.5px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
																				
/* Left */
.fl-node-5d3df3460df83 .fl-icon-group-left .fl-icon {
	margin-right: 10px;
}

/* Center */
.fl-node-5d3df3460df83 .fl-icon-group-center .fl-icon {
	margin-left: 10px;
	margin-right: 10px;
}

/* Right */
.fl-node-5d3df3460df83 .fl-icon-group-right .fl-icon {
	margin-left: 10px;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-node-5d3df05b898c9 .fl-separator {
	border-top:1px solid #e8e8e8;
	max-width: 100%;
	margin: auto;
}
@media(max-width: 992px) {
}
@media(max-width: 768px) {
}
.fl-module-fl-post-navigation .nav-links {
	display: flex;
}
.fl-module-fl-post-navigation .nav-links .nav-previous {
	width: 100%;
}
.fl-module-fl-post-navigation .nav-links .nav-next {
	text-align: right;
	width: 100%;
}
.fl-module-fl-post-navigation .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
@media (max-width: 768px) { .fl-module-fl-post-navigation .nav-links {
	display: block;
}
.fl-module-fl-post-navigation .nav-links .nav-previous {
	margin-bottom: 15px;
	width: 100%;
}
.fl-module-fl-post-navigation .nav-links .nav-next {
	text-align: left;
	width: 100%;
} } .fl-node-5d3df05b898cc > .fl-module-content {
	margin-top:0px;
}
 .fl-node-5d3df05b898c7 > .fl-module-content {
	margin-top:0px;
}
