.shop_barra {
	box-sizing:border-box;
	float:right;
	position: relative;
	display:block;
	min-height: 1px;
	padding-top: 25px;
	border-radius: 10px;
    background-color: rgba(255,255,255,0.5);
    -o-box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 25px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}
.shop_shop {
	background:none;
	-o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding-left:20px;
}
@media (min-width: 925px) {
	.shop_barra {
		width:25%;
	}
	.shop_shop {
		width:75%;
	}
}
@media (min-width: 768px and max-width: 924px)) {
	.shop_barra {
		width:33.33333%;
	}
	.shop_shop {
		width:66.66667%;
	}
}
@media (min-width: 480px and max-width: 767px) {
	.shop_barra {
		display:none;
	}
	.shop_shop {
		width:100%;
	}
}
.shop_barra h4 {
    line-height: 1;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 14px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    width: 111%;
    left: -16px;
    text-align: center;
	text-shadow: 0px 0px 2px #fff;
    background: url(/img/barra-title.png) no-repeat center center / contain;
}
.shop_barra_in {
    margin-top: 70px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.price_slider {
	position: relative;
	box-sizing: border-box;
	width:100%;
	height:20px;
	display:block;
}
.price_range1 {
	position:absolute;
	top:10px;
	-webkit-appearance: none;
    appearance: none;
    width: 100%;
	opacity: 1;
	height: 5px;
    border-radius: 5px;  
	background: none;
    outline: none; 
	/* -webkit-transition: .2s; */
    /* transition: opacity .2s; */
	pointer-events : none;
	z-index:100;
}
.price_range1::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%; 
	background: #5b11b8;
	cursor: pointer;
	pointer-events : auto;
}
.price_range1::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border-radius: 50%; 
	background: #5b11b8;
	cursor: pointer;
}
.price_range1:hover::-webkit-slider-thumb {
    background: #1abc9c;
}
.price_range1:hover::-moz-range-thumb {
    background: #1abc9c;
}
.slider_fundo {
	background-color:#5b11b8;
	height:4px;
	position:absolute;
	top:12px;
	width:100%;
	width:calc(100% - 20px);
	left:10px;
	right:100%;
	z-index:3;
}
.slider_fundo2 {
	background-color:#eee;
	height:4px;
	position:absolute;
	top:12px;
	width:100%;
	width:calc(100% - 20px);
	left:10px;
	right:100%;
	z-index:1;
}
.shop_barra_barra .button {
	color: #5b11b8 !important;
	font-size:13px;
	border: 2px solid #5b11b8;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 7px 12px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
	background:#fff;
	white-space: nowrap;
    display: inline-block;
}
.shop_barra_barra .button:hover {
	color:#1abc9c !important;
	border-color:#1abc9c;
}
.slider_price {
	line-height: 2.4;
	margin: 15px auto 20px;
	font-size: 12px;
	letter-spacing: 1px;
	color: #444;
	box-sizing: border-box;
}
.price_input,.slider_price p {
	background: #FFF;
	border: 1px solid #EEE;
	padding: 2px 5px;
	border-radius: 10px;
	margin-left: 4px;
	line-height: 2.4;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
	display:inline;
	width: 40px;
}
.slider_price p {
	background:none;
	margin:0;
	padding:0;
	border:none;
	width:unset;
}

.shop_destaque_in {
	position:relative;
	padding:0 2px;
	box-sizing:border-box;
	margin-bottom: 30px;
}
.shop_destaque_in .destaque_img {
    width: 100%;
    height: 300px;
    display: block;
    box-sizing: border-box;
    background: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	margin-bottom:15px;
}
.shop_destaque_in h3 {
    font-size: 14px;
    color: #282828;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.shop_destaque_in .produto_preco {
	color: #093f82;
	display: block;
	font-weight: 400;
	margin-bottom:10px;
	box-sizing: border-box;
	text-align: center;
	font-size:16px;
}
.shop_destaque_in .produto_preco del {
    color: inherit;
    opacity: .5;
    display: inline;
    margin-right: 10px;
    font-weight: 400;
	box-sizing: border-box;
}
.shop_destaque_in .produto_preco ins {
    background: 0 0;
    font-weight: 700;
	box-sizing: border-box;
	text-decoration:none;
}
.shop_destaque_in .produto_preco .button {
    line-height: 1;
    cursor: pointer;
    position: relative;
	color: #1abc9c;
	font-size: 11px;
	letter-spacing: 0;
	margin-top: 12px;
	border: 2px solid #1abc9c;
	background: white;
	overflow: visible;
    padding: 7px 11px;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
	white-space: nowrap;
	display: inline-block;
	transition: all .3s;
	z-index: 1;
}
.shop_destaque_in .produto_preco .button:hover {
	background: #1abc9c;	
	color: #FFFFFF;
}

.shop_shop .shop_destaque_in {
	float:left;
	width:33.3333%;
}
.shop_shop .shop_destaque_in:nth-child(4n+4) {
	clear:both;
}

.shop_nav {
	margin-bottom: 55px;
}
.shop_nav .shop_res {
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px 0 0;
	color: #444444;
    margin-left: 40px;
	box-sizing: border-box;
}
.shop_nav .shop_sort {
	float: right;
	margin-right: 30px;
}
.shop_nav .shop_sort select {
	padding: 0 24px 0 10px;
	height: 36px;
	border: 1px solid rgba(0,0,0,.5);
	background-color: rgba(255, 255, 255, 0.42);
	color: #313b3d;

}

.shop_prods {
	position: relative;
	display: table;
	min-height: 1px;
	width: 100%;
}

@media (max-width:768px) {
	.shop_barra {
		width:100%;
		float:none;
	}
	.shop_barra_barra {
		width: 82%;
		margin: auto;
	}
	.shop_shop .shop_destaque_in {
		width:50%;
	}
	.shop_shop {
		padding-left: 0px;
	}
	.shop_nav {
		margin-bottom: 25px;
	}
	.shop_nav .shop_res {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.shop_nav .shop_sort {
		float: none;
		width: 100%;
		margin: 20px auto 0;
		text-align: center;
	}
}
@media (max-width:480px) {
	.shop_shop .shop_destaque_in {
		width:100%;
	}
}