.dwe_woo_products .woocommerce .product .out-of-stock{
	color: red;
	font-size: .92em;
	text-align: center;
}
.dwe_woo_products .woocommerce ul.products li.last {
	clear: unset !important;
}
.dwe_woo_products .woocommerce .products li.product {
	margin-right: 0px;
}
.dwe_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.dwe_woo_products .dwe_woo_products_ordering .orderby{
	font-size: 14px;
}
.et_shop_image:hover .dwe_single_woo_product_quickview_wrapper {
	z-index: 4;
}
.dwe_single_woo_product_quickview {
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dwe_wishlist_enabled .products .dwe_add_to_wishlist_button:not(.dwe_wishlist_button_on_image){
	margin-bottom: 0;
	display: inline-block;
}
.dwe_woo_products .dwedefault.add-to-cart-on-hover li.product,
.dwe_woo_products .layout1.add-to-cart-on-hover li.product, 
.dwe_woo_products .layout3.add-to-cart-on-hover li.product {
	overflow: hidden;
}
.dwe_woo_products .dwedefault.add-to-cart-on-hover li.product:hover .dwe-woo-products-add-to-cart-link,
.dwe_woo_products .layout1.add-to-cart-on-hover li.product:hover .dwe-woo-products-add-to-cart-link, 
.dwe_woo_products .layout3.add-to-cart-on-hover li.product:hover .dwe-woo-products-add-to-cart-link{
	visibility: visible;
	opacity: 1;
}
.dwe_woo_products .dwedefault.add-to-cart-on-hover .dwe-woo-products-add-to-cart-link,
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe-woo-products-add-to-cart-link, 
.dwe_woo_products .layout3.add-to-cart-on-hover .dwe-woo-products-add-to-cart-link {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
	margin-top: 10px;
}
.dwe_woo_products .layout3.add-to-cart-on-hover .dwe-woo-products-add-to-cart-link{
	transform: translateY(100%);
}
.dwe-woo-products-add-to-cart-link a {
	margin: 0px !important;
}
.dwe_woo_products .layout1 .dwe-woo-products-link-wrap {
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dwe_woo_products .dwedefault .dwe-woo-products-link-wrap {
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dwe_woo_products_layout.layout3.before_add_to_cart.add-to-cart-on-hover .dwe-woo-products-add-to-cart-link{
	transform: translateY(100%);
	margin-top: 0px;
}
.dwe_woo_products .hide-pagination-prev-next .woocommerce-pagination a.next,
.dwe_woo_products .hide-pagination-prev-next .woocommerce-pagination a.prev{
	display: none;
}
.dwe_woo_products .dwe-woo-products-ratings-wrap{
	display: flex;
	flex-wrap: wrap;
}
.dwe_woo_products .woocommerce-ordering{
	float: unset;
}
.dwe_woo_products .dwe_product_lightbox_loader {
	position: relative;
}
.dwe_woo_products .dwe_product_lightbox_loader:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dwe_woo_products .dwe_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dwe_rotator 2s linear infinite;
}
@keyframes dwe_rotator {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.dwe_product_lightbox .mfp-inline-holder .mfp-content{
	background: #fff;
}
.dwe_product_lightbox div.product div.summary {
	width: 52%;
	padding: 30px;
	margin-bottom: 0px !important;
}
.dwe_single_woo_product_info_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.dwe_single_woo_product_info_wrapper .dwe-woo-products-add-to-cart {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.dwe_single_woo_product_content{
	overflow-wrap: anywhere;
}
.woocommerce.editor .dwe_single_woo_product_quickview,
.woocommerce.editor .page-numbers {
	pointer-events: none !important;
}
.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;
	transition: all 300ms ease;
	cursor: pointer;
}
.dwe_product_filterable_categories .dwe_product_active_category {
	cursor: default;
}
.dwe_woo_products .layout1 .dwe_single_woo_product_add_to_cart {
	position: relative;
	margin-top: auto;
}
.dwe_woo_products_layout.layout3 .dwe_single_woo_product_quickview_wrapper {
	bottom: auto;
	left: auto;
	top: 10px;
	right: 10px;
	width: auto;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* .dwe_woo_products_layout.layout3 .dwe_single_woo_product_add_to_cart {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
} */
.dwe_woo_products_layout.layout3 .dwe-woo-products-add-to-cart{
	display: block !important;
	width: 100% !important;
}
.dwe_woo_products_layout.layout3 .dwe_single_woo_product_content, 
.dwe_woo_products_layout.layout3 .dwe-woo-products-add-to-cart {
	text-align: center;
}
.dwe_woo_products_layout.layout2 .dwe_single_woo_product_content {
	text-align: center;
}
.dwe_woo_products_layout.layout2 .dwe-woo-products-ratings-wrap, 
.dwe_woo_products_layout.layout3 .dwe-woo-products-ratings-wrap {
	justify-content: center;
}
.dwe_woo_products_layout .dwe_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .dwe_single_woo_product_thumbnail a img {
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_single_woo_product_quickview .et-pb-icon {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-left: 5px;
}
.dwe-masonry-layout .dwe_woo_products_layout {
	position: relative;
}
.layout1 .dwe_single_woo_product, 
.layout2 .dwe_single_woo_product {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.layout1 .dwe_single_woo_product_content, 
.layout2 .dwe_single_woo_product_content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dwe_single_woo_product_content {
	margin-top: 9px;
}
.layout1 .dwe_single_woo_product_price, 
.layout2 .dwe_single_woo_product_price {
	margin-bottom: 1em;
}
.layout2 .woocommerce-loop-product__title {
	margin-bottom: 10px !important;
}
.dwe_product_lightbox .product .single_add_to_cart_button:not(.loading):after{
	line-height: unset !important;
}
.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: "\F180";
}
.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 .products:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.add_to_cart_button,
.et_pb_with_border .products:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.added_to_cart,
.et_pb_with_border .products:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.button,
.et_pb_with_border .dwe_single_woo_product_sale_badge {
	border-width: 0;
	border-style: solid;
	border-color: #333;
}
.dwe_single_woo_product_thumbnail_wrapper {
	position: relative;
	overflow: hidden;
}
.dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_sale_badge, 
.woocommerce .dwe_woo_products_layout:not(.dwedefault) span.onsale {
	position: absolute;
	top: 10px;
	left: 10px; 
	z-index: 2;
	background: #000 !important;
	padding: 5px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.2 !important;
	color: #fff;
	border-radius: 0px !important;
}
.dwe_product_lightbox.woocommerce span.onsale{
	border-radius: 0;
}
.dwe_out_of_stock_product .dwe_single_woo_product_thumbnail_wrapper,
.dwe_out_of_stock_product .dwe_single_woo_product_content {
	opacity: 0.5;
}
.dwe_out_of_stock_wrapper {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_out_of_stock_label {
	font-size: 14px;
	line-height: 1.2;
	color: #f00;
}
.dwe_single_woo_product_thumbnail {
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
/* .dwe_single_woo_product_thumbnail a:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .3s;
} */
.et_shop_image:hover .et_overlay {
	z-index: 3;
	opacity: 1;
}
.dwe_single_woo_product_thumbnail img {
	width: 100%;
	transform: scale(1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_woo_products_layout.layout1 .dwe_single_woo_product_title {
	padding: 0;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_woo_products_layout.layout1 .dwe-woo-products-ratings-wrap {
	justify-content: center;
}
.dwe_single_woo_product_star_rating, .dwe_product_lightbox .woocommerce-product-rating {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 10px;
	align-items: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_single_woo_product_star_rating .star-rating,
.woocommerce .dwe_single_woo_product_star_rating .star-rating,
.woocommerce-page .dwe_single_woo_product_star_rating .star-rating, 
.dwe_product_lightbox .woocommerce-product-rating .star-rating,
.woocommerce.dwe_product_lightbox .woocommerce-product-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 .dwe_single_woo_product_star_rating .star-rating:before,
.woocommerce-page .dwe_single_woo_product_star_rating .star-rating:before, 
.dwe_product_lightbox .woocommerce-product-rating .star-rating:before,
.woocommerce.dwe_product_lightbox .woocommerce-product-rating .star-rating:before {
	position: relative;
	float: none;
	color: #ccc;
	content: "\73\73\73\73\73" !important;
}
.dwe_single_woo_product_star_rating .star-rating span, 
.dwe_product_lightbox .woocommerce-product-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, 
.woocommerce-product-rating .star-rating span:before {
	position: absolute;
	top: 0;
	left: 0;
	color: #ffca00;
	text-indent: 0;
	content: "\53\53\53\53\53";
}
.dwe_single_woo_product_info_wrapper {
	display: grid;
	grid-template-columns: minmax(0, auto) minmax(0, 100%);
	grid-column-gap: 15px;
	align-items: center;
	margin-top: 10px;
}
.dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_price {
	margin-top: 10px;
	text-align: center;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.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;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.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_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.add_to_cart_button,
.dwe_woo_products .dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.added_to_cart,
.dwe_woo_products .dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.button {
	display: flex;
	align-items: 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: #ffffff;
	transition-property: all !important;
}
.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button:hover,
.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.added_to_cart:hover,
.dwe_woo_products .dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.add_to_cart_button:hover,
.dwe_woo_products .dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.added_to_cart:hover,
.dwe_woo_products .dwe_woo_products_layout:not(.dwedefault) .dwe_single_woo_product_add_to_cart a.button:hover {
	/* border: 0 solid #333; */
	padding: 10px;
	/* color: #fff; */
	/* letter-spacing: normal; */
}
.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: 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,
.dwe_woo_products .woocommerce ul.products.dwe_woo_products_layout li.product .dwe-woo-products-add-to-cart:after, 
.dwe_woo_products .woocommerce ul.products.dwe_woo_products_layout li.product .dwe-woo-products-add-to-cart: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.icon-left:not(.loading):after,
.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button.icon-left:not(.loading):after,
.dwe_woo_products .dwe_single_woo_product_add_to_cart a.add_to_cart_button.icon-left:not(.loading):after,
.dwe_woo_products .dwe_single_woo_product_add_to_cart a.button.icon-left:not(.loading):after {
	display: none !important;
}
.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 {
	font-family: ETmodules;
	content: "\35";
}
.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, 
.dwe_woo_products .woocommerce ul.products li.product .dwe-woo-products-add-to-cart:before {
	margin-left: 0 !important;
	margin-right: -1em;
	padding-right: 5px;
}
.dwe_woo_products .dwe_woo_products_layout.dwedefault .dwe_single_woo_product_add_to_cart a.add_to_cart_button:hover,
.dwe_woo_products .dwe_woo_products_layout.dwedefault .dwe_single_woo_product_add_to_cart a.added_to_cart:hover,
.dwe_woo_products .dwe_woo_products_layout.dwedefault .dwe_single_woo_product_add_to_cart a.button:hover, 
.dwe_woo_products .woocommerce ul.products.dwe_woo_products_layout li.product .dwe-woo-products-add-to-cart.icon-on-hover:hover {
	padding-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 !important;
	opacity: 1;
}
.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:not(.loading):after,
.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.button:not(.loading):after {
	padding-left: 5px;
}
.dwe_woo_products .woocommerce ul.products .dwe_single_woo_product_add_to_cart a.added {
	display: none !important;
}
.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 .layout3.after_thumbnail:not(.enable-quickview) .dwe_wishlist_button_wrapper{
	position: absolute;
	top: 10px;
	right: 10px;
	margin: 0px;
} */
.layout3.add-to-cart-on-hover.before_add_to_cart .dwe_wishlist_button_wrapper{
	margin-top: 0px !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, 
.dwe_woo_products .woocommerce nav.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
	line-height: normal;
	border: none;
}
.dwe_woo_products_pagination li, 
.dwe_woo_products .woocommerce nav.woocommerce-pagination ul li {
	display: inline-block;
	margin-right: 10px;
	border: none;
}
.dwe_woo_products_pagination li:last-child {
	margin-right: 0;
}
.dwe_woo_products_pagination li a, 
.dwe_woo_products .woocommerce nav.woocommerce-pagination ul li a, 
.dwe_woo_products .woocommerce nav.woocommerce-pagination ul li span.current{
	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: 0.2;
}
.dwe_woo_products_pagination li.disabled a {
	cursor: default;
}
.dwe_single_woo_product_quickview_wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_single_woo_product_quickview_wrapper a {
	display: block;
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
}
.dwe_product_lightbox .mfp-content > .product {
	display: flex;
	flex-wrap: wrap;
}
.dwe_product_lightbox .dwe_product_lightbox_content_wrapper .product {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.dwe_product_lightbox_image_wrapper {
	width: 50%;
}
.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: flex;
	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;
	margin-right: 5px;
	margin-top: 5px;
	opacity: 0.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: rgba(11, 11, 11, 0.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: rgba(255, 255, 255, 0.8);
}
.dwe_product_lightbox_loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dcp_rotator 2s linear infinite;
}
@keyframes dcp_rotator {
	from {
		transform: translate(-50%, -50%) rotate(0);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.dwe_product_lightbox .dwe_wishlist_button_wrapper{
	display: none !important;
}
.dwe_product_lightbox.woocommerce .entry-summary .button.single_add_to_cart_button{
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}
.dwe_product_lightbox.woocommerce .entry-summary .button.single_add_to_cart_button:after{
	line-height: 1em !important;
}
.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;
}
/* Layout 3 */
.dwe_woo_products_layout.layout3 .dwe_single_woo_product_quickview_wrapper {
	bottom: auto;
	left: auto;
	top: 10px;
	right: 10px;
	width: auto;
	text-align: right;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.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%;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.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;
	transition: all 300ms ease;
	cursor: pointer;
}

.dwe_product_filterable_categories .dwe_product_active_category {
	cursor: default;
}
@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_thumbnail,
	.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_quickview_wrapper,
	.dwe_woo_products .dwe_single_woo_product:hover .dwe_single_woo_product_title {
		transform: translateY(0) !important;
	}
}
@media screen and (max-width: 767px) {
	.dwe_product_lightbox .mfp-content > .product {
		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;
	}
}
.products.dwe_woo_products_layout, 
.woocommerce ul.products.dwe_woo_products_layout {
	margin-bottom: 0px;
}
.dwe_wishlist_enabled .dwedefault .dwe_single_woo_product .dwe_wishlist_button_wrapper,
.dwe_wishlist_enabled .layout1 .dwe_single_woo_product .dwe_wishlist_button_wrapper, 
.dwe_wishlist_enabled .layout2 .dwe_single_woo_product .dwe_wishlist_button_wrapper {
	margin: 0px !important;
}
.mfp-wrap .mfp-close:active{
	top: 0px !important;
}
.dwe_woo_products .woocommerce .product .out-of-stock{
	color: red;
	font-size: .92em;
	text-align: center;
}
.dwe_woo_products .woocommerce .products:before,
.dwe_woo_products .woocommerce .products:after{
	display: none;
}
.dwe_single_woo_product_quickview_wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.et_shop_image:hover .dwe_single_woo_product_quickview_wrapper{
	z-index: 4;
}
.dwe_single_woo_product_thumbnail{
	overflow: hidden;
}
.dwe_single_woo_product_quickview{
	width: 100%;
	background: rgba(255, 255, 255, .6);
	padding: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	border: none;
	cursor: pointer;
}
.dwe_woo_products .layout1.add-to-cart-on-hover li.product{
	overflow: hidden;
}
.dwe_woo_products .layout1.add-to-cart-on-hover li.product:hover .dwe-woo-products-add-to-cart-link{
	visibility: visible;
	opacity: 1;
}
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe-woo-products-add-to-cart-link{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: inherit;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0);
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
	margin-top: 10px;
	text-align:  center;
}
.dwe-woo-products-add-to-cart-link a {
	margin: 0px !important;
}
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe_single_woo_product_title, 
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe_single_woo_product_price, 
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe-woo-products-ratings-wrap, 
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe_single_woo_product_thumbnail, 
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe_single_woo_product_star_rating, 
.dwe_woo_products .layout1.add-to-cart-on-hover .dwe_single_woo_product_quickview_wrapper{
	transition: all .3s cubic-bezier(.39, .58, .57, 1);
}
.dwe_woo_products .hide-pagination-prev-next .woocommerce-pagination a.next,
.dwe_woo_products .hide-pagination-prev-next .woocommerce-pagination a.prev{
	display: none;
}
.dwe_woo_products .dwe-woo-products-ratings-wrap{
	display: flex;
	flex-wrap: wrap;
}
.dwe_woo_products .woocommerce .woocommerce-ordering, 
.dwe_woo_products .woocommerce-ordering{
	float: unset;
}
.dwe_woo_products .dwe_product_lightbox_loader{
	position: relative;
}
.dwe_woo_products .dwe_product_lightbox_loader:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(255, 255, 255, 0.8);
}
.dwe_woo_products .dwe_product_lightbox_loader:after{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 999;
	content: "\e02d";
	font-family: ETMODULES;
	font-size: 36px;
	color: #000;
	transform: translate(-50%, -50%);
	animation: dwe_rotator 2s linear infinite;
}

@keyframes dwe_rotator {
	from { transform: translate(-50%, -50%) rotate(0); }
	to { transform: translate(-50%, -50%) rotate(360deg); }
}

.dwe_product_lightbox .mfp-inline-holder .mfp-content{
	background: #fff;
}
.dwe_product_lightbox div.product div.summary{
	width: 52%;
	padding: 30px;
	margin-bottom: 0px !important;
}
.dwe_single_woo_product_info_wrapper{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.dwe_single_woo_product_info_wrapper .dwe-woo-products-add-to-cart{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.dwe_single_woo_product_content{
	overflow-wrap: anywhere;
}
.woocommerce.editor .dwe_single_woo_product_quickview,
.woocommerce.editor .page-numbers{
	pointer-events: none !important;
}
.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;
	transition: all 300ms ease;
	cursor: pointer;
}
.dwe_product_filterable_categories .dwe_product_active_category{
	cursor: default;
}
.dwe_woo_products .layout1 .dwe_single_woo_product_add_to_cart{
	position: relative;
	margin-top: auto;
}
.dwe_woo_products_layout.layout3 .dwe_single_woo_product_quickview_wrapper{
	bottom: auto;
	left: auto;
	top: 10px;
	right: 10px;
	width: auto;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_woo_products_layout.layout3 .dwe_single_woo_product_add_to_cart{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_woo_products_layout.layout3 .dwe-woo-products-add-to-cart{
	display: block !important;
	width: 100% !important;
}
.dwe_woo_products_layout.layout3 .dwe_single_woo_product_content, 
.dwe_woo_products_layout.layout3 .dwe-woo-products-add-to-cart{
	text-align: center;
}
.dwe_woo_products_layout.layout2 .dwe_single_woo_product_content{
	text-align: center;
}
.dwe_woo_products_layout.layout2 .dwe-woo-products-ratings-wrap, 
.dwe_woo_products_layout.layout3 .dwe-woo-products-ratings-wrap{
	justify-content: center;
}
.dwe_woo_products_layout .dwe_single_woo_product_thumbnail_wrapper{
	position: relative;
	overflow: hidden;
}
.woocommerce ul.products li.product .dwe_single_woo_product_thumbnail a img{
	margin-bottom: 0px !important;
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	-o-transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
	transition: transform 2s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 2s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.dwe_single_woo_product_quickview .et-pb-icon{
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	margin-left: 5px;
}
.dwe-masonry-layout .dwe_woo_products_layout{
	position: relative;
}
.layout1 .dwe_single_woo_product, 
.layout2 .dwe_single_woo_product{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.layout1 .dwe_single_woo_product_content, 
.layout2 .dwe_single_woo_product_content{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.dwe_single_woo_product_content{
	margin-top: 9px;
}
.layout1 .dwe_single_woo_product_price, 
.layout2 .dwe_single_woo_product_price{
	margin-bottom: 1em;
}
.layout2 .woocommerce-loop-product__title{
	margin-bottom: 10px !important;
}
.dwe_single_woo_product_quickview:not(.dwe_quickview_only_icon):after{
	margin-left: 5px;
}
.dwe_product_lightbox .product .dwe_product_lightbox_content_wrapper .single_add_to_cart_button {
	font-family: inherit;
}
