
.et-db #et-boc .et-fb-modules-list li.dwe_woo_products:before, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_woo_products:before, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_woo_products:before {
	font-family: dashicons;
	content: "";
}

.et-db #et-boc .et-fb-modules-list li.dwe_woo_products .et_module_title, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_woo_products .et_module_title, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_woo_products .et_module_title {
	white-space: normal;
}

.dwe_woo_products_layout {
	display: table;
	width: 100%;
}

.dwe_woo_products .dwe_sorting_orderby {
	font-size: 14px;
	line-height: 1.2;
}

.dwe_woo_products_isotope_item {
	float: left;
}

.dwe_single_woo_product {
	position: relative;
	overflow: hidden;
}

.et_pb_with_border .dwe_single_woo_product, .et_pb_with_border .dwe_single_woo_product_add_to_cart a.add_to_cart_button, .et_pb_with_border .dwe_single_woo_product_add_to_cart a.added_to_cart, .et_pb_with_border .dwe_single_woo_product_add_to_cart a.button, .et_pb_with_border .dwe_single_woo_product_sale_badge {
	border: 0 solid #333;
}

.dwe_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}

.dwe_single_woo_product_sale_badge {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	background: #000;
	padding: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
}

.dwe_out_of_stock_product .dwe_single_woo_product_content, .dwe_out_of_stock_product .dwe_single_woo_product_thumbnail_wrapper {
	opacity: .5;
}

.dwe_out_of_stock_wrapper {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_out_of_stock_label {
	font-size: 14px;
	line-height: 1.2;
	color: red;
}

.dwe_single_woo_product_thumbnail {
	overflow: hidden;
	line-height: 0;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_single_woo_product_thumbnail a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
}

.dwe_single_woo_product_thumbnail img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 2s cubic-bezier(.39, .58, .57, 1);
	transition: -webkit-transform 2s cubic-bezier(.39, .58, .57, 1);
	-o-transition: transform 2s cubic-bezier(.39, .58, .57, 1);
	transition: transform 2s cubic-bezier(.39, .58, .57, 1);
	transition: transform 2s cubic-bezier(.39, .58, .57, 1), -webkit-transform 2s cubic-bezier(.39, .58, .57, 1);
}

.dwe_single_woo_product_title {
	padding: 0;
	text-align: center;
}

.dwe_single_woo_product_star_rating, .dwe_single_woo_product_title {
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_single_woo_product_star_rating {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 10px;
}

.dwe_single_woo_product_star_rating .star-rating, .woocommerce-page .dwe_single_woo_product_star_rating .star-rating, .woocommerce .dwe_single_woo_product_star_rating .star-rating {
	position: relative;
	width: auto;
	height: auto;
	float: none;
	font-size: 16px;
	line-height: 1;
	font-family: star;
	overflow: hidden;
}

.dwe_single_woo_product_star_rating .star-rating:before, .woocommerce-page .dwe_single_woo_product_star_rating .star-rating:before, .woocommerce .dwe_single_woo_product_star_rating .star-rating:before {
	position: relative;
	float: none;
	color: #ccc;
	content: "sssss" !important;
}

.dwe_single_woo_product_star_rating .star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	overflow: hidden;
	padding-top: 3em;
	text-indent: -999999px;
}

.dwe_single_woo_product_star_rating .star-rating span:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffca00;
	text-indent: 0;
	content: "SSSSS";
}

.dwe_single_woo_product_info_wrapper {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 100%);
	grid-column-gap: 15px;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.dwe_single_woo_product_price {
	margin-top: 10px;
	text-align: center;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_single_woo_product_add_to_cart {
	position: relative;
}

.dwe_single_woo_product_add_to_cart_on_hover {
	overflow: hidden;
}

.dwe_single_woo_product:hover .dwe_single_woo_product_add_to_cart_on_hover {
	overflow: visible;
}

.dwe_single_woo_product .add_to_cart_inline {
	margin-top: 10px;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_product_lightbox .dwe_single_woo_product_price, .dwe_product_lightbox .dwe_single_woo_product_title {
	text-align: left;
}

.dwe_product_lightbox .dwe_single_woo_product_desc {
	margin-top: 10px;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.added_to_cart, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	border: 0 solid #333;
	border-radius: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2 !important;
	color: #fff;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:hover, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:hover, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.added_to_cart:hover, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:hover {
	border: 0 solid #333;
	padding: 10px;
	color: #fff;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:after, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:after, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:after, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:after, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:before {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: inherit;
	line-height: 1;
	color: inherit;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:not(.loading):after, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:not(.loading):before, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:not(.loading):after, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:not(.loading):before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):after, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:not(.loading):after, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:not(.loading):before {
	display: none;
	font-family: ETmodules;
	content: "5";
	padding-left: 5px;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:before, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:before {
	margin-left: 0;
	margin-right: -1em;
}

.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover:before, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:hover:before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button:hover:before, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.button:hover:before {
	margin-right: 0;
	opacity: 1;
}

.dwe_woo_products .dwe_single_woo_product_add_to_cart a.added {
	display: none;
}

.dwe_woo_products .dwe_single_woo_product_add_to_cart a.added, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.added:after, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.loading, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.loading:after {
	opacity: 1;
}

.dwe_woo_products .dwe_single_woo_product_add_to_cart a.added:after, .dwe_woo_products .dwe_single_woo_product_add_to_cart a.loading:after {
	margin-left: 10px;
}

.dwe_woo_products .dwe_single_woo_product_add_to_cart a.loading:after {
	font-family: WooCommerce !important;
}

.dwe_woo_products_pagination_wrapper {
	position: relative;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.dwe_woo_products_pagination_wrapper .dwe_woo_products_pagination {
	list-style: none;
	padding: 0;
	line-height: normal;
}

.dwe_woo_products_pagination li {
	display: inline-block;
	margin-right: 10px;
}

.dwe_woo_products_pagination li:last-child {
	margin-right: 0;
}

.dwe_woo_products_pagination li a {
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.5;
}

.dwe_woo_products_pagination li.active a {
	cursor: default;
}

.dwe_woo_products_pagination li.disabled {
	display: none;
	opacity: .2;
}

.dwe_woo_products_pagination li.disabled a {
	cursor: default;
}

.dwe_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_single_woo_product_quickview_wrapper a {
	display: block;
	background: hsla(0, 0%, 100%, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}

.dwe_product_lightbox .mfp-content>.product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dwe_product_lightbox .dwe_product_lightbox_content_wrapper .product {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.dwe_product_lightbox_image_wrapper {
	width: 50%;
}

.dwe_product_lightbox_content_wrapper {
	width: 50%;
	padding: 30px;
}

.dwe_product_lightbox_image_wrapper .swiper-slide {
	line-height: 0;
}

.dwe_product_lightbox_title {
	padding: 0;
	margin-bottom: 10px;
}

.dwe_product_lightbox_price {
	margin-bottom: 10px;
}

.dwe_product_lightbox .product .woocommerce-variation {
	margin-bottom: 20px;
}

.dwe_product_lightbox .product .woocommerce-variation-description, .dwe_product_lightbox .product .woocommerce-variation-price {
	margin-bottom: 10px;
}

.dwe_product_lightbox .product .woocommerce-variation-description p {
	margin-bottom: 0 !important;
}

.dwe_product_lightbox .product .cart:not(.variations_form):not(.grouped_form), .dwe_product_lightbox .product .woocommerce-variation-add-to-cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dwe_product_lightbox .product .cart:not(.variations_form):not(.grouped_form) .qty, .dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .qty {
	height: 100%;
}

.dwe_product_lightbox .mfp-content {
	background: #fff;
	width: 60%;
	max-width: 100%;
}

.dwe_product_lightbox_gallery_carousel .dwe_swiper, .dwe_product_lightbox_gallery_carousel .swiper-pagination {
	position: relative;
}

.dwe_product_lightbox_gallery_carousel .swiper-slide img {
	width: 100%;
}

.dwe_product_lightbox_gallery_carousel .swiper-pagination-bullet {
	background: 0 0;
	border-radius: 0;
	width: 80px !important;
	margin-right: 5px;
	margin-top: 5px;
	opacity: .5;
}

.dwe_product_lightbox_gallery_carousel .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.dwe_product_lightbox_gallery_carousel .swiper-pagination-bullet-active {
	opacity: 1;
}

.dwe_product_lightbox .product .variations td, .dwe_product_lightbox .product .variations th {
	vertical-align: middle;
}

.dwe_product_lightbox div.product form.cart .group_table td:first-child {
	width: auto;
}

.dwe_product_lightbox div.product form.cart .woocommerce-grouped-product-list {
	width: 100%;
	margin: 0 0 24px;
}

.dwe_product_lightbox .product_meta>span {
	display: block;
}

.dwe_product_lightbox .product form .variations td, .dwe_product_lightbox .product form .variations th {
	vertical-align: middle;
}

.dwe_product_lightbox.mfp-bg {
	background: hsla(0, 0%, 4%, .8);
}

.dwe_product_lightbox .mfp-close {
	opacity: 1;
}

.dwe_product_lightbox_loader {
	position: relative;
}

.dwe_product_lightbox_loader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: hsla(0, 0%, 100%, .8);
}

.dwe_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: dcp_rotator 2s linear infinite;
	animation: dcp_rotator 2s linear infinite;
}

@-webkit-keyframes dcp_rotator {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	
	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

@keyframes dcp_rotator {
	0% {
		-webkit-transform: translate(-50%, -50%) rotate(0);
		transform: translate(-50%, -50%) rotate(0);
	}
	
	to {
		-webkit-transform: translate(-50%, -50%) rotate(1turn);
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.dwe_woo_products .woocommerce-message {
	margin: 0 0 20px;
	background: #000;
}

.dwe_woo_products .woocommerce-message a, .dwe_woo_products .woocommerce-message a:hover {
	background: 0 0 !important;
	color: #fff !important;
}

.dwe_woo_products_layout.layout3 .dwe_single_woo_product_quickview_wrapper {
	bottom: auto;
	left: auto;
	top: 10px;
	right: 10px;
	width: auto;
	text-align: right;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_woo_products_layout.layout3 .dwe_single_woo_product_quickview {
	display: inline-block;
}

.dwe_woo_products_layout.layout3 .dwe_single_woo_product_add_to_cart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_product_filterable_categories_wrappper {
	margin-bottom: 35px;
}

.dwe_product_filterable_categories_wrappper .dwe_product_filterable_categories {
	list-style: none;
	padding: 0;
	text-align: center;
}

.dwe_product_filterable_categories li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 10px;
	line-height: normal;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
}

.dwe_product_filterable_categories .dwe_product_active_category {
	cursor: default;
}

.dwe_product_lightbox_image_wrapper ol.swiper-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.product .dwe_product_lightbox_image_wrapper .dwe_product_lightbox_gallery_carousel.woocommerce-product-gallery--with-images {
	display: block;
	float: none !important;
	width: 100% !important;
}

.dwe_product_lightbox_image_wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
	height: auto;
}

@media screen and (max-width:980px) {
	.dwe_woo_products .dwe_single_woo_product .add_to_cart_inline, .dwe_woo_products .dwe_single_woo_product:hover .add_to_cart_inline, .dwe_woo_products .dwe_single_woo_product:hover .dwe_single_woo_product_price, .dwe_woo_products .dwe_single_woo_product:hover .dwe_single_woo_product_quickview_wrapper, .dwe_woo_products .dwe_single_woo_product:hover .dwe_single_woo_product_star_rating, .dwe_woo_products .dwe_single_woo_product:hover .dwe_single_woo_product_thumbnail, .dwe_woo_products .dwe_single_woo_product:hover .dwe_single_woo_product_title {
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
}

@media screen and (max-width:767px) {
	.dwe_product_lightbox .mfp-content>.product {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.dwe_product_lightbox_content_wrapper, .dwe_product_lightbox_image_wrapper {
		width: 100%;
	}
	
	.dwe_product_lightbox_content_wrapper {
		padding: 20px;
	}
	
	.dwe_product_lightbox_gallery_carousel .swiper-pagination-bullet {
		width: 50px;
	}
}

.et-db #et-boc .et-fb-modules-list li.dwe_woo_products_carousel:before, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_woo_products_carousel:before, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_woo_products_carousel:before {
	font-family: dashicons;
	content: "";
}

.et-db #et-boc .et-fb-modules-list li.dwe_woo_products_carousel .et_module_title, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_woo_products_carousel .et_module_title, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_woo_products_carousel .et_module_title {
	white-space: normal;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.added_to_cart, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	border: 0 solid #333;
	border-radius: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2 !important;
	color: #fff;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:hover, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.added_to_cart:hover, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:hover {
	border: 0 solid #333;
	padding: 10px;
	color: #fff;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:after, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:before, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:after, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:before {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: inherit;
	line-height: 1;
	color: inherit;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):after, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:not(.loading):before, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:not(.loading):after, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:not(.loading):before {
	display: none;
	font-family: ETmodules;
	content: "5";
	padding-left: 5px;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:before, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:before {
	margin-left: 0;
	margin-right: -1em;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.add_to_cart_button:hover:before, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.button:hover:before {
	margin-right: 0;
	opacity: 1;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.added {
	display: none;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.added, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.added:after, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.loading, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.loading:after {
	opacity: 1;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.added:after, .dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.loading:after {
	margin-left: 10px;
}

.dwe_woo_products_carousel .dwe_single_woo_product_add_to_cart a.loading:after {
	font-family: WooCommerce !important;
}

.dwe_woo_products_carousel_layout.layout3 .dwe_single_woo_product_quickview_wrapper {
	bottom: auto;
	left: auto;
	top: 10px;
	right: 10px;
	width: auto;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_woo_products_carousel_layout.layout3 .dwe_single_woo_product_add_to_cart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_woo_products_carousel .woocommerce-message {
	margin: 0;
	background: #000;
}

.dwe_woo_products_carousel .woocommerce-message a, .dwe_woo_products_carousel .woocommerce-message a:hover {
	background: 0 0 !important;
	color: #fff !important;
}

.dwe_swiper_wrapper .dwe_swiper_inner_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.dwe_swiper_wrapper .swiper-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
}

.dwe_swiper_navigation {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dwe_swiper_navigation .swiper-button-next, .dwe_swiper_navigation .swiper-button-prev {
	border: 0 solid #333;
}

.dwe_swiper_navigation .swiper-button-next:after, .dwe_swiper_navigation .swiper-button-prev:after {
	font-size: inherit;
	color: inherit;
}

.dwe_arrows_outside .swiper-button-next {
	-webkit-transform: translateX(calc(100% + 10px)) translateY(-50%);
	transform: translateX(calc(100% + 10px)) translateY(-50%);
}

.dwe_arrows_outside .swiper-button-prev {
	-webkit-transform: translateX(calc(-100% - 10px)) translateY(-50%);
	transform: translateX(calc(-100% - 10px)) translateY(-50%);
}

.dwe_arrows_bottom_center, .dwe_arrows_bottom_left, .dwe_arrows_bottom_right, .dwe_arrows_top_center, .dwe_arrows_top_left, .dwe_arrows_top_right {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.dwe_arrows_bottom_center .swiper-button-next, .dwe_arrows_bottom_center .swiper-button-prev, .dwe_arrows_bottom_left .swiper-button-next, .dwe_arrows_bottom_left .swiper-button-prev, .dwe_arrows_bottom_right .swiper-button-next, .dwe_arrows_bottom_right .swiper-button-prev, .dwe_arrows_top_center .swiper-button-next, .dwe_arrows_top_center .swiper-button-prev, .dwe_arrows_top_left .swiper-button-next, .dwe_arrows_top_left .swiper-button-prev, .dwe_arrows_top_right .swiper-button-next, .dwe_arrows_top_right .swiper-button-prev {
	position: relative;
	top: auto;
	-webkit-transform: none;
	transform: none;
}

.dwe_arrows_bottom_center .swiper-button-next, .dwe_arrows_bottom_left .swiper-button-next, .dwe_arrows_bottom_right .swiper-button-next, .dwe_arrows_top_center .swiper-button-next, .dwe_arrows_top_left .swiper-button-next, .dwe_arrows_top_right .swiper-button-next {
	margin-left: 15px;
}

.dwe_arrows_top_center, .dwe_arrows_top_left, .dwe_arrows_top_right {
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: 15px;
}

.dwe_arrows_bottom_center, .dwe_arrows_bottom_left, .dwe_arrows_bottom_right {
	margin-top: 15px;
}

.dwe_arrows_bottom_left, .dwe_arrows_top_left {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dwe_arrows_bottom_center, .dwe_arrows_top_center {
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe_swiper_wrapper .swiper-pagination {
	position: relative;
	margin-top: 15px;
	text-align: center;
}

.dwe_swiper_wrapper .swiper-container-horizontal>.swiper-pagination {
	bottom: 0;
}

.dwe_swiper_wrapper .swiper-container .swiper-button-next, .dwe_swiper_wrapper .swiper-container .swiper-button-prev {
	display: none;
}

.dwe_swiper_wrapper .swiper-button-next, .dwe_swiper_wrapper .swiper-button-prev {
	background-image: none;
}

.dwe_swiper_wrapper .swiper-button-next.nitro-lazy, .dwe_swiper_wrapper .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.dwe_swiper_wrapper .swiper-pagination-bullet, .dwe_swiper_wrapper .swiper-pagination-bullet-active {
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dwe_swiper_pagination .transparent_dot .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	border-width: 1px;
	border-style: solid;
	background: 0 0;
}

.dwe_swiper_pagination .transparent_dot .swiper-pagination-bullet-active {
	border: none;
}

.dwe_swiper_pagination .stretched_dot .swiper-pagination-bullet {
	border-radius: 6px;
}

.dwe_swiper_pagination .stretched_dot .swiper-pagination-bullet-active {
	width: 30px;
}

.dwe_swiper_pagination .line .swiper-pagination-bullet, .dwe_swiper_pagination .line .swiper-pagination-bullet-active {
	border-radius: 0;
	width: 30px;
	height: 3px;
	vertical-align: middle;
}

.dwe_swiper_pagination .rounded_line .swiper-pagination-bullet, .dwe_swiper_pagination .rounded_line .swiper-pagination-bullet-active {
	border-radius: 30px;
	width: 30px;
	height: 6px;
	vertical-align: middle;
}

.dwe_swiper_pagination .square_dot .swiper-pagination-bullet, .dwe_swiper_pagination .square_dot .swiper-pagination-bullet-active {
	border-radius: 0;
	vertical-align: middle;
}

.dwe_swiper_pagination .swiper-pagination-bullets-dynamic {
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

.dwe_swiper_wrapper .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: auto;
	-webkit-transform: none;
	transform: none;
}

@media screen and (max-width:980px) {
	.dwe_woo_products_carousel .dwe_single_woo_product .add_to_cart_inline, .dwe_woo_products_carousel .dwe_single_woo_product:hover .add_to_cart_inline, .dwe_woo_products_carousel .dwe_single_woo_product:hover .dwe_single_woo_product_price, .dwe_woo_products_carousel .dwe_single_woo_product:hover .dwe_single_woo_product_quickview_wrapper, .dwe_woo_products_carousel .dwe_single_woo_product:hover .dwe_single_woo_product_star_rating, .dwe_woo_products_carousel .dwe_single_woo_product:hover .dwe_single_woo_product_thumbnail, .dwe_woo_products_carousel .dwe_single_woo_product:hover .dwe_single_woo_product_title {
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
	}
}

.et-db #et-boc .et-fb-modules-list li.dwe_woo_products_categories:before, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_woo_products_categories:before, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_woo_products_categories:before {
	font-family: dashicons;
	content: "";
}

.et-db #et-boc .et-fb-modules-list li.dwe_woo_products_categories .et_module_title, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_woo_products_categories .et_module_title, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_woo_products_categories .et_module_title {
	white-space: normal;
}

.et_pb_with_border .dwe_woo_product_category, .et_pb_with_border .dwe_woo_product_category_content_wrapper, .et_pb_with_border .dwe_woo_product_category_thumbnail {
	border: 0 solid #333;
}

.dwe_woo_products_category_layout {
	display: table;
	width: 100%;
}

.dwe_woo_products_category_isotope_item {
	float: left;
}

.dwe_woo_product_category {
	position: relative;
}

.dwe_woo_product_category a {
	display: block;
}

.dwe_woo_product_category_thumbnail {
	overflow: hidden;
	line-height: 0;
}

.dwe_woo_product_category_thumbnail img {
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .5s cubic-bezier(.39, .58, .57, 1);
	transition: all .5s cubic-bezier(.39, .58, .57, 1);
}

.dwe_woo_product_category_name {
	padding: 0;
	word-break: break-word;
	text-align: center;
}

.dwe_woo_product_category_count {
	margin-top: 10px;
	text-align: center;
}

.dwe_woo_product_category_content {
	background: #fff;
	width: 100%;
	padding: 10px;
}

.dwe_woo_products_categories .layout2 .dwe_woo_product_category_content_wrapper {
	position: absolute;
	top: 10px;
	left: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: end;
	align-items: flex-end;
	border: 1px solid #333;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px;
}

.dwe_abs_link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -99999px;
}

.dwe_woo_product_category_desc {
	margin-top: 5px;
	text-align: center;
}

.et-db #et-boc .et-fb-modules-list li.dwe_mini_cart:before, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_mini_cart:before, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_mini_cart:before {
	font-family: dashicons;
	content: "";
}

body {
	position: relative;
}

.et-fb-root-ancestor .dwe_mini_cart_module {
	display: none;
}

.dwe_mini_cart_off_canvas_left #page-container, .dwe_mini_cart_off_canvas_right #page-container {
	position: relative;
}

.dwe_mini_cart_off_canvas_left #page-container, .dwe_mini_cart_off_canvas_left.et_header_style_slide #main-header, .dwe_mini_cart_off_canvas_right #page-container, .dwe_mini_cart_off_canvas_right.et_header_style_slide #main-header {
	-webkit-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
	transition: all .3s ease-in-out !important;
}

.dwe_mini_cart_off_canvas_left #top-header, .dwe_mini_cart_off_canvas_right #top-header {
	width: 100%;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.dwe_mini_cart_off_canvas_left #page-container, .dwe_mini_cart_off_canvas_left #top-header {
	right: 0;
}

.dwe_mini_cart_off_canvas_right #page-container, .dwe_mini_cart_off_canvas_right #top-header {
	left: 0;
}

.dwe_mini_cart_off_canvas_left #top-header {
	left: auto;
}

.dwe_mini_cart_off_canvas_right #top-header {
	right: auto;
}

#et-top-navigation .dwe_mini_cart_header_module_wrapper {
	display: inline-block;
	position: relative;
	float: left;
	margin: -2px 0 0 22px;
	vertical-align: middle;
}

.et_header_style_centered #et-top-navigation .dwe_mini_cart_header_module_wrapper, .et_header_style_fullscreen #et-top-navigation .dwe_mini_cart_header_module_wrapper, .et_header_style_split #et-top-navigation .dwe_mini_cart_header_module_wrapper {
	float: none;
}

.et_pb_menu_hidden .dwe_mini_cart_header_module_wrapper {
	opacity: 0;
	-webkit-animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeOutBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_menu_visible .dwe_mini_cart_header_module_wrapper {
	opacity: 1;
	-webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_header_style_slide .et_slide_in_menu_container .dwe_mini_cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.et_header_style_fullscreen .et_slide_in_menu_container .dwe_mini_cart_header_module_wrapper {
	display: inline-block;
}

.dwe_mini_cart_icon_wrapper a {
	color: inherit;
}

.dwe_mini_cart_icon_wrapper .dwe_mini_cart_icon {
	font-size: 16px !important;
}

.dwe_mini_cart_icon_wrapper .dwe_mini_cart_default_icon:before {
	content: "";
	font-family: inherit;
}

.dwe_mini_cart_custom_icon {
	width: 32px;
}

.dwe_cart_link {
	display: block;
	line-height: 0;
}

#et-secondary-nav+.dwe_mini_cart_header_module_wrapper {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}

.dwe_mini_cart_section.et_pb_section {
	position: unset !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	background: 0 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.dwe_mini_cart {
	position: relative;
}

.dwe_mini_cart_outer_wrap {
	display: inline-block;
	position: relative;
	line-height: 1;
}

.dwe_mini_cart_module {
	visibility: hidden;
	opacity: 0;
	text-align: left;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dwe_mini_cart_active.dwe_mini_cart_module {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0) !important;
	transform: translate(0) !important;
}

.dwe_mini_cart_wrapper {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	width: 300px;
	max-width: 100vw;
}

.dwe_mini_cart_module {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.dwe_mini_cart_icon_wrapper {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}

.dwe_mini_cart .dwe_mini_cart_product_count {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 12px;
	line-height: 1;
}

.dwe_mini_cart_icon {
	display: inline-block;
}

.dwe_mini_cart_items {
	display: grid;
	grid-row-gap: 10px;
	grid-template-columns: 100%;
	max-height: 300px;
	overflow-y: auto;
	scrollbar-width: none;
}

.dwe_mini_cart_items::-webkit-scrollbar {
	display: none;
}

#top-header .dwe_mini_cart_wrapper a {
	color: initial;
}

.dwe_mini_cart_item {
	display: grid;
	grid-column-gap: 10px;
	grid-template-columns: auto 50px 1fr;
	-ms-flex-pack: start;
	justify-content: start;
	-ms-flex-align: start;
	align-items: start;
	border-bottom: 1px dotted #ddd;
	padding: 10px 5px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dwe_mini_cart_item:first-child {
	padding-top: 0;
}

.dwe_mini_cart_item .dwe_mini_cart_remove_from_cart_button {
	-ms-flex-item-align: center;
	align-self: center;
	width: 18px;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #000;
}

.dwe_mini_cart_product_thumbnail_wrapper {
	line-height: 0;
}

.dwe_mini_cart_module .dwe_mini_cart_product_name {
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
}

.dwe_mini_cart_product_name a {
	color: inherit !important;
}

.dwe_mini_cart_module .dwe_mini_cart_product_quantity {
	border: 1px solid #000;
	width: 40px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
}

.dwe_mini_cart_module .dwe_mini_cart_total {
	margin-top: 10px;
}

.dwe_mini_cart_module .dwe_mini_cart_buttons {
	margin-top: 15px;
}

.dwe_mini_cart_wrapper .dwe_mini_cart_button, .et-db #et-boc .et-l .dwe_mini_cart_button {
	display: inline-block;
	font-size: 16px;
	color: initial;
}

.dwe_mini_cart_button:after, .et-db #et-boc .et-l .dwe_mini_cart_button:after {
	display: inline-block;
	left: auto;
	margin-left: -1em;
	font-size: inherit;
	line-height: inherit;
	opacity: 0;
}

.dwe_mini_cart_empty_message {
	font-size: 14px;
	color: #333;
}

.dwe_mini_cart_fader {
	position: relative;
}

.dwe_mini_cart_fader:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 87%, .6);
	z-index: 1;
	content: "";
}

.dwe_mini_cart_fader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 11;
	border: 1px solid #000;
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-family: inherit;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	-webkit-animation: dwe_rotation .8s linear infinite;
	animation: dwe_rotation .8s linear infinite;
	content: "";
}

.dwe_mini_cart_popup .mfp-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe_mini_cart_popup .mfp-inline-holder .mfp-content {
	width: auto;
}

.dwe_mini_cart_popup.mfp-wrap .mfp-close:active {
	top: 1px;
}

.dwe_mini_cart_popup .dwe_mini_cart_section.et_pb_section {
	width: auto !important;
	height: auto !important;
}

@-webkit-keyframes dwe_rotation {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(0);
		transform: translate3d(-50%, -50%, 0) rotate(0);
	}
	
	to {
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
		transform: translate3d(-50%, -50%, 0) rotate(1turn);
	}
}

@keyframes dwe_rotation {
	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(0);
		transform: translate3d(-50%, -50%, 0) rotate(0);
	}
	
	to {
		-webkit-transform: translate3d(-50%, -50%, 0) rotate(1turn);
		transform: translate3d(-50%, -50%, 0) rotate(1turn);
	}
}

