@-webkit-keyframes eaelLoaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes eaelLoaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.eael-button-wrap, .eael-load-more-button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-button, .eael-load-more-button {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1em 2em;
	border: 0px solid;
	font-size: 16px;
	overflow: hidden;
}

.eael-button .eael-btn-loader, .eael-load-more-button .eael-btn-loader {
	display: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 10px;
	position: relative;
	top: auto;
	left: -200%;
	border-top: 4px solid hsla(0, 0%, 100%, .2);
	border-right: 4px solid hsla(0, 0%, 100%, .2);
	border-bottom: 4px solid hsla(0, 0%, 100%, .2);
	border-left: 4px solid #fff;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: eaelLoaderSpin 1.1s infinite linear;
	animation: eaelLoaderSpin 1.1s infinite linear;
	margin-right: 5px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.eael-button .eael-btn-loader:after, .eael-load-more-button .eael-btn-loader:after {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.eael-button:focus, .eael-load-more-button:focus {
	outline: none;
}

@-webkit-keyframes eaelSpin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes eaelSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.eael-product-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-product-gallery.eael-terms-layout-horizontal {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.eael-product-gallery.eael-terms-layout-horizontal .eael-cat-tab {
	margin: 0 0 50px 0;
	display: block;
}

.eael-product-gallery .eael-cat-tab {
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.eael-product-gallery .woocommerce ul.products {
	display: grid;
	grid-gap: 25px;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

.eael-product-gallery .woocommerce ul.products:before, .eael-product-gallery .woocommerce ul.products:after {
	display: none;
}

.eael-product-gallery .woocommerce ul.products .product {
	width: 100%;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .woocommerce ul.products li.product {
	width: 100%;
}

.eael-product-gallery .woocommerce ul.products.products[class*=columns-] li.product {
	width: 100%;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product {
	position: relative;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
	padding: 0;
	border-radius: 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #eee;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a {
	text-decoration: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product a:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product img {
	width: 100%;
	height: auto;
	margin: 0;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #333;
	padding: 0;
	margin: 15px;
	border-radius: 0;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 8px;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.product_type_variable:before, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button:focus, .eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button.add_to_cart_button:focus {
	outline: none;
}

.eael-product-gallery.eael-product-preset-4 .woocommerce ul.products li.product .button::before {
	content: none;
}

.eael-product-gallery.eael-product-preset-6 ul.products li.product .image-wrap img, .eael-product-gallery.eael-product-preset-2 ul.products li.product .image-wrap img, .eael-product-gallery.eael-product-preset-1 ul.products li.product .image-wrap img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-product-gallery.masonry .woocommerce ul.products {
	display: block;
}

@media (min-width: 766px) {
	.eael-product-gallery.masonry .woocommerce ul.products {
		margin: 0 -1% !important;
	}
}

.eael-product-gallery.masonry .woocommerce ul.products:before, .eael-product-gallery.masonry .woocommerce ul.products:after {
	display: table;
	content: " ";
}

.eael-product-gallery.masonry .woocommerce ul.products li.product {
	float: left;
	margin: 15px 0;
}

@media (min-width: 766px) {
	.eael-product-gallery.masonry .woocommerce ul.products li.product {
		margin: 1%;
	}
}

.eael-product-gallery .woocommerce ul.products li.product a img, .eael-product-gallery .woocommerce ul.products li.product img {
	margin-bottom: 0;
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.eael-product-gallery .woocommerce ul.products li.product .button {
	text-transform: capitalize;
	border: none;
	letter-spacing: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.eael-product-gallery .woocommerce ul.products li.product .button:hover, .eael-product-gallery .woocommerce ul.products li.product .button:visited {
	text-decoration: none;
}

.eael-product-gallery .woocommerce ul.products .product {
	overflow-y: auto;
}

.eael-product-gallery .eael-load-more-button-wrap {
	clear: both;
	margin-top: 40px;
}

.eael-product-gallery .eael-product-wrap .eael-product-title * {
	line-height: 1.2em;
	color: #252525;
	font-weight: 500;
	margin: 0 0 8px;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .eael-product-title *:before {
	content: none;
}

.eael-product-gallery .eael-product-wrap .eael-product-price {
	font-size: 18px;
	line-height: 1.2em;
	color: #ff7a80;
	font-weight: 600;
	margin-bottom: 10px;
}

.eael-product-gallery .eael-product-wrap .product-image-wrap {
	position: relative;
	overflow: hidden;
}

.eael-product-gallery .eael-product-wrap .icons-wrap {
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 9;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	margin: 0 auto;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: visible;
	opacity: 1;
	top: auto;
	bottom: -24px;
	margin: 0 5%;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 3px;
	-webkit-box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
	box-shadow: 0px 15px 10px rgba(61, 70, 79, .12);
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a i {
	line-height: 1rem;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button {
	padding: 0;
	margin: 3px;
	font-size: 0px !important;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button:before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 18px;
	font-weight: 900;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	position: absolute;
}

.eael-product-gallery .eael-product-wrap .icons-wrap.over-box-style li a.button.add_to_cart_button.product_type_variable:before {
	content: "";
}

.eael-product-gallery .eael-product-wrap .icons-wrap li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a {
	display: block;
	position: absolute;
	color: #000;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	cursor: pointer;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a:hover {
	background: #ff7a80;
	color: #fff;
}

.eael-product-gallery .eael-product-wrap .icons-wrap li a i {
	position: relative;
	font-size: 18px;
	line-height: 42px;
}

.eael-product-gallery .eael-product-wrap .product-details-wrap {
	padding: 10px;
}

.eael-product-gallery.eael-product-preset-1 .product-image-wrap {
	overflow: inherit;
}

.eael-product-gallery.eael-product-preset-1 .product-details-wrap>div:first-child {
	margin-top: 20px;
}

.eael-product-gallery.eael-product-preset-6 ul.products, .eael-product-gallery.eael-product-preset-2 ul.products, .eael-product-gallery.eael-product-preset-1 ul.products {
	padding: 0;
	margin: 0;
	list-style: none;
}

.eael-product-gallery.eael-product-preset-6 ul.products li.product, .eael-product-gallery.eael-product-preset-2 ul.products li.product, .eael-product-gallery.eael-product-preset-1 ul.products li.product {
	text-align: center;
	border: 1px solid #000;
	overflow: hidden;
}

.eael-product-gallery.eael-product-preset-6 ul.products li.product.first, .eael-product-gallery.eael-product-preset-2 ul.products li.product.first, .eael-product-gallery.eael-product-preset-1 ul.products li.product.first {
	clear: none;
}

.eael-product-gallery.eael-product-preset-3 .icons-wrap .button.product_type_grouped, .eael-product-gallery.eael-product-preset-3 .icons-wrap .button.product_type_variable, .eael-product-gallery.eael-product-preset-2 .icons-wrap .button.product_type_grouped, .eael-product-gallery.eael-product-preset-2 .icons-wrap .button.product_type_variable, .eael-product-gallery.eael-product-preset-1 .icons-wrap .button.product_type_grouped, .eael-product-gallery.eael-product-preset-1 .icons-wrap .button.product_type_variable {
	display: none !important;
}

@media only screen and (min-width: 1025px) {
	.eael-product-gallery-column-1 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.eael-product-gallery-column-2 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.eael-product-gallery-column-3 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.eael-product-gallery-column-4 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.eael-product-gallery-column-5 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.eael-product-gallery-column-6 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.eael-product-gallery-column-1 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.eael-product-gallery-column-2 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 48%;
	}
	
	.eael-product-gallery-column-3 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 31.3333%;
	}
	
	.eael-product-gallery-column-4 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 23%;
	}
	
	.eael-product-gallery-column-5 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 18%;
	}
	
	.eael-product-gallery-column-6 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 14.66666667%;
	}
}

@media only screen and (max-width: 1024px)and (min-width: 766px) {
	.eael-product-gallery-column-tablet-1 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.eael-product-gallery-column-tablet-2 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.eael-product-gallery-column-tablet-3 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.eael-product-gallery-column-tablet-4 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.eael-product-gallery-column-tablet-5 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.eael-product-gallery-column-tablet-6 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.eael-product-gallery-column-tablet-1 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.eael-product-gallery-column-tablet-2 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 48%;
	}
	
	.eael-product-gallery-column-tablet-3 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 31.3333%;
	}
	
	.eael-product-gallery-column-tablet-4 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 23%;
	}
	
	.eael-product-gallery-column-tablet-5 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 18%;
	}
	
	.eael-product-gallery-column-tablet-6 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 14.66666667%;
	}
}

@media only screen and (max-width: 767px) {
	.eael-product-gallery-column-mobile-1 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: 100%;
	}
	
	.eael-product-gallery-column-mobile-2 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.eael-product-gallery-column-mobile-3 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.eael-product-gallery-column-mobile-4 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.eael-product-gallery-column-mobile-5 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(5, 1fr);
	}
	
	.eael-product-gallery-column-mobile-6 .eael-product-gallery .woocommerce ul.products {
		grid-template-columns: repeat(6, 1fr);
	}
	
	.eael-product-gallery-column-mobile-1 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 100%;
		margin: 15px 0;
	}
	
	.eael-product-gallery-column-mobile-2 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 48% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-3 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 31.3333% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-4 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 23% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-5 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 18% !important;
		margin: 1%;
	}
	
	.eael-product-gallery-column-mobile-6 .eael-product-gallery.masonry .woocommerce ul.products li.product {
		width: 14.66666667% !important;
		margin: 1%;
	}
}

@-webkit-keyframes eaelPloaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes eaelPloaderSpin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}