









.fl-node-5e4aaf5badee6 {
	width: 100%;
}




.fl-node-5e4aaf7538c82 {
	width: 100%;
}




.fl-node-5e4fe8e11e741 {
	width: 20.38%;
}




.fl-node-5e4ff6a1d2a59 {
	width: 100%;
}




.fl-node-5e4eb29b071ff {
	width: 79.62%;
}
/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}

/* Post Columns */
body.rtl .fl-post-column {
	float: right;
}
.fl-post-column {
	float: left;
}
.fl-post-column .fl-post-grid-post {
	visibility: visible;
}

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
	display: table;
	content: " ";
}
.fl-post-grid:after {
	clear: both;
}
.fl-post-grid-post {
	background: #fff;
	border: 1px solid #e6e6e6;
	visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
	overflow: hidden;
}

.fl-post-grid-image {
	position: relative;
}
.fl-post-grid-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-grid-text {
	padding: 20px;
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body .fl-post-grid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
body .fl-post-grid-meta {
	font-size: 14px;
	padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
	vertical-align: text-top;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Post Gallery */
.fl-post-gallery-post {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}
.fl-post-gallery-link {
	display: block;
	height: 100%;
}
.fl-post-gallery-img {
	position: relative;
	z-index: 1;
}
.fl-post-gallery-img-horiz {
	height: 100% !important;
	max-height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.fl-post-gallery-img-vert {
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	width: 100% !important;
}
.fl-post-gallery-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
	opacity: 1;
}

.fl-post-gallery-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Gallery Transitions */
.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Gallery Icons */
.fl-post-gallery-text .fl-gallery-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
	clear: both;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Post Feed */
.fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-header {
	margin-bottom: 20px;
}
.fl-post-feed-header a {
	text-decoration: none;
}
body h2.fl-post-feed-title {
	margin: 0 0 10px;
	padding: 0;
	clear: none;
}
body .fl-post-feed-meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
	margin: 0 3px;
}
.fl-post-feed-image {
	margin-bottom: 25px;
	position: relative;
}
.fl-post-feed-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
	margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	float: right;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-right: 37%;
}
.fl-post-feed-content a {
	text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-more {
	margin-top: 15px;
	display: inline-block;
}
.fl-post-feed #infscr-loading {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* No posts message */
.fl-post-grid-empty {
}

li.fl-post-feed-post,li.fl-post-gallery-post, li.fl-post-grid-post {
	list-style: none;
}
@media (max-width: 768px) { /* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
	float: none;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
 }
.fl-node-5e4feb9805667 .fl-post-grid {
	margin-left: -10px;
	margin-right: -10px;
}
.fl-node-5e4feb9805667 .fl-post-column {
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.333333333333%;
}
.fl-node-5e4feb9805667 .fl-post-column:nth-child(3n + 1) {
	clear: both;
}
		@media screen and (max-width: 1200px) {
		.fl-node-5e4feb9805667 .fl-post-column {
			width: 33.333333333333%;
		}
		.fl-node-5e4feb9805667 .fl-post-column:nth-child(3n + 1) {
			clear: none;
		}
		.fl-node-5e4feb9805667 .fl-post-column:nth-child(3n + 1) {
			clear: both;
		}
	}
			@media screen and (max-width: 992px) {
		.fl-node-5e4feb9805667 .fl-post-column {
			width: 50%;
		}
		.fl-node-5e4feb9805667 .fl-post-column:nth-child(3n + 1) {
			clear: none;
		}
		.fl-node-5e4feb9805667 .fl-post-column:nth-child(2n + 1) {
			clear: both;
		}
	}
			@media screen and (max-width: 768px) {
		.fl-node-5e4feb9805667 .fl-post-column {
			width: 100%;
		}
		.fl-node-5e4feb9805667 .fl-post-column:nth-child(2n + 1) {
			clear: none;
		}
		.fl-node-5e4feb9805667 .fl-post-column:nth-child(1n + 1) {
			clear: both;
		}
	}
	
.fl-node-5e4feb9805667 .fl-post-grid-post {

	
		text-align: center;
	}

.fl-node-5e4feb9805667 .fl-post-grid-text {
	padding: 20px;
}








.fl-node-5e4feb9805667 .fl-post-grid-title {
	text-transform: capitalize;
}
.woocommerce .fl-module-fl-woo-breadcrumb .woocommerce-breadcrumb {
	margin: 0;
}.fl-node-5e4aaf753894f .fl-module-content .woocommerce-breadcrumb {

	text-align: left;

	}


 .fl-node-5e70fe2d05814 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
/* Single Product */
.fl-woocommerce-product .woocommerce ul.products li.product {
	width: 100%;
}

/* Product Columns */
.fl-module-woocommerce .woocommerce.columns-1 ul.products li.product {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {

	.fl-module-woocommerce .woocommerce.columns-2 ul.products li.product,
	.fl-module-woocommerce .woocommerce.columns-3 ul.products li.product {
		width: 100%;
	}
}

@media (max-width: 992px) {

	.fl-module-woocommerce .woocommerce.columns-2 ul.products li.product {
		clear: none;
	}
	.fl-module-woocommerce .woocommerce.columns-2 ul.products li.product:nth-child(2n + 1) {
		clear: both;
	}
}

@media (min-width: 992px) {

	.fl-module-woocommerce .woocommerce.columns-3 ul.products li.product:nth-child(3n + 1) {
		clear: both;
	}
}

@media (min-width: 768px) {

	.fl-module-woocommerce .woocommerce.columns-2 ul.products li.product.first {
		margin-right: 3.8%;
	}
	.fl-module-woocommerce .woocommerce.columns-2 ul.products li.product.last {
		margin-right: 0;
	}
} .fl-node-5ed65d24e4f19 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5ed8d7fa4de6a > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5ed6126172d87 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e6f7dca78ce6 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e6f68013609f > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e4fe8ffe15a5 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e6f852c2d90c > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5ed610018b299 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e6f79ae9c012 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e6f7c8b738b7 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e6f66ea26313 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e53fda8563fc > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
 .fl-node-5e5696011ab24 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
.facetwp-facet {
    margin-bottom: 10px !important;
}

@media (min-width: 780px) {
    .facetwp-flyout-open {
        display: none;
    }
}

/*li.product-category.product a img {*/
    /*display: none;*/
    /*visibility: hidden;*/
    /*width: 0 !important;*/
    /*height: 0 !important;*/
/*}*/

/*li.product-category.product a {*/
/*    text-align: center;*/
/*    margin: auto;*/
/*}*/

li.product-category.product a h2 {
    background: rgb(46, 48, 146) ;
    color: white;
    font-weight: 600;
    padding: 5px !important;
}

/*li.product-category.product mark.count {*/
/*    color: white !important;*/
/*}*/

/*.woocommerce ul.products, .woocommerce-page ul.products {*/
/*    padding-top: 10px;*/
/*}*/

/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {*/
/*    margin: 0 !important;*/
/*}*/
/* End Layout CSS */

/* Generic */
.fl-post-module-woo-ordering {
	padding-bottom: 40px;
}

.fl-product-ordering{
	text-align: center;
}

/* Grid */
.fl-module-post-grid .woocommerce-product-gallery {
	opacity: 1 !important;
}
.woocommerce.fl-post-grid-woo-meta {
	padding-bottom: 5px;
}
.woocommerce.fl-post-grid-woo-meta .star-rating,
.woocommerce.fl-post-grid-woo-meta .price {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 5px;
}
.fl-post-align-center .woocommerce.fl-post-grid-woo-meta .star-rating {
	margin: 0 auto 5px;
}
.fl-post-align-right .woocommerce.fl-post-grid-woo-meta .star-rating {
	float: right;
	margin: 0 0 5px;
}
.fl-module-post-grid .woocommerce.fl-post-grid-woo-button {
	padding-top: 10px;
}
.woocommerce .fl-post-grid-post {
	overflow: inherit;
}

/* Feed */
.fl-post-feed-woo-meta {
	overflow: hidden;
}
.woocommerce.fl-post-feed-woo-meta .price {
	display: inline-block;
}
.woocommerce.fl-post-feed-woo-meta .star-rating {
	display: inline-block;
	float: none;
	margin: 0 0 0 5px;
}
.fl-module-post-grid .woocommerce.fl-post-feed-woo-button {
	margin-top: 20px;
}

/* Gallery */
.woocommerce.fl-post-gallery-woo-meta .star-rating,
.woocommerce.fl-post-gallery-woo-meta .price {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 5px;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating {
	margin: 0 auto 5px;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating:before {
	color: #999 !important;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating span:before {
	color: #fff;
}
	.fl-builder-content .fl-node-5e4feb9805667 .product span.onsale {
		background-color: #ffef00;
	}
 

	.fl-builder-content .fl-node-5e4feb9805667 .product span.onsale {
		color: #2e3092;
	}
 

 





/* Add To Cart Button Styles */

	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button[type=submit].alt.disabled,
	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button,
	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button.button,
	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button a.button {
		background-color: #2e3092;
		border-color: #222486;
	}

	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button[type=submit].alt.disabled,
	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button,
	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button.button,
	.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button a.button {
		color: #ffef00;
	}



.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button[type=submit].alt.disabled,
.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button button.button, 
.fl-builder-content .fl-node-5e4feb9805667 .fl-post-module-woo-button a.button {
	display: inline-block;
}