@media screen and (max-width:980px) {
	body:not(.et_header_style_left) #et-top-navigation .dwe_mini_cart {
		margin-top: 20px;
	}
	
	.et_header_style_left #et-top-navigation .dwe_mini_cart {
		margin-top: 5px;
		margin-right: 20px;
	}
}

@media screen and (max-width:980px) {
	.et_header_style_fullscreen .et_slide_in_menu_container .dwe_mini_cart {
		margin-right: 0;
	}
}

.et-db #et-boc .et-fb-modules-list li.dwe_ajax_search:before, .et-db #et-boc .et-l .et-fb-modules-list li.dwe_ajax_search:before, .et-db #et-boc .et_fb_saved_layouts_list li.dwe_ajax_search:before {
	font-family: dashicons;
	content: "";
}

#et-boc .et-l .dwe_ajax_search_active_parent, .et_pb_column.dwe_ajax_search_active_parent, .et_pb_row.dwe_ajax_search_active_parent {
	z-index: 9999;
}

.dwe_ajax_search {
	overflow: visible !important;
}

.dwe_ajax_search_field_wrap, .dwe_ajax_search_wrap {
	position: relative;
}

.dwe_ajax_search_field_wrap {
	overflow: hidden;
}

.dwe_ajax_search_icon:after {
	font-size: 16px;
	content: "U";
}

.dwe_ajax_clear_icon, .dwe_ajax_search_icon:after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: ETModules;
	color: #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.dwe_ajax_clear_icon {
	display: none;
	cursor: pointer;
	font-size: 20px;
	z-index: 3;
}

.dwe_ajax_search_icon .dwe_ajax_clear_icon, .dwe_ajax_search_loader .dwe_ajax_clear_icon {
	right: 35px;
}

.dwe_has_text .dwe_ajax_clear_icon {
	display: inline;
}

.dwe_ajax_search .dwe_ajax_search_field {
	border: 2px solid #333;
	width: 100%;
	margin: 0;
	padding: 10px 35px 10px 10px;
	font-size: 16px;
}

.dwe_ajax_search input[type=search]::-ms-clear, .dwe_ajax_search input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.dwe_ajax_search input[type=search]::-webkit-search-cancel-button, .dwe_ajax_search input[type=search]::-webkit-search-decoration, .dwe_ajax_search input[type=search]::-webkit-search-results-button, .dwe_ajax_search input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.dwe_ajax_search_results_wrap {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.dwe_ajax_search_results {
	border: 0 solid #333;
	background: #f1f1f1;
	padding: 10px;
}

.dwe-result-layout-layout1 .dwe_ajax_search_results {
	max-height: 250px;
}

.dwe-result-layout-layout2 .dwe_ajax_search_results, .dwe-result-layout-layout3 .dwe_ajax_search_results {
	max-height: 350px;
}

.dwe_ajax_search .dwe_ajax_search_wrap .dwe_ajax_search_results {
	overflow-x: hidden;
	overflow-y: auto;
}

.dwe_ajax_search_item {
	background: #fff;
	width: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	border: 0 solid transparent;
}

.dwe_ajax_search_item p {
	padding-bottom: 5px;
}

.dwe_ajax_search_item:last-child {
	margin-bottom: 0;
}

.dwe_ajax_search_item .dwe_ajax_search_item_link {
	position: relative;
}

.dwe-result-layout-layout1 .dwe_ajax_search_item .dwe_ajax_search_item_link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_link {
	display: block;
}

.dwe-result-layout-layout1 .dwe_ajax_search_item .dwe_ajax_search_item_image {
	width: 85px;
	float: left;
	line-height: 0;
}

.dwe-result-layout-layout2 .dwe_ajax_search_item .dwe_ajax_search_item_image, .dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_image {
	width: 100%;
}

.dwe_ajax_search_item_image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.dwe-result-layout-layout2 .dwe_ajax_search_item_image, .dwe-result-layout-layout3 .dwe_ajax_search_item_image {
	height: 200px;
}

.dwe_ajax_search_only_featured_image .dwe_ajax_search_item_image {
	width: 100%;
}

.dwe_ajax_search_item .dwe_ajax_search_item_content {
	padding: 10px;
}

.dwe-result-layout-layout1 .dwe_ajax_search_item .dwe_ajax_search_item_image+.dwe_ajax_search_item_content {
	width: calc(100% - 85px);
	float: left;
}

.dwe-result-layout-layout2 .dwe_ajax_search_item .dwe_ajax_search_item_content, .dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_content {
	width: 100%;
}

.dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_content {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .83);
	color: #fff;
	z-index: 3;
}

.dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_content.dwe_ajax_item_no_image {
	position: relative;
}

.dwe_ajax_search_item .dwe_ajax_search_item_title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
	padding-bottom: 5px;
}

.dwe_ajax_search_item .dwe_ajax_search_item_title:last-child {
	padding-bottom: 0;
}

.dwe_ajax_search_item .dwe_ajax_search_item_price {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #000;
}

.dwe_ajax_search_item .dwe_ajax_search_item_excerpt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	overflow-wrap: anywhere;
}

.dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_excerpt, .dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_price, .dwe-result-layout-layout3 .dwe_ajax_search_item .dwe_ajax_search_item_title {
	color: #fff;
}

.dwe_ajax_search_isotope_item {
	float: left;
}

.dwe_ajax_search_result_masonry .dwe_ajax_search_items .dwe_ajax_search_item {
	width: 100%;
	margin: 0;
	clear: none;
}

.dwe_ajax_search_loader:after {
	position: absolute;
	top: 50%;
	right: 10px;
	border: 1px solid rgba(0, 0, 0, .7);
	border-right-color: transparent;
	border-left-color: transparent;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	font-family: inherit;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-animation: dwe_rotation .8s linear infinite;
	animation: dwe_rotation .8s linear infinite;
	content: "";
}

.dwe_ajax_search_result_link_wrap {
	position: relative;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	display: none;
	border: 0 solid transparent;
}

.dwe_ajax_search_result_link_wrap .dwe_ajax_search_result_link_inner {
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	line-height: 1;
	padding: 10px 15px !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f9f9f9;
}

.dwe_ajax_search_result_link {
	color: #000;
}

.dwe_ajax_search_items:after {
	content: "";
	display: table;
	clear: both;
}

.dwe_ajax_search_pagination_wrap {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
}

.dwe_ajax_search_pagination_wrap .dwe_ajax_search_pagination {
	list-style: none;
	padding: 5px;
	margin: 2px 0 5px;
	line-height: normal;
	background-color: #fff;
}

.dwe_ajax_search_pagination li {
	display: inline-block;
	margin-right: 10px;
}

.dwe_ajax_search_pagination li:last-child {
	margin-right: 0;
}

.dwe_ajax_search_pagination li a {
	display: block;
	padding: 4px 10px;
	font-size: 16px;
	line-height: 1.5;
	background-color: #f4f4f4;
	color: #000;
}

.dwe_ajax_search_pagination li.disabled a {
	opacity: .7;
}

.dwe_ajax_search_pagination li.active a {
	background-color: #000;
	color: #fff;
}

@-webkit-keyframes dwe_rotation {
	0% {
		-webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
		transform: translate3d(0, -50%, 0) rotate(0deg);
	}
	
	to {
		-webkit-transform: translate3d(0, -50%, 0) rotate(1turn);
		transform: translate3d(0, -50%, 0) rotate(1turn);
	}
}

@keyframes dwe_rotation {
	0% {
		-webkit-transform: translate3d(0, -50%, 0) rotate(0deg);
		transform: translate3d(0, -50%, 0) rotate(0deg);
	}
	
	to {
		-webkit-transform: translate3d(0, -50%, 0) rotate(1turn);
		transform: translate3d(0, -50%, 0) rotate(1turn);
	}
}

.et_pb_with_border .dwe_wishlisted_product, .et_pb_with_border .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button, .et_pb_with_border .dwe_wishlisted_product_add_to_cart_wrapper a.added_to_cart, .et_pb_with_border .dwe_wishlisted_product_add_to_cart_wrapper a.button {
	border: 0 solid #333;
}

.dwe_wishlisted_products {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dwe_wishlisted_product {
	position: relative;
	width: 100%;
	float: left;
}

.dwe_wishlisted_product .dwe_wishlisted_product_thumbnail_wrapper {
	line-height: 0;
	margin-bottom: 15px;
}

.dwe_wishlisted_product .dwe_wishlisted_product_title {
	padding: 0;
	text-align: center;
}

.dwe_wishlisted_product .dwe_wishlisted_product_out_of_stock_wrapper, .dwe_wishlisted_product .dwe_wishlisted_product_price {
	margin-top: 15px;
}

.dwe_wishlisted_product .dwe_wishlisted_product_out_of_stock_label {
	text-align: center;
	color: red;
}

.dwe_wishlisted_product_add_to_cart_wrapper, .dwe_wishlisted_product_price {
	text-align: center;
}

.dwe_wishlisted_product .dwe_wishlisted_product_thumbnail_wrapper img {
	width: 100%;
	height: auto;
}

.dwe_wishlisted_product .add_to_cart_inline {
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 0;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.added_to_cart, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #000;
	border: 0 solid #333;
	border-radius: 0;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2 !important;
	color: #fff;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:hover, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.added_to_cart:hover, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:hover {
	border: 0 solid #333;
	padding: 10px;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:after, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:before, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:after, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:before {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: inherit;
	line-height: 1;
	color: inherit;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:not(.loading):after, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:not(.loading):before, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:not(.loading):after, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:not(.loading):before {
	display: none;
	font-family: ETmodules;
	content: "5";
	padding-left: 5px;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:before, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:before {
	margin-left: 0;
	margin-right: -1em;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.add_to_cart_button:hover:before, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.button:hover:before {
	margin-right: 0;
	opacity: 1;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.added {
	display: none;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.added, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.added:after, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.loading, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.loading:after {
	opacity: 1;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.added:after, .dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.loading:after {
	margin-left: 10px;
}

.dwe_wishlisted_product .dwe_wishlisted_product_add_to_cart_wrapper a.loading:after {
	font-family: WooCommerce !important;
}

.dwe_remove_wishlisted_product {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 0;
}

.dwe_remove_wishlisted_product svg {
	background: #000;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	padding: 5px;
	fill: #fff;
	cursor: pointer;
}

.dwe_wishlist_header {
	margin-bottom: 50px;
}

.dwe_wishlist_header .dwe_wishlist_menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	list-style-position: inside;
	margin: 10px 0;
	padding: 0;
}

.dwe_wishlist_menu li {
	margin: 0;
	cursor: pointer;
}

.dwe_wishlist_header .dwe_wishlist_menu li:not(:last-child) {
	margin-right: 20px;
}

.dwe-products-accordion-wrap {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height: 350px;
}

.dwe-products-accordion-item {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
	margin-bottom: 0 !important;
	border: 0 solid transparent;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	overflow: hidden;
}

.dwe-products-accordion-item.dwe-active-accordion-item {
	-ms-flex: 4 0 auto;
	flex: 4 0 auto;
}

.dwe-products-accordion-item .dwe-products-accordion-item-inner {
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	padding: 20px;
	z-index: 3;
	overflow: hidden;
}

.dwe-products-accordion-item-content .dwe-woo-product__categories a, .dwe-products-accordion-item .dwe-woo-product__price .price span {
	color: inherit;
}

.dwe-products-accordion-item-content .dwe-woo-product__title a {
	display: block;
}

.dwe-products-accordion-item-content .dwe-woo-product__add_to_cart, .dwe-products-accordion-item-content .dwe-woo-product__description, .dwe-products-accordion-item-content .dwe-woo-product__price, .dwe-products-accordion-item-content .dwe-woo-product__rating {
	margin-bottom: 5px;
}

.dwe-products-accordion-item .dwe-woo-product__rating {
	position: relative;
	display: block;
}

.dwe-products-accordion-item .dwe-woo-product__rating .star-rating {
	float: none;
	display: inline-block;
	width: auto;
}

.dwe-products-accordion-item .dwe-woo-product__rating .star-rating:before {
	position: relative;
}

.dwe-products-accordion-item .dwe-woo-product__add_to_cart a.button {
	-webkit-transition: all .2s !important;
	-o-transition: all .2s !important;
	transition: all .2s !important;
}

.dwe-active-accordion-item:after, .dwe-products-accordion-item:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	content: "";
	background-color: rgba(0, 0, 0, .5);
}

.dwe-products-accordion-item.dwe-active-accordion-item:before {
	display: none;
}

.dwe-products-accordion-item .dwe-onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 6px 18px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 500;
	background-color: #ef8f61;
	border: 0 solid transparent;
	border-radius: 3px;
	color: #fff;
	z-index: 3;
}

.dwe-woo-product__soldout .soldout-text {
	font-size: 14px;
	color: red;
}

.dwe-products-accordion-content-align-center .dwe-products-accordion-item-inner {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe-products-accordion-content-align-top_left .dwe-products-accordion-item-inner {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dwe-products-accordion-content-align-top_right .dwe-products-accordion-item-inner {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dwe-products-accordion-content-align-top_center .dwe-products-accordion-item-inner {
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe-products-accordion-content-align-bottom_left .dwe-products-accordion-item-inner {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.dwe-products-accordion-content-align-bottom_right .dwe-products-accordion-item-inner {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dwe-products-accordion-content-align-bottom_center .dwe-products-accordion-item-inner {
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe-layout-grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}

.dwe-layout-grid .dwe-column-item {
	margin: 0 4px 8px;
}

.dwe-masonry-layout-gutter {
	width: 4px;
}

.dwe_woo_product_gallery-item {
	border-style: solid;
}

.dwe_woo_product_gallery-image img {
	display: block;
}

.dwe_woo_product_gallery-title .et_pb_title {
	padding: 10px;
	font-size: 18px;
	line-height: 1.3em;
}

.dwe_woo_product_gallery-caption {
	font-size: 14px;
	line-height: 1.3em;
	padding: 0 10px 10px;
	color: initial;
}

.dwe_woo_product_gallery_lightbox .mfp-img {
	padding: 0;
}

.dwe_woo_product_gallery_lightbox .mfp-arrow, .dwe_woo_product_gallery_lightbox .mfp-close {
	opacity: 1;
}

.dwe_woo_product_gallery_lightbox .mfp-bottom-bar, .dwe_woo_product_gallery_lightbox.mfp-img-mobile .mfp-bottom-bar {
	position: absolute;
	top: auto;
	bottom: 0;
	background: 0 0;
	margin-top: 0;
	padding: 0;
}

.dwe_woo_product_gallery_lightbox .mfp-title {
	padding-right: 0;
}

.dwe_woo_product_gallery_lightbox .dwe_woo_product_gallery-caption, .dwe_woo_product_gallery_lightbox .dwe_woo_product_gallery-title .et_pb_title {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
}

.dwe_woo_product_gallery-image {
	position: relative;
}

.dwe_woo_product_gallery-item:hover .et_overlay {
	opacity: 1;
	z-index: 1;
}

.dwe_woo_product_gallery-item .et_overlay {
	border: none;
}

.dwe_woo_product_gallery-item .et_overlay:before {
	top: 50%;
	left: 50%;
	margin: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dwe_wishlist_enabled .dwe_wishlist_button_on_image, .woocommerce-page .product .dwe_wishlist_button_on_image {
	position: absolute;
	top: 10px;
	right: 10px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	line-height: 1;
	z-index: 99;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button, .dwe_wishlist_enabled .dwe_add_to_wishlist_button:hover, .woocommerce .product .dwe_add_to_wishlist_button, .woocommerce .product .dwe_add_to_wishlist_button:hover, .woocommerce .woocommerce-cart-form__cart-item .dwe_move_to_wishlist_button, .woocommerce .woocommerce-cart-form__cart-item .dwe_move_to_wishlist_button:hover {
	border: none;
	cursor: pointer;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button, .woocommerce .product .dwe_add_to_wishlist_button, .woocommerce .woocommerce-cart-form__cart-item .dwe_move_to_wishlist_button {
	font-size: 1rem;
	color: red;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_only_icon), .woocommerce .product .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_only_icon), .woocommerce .woocommerce-cart-form__cart-item .dwe_move_to_wishlist_button:not(.dwe_wishlist_button_only_icon) {
	line-height: 1.2;
}

.dwe_wishlist_enabled .dwe_wishlist_button_only_icon, .dwe_wishlist_enabled .dwe_wishlist_button_only_icon:hover, .woocommerce .product .dwe_wishlist_button_only_icon, .woocommerce .product .dwe_wishlist_button_only_icon:hover {
	line-height: 0;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button, .woocommerce .product .dwe_add_to_wishlist_button {
	display: inline-block;
}

.dwe_wishlist_enabled .products .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_on_image) {
	margin: 10px 0;
}

.dwe_wishlist_enabled.single-product .product .cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.dwe_wishlist_enabled .dwe_wishlist_button_wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.dwe_wishlist_enabled .dwe_single_woo_product_content .dwe_wishlist_button_wrapper {
	position: relative;
	z-index: 1;
}

.dwe_wishlist_button_before_add_to_cart .instock .dwe_wishlist_button_wrapper {
	margin-right: 20px;
}

.dwe_wishlist_button_after_add_to_cart .instock .dwe_wishlist_button_wrapper {
	margin-left: 20px;
}

.dwe_wishlist_button_after_add_to_cart .outofstock .dwe_wishlist_button_wrapper, .dwe_wishlist_button_before_add_to_cart .outofstock .dwe_wishlist_button_wrapper {
	margin: 10px 0;
}

.dwe_wishlist_enabled .woocommerce-cart-form__cart-item .dwe_wishlist_button_wrapper {
	margin: 0 0 0 10px;
}

.dwe_wishlist_enabled .woocommerce-cart-form__cart-item .remove {
	display: inline-block;
}

.dwe_wishlist_enabled .woocommerce-cart-form__cart-item .dwe_wishlist_button_wrapper {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.dwe_wishlist_enabled .dwe_remove_wishlisted_product svg, .dwe_wishlist_enabled .dwe_remove_wishlisted_product svg *, .dwe_wishlist_enabled .dwe_wishlist_modal .dwe_wishlist_button_with_icon svg, .dwe_wishlist_enabled .dwe_wishlist_modal .dwe_wishlist_button_with_icon svg *, .dwe_wishlist_modal .dwe_wishlist_modal_close_icon svg, .dwe_wishlist_modal .dwe_wishlist_modal_close_icon svg *, .woocommerce .dwe_wishlist_modal .dwe_wishlist_button_with_icon svg, .woocommerce .dwe_wishlist_modal .dwe_wishlist_button_with_icon svg *, .woocommerce .product .dwe_wishlist_button_with_icon svg, .woocommerce .product .dwe_wishlist_button_with_icon svg * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button:after, .dwe_wishlist_enabled .dwe_add_to_wishlist_button:before, .woocommerce .product .dwe_add_to_wishlist_button:after, .woocommerce .product .dwe_add_to_wishlist_button:before {
	display: none !important;
}

.dwe_wishlist_enabled .dwe_wishlist_button_with_icon, .dwe_wishlist_enabled .dwe_wishlist_modal .dwe_wishlist_button_with_icon, .woocommerce .dwe_wishlist_modal .dwe_wishlist_button_with_icon, .woocommerce .product .dwe_wishlist_button_with_icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button svg, .dwe_wishlist_enabled .woocommerce-cart-form__cart-item .dwe_add_to_wishlist_button svg {
	width: 1rem;
	height: 1rem;
	fill: red;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dwe_wishlist_enabled .dwe_wishlist_button_with_icon svg, .dwe_wishlist_enabled .woocommerce-cart-form__cart-item .dwe_wishlist_button_with_icon svg {
	margin-right: 5px;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button, .dwe_wishlist_enabled .dwe_wishlist_modal .dwe_add_to_wishlist_button, .woocommerce .dwe_wishlist_modal .dwe_add_to_wishlist_button, .woocommerce .product .dwe_add_to_wishlist_button {
	text-decoration: none;
	outline: none;
	word-break: break-all;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dwe_wishlist_enabled .dwe_wishlist_modal .dwe_add_to_wishlist_button .woocommerce .dwe_wishlist_modal .dwe_add_to_wishlist_button {
	margin: auto;
	cursor: pointer;
}

.dwe_wishlist_enabled .dwe_add_to_wishlist_button:focus, .dwe_wishlist_enabled .dwe_add_to_wishlist_button:hover, .woocommerce .product .dwe_add_to_wishlist_button:focus, .woocommerce .product .dwe_add_to_wishlist_button:hover {
	text-decoration: none;
	outline: none;
}

.dwe_animation {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(.1, .6, .74, .74);
	animation-timing-function: cubic-bezier(.1, .6, .74, .74);
}

.dwe_wishlist_enabled .dwe_animation.dwe_slideLeft {
	-webkit-animation-name: slideLeft;
	animation-name: slideLeft;
}

.dwe_wishlist_enabled .dwe_animation.dwe_slideRight {
	-webkit-animation-name: slideRight;
	animation-name: slideRight;
}

.dwe_wishlist_enabled .dwe_animation.dwe_slideDown {
	-webkit-animation-name: slideDown;
	animation-name: slideDown;
}

.dwe_wishlist_enabled .dwe_animation.dwe_slideUp {
	-webkit-animation-name: slideUp;
	animation-name: slideUp;
}

@-webkit-keyframes slideLeft {
	0% {
		top: 120px;
		right: -100%;
	}
	
	to {
		top: 120px;
		right: 50px;
	}
}

@keyframes slideLeft {
	0% {
		top: 120px;
		right: -100%;
	}
	
	to {
		top: 120px;
		right: 50px;
	}
}

@-webkit-keyframes slideRight {
	0% {
		top: 120px;
		right: 50px;
	}
	
	to {
		top: 120px;
		right: -100%;
	}
}

@keyframes slideRight {
	0% {
		top: 120px;
		right: 50px;
	}
	
	to {
		top: 120px;
		right: -100%;
	}
}

@-webkit-keyframes slideDown {
	0% {
		top: -100%;
		right: 50px;
	}
	
	to {
		top: 120px;
		right: 50px;
	}
}

@keyframes slideDown {
	0% {
		top: -100%;
		right: 50px;
	}
	
	to {
		top: 120px;
		right: 50px;
	}
}

@-webkit-keyframes slideUp {
	0% {
		top: 120px;
		right: 50px;
	}
	
	to {
		top: -100%;
		right: 50px;
	}
}

@keyframes slideUp {
	0% {
		top: 120px;
		right: 50px;
	}
	
	to {
		top: -100%;
		right: 50px;
	}
}

.dwe_wishlist_enabled .dwe_wishlist_notification {
	display: none;
	position: fixed;
	top: -100%;
	right: -100%;
	background: #191919;
	padding: 5px;
	line-height: 0;
	-webkit-animation-name: slideLeft;
	animation-name: slideLeft;
	z-index: 999999;
}

.dwe_wishlist_enabled .dwe_wishlist_notification span {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 0;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
}

.dwe_wishlist_enabled .dwe_wishlist_notification img, .woocommerce-page .dwe_wishlist_notification img {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.dwe_wishlist_enabled .dwe_wishlist_notification img+span {
	padding: 0 0 0 8px;
}

.dwe_wishlist_enabled .dwe_wishlist_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.dwe_wishlist_modal_wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	max-width: 800px;
	background: #fff;
	padding: 30px;
}

.dwe_wishlist_modal_close_icon {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	line-height: 0;
}

.dwe_wishlist_modal_close_icon svg {
	background: #000;
	width: 10px;
	height: 10px;
	padding: 5px;
	fill: #fff;
}

.dwe_wishlist_modal_content {
	overflow-y: scroll;
	max-height: 80vh;
	scrollbar-width: none;
}

.dwe_wishlist_modal_content::-webkit-scrollbar {
	display: none;
}

.dwe_wishlist_enabled .dwe_create_new_wishlist {
	display: none;
}

.dwe_wishlist_enabled .dwe_wishlist_modal .dwe_select {
	display: block;
}

.dwe_cookies_products_heading {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.dwe_cookies_products {
	display: grid;
	grid-template-columns: minmax(0, 25%) minmax(0, 25%) minmax(0, 25%) minmax(0, 25%);
	grid-gap: 15px;
	margin-bottom: 30px;
}

.dwe_cookies_product {
	position: relative;
	border: 1px solid #ddd;
	padding-bottom: 10px;
}

.dwe_cookies_product_image {
	line-height: 0;
}

.dwe_cookies_product_title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	margin: 10px 0 5px;
	padding: 0 10px;
	text-align: center;
}

.dwe_cookies_product_title a {
	text-decoration: none;
}

.dwe_cookies_product_price {
	font-size: 14px;
	padding: 0 10px;
	text-align: center;
}

.dwe_cookies_products .dwe_cookie_product_checkbox {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	margin: 0;
}

.dwe_cookies_product_actions {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, auto);
	grid-column-gap: 15px;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.dwe_cookies_product_actions .dwe_add_cookies_products, .dwe_cookies_product_actions .dwe_remove_cookies_products {
	background: #000;
	border: 1px solid transparent;
	min-width: 100px;
	padding: 10px 30px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.dwe_cookies_product_actions .dwe_add_cookies_products:hover, .dwe_cookies_product_actions .dwe_remove_cookies_products:hover {
	border: 1px solid #000;
	background: #fff;
	color: #000;
}

.dwe_wishlist_enabled .dwe_wishlist_menu_item.active {
	cursor: default;
}

.dwe_fader {
	position: relative;
}

.dwe_fader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .6);
	z-index: 999;
}

.dwe_wishlist_enabled .dwe_single_woo_product .dwe_wishlist_button_wrapper {
	margin: 10px 0 0;
	-webkit-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	-o-transition: all .3s cubic-bezier(.39, .58, .57, 1);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}

.dwe_single_woo_product .dwe_wishlist_button_wrapper {
	-ms-flex-pack: center;
	justify-content: center;
}

.dwe_single_woo_product .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_on_image) {
	border: 0 solid #333;
	border-radius: 0;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #000;
}

.dwe_single_woo_product .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_on_image) svg {
	width: 20px;
	height: 20px;
	fill: #000;
}

.dwe_woo_products_layout.layout3 .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_on_image) {
	z-index: 99;
}

.dwe_woo_products_layout.layout3 .dwe_single_woo_product_quickview_wrapper .dwe_wishlist_button_wrapper {
	margin-top: 5px;
}

.dwe_wishlist_enabled .dwe_woo_products_layout.layout3 .dwe_wishlist_button_on_image {
	position: relative;
	top: auto;
	right: auto;
}

@media screen and (max-width:980px) {
	.dwe_cookies_products {
		grid-template-columns: minmax(0, 33.33%) minmax(0, 33.33%) minmax(0, 33.33%);
	}
}

@media screen and (max-width:767px) {
	.dwe_cookies_products {
		grid-template-columns: minmax(0, 50%) minmax(0, 50%);
	}
}

.el-settings-panel-wrapper {
	margin: 35px 50px 30px 30px;
	color: #32373c;
}

.el-settings-panel-wrapper, .el-settings-panel-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.el-settings-panel-wrapper a {
	text-decoration: none;
	outline: 0;
	color: #7d3bd0;
}

.el-settings-panel-wrapper a:focus, .el-settings-panel-wrapper input[type=checkbox]:focus, .el-settings-panel-wrapper input[type=radio]:focus, .el-settings-panel-wrapper select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.el-settings-panel-wrapper ol, .el-settings-panel-wrapper ul {
	list-style: none;
	margin: 0;
}

.el-settings-panel-wrapper input[type=email], .el-settings-panel-wrapper input[type=password], .el-settings-panel-wrapper input[type=text], .el-settings-panel-wrapper select, .el-settings-panel-wrapper textarea {
	background: #f1f5f9;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 4px;
	border: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 10px 15px;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #32373c;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.el-settings-panel-wrapper select {
	background: #f1f5f9 url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
}

.el-settings-panel-wrapper select.nitro-lazy {
	background: none !important;
}

.el-settings-panel-wrapper select:focus {
	border: none;
	color: #32373c;
}

.el-settings-panel-wrapper input:read-only {
	background: #eaeaea;
}

.el-settings-panel-wrapper input:-moz-read-only {
	background: #eaeaea;
}

.el-settings-panel-wrapper .el-settings-panel-settings {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
	border-radius: 4px;
	margin: 35px 0;
}

.el-settings-panel-wrapper .el-settings-panel-save-btn {
	display: inline-block;
	position: relative;
	background-color: #00c3aa;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: auto;
	padding: 16px 20px 16px 60px;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.el-settings-panel-wrapper .el-settings-panel-save-btn:focus {
	outline: 0;
}

.el-settings-panel-wrapper .el-settings-panel-save-btn:before {
	display: block;
	position: absolute;
	top: 9px;
	left: 15px;
	font-family: ETmodules;
	font-size: 28px;
	font-weight: 300;
	text-shadow: none;
	content: "l";
}

.el-settings-panel-wrapper .el-settings-panel-save-btn:hover {
	background-color: #00bba3;
}

.el-settings-panel-header {
	position: relative;
	background: #6c2eb9;
	border-radius: 4px 4px 0 0;
	padding: 15px 20px;
}

#el-settings-panel-title {
	position: relative;
	margin: 0;
	padding-bottom: 0;
	padding-left: 45px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.25;
	color: #fff;
}

#el-settings-panel-title:before {
	position: absolute;
	top: 0;
	left: 0;
	font-family: dashicons;
	font-size: 32px;
	line-height: 1;
	content: "";
}

.el-settings-panel-mainmenu, .el-settings-panel-submenu {
	display: block;
	position: relative;
	background-color: #7e3bd0;
	overflow: hidden;
}

.el-settings-panel-mainmenu li, .el-settings-panel-submenu li {
	display: inline-block;
	float: left;
	margin: 0;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.el-settings-panel-mainmenu li span, .el-settings-panel-submenu li span {
	display: inline-block;
	padding: 15px 20px;
	outline: 0;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.el-settings-panel-mainmenu-tab.el-settings-panel-active-tab span {
	background-color: #8f42ed;
}

.el-settings-panel-submenu-tab.el-settings-panel-active-tab span {
	background-color: #fff;
}

.el-settings-panel-wrapper .el-settings-panel-content {
	font-family: Open Sans, sans-serif;
}

.el-settings-panel-submenu {
	background-color: #f1f5f9;
}

.el-settings-panel-submenu li span {
	padding: 15px 22px;
	font-size: 14px;
	font-weight: 600;
	color: #8e969e;
}

.el-settings-panel-group {
	display: none;
}

.el-settings-panel-group.el-settings-panel-active-group {
	display: block;
}

.el-settings-panel-sections-wrap {
	padding: 50px 40px 40px;
}

.el-settings-panel-section {
	display: none;
}

.el-settings-panel-section.el-settings-panel-active-section {
	display: table;
}

.el-settings-panel-wrapper .form-table {
	margin: 0;
}

.el-settings-panel-wrapper .form-table tr {
	display: block;
	margin-bottom: 30px;
}

.el-settings-panel-wrapper .form-table tr:last-child {
	margin-bottom: 0;
}

.el-settings-panel-wrapper .form-table td, .el-settings-panel-wrapper .form-table th {
	display: inline-block;
	position: relative;
	padding: 0;
	vertical-align: middle;
}

.el-settings-panel-wrapper .form-table th {
	width: 30%;
	font-size: 14px;
	font-weight: 600;
	word-wrap: break-word;
	color: #323232;
}

.el-settings-panel-wrapper .form-table td {
	width: 70%;
	margin-bottom: 0;
	padding-left: 50px;
	padding-right: 30px;
}

.el-settings-panel-wrapper .form-table.el-settings-panel-templates-section th {
	width: 0;
}

.el-settings-panel-wrapper .form-table.el-settings-panel-templates-section td {
	width: 100%;
	padding: 0 30px 0 0;
}

.el-settings-panel-wrapper .el-settings-panel-field {
	width: 100%;
	overflow: hidden;
}

.el-settings-panel-wrapper .el-settings-panel-field a {
	display: inline-block;
	border-bottom: 1px dotted;
	font-style: italic;
}

.el-settings-panel-wrapper .el-settings-panel-toggle {
	display: inline-block;
	position: relative;
	width: auto;
	vertical-align: middle;
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-slider {
	display: block;
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f1f5f9;
	border-radius: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-slider:before {
	position: absolute;
	left: 5px;
	bottom: 5px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
	width: 50%;
	height: calc(100% - 10px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	content: "";
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field:checked+.el-settings-panel-toggle-slider {
	background-color: #008bdb;
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field:checked+.el-settings-panel-toggle-slider:before {
	-webkit-transform: translateX(calc(100% - 10px));
	transform: translateX(calc(100% - 10px));
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text {
	display: inline-block;
	position: relative;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text.el-settings-panel-toggle-on-value {
	color: #fff;
}

.el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text.el-settings-panel-toggle-off-value {
	color: #8e969e;
}

.el-settings-panel-wrapper .el-settings-panel-toggle-field:checked~.el-settings-panel-toggle-value-text.el-settings-panel-toggle-off-value {
	opacity: 0;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field {
	background: #f1f5f9;
	border-radius: 4px;
	width: calc(100% - 60px);
	height: 25px;
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field::-webkit-slider-thumb {
	background: #008bdb;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field::-moz-range-thumb {
	background: #008bdb;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field::-ms-thumb {
	background: #008bdb;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	-mz-appearance: none;
	appearance: none;
}

.el-settings-panel-wrapper .el-settings-panel-range-slider-field-value {
	display: inline-block;
	border: 1px solid #eaeaea;
	border-radius: 4px;
	vertical-align: top;
	width: 50px;
	height: 25px;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 16px;
	line-height: 1.57;
	text-align: center;
}

.el-settings-panel-wrapper .el-settings-panel-multiple-checkboxes span {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

.el-settings-panel-wrapper .el-settings-text-and-button-field .el-settings-panel-value-field {
	width: 45%;
	float: left;
	margin-right: 4.8%;
}

.el-settings-panel-wrapper .el-settings-text-and-button-field.single-button .el-settings-panel-value-field {
	width: 55%;
}

.el-settings-panel-wrapper .el-settings-panel-buttons {
	width: 50%;
	float: left;
}

.el-settings-panel-wrapper .el-settings-text-and-button-field.single-button .el-settings-panel-buttons {
	width: 40%;
}

.el-settings-panel-wrapper .el-settings-panel-button {
	display: inline-block;
	background-color: #32373c;
	border-radius: 3px;
	border: none;
	padding: 13px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.el-settings-panel-wrapper .el-settings-panel-button:hover {
	background-color: #4d565f;
}

.el-settings-panel-wrapper .el-settings-panel-button.success, .el-settings-panel-wrapper .el-settings-panel-button.success:hover {
	background-color: transparent;
	word-break: break-word;
	color: #02c3aa;
	font-size: 14px;
	text-transform: none;
	cursor: default;
}

.el-settings-panel-buttons .el-settings-panel-reset-button {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.el-settings-panel-buttons .el-settings-panel-action-button {
	display: block;
	width: 48%;
	float: left;
}

.single-button .el-settings-panel-buttons .el-settings-panel-action-button, .single-button .el-settings-panel-buttons .el-settings-panel-reset-button {
	width: 100%;
	float: left;
}

.el-settings-panel-wrapper .el-settings-panel-repeater {
	position: relative;
	padding-bottom: 12px;
}

.el-settings-panel-wrapper .repeater-field-row {
	position: relative;
	background: #fcfcfc;
	border-bottom: 1px solid #f3f3f3;
	padding: 30px 20px;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field {
	position: relative;
	margin-bottom: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field:last-of-type {
	margin-bottom: 0;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field label {
	width: 40%;
	float: left;
	font-weight: 600;
}

.el-settings-panel-wrapper .el-settings-panel-repeater-field .el-settings-panel-field {
	width: 60%;
	float: left;
	padding-left: 20px;
}

.el-settings-panel-wrapper .repeater-controls {
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
}

.repeater-controls .row-control {
	position: absolute;
	bottom: 0;
	left: calc(50% - 10px);
	background: #2796d9;
	border-radius: 50%;
	width: 20px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 1;
}

.repeater-controls .row-control.remove-row {
	left: 50%;
}

.repeater-controls .row-control.remove-row+.add-row {
	left: calc(50% - 30px);
}

.el-settings-panel-wrapper .el-settings-panel-fieldset {
	position: relative;
	background: #fcfcfc;
	padding: 30px 20px;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field {
	position: relative;
	margin-top: 30px;
	padding-right: 30px;
	overflow: hidden;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field:first-of-type {
	margin-top: 0;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field label {
	width: 40%;
	float: left;
	font-weight: 600;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field .el-settings-panel-field {
	width: calc(60% - 20px);
	float: left;
	margin-left: 20px;
}

.el-settings-panel-wrapper .el-settings-panel-fieldset-field .el-settings-panel-toggle {
	width: auto;
}

.el-settings-panel-import-layout {
	border-radius: 3px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	padding: 10px;
	text-align: center;
}

.el-settings-panel-import-layout-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 50px 30px;
}

.el-settings-panel-layout-preview {
	border-radius: 3px;
	max-width: 100%;
	height: 250px;
	overflow-y: auto;
	scrollbar-width: none;
}

.el-settings-panel-layout-preview::-webkit-scrollbar {
	display: none;
}

.el-settings-panel-import-layout img {
	width: 100%;
	max-width: 100%;
}

.el-settings-panel-import-layout-title {
	font-size: 16px;
	margin: 15px 0;
}

.el-settings-panel-wrapper .el-settings-panel-code-block {
	display: inline-block;
	background: #f1f1f1;
	border-radius: 4px;
	padding: 2px 4px;
}

.el-settings-panel-wrapper .el-settings-panel-color-red {
	color: #bf0000;
}

.el-settings-panel-wrapper .el-settings-panel-color-green {
	color: #008a00;
}

.el-setting-help {
	position: absolute;
	right: 0;
	top: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.el-setting-help:before {
	content: "t";
	font-family: ETmodules;
	font-size: 16px;
	color: #454545;
}

.el-settings-panel-wrapper .form-table tr:hover .el-setting-help {
	visibility: visible;
	opacity: 1;
}

.el-settings-panel-wrapper .el-setting-info {
	display: none;
}

.info-section {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: hsla(0, 0%, 100%, .7);
	background: -webkit-radial-gradient(center, ellipse cover, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	background: -webkit-radial-gradient(center, ellipse, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	background: -o-radial-gradient(center, ellipse, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	background: radial-gradient(ellipse at center, #fff 20%, hsla(0, 0%, 100%, .7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	z-index: 9999;
}

.info-section .info-desc {
	position: fixed;
	top: 150px;
	left: 0;
	right: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 100px rgba(0, 160, 210, .2);
	box-shadow: 0 0 100px rgba(0, 160, 210, .2);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 80%;
	max-width: 400px;
	min-height: 350px;
	margin: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5em;
	color: #32373c;
}

.info-section .info-header {
	position: relative;
	background-color: #6c2eb9;
	width: 100%;
	padding: 25px 40px;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}

.info-section .close-info {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #622aa9;
	width: 68px;
	font-size: 23px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s;
}

.info-section .close-info:hover {
	background-color: #552592;
}

.info-section .close-info:before {
	content: "M";
	font: 23px ETmodules;
	line-height: 68px;
}

.info-section .info-body {
	padding: 30px;
}

.info-section .info-body h3 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}

.info-section .info-body p {
	font-size: 14px;
}

.info-section.active {
	display: block;
	-webkit-animation: fade_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	animation: fade_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.info-section.active .info-desc {
	-webkit-animation: zoom_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	animation: zoom_in .5s 1 cubic-bezier(.77, 0, .175, 1);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes fade_in {
	0% {
		display: none;
		opacity: 0;
	}
	
	to {
		display: block;
		opacity: 1;
	}
}

@keyframes fade_in {
	0% {
		display: none;
		opacity: 0;
	}
	
	to {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes zoom_in {
	0% {
		display: none;
		opacity: 0;
	}
	
	to {
		display: block;
		opacity: 1;
	}
}

@keyframes zoom_in {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

#el-settings-panel-ajax-saving {
	display: none;
	-webkit-transition: background, -webkit-box-shadow .3s;
	transition: background, -webkit-box-shadow .3s;
	-o-transition: background, box-shadow .3s;
	transition: background, box-shadow .3s;
	transition: background, box-shadow .3s, -webkit-box-shadow .3s;
	-webkit-box-shadow: rgba(0, 139, 219, .247059) 0 0 60px;
	box-shadow: 0 0 60px rgba(0, 139, 219, .247059);
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	margin: -25px 0 0 -25px;
	z-index: 999999;
	text-align: center;
}

#el-settings-panel-ajax-saving img {
	width: 20px;
	margin: 15px;
}

#el-settings-panel-ajax-saving.success-animation {
	background-color: #a9e900;
	-webkit-box-shadow: transparent 0 0 40px;
	box-shadow: 0 0 40px transparent;
	opacity: 1;
	-webkit-animation: bounceIn 1s;
	animation: bounceIn 1s;
}

#el-settings-panel-ajax-saving.success-animation:before {
	background: 0 0;
	margin-left: -3px;
	font-family: dashicons;
	font-size: 40px;
	font-weight: 400;
	font-variant: normal;
	line-height: 1.3;
	speak: none;
	text-transform: none;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	content: "";
}

#el-settings-panel-ajax-saving.et_loading:before, #el-settings-panel-ajax-saving.success-animation img, .el-settings-panel-wrapper .el-settings-panel-layouts-section th {
	display: none;
}

.el-settings-panel-wrapper .el-settings-panel-layouts-section td {
	width: 100%;
	padding-left: 30px;
}

.el-settings-panel-wrapper .el-settings-panel-import-list {
	overflow: visible;
}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		-o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	}
	
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}
	
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}
	
	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

#el-settings-panel-wishlist-manager-popular-section th {
	display: none;
}

#el-settings-panel-wishlist-manager-popular-section td {
	width: 100%;
	padding: 0;
}

.el_dwe_popular_products_header {
	display: grid;
	grid-template-columns: 50px minmax(0, 33.33%) minmax(0, 33.33%) minmax(0, 33.33%);
	grid-column-gap: 15px;
	margin-bottom: 20px;
}

.el_dwe_popular_products_header .el_dwe_product_header_field {
	font-weight: 600;
}

.el_dwe_popular_product {
	display: grid;
	grid-template-columns: 50px minmax(0, 33.33%) minmax(0, 33.33%) minmax(0, 33.33%);
	grid-column-gap: 15px;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	min-height: 65px;
	padding: 10px 0;
}

.el_dwe_popular_product:last-child {
	border: none;
}

.el_dwe_popular_product>span {
	font-size: 14px;
}

.el_dwe_popular_product .el_dwe_product_image {
	width: 40px;
}

.el_dwe_popular_product .el_dwe_product_image img {
	width: 100%;
	height: 100%;
	border-radius: 6px;
}

.el-dwe-popular-products-pagination-wrapper {
	position: relative;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.el-dwe-popular-products-pagination-wrapper .el-dwe-popular-products-pagination {
	list-style: none;
	padding: 0;
	line-height: normal;
}

.el-dwe-popular-products-pagination li {
	display: inline-block;
	margin-right: 10px;
}

.el-dwe-popular-products-pagination li:last-child {
	margin-right: 0;
}

.el-dwe-popular-products-pagination li a {
	display: block;
	padding: 4px;
	font-size: 16px;
	line-height: 1;
}

.el-dwe-popular-products-pagination li.active a {
	cursor: default;
	color: #000;
}

.el-dwe-popular-products-pagination li.disabled {
	display: none;
	opacity: .2;
}

.el-dwe-popular-products-pagination li.disabled a {
	cursor: default;
}

@media screen and (max-width:980px) {
	.el-settings-panel-wrapper .form-table td, .el-settings-panel-wrapper .form-table th {
		vertical-align: top;
	}
	
	#wpbody .el-settings-panel-wrapper input[type=email], #wpbody .el-settings-panel-wrapper input[type=password], #wpbody .el-settings-panel-wrapper input[type=text], #wpbody .el-settings-panel-wrapper select, #wpbody .el-settings-panel-wrapper textarea {
		padding: 10px;
		font-size: 12px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-save-btn {
		padding: 12px 20px 12px 50px;
		font-size: 16px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-save-btn:before {
		font-size: 20px;
	}
	
	#el-settings-panel-title {
		padding-left: 35px;
		font-size: 18px;
	}
	
	#el-settings-panel-title:before {
		font-size: 26px;
	}
	
	.el-settings-panel-mainmenu li, .el-settings-panel-submenu li {
		font-size: 16px;
	}
	
	.el-settings-panel-mainmenu li span, .el-settings-panel-submenu li span {
		padding: 15px;
	}
	
	.el-settings-panel-submenu li span {
		padding: 15px 17.5px;
		font-size: 14px;
	}
	
	.el-settings-panel-wrapper .form-table th {
		font-size: 14px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-button, .el-settings-panel-wrapper .el-settings-panel-toggle .el-settings-panel-toggle-value-text {
		padding: 10px 15px;
		font-size: 12px;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-field .el-settings-panel-image-uploader-field {
		width: 100%;
		margin-right: 0;
	}
	
	.el-settings-panel-wrapper .el-settings-panel-buttons {
		width: 100%;
		margin-top: 10px;
	}
	
	.el-settings-panel-import-layout-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.el-setting-help {
		visibility: visible;
		opacity: 1;
	}
	
	.el-setting-help:before {
		font-size: 14px;
		color: #5f5d5d;
	}
}

@media screen and (max-width:767px) {
	.el-settings-panel-wrapper {
		margin: 35px 40px 30px 30px;
	}
	
	.el-settings-panel-wrapper .form-table th {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.el-settings-panel-wrapper .form-table td {
		display: block;
		width: 100%;
		padding-left: 0;
	}
	
	#wpbody .el-settings-panel-wrapper input[type=email], #wpbody .el-settings-panel-wrapper input[type=password], #wpbody .el-settings-panel-wrapper input[type=text], #wpbody .el-settings-panel-wrapper td select, #wpbody .el-settings-panel-wrapper textarea {
		font-size: 14px;
	}
	
	.el-settings-panel-import-layout-list {
		grid-template-columns: 1fr;
	}
}
