/*
Theme Name: Xews

WooCommerce styles override
*/

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
/* header cart items */
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.widget.widget_shopping_cart .mini_cart_item:first-child {
	padding-top: 0 !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item {
	padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0;
}

.widget.widget_shopping_cart .mini_cart_item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eee;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb {
	width: 100px;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-content {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	padding-left: 15px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	fill: #df3550 !important;
	background: none;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 50%;
	right: 0px;
	left: auto;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .cart-wrapper .widget_shopping_cart_content p.total {
	margin: 15px 0;
	color: #333;
	text-align: left;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 0;
	margin: 0;
	line-height: 2;
	text-align: left;
}

header .cart-wrapper .widget_shopping_cart_content p {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.widget_shopping_cart_content p.total {
	border: none !important;
	font-size: 16px;
	font-weight: 500;
	padding: 25px 0;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb img {
	width: 100px;
	float: none;
	margin-left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce.single-product ul.cart_list li img,
.woocommerce.single-product ul.product_list_widget li img {
	margin-left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce.single-product ul.cart_list li img,
.woocommerce.single-product ul.product_list_widget li img {
	float: left;
	width: 80px;
	margin-right: 15px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none;
}

.minicart-item-content h4.item-title {
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1;
}

.minicart-item-content span.quantity {
	font-size: 14px;
	color: #666;
	line-height: 1;
}


.header-last-item.search-wrap:hover p.woocommerce-mini-cart__total.total {
	color: #333;
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
	float: right;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin: 0;
}

p.woocommerce-mini-cart__buttons.buttons a:last-child {
	margin-left: 10px;
	background: #333;
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
	background: rgba(225, 36, 84, .8);
}

p.woocommerce-mini-cart__buttons.buttons a:last-child:hover {
	background: rgba(51, 51, 51, .8);
}


/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #4169e1;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover~a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active~a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		display: block;
	}
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/***
* WooCommerce Additional Styles
*
*/
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce button.button,
.content-area .product a.compare.button,
.content-area .product .yith-wcwl-wishlistexistsbrowse.show a,
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a,
.site-main .entry-content a.button.wc-backward {
	background: var(--theme-color);
	border-radius: 0;
	font-weight: 300;
	text-transform: capitalize;
	margin-left: 32px;
	padding: 14px 25px;
	color: #FFF;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 2;
	width: 114px;
	font-size: 14px;
}

.woocommerce form .form-row input.input-text {
	line-height: 2.3;
	font-size: 15px;
}

.woocommerce div.product form.cart .button:hover,
.content-area .product a.compare.button:hover,
.content-area .product .yith-wcwl-wishlistexistsbrowse.show a:hover,
.site-main .entry-content a.button.wc-backward:hover {
	background: #333;
}



.woocommerce .quantity {
	position: relative;
	height: 44px;
	width: 44px;
	line-height: 44px;
}

.woocommerce .quantity input.input-text {
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	-moz-appearance: textfield !important;
}

.woocommerce .quantity a.minus {
	position: absolute;
	bottom: 0;
	left: 100%;
	margin-left: 7px;
	height: 23px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #d9d9d9;
	color: #404040;
}

.woocommerce .quantity a.plus {
	position: absolute;
	top: 0;
	left: 100%;
	margin-left: 7px;
	height: 22px;
	width: 22px;
	line-height: 22px;
	text-align: center;
	border: 1px solid #d9d9d9;
	color: #404040;
}

.woocommerce .star-rating span {
	color: #ecbe3e;
}

a.woocommerce-review-link {
	font-size: 14px;
	color: #666;
}

.woocommerce div.product p.price {
	color: #333;
	font-size: 36px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #f2ecec;
}

/* .add_to_wishlist::before {
    content: "\f08a";
    font-family: fontawesome;
} */
.product_meta {
	border-top: 1px solid #f2ecec;
	margin-top: 15px;
	padding-top: 7px;
}

.product_meta .posted_in a {
	color: #777;
	font-size: 14px;
	font-weight: 200;
}

.product_meta .posted_in {
	font-weight: 500;
	font-size: 14px;
}

.woocommerce-product-details__short-description p,
.woocommerce div.product .woocommerce-tabs .panel p {
	font-size: 14px;
}

/* single product tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	text-align: center;
	padding: 10px;
	border-top: 1px solid #f2ecec;
	border-bottom: 1px solid #f2ecec;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: none;
	background: none;
	display: inline-block;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	background-color: #333;
	color: #fff;
	font-weight: 500;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus {
	outline: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	background-color: var(--theme-color);
	color: #fff;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	content: none;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
	padding: 8px 17px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--theme-color);
	color: #fff;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: #333;
	color: #FFF;
}

/* product cart buttons styles */
/* .woocommerce .products li a.button {
  position: absolute;
  top: 35%;
  right: 0;
  background: none;
  font-size: 0;
  font-family: 'fontawesome';
  background: #f1f1f1;
  color: #333;
    padding: 9px;
    -webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.2);
            box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: unset;
            border-radius: unset;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
  
}
.woocommerce .products li a.button:hover {
    background: VAR(--THEME-COLOR);
    color: #fff;
} */

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 100%;
}

.woocommerce .products li a.button:hover svg {
	fill: #fff;
}

.woocommerce .products li:hover a.button {
	visibility: visible;
	opacity: 1;
}

.woocommerce .products li {
	position: relative;
}

.button.product_type_grouped::before,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart::before,
.button.yith-wcqv-button::before,
.button.product_type_variable.add_to_cart_button::before {
	font-size: 12px;
}

.added_to_cart.wc-forward {
	display: none !important;
}

.woocommerce ul.products li.product .price {
	color: #333;
	font-size: 16px;
	font-weight: 500;
}

.woocommerce ul.products li.product .price del {
	font-size: 14px;
}

/*  */
.xews-shop-header-wrapp {
	background: #f1f1f1;
	width: 100%;
	padding: 15px 9px;
	margin-bottom: 25px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.xews-shop-header-wrapp select.orderby {
	height: 40px;
}

.xews-shop-header-wrapp .woocommerce-result-count {
	margin: 0;
	padding-top: 5px;
	color: #555;
}

.woocommerce .woocommerce-ordering,
.woocommerce ul.products li.product a img,
.woocommerce div.product .product_title {
	margin: 0;
}

.woocommerce ul.products li.product .star-rating {
	font-size: 11px;
}

.site-main select {
	color: #555;
}

.woocommerce span.onsale {

	border-radius: unset;
	padding: 0 18px;
	font-weight: 400;
	min-width: 0;
	min-height: 0;
	line-height: 1.5;
	margin: 0 !important;
	background: #333;

}

.woocommerce ul.products li.product a {
	text-align: center;
}

.woocommerce ul.products li.product .star-rating {
	display: none;
}


.woocommerce #respond input#submit {
	display: inline-block;
	padding: .8em 1.6em;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 85%;
	color: #000;
	line-height: 1.3em;
	text-decoration: none;
	border: 1px solid;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.woocommerce #respond input#submit:hover {
	border-color: #333;
	cursor: pointer;
	background: #333;
	color: #FFF;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding-bottom: 0;
}

/* header cart */
header .cart-wrapper a {
	text-decoration: none;
	color: #fff;
	position: relative;

}

header .cart-wrapper a i {
	font-size: 20px;
}

header span.count {
	background: var(--theme-color);
	color: #fff;
	border-radius: 50%;
	position: absolute;
	font-style: normal;
	top: -10px;
	right: -5px;
	font-size: 12px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	margin-right: -12px;
	margin-top: -8px;
	-webkit-box-shadow: -1px 1px 18px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -1px 1px 18px 0px rgba(0, 0, 0, 0.3);
}

header .cart-wrapper {
	display: inline-block;
	padding-left: 20px;
}

/* product buttons */
.woocommerce ul.products li.product .onsale {
	left: 0;
	right: auto;
}


.xews-product-thumb-wrapp {
	position: relative;
}

.xews-cart-wrapper {
	position: absolute;
	background-color: var(--theme-color);
	right: 0;
	top: 25px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	padding: 10px 8px 6px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: .3s ease;
}

.xews-cart-wrapper svg {
	fill: #fff;
}

.xews-cart-wrapper svg {
	stroke: #fff;
}

.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex a.cart-contents {
	color: #333;
}

.xews-cart-wrapper span {
	display: none;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	display: block;
}

.xews-cart-wrapper * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-ms-transform: translateX(5px);
	-o-transform: translateX(5px);
	transform: translateX(5px);
}

.woocommerce ul.products li:hover .xews-cart-wrapper *,
.woocommerce ul.products li:hover .xews-cart-wrapper {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.woocommerce ul.products li.product .xews-cart-wrapper .button {
	background: transparent;
	display: block;
	margin-top: 0;
	position: relative;
}

.woocommerce ul.products li.product .xews-cart-wrapper .add-to-wishlist-custom,
.woocommerce ul.products li.product .xews-cart-wrapper .compare-wrap {
	position: relative;
	line-height: 2.3;
}

.woocommerce ul.products li.product .xews-cart-wrapper .button span,
.woocommerce ul.products li.product .xews-cart-wrapper .add-to-wishlist-custom span,
.woocommerce ul.products li.product .xews-cart-wrapper .compare-wrap span {
	position: absolute;
	display: block;
	min-width: 120px;
	top: 2px;
	right: 0;
	background: #333;
	-webkit-transform: translate(-35px, 0) translateZ(0);
	-moz-transform: translate(-35px, 0) translateZ(0);
	-ms-transform: translate(-35px, 0) translateZ(0);
	-o-transform: translate(-35px, 0) translateZ(0);
	transform: translate(-35px, 0) translateZ(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-ms-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.woocommerce ul.products li.product .xews-cart-wrapper .button span:after,
.woocommerce ul.products li.product .xews-cart-wrapper .add-to-wishlist-custom span:after,
.woocommerce ul.products li.product .xews-cart-wrapper .compare-wrap span:after {
	content: "";
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #333;
}

.woocommerce ul.products li.product .xews-cart-wrapper .button:hover span,
.woocommerce ul.products li.product .xews-cart-wrapper .add-to-wishlist-custom:hover span,
.woocommerce ul.products li.product .xews-cart-wrapper .compare-wrap:hover span {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-46px, 0);
	-moz-transform: translate(-46px, 0);
	-ms-transform: translate(-46px, 0);
	-o-transform: translate(-46px, 0);
	transform: translate(-46px, 0);
}

.woocommerce ul.products li.product .xews-cart-wrapper a.button {
	padding: 0;
	line-height: 2.3;
}

.woocommerce ul.products li.product .xews-cart-wrapper img.ajax-loading {
	position: absolute;
	z-index: 9;
	top: 16px;
	right: 20px;
	visibility: hidden;
}



.woocommerce #respond input#submit.added::after,
.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce input.button.added::after {
	display: none;
}

a.xews-compare.product-compare.compare.compare-link.added:after {
	font-family: WooCommerce;
	content: "\e017";
	margin-left: .53em;
	vertical-align: bottom;
	color: #FFF;
	font-size: 14px;
}

a.xews-compare.product-compare.compare.compare-link.added {
	font-size: 0;
}

h1.product_title.entry-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-transform: capitalize;
}

.woocommerce div.product form.cart div.quantity a {
	text-decoration: none;
}

.content-area .product a.compare.button,
.content-area .product .yith-wcwl-wishlistexistsbrowse.show a {
	margin-left: 0;
}

.content-area .product .yith-wcwl-wishlistexistsbrowse.show span.feedback {
	color: #666;
	font-size: 14px;
}

.content-area .product .yith-wcwl-wishlistexistsbrowse.show {
	margin-bottom: 20px;
}

#yith-quick-view-close {
	color: #fff;
	background: #f10202;
	text-decoration: none;
}

#yith-quick-view-close:hover {
	color: #333;
}

/* header cart items */
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
	list-style: none outside;
	padding: 0;
	margin: 0;
}

.widget.widget_shopping_cart .mini_cart_item:first-child {
	padding-top: 0 !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart li.mini_cart_item {
	padding-left: 0;
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	padding-left: 2em;
	position: relative;
	padding-top: 0;
}

.widget.widget_shopping_cart .mini_cart_item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0 !important;
	border-bottom: 1px solid #eee;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	padding: 4px 0;
	margin: 0;
	list-style: none;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb {
	width: 100px;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-content {
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	padding-left: 15px;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	fill: #df3550 !important;
	background: none;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 50%;
	right: 0px;
	left: auto;
	font-size: 16px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

header .cart-wrapper .widget_shopping_cart_content p.total {
	margin: 15px 0;
	color: #333;
	text-align: left;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	border-top: 3px double #ebe9eb;
	padding: 0;
	margin: 0;
	line-height: 2;
	text-align: left;
}

header .cart-wrapper .widget_shopping_cart_content p {
	font-size: 14px;
	color: #000;
	margin-bottom: 20px;
}

.widget_shopping_cart_content p.total {
	border: none !important;
	font-size: 16px;
	font-weight: 500;
	padding: 25px 0;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb img {
	width: 100px;
	float: none;
	margin-left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce.single-product ul.cart_list li img,
.woocommerce.single-product ul.product_list_widget li img {
	margin-left: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce.single-product ul.cart_list li img,
.woocommerce.single-product ul.product_list_widget li img {
	float: left;
	width: 80px;
	margin-right: 15px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: right;
	margin-left: 4px;
	width: 32px;
	height: auto;
	box-shadow: none;
}

.minicart-item-content h4.item-title {
	margin: 0;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 1;
}

.minicart-item-content span.quantity {
	font-size: 14px;
	color: #666;
	line-height: 1;
}

ul.site-header-cart li {
	list-style: none;
}

.header-last-item.search-wrap:hover p.woocommerce-mini-cart__total.total {
	color: #333;
}

p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
	float: right;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin: 0;
}

p.woocommerce-mini-cart__buttons.buttons a:last-child {
	margin-left: 10px;
	background: #333;
}

p.woocommerce-mini-cart__buttons.buttons a:hover {
	background: #333;
}

p.woocommerce-mini-cart__buttons.buttons a:last-child:hover {
	background: rgba(51, 51, 51, .8);
}

header .cart-wrapper .site-header-cart .widget.widget_shopping_cart {
	margin: 0;
	display: block;
	position: absolute;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	top: calc(100% + 1px);
	top: -webkit-calc(100% + 1px);
	top: -moz-calc(100% + 1px);
	right: 0;
	max-height: 500px;
	overflow-y: auto;
	min-width: 350px;
	padding: 20px;
	background: #fff;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: 1px solid #eee;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, .1);
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-moz-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-ms-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	-o-transition: all .4s cubic-bezier(.77, 0, .175, 1);
	transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.main-header-xews-wrapper.main-header-elem-wrap.header-elements-wrap.cww-flex .minicart-item-content h4.item-title a {
	color: #333;
}

header .cart-wrapper .site-header-cart:hover .widget.widget_shopping_cart {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.widget_shopping_cart_content p.buttons a.button {
	-webkit-border-radius: 0px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 400;
	width: 49%;
	text-align: center;
	padding: 0 15px;
	line-height: 40px;
	float: left;
	margin: 0;
	position: relative;
}

.widget_shopping_cart_content p.buttons a.button.wc-forward.checkout {
	margin-right: 0;
	margin-left: 1%;
	color: #fff;
}

ul.site-header-cart {
	margin: 0;
	padding: 0;
	position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 20px;
	background: var(--theme-color);
	margin: 5px 0;
	display: block;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}

body.woocommerce-account .entry-content .woocommerce {
	display: flex;
	gap: 30px;
}

nav.woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-MyAccount-content {
	width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
	color: #FFF;
	background: #333;
}

.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info a,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
	display: block;
	background: var(--theme-color);
	font-weight: 400;
	padding: 15px 25px;
	border-radius: 0;
	color: #fff;
}

.onsale {
	margin: 0 !important;
	min-height: 0 !important;
	display: flex;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.12);
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	min-width: 0 !important;
	line-height: 1 !important;
	padding: 0 !important;
	padding: 8px 22px !important;
	background: #fcb700 !important;
	border-radius: 0 !important;
	letter-spacing: 1px;
	font-size: 14px !important;
	width: 70px;
}

.woocommerce ul.products li.product .onsale {
	top: 10px;
	left: -6px !important;
}

span.onsale:after {
	content: "";
	position: absolute;
	border-color: transparent #fcb700 #fcb700 transparent;
	border-width: 3px;
	border-style: solid;
	top: -6px;
	left: 0;
	right: initial;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	display: block !important;
}

.xews-product-thumb-wrapp {
	position: relative;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 5px;
}

.woocommerce ul.products li.product .star-rating {
	display: block !important;
	margin: 0 auto 10px;
	font-size: 15px !important;
}

.wpopea-xews-products .woocommerce ul.products li.product {
	width: calc(25% - 30px) !important;
	margin: 0 15px 50px;
}

/*-------------------
button
-------------------*/
.wc-proceed-to-checkout a.button,
.woocommerce-terms-and-conditions-wrapper button {
	border-radius: 0 !important;
	font-weight: 300 !important;
	text-transform: capitalize;
	padding: 14px 25px !important;
	color: #FFF;
	background: #fcb700;
	transition: all 0.3s ease-in-out;
}

.wc-proceed-to-checkout a.button:hover,
.woocommerce-terms-and-conditions-wrapper button:hover {
	background: #333 !important;
}

/*----------------------
mini cart
--------------------*/
.after-top-header-wrapp .icons-wrapp .minicart-item-content h4.item-title a {
	text-align: left;
}

.woocommerce.widget_shopping_cart .cart_list li a.remove {
	margin-top: -10px;
	font-size: 13px !important;
}

.widget_shopping_cart .mini_cart_item a.remove svg {
	width: 100% !important;
	height: 100% !important;
}

.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb,
.widget.widget_shopping_cart .mini_cart_item .minicart-item-thumb img {
	width: 75px !important;
}

/*--------------------------
cart
----------------------*/
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 215px !important;
	height: 42px;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 14px 30px !important;
}

td.product-thumbnail img {
	width: 100px;
}

td.product-remove {
	position: relative;
	width: 40px;
	padding: 0 !important;
}

td.product-remove a.remove {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	border-radius: 0;
	color: #ff4545 !important;
}

td.product-remove a.remove:hover {
	background-color: #ff4545 !important;
}

.woocommerce table.shop_table {
	border-radius: 0 !important;
}

.wc-proceed-to-checkout a.button {
	float: right;
}

/*--------------------------
checkout
-------------------------*/
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 51px;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 50%;
	transform: translateY(-50%);
}

.woocommerce form .woocommerce-checkout-payment .place-order {
	padding: 20px !important;
	margin: 0;
}

.yith-wcwl-share li.share-button a,
.yith-wcwl-share li.share-button a:hover {
	color: #fff;
}

/*---------------------
product single
---------------------*/
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px !important;
}

.woocommerce div.product p.price {
	font-size: 26px !important;
}

.summary a.compare.button {
	color: #fcb700 !important;
	background: transparent !important;
	padding: 0 !important;
	text-decoration: underline;
	font-weight: 500 !important;
}

.add-to-wishlist-custom.exists .yith-wcwl-wishlistexistsbrowse.hide {
	display: block !important;
}

.woocommerce div.product form.cart .variations td.label {
	padding-bottom: 30px;
}

/**
* flip images
*/
ul.products li.product .xews-product-thumb-wrapp .xews-img-before,
ul.products li.product .xews-product-thumb-wrapp .xews-img-after {
	transition: all .4s ease-in-out;
}

li.product .xews-img-after,
li.product .xews-img-before {
	transition: all .4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.products li.product:hover .xews-product-thumb-wrapp .xews-img-before,
ul.products li.product .xews-product-thumb-wrapp .xews-img-after {
	opacity: 0;
}

ul.products li.product .xews-product-thumb-wrapp .xews-img-before,
ul.products li.product .xews-product-thumb-wrapp .xews-img-after {
	transition: all .4s ease-in-out;
}

li.product .xews-img-after,
li.product .xews-img-before {
	transition: all .4s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xews-product-thumb-wrapp .xews-img-after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


ul.products li.product:hover .xews-product-thumb-wrapp .xews-img-after {
	opacity: 1;
}

body.woocommerce-cart .site-main .inner-content-wrapp,
body.woocommerce-checkout .site-main .inner-content-wrapp,
body.woocommerce-account .site-main .inner-content-wrapp {
	width: 100%;
}

body.woocommerce-page .sticky-title {
	display: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	text-decoration: none;
}

.xews_type_product_wrapp {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.xews_flash_image_wrapp {
	width: 25%;
}

.summary.entry-summary {
	width: 65%;
}

body.single-product.woocommerce div.product form.cart .button,
.woocommerce .cart .button {
	margin: 15px 0;
}

body.single-product.woocommerce .onsale {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

p.price ins {
	background: transparent;
}

p.price del {
	font-size: 18px;
}

body.single-product.woocommerce form.cart {
	display: flex;
	align-items: center;
	gap: 15px;
}

body.single-product.woocommerce div.product p.price {
	margin-top: 10px;
	padding: 10px 0;
}