/*
Theme Name: Sislers

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/**
 * Shop tables
 */
/**
 * 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
 */
/**
 * Products
 */
ul.products {
	content: "";
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
ul.products:after {
	content: '';
	flex: auto;
	width: calc(600px + 7.6%);
}


ul.products li.product {
	list-style: none;
	position: relative;
	margin-right: 3.8%;
	margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
}

ul.products li.product .button {
	display: block;
}

ul.products {
	width: 100%; 
	min-height: 100px;
	margin-top: 40px;
}
li.product {
	position: relative;
	height: 300px;
	width: 300px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
}
li.product:after {
	content: '';
	position: absolute;
	background-color: #a51d22;
	width: 0;
	height: 4px;
	left: 50%;
	bottom: 0;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
li.product:hover:after {
	left: 0;
	width: 100%;
}
li.product a {
	text-decoration: none; 
}
li.product img {
	width: 300px; 
	overflow:hidden;
	margin: 0 auto;
	position: absolute;
	max-height: 300px;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
li.product h2 {
	color: #fff;
	padding: 5px 0;
	overflow: hidden;
	position: absolute; 
	font-weight: normal;
	text-align:center;
	left: -15px;
	bottom: 0px;
	width: calc(100% + 30px); 
	border-top: 1px solid #292727;
	border-bottom: 1px solid #fde900;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b689f+0,2b88d9+25,2b88d9+75,3b689f+100 */
	background: #3b689f; /* Old browsers */
	background: -moz-linear-gradient(left, #3b689f 0%, #2b88d9 25%, #2b88d9 75%, #3b689f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3b689f 0%,#2b88d9 25%,#2b88d9 75%,#3b689f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3b689f 0%,#2b88d9 25%,#2b88d9 75%,#3b689f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b689f', endColorstr='#3b689f',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
}
li.product h2 mark {
	color: #fff;
	background-color: transparent;
}
li.product h2:before, li.product h2:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color:   transparent #1d2c4d transparent ;
	top: -1em;
}

.products-featured, .products-featured-right, .products-featured-center {
	position: relative;
	margin-bottom: 40px;
}
.products-featured:before, .products-featured-right:before, .products-featured-center:before {
	content: '';
	position: absolute; 
	bottom: 30%;
	left: 0;
	height: 200px;
	width: 100%; 
	border: 2px solid #F2CD00;
	background: #fde900;
	opacity: 0.3;
}
.products-featured .products, .products-featured-right .products, .products-featured-center .products {
	justify-content: center;
	align-items: center;
}
.products-featured .products li.product, .products-featured-right .products li.product, .products-featured-center .products li.product {
	display: inline-block;
}
.products-featured .products li.product:first-child, .products-featured-right .products li.product:last-child, .products-featured-center .products li.product:first-child {
	width: 400px;
	height: 400px;
	background: rgba(0,0,0,0);
	padding:0;
	-webkit-box-shadow: 57px 0px 111px -26px rgba(253,225,9,0.5);
	-moz-box-shadow: 57px 0px 111px -26px rgba(253,225,9,0.5);
	box-shadow: 57px 0px 111px -26px rgba(253,225,9,0.5);
}
.products-featured .products li.product:first-child {
	margin-right: auto;
	margin-left: 3.8%;
	background-color: #fff;
}
.products-featured-right .products li.product:last-child {
	margin-left: auto;
	background-color: #fff;
	-webkit-box-shadow: -57px 0px 111px -26px rgba(253,225,9,0.5);
	-moz-box-shadow: -57px 0px 111px -26px rgba(253,225,9,0.5);
	box-shadow: -57px 0px 111px -26px rgba(253,225,9,0.5);
}
.products-featured-center .products li.product:first-child {
	min-width: 400px;
	-webkit-box-shadow: 0px 10px 5px 5px rgba(253,225,9,0.0);
	-moz-box-shadow: 0px 10px 5px 5px rgba(253,225,9,0.0);
	box-shadow: 0px 10px 5px 5px rgba(253,225,9,0.0);
	margin: 0 100% 40px 100%;
}
.products-featured-center .products li.product:first-child:before, .products-featured .products li.product:first-child:before {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	top: 80%;
	width: 50%;
	max-width:400px;
	background: #000;
	-webkit-box-shadow: 0 15px 10px rgb(46, 46, 46);
	-moz-box-shadow: 0 15px 10px rgb(46, 46, 46);
	box-shadow: 0 15px 10px rgb(46, 46, 46);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.products-featured-center .products li.product:first-child:after, .products-featured-right .products li.product:last-child:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	max-width:400px;
	background: #000;
	-webkit-box-shadow: 0 15px 10px #000;
	-moz-box-shadow: 0 15px 10px #000;
	box-shadow: 0 15px 10px #000;
	-webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.products-featured .products li.product:first-child img, 
.products-featured-right .products li.product:last-child img, 
.products-featured-center .products li.product:first-child img {
	vertical-align: top;
	width: 400px; 
	height: 400px;
}
.products-featured .products li.product:nth-child(n + 2), 
.products-featured-right .products li.product:not(:last-child), 
.products-featured-center .products li.product:nth-child(n + 2),
.products-featured-small .productts li.product {
	width: 200px;
	height: 200px;
	vertical-align: center;
	float: right;
	margin-left: 2.8%;
	
}
.products-featured .products li.product:nth-child(n + 2) h2:before, 
.products-featured .products li.product:nth-child(n + 2) h2:after, 
.products-featured-right .products li.product:not(:last-child) h2:before, 
.products-featured-right .products li.product:not(:last-child) h2:after, 
.products-featured-center .products li.product:nth-child(n + 2) h2:before, 
.products-featured-center .products li.product:nth-child(n + 2) h2:after {
	display: none;
}
.products-featured .products li.product:first-child:after {
	display: none;
}

.products-featured .products:after, .products-featured-right .products:after, .products-featured-center .products:after {
	display: none;
}

.categories-featured .products li.product {
	overflow: hidden;
	-ms-transform: skewX(-10deg); 
    -webkit-transform: skewX(-10deg); 
    transform: skewX(-10deg); 
}
.products-featured .products li.product:nth-child(n + 2) img, 
.products-featured-right .products li.product:not(:last-child) img, 
.products-featured-center .products li.product:nth-child(n + 2) img,
.products-featured-small .productts li.product img { 
	max-height:200px;
}
.categories-featured .products li.product img {
	top: 0;
	-ms-transform: skewX(10deg); 
    -webkit-transform: skewX(10deg); 
    transform: skewX(10deg); 
}

.product_list_widget {
	list-style-type: none;
	width: 100%; 
	margin-left: 0;
	padding-left: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-family: 'Arvo', serif;
}
.product_list_widget:before {
	content: '';
	width: 100%;
	height: 100px;
	margin-top: 50px;
	position: absolute; 
	z-index:0;
	background: #dad2bf;
	opacity: 0.4;
}
.product_list_widget li, .related-products li.product, .upsells li.product, .product .products-results li.product {
	display: inline-block;
	position: relative;
	
	height: 200px;
	width: 200px;
	max-width: 200px;
	background-color: #fff;
	vertical-align: top;
	margin: 10px 20px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.55);
}
.product_list_widget li .amount {
	display: none;
}
.product_list_widget li .product-title {
	color: #fff;
	padding: 5px 25px;
	position: absolute; 
	font-weight: normal;
	text-align:center;
	left: -15px;
	bottom: 4px;
	width: calc(100% + 30px); 
	border-top: 1px solid #292727;
	border-bottom: 1px solid #fde900;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.45);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b689f+0,2b88d9+25,2b88d9+75,3b689f+100 */
	background: #3b689f; /* Old browsers */
	background: -moz-linear-gradient(left, #3b689f 0%, #2b88d9 25%, #2b88d9 75%, #3b689f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3b689f 0%,#2b88d9 25%,#2b88d9 75%,#3b689f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3b689f 0%,#2b88d9 25%,#2b88d9 75%,#3b689f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b689f', endColorstr='#3b689f',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4); 
	-moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.4);
}
.product_list_widget li img {
	overflow:hidden;
	margin: 0 auto;
	position: absolute;
	max-height: 200px;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.product_list_widget li:after {
	content: '';
	position: absolute;
	background-color: #a51d22;
	width: 0;
	height: 4px;
	left: 50%;
	bottom: 0;
	-webkit-transition: 0.25s all ease-in-out;
	transition: 0.25s all ease-in-out;
}
.product_list_widget li:hover:after {
	left: 0;
	width: 100%;
}
/* AJAX FILTERS */
.widget_berocket_aapf {
	margin-bottom: 0;
	padding-bottom: 0;
}
.berocket_aapf_widget {
	width: 100%;
	padding: 0;
	margin:0;
}

.berocket_aapf_widget_loading {
	background-color: transparent;
}
.berocket_aapf_widget select {
	width: 100%;
}
.no-products {
	font-family: 'Arvo', serif;
	width: 100%;
	text-align: center;
}
.hide_products {
	background: rgba(255,255,255,0);
}
.woocommerce-pagination {
	clear: both;
	width: 100%; 
	margin-top: 40px;
	display: block;
}
.woocommerce-pagination ul {
	list-style-type: none; 
	text-align: center;
}
.woocommerce-pagination ul li {
	color: #fff;
    position: relative;
	display: inline-block;
	padding: 4px 12px;
	background: #3b4864;
	border: 1px solid #fff;
	margin-right: 4px;
	transform: skew(-20deg);   
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.55);
}
.woocommerce-pagination ul li:first-child:after {
	content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: -1px;
	z-index: -1;
	border-left: 1px solid #fff;
	background: #3b4864;
    transform-origin: bottom left;
    transform: skew(20deg, 0deg);
}
.woocommerce-pagination ul li:last-child:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: -11px;
	z-index: -1;
	border-right: 1px solid #fff;
	background: #3b4864;
    transform-origin: bottom left;
    transform: skew(20deg, 0deg);
}
.woocommerce-pagination ul li:hover:first-child:after {
	border-left: 1px solid #fde900;
}
.woocommerce-pagination ul li:hover {
	border: 1px solid #fde900;
}
.woocommerce-pagination ul li:last-child:hover {
	border: 1px solid #fff;
}
.woocommerce-pagination ul li a{
	display: block;
	width: 100%;
	height: 100%; 
	transform: skew(20deg); 
	text-decoration: none; 
	color: #fff;
}






@media screen and (min-width: 48em) {
	/*ul.products li.product {
		width: 30.7966666667%;
		float: left;
	}
	ul.products li.product.first {
		clear: both;
	}
	ul.products li.product.last {

	}
	.columns-1 ul.products li.product {
		float: none;
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}*/
}

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	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: 1em;
	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 {
	content: "";
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	display: inline-block;
	max-height: 100px;
	max-width: 100px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .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.7966666667%;
}

.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
 */
/**
 * 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
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	opacity: .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: royalblue;
}

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: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	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: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	content: "";
	display: table;
	table-layout: fixed;
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: transparent;
}

.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;
		left: -999em;
		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 {
		left: 0;
		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.4em;
}

.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: royalblue;
	box-sizing: border-box;
	margin-top: -.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: royalblue;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}
@media screen and (max-width: 720px) {
	ul.products {
		justify-content: center;
	}
}
@media screen and (max-width: 600px) {
	
	.product_list_widget:before {
		width: 200px;
		height: 100%;
	}
	.product_list_widget {
		justify-content: center;
		text-align: center;
	}
	
}