.wc-layered-swatch-nav-term,
.wc-layered-image-nav-term {
	display: inline-block;
	margin: 0 8px 8px 0 !important;
	height: 25px !important;
	width: 25px !important;
	box-sizing: border-box;
}
.wc-layered-swatch-nav-term > a,
.wc-layered-image-nav-term > a {
	display: block !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
.wc-layered-swatch-nav-term:last-child > a,
.wc-layered-image-nav-term:last-child > a {
	margin-right: 0 !important;
}
.wc-layered-swatch-nav-term > a span,
.wc-layered-image-nav-term > a img {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #aaa !important;
}
.wc-layered-swatch-nav-term.chosen > a span,
.wc-layered-image-nav-term.chosen > a img {
	border: 1px solid #000 !important;
}

.ec-paging-load-more-wrapper {
	text-align: center;
	margin-bottom: 30px;
	font-size: .875em;
}
.ec-paging-load-more-wrapper.ec-disabled {
	visibility: hidden;
	height: 1px;
}
.ec-paging-load-more-wrapper .ec-paging-load-more {
	opacity: 1;
	transition: opacity 0.3s;
}
.ec-paging-load-more-wrapper-loading .ec-paging-load-more {
	opacity: 0;
}

.ec-filter-view-more-item {
	display: none;
}
.ec-filter-view-more-show .ec-filter-view-more-item {
	display: block;
}
.ec-filter-view-more-toggle {
	display: inline-block;
	-webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ec-filter-view-more-toggle:focus {
	outline: none;
	border: none;
}

.ec-loading {
	position: relative;
	opacity: 0.3;
	z-index: 1;
	transition: opacity 0.3s;
}
.ec-loading.ec-appending {
	opacity: 1;
	transition: none;
}
.ec-loading::before,
.ec-loading::after {
	content: "";
  display: table;
}
.ec-loading::after {
	clear: both;
}
.ec-loading > li {
	overflow: hidden;
}
.ec-loading-mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	clear: both;
	z-index: 2;
}
.ec-loading .ec-loading-mask {
	display: block;
}

.ec-fetching {
	opacity: 0;
}
.ec-updating {
	opacity: 1;
}
.ec-fetching.ec-appending,
.ec-updating.ec-appending {
	opacity: 1;
}
.ec-loading .product.ec-new {
	opacity: 0;
	transition: opacity 0.3s;
}
.ec-updating .product.ec-new {
	opacity: 1;
}

.woocommerce ul.products li.product .onsale.ec-out-of-stock {
	width: 4em;
	height: 4em;
	line-height: 1;
	padding-top: 1em;
	box-sizing: border-box;
	font-size: 0.75em;
}
.ec-product-image-wrapper {
	position: relative;
	overflow: hidden;
}
.ec-product-image-wrapper img {
	position: relative;
	z-index: 2;
}
.ec-product-image-wrapper img.ec-swatch-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	opacity: 0;
	z-index: 1;
}
.ec-product-image-wrapper img.ec-swatch-image.ec-show {
	opacity: 1;
	z-index: 3;
}
.ec-product-image-wrapper img.ec-hide {
	opacity: 0;
	z-index: 1;
}

.ec-product-swatches .ec-product-swatch {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 6px 6px 0;
	box-sizing: border-box;
	cursor: pointer;
}
.ec-product-swatches .ec-product-swatch.ec-selected {
	border: 1px solid #000;
}

.ec-modal.ec-product-quick-view .woocommerce,
.ec-modal.ec-product-quick-view .single-product,
.ec-modal.ec-product-quick-view .product,
.ec-modal.ec-product-quick-view .product.woocommerce-product-gallery {
	height: 100%;
	overflow: hidden;
	margin: 0;
}
.ec-modal.ec-product-quick-view .product > span {
	display: none;
}
.ec-modal.ec-product-quick-view .product > .woocommerce-product-gallery {
	position: relative;
	float: left;
	max-width: 460px;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 30px;
	opacity: 0;
}
.ec-modal.ec-product-quick-view .product > .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper,
.ec-modal.ec-product-quick-view .product > .woocommerce-product-gallery .flex-viewport {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}
.ec-modal.ec-product-quick-view.ec-modal-loading .product > .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
	display: none !important;
}
.ec-modal.ec-product-quick-view .product .flex-control-nav {
	display: none !important;
}
.ec-modal.ec-product-quick-view .product .flex-direction-nav {
  list-style: none;
}
.ec-modal.ec-product-quick-view .product .flex-direction-nav li {
  position: absolute;
	top: 50%;
	height: 34px;
  margin: 0;
  transform: translateY(-50%);
}
.ec-modal.ec-product-quick-view .product .flex-direction-nav li.flex-nav-prev {
  left: 30px;
}
.ec-modal.ec-product-quick-view .product .flex-direction-nav li.flex-nav-next {
  right: 30px;
}
.ec-modal.ec-product-quick-view .product .flex-direction-nav li a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
.ec-modal.ec-product-quick-view .product .flex-direction-nav li a span {
	display: block;
	font-size: 34px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.ec-modal.ec-product-quick-view .product > .woocommerce-product-gallery + * {
	width: 500px;
	height: 100%;
	margin: 0;
	padding: 30px;
	box-sizing: border-box;
	overflow-y: auto;
}
.ec-modal.ec-product-quick-view .product > * > .summary {
	width: 100% !important;
}
.ec-modal.ec-product-quick-view .woocommerce .product figure img {
	width: auto;
	max-height: 100%;
	height: auto;
}
.ec-modal.ec-product-quick-view .product_title {
	display: block !important;
}

.ec-modal-mask {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 1000;
}
.ec-modal {
	position: fixed;
	top: 20%;
	left: 50%;
	width: auto;
	max-width: 960px;
	height: 560px;
	transform: translateX(-50%);
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 1001;
}