<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#special_products{
	position:relative;
	margin-bottom:30px;
}
#special_products h3.title_block{
    background: none repeat scroll 0 0;
    color: #555454;
    font: 18px/30px 'Sintony',sans-serif;
    margin: 0 0 15px;
    padding: 0 15px;
    text-align: center;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
#special_products h3.title_block a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: normal;
    margin:0;
	padding:0;
    text-align: center;
}
#special_products .prevSpecial{
    border: 2px solid #a2a2a2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #a2a2a2;
    display: block;
    font-size: 18px;
    height: 30px;
    left: 0;
    line-height: 25px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
#special_products .nextSpecial{
    border: 2px solid #a2a2a2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    color: #a2a2a2;
    display: block;
    font-size: 18px;
    height: 30px;
    right: 0;
    line-height: 25px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
#special_products .prevSpecial:hover,
#special_products .nextSpecial:hover{
	border-color:#a50202;
	color:#a50202;
}
#pos-special-products{}
#pos-special-products .owl-wrapper-outer{
	overflow:hidden;
}
#pos-special-products .owl-wrapper-outer .owl-item{
	float:left;display:inline;
	
}
#pos-special-products .owl-wrapper-outer .item{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C5C5C5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -o-box-shadow: 0 1px 5px #C5C5C5;
    -webkit-box-shadow: 0 1px 5px #C5C5C5;
    -moz-box-shadow: 0 1px 5px #C5C5C5;
    -ms-box-shadow: 0 1px 5px #C5C5C5;
    -o-box-shadow: 0 1px 5px #C5C5C5;
    padding: 10px;
    position: relative;
}
#pos-special-products .owl-wrapper-outer .item .price {
    color: #aa0f0f;
    float: left;
    font-family: 'Sintony',sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 0;
}

#pos-special-products .owl-wrapper-outer .item  .reduction{
    background: none repeat scroll 0 0 #a50202;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    padding: 5px;
}
#pos-special-products .owl-wrapper-outer .item .price-discount {
    color: #7b7b7b;
    float: left;
	margin: 0 10px 0 0;
    font-family: 'Sintony',sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
    text-decoration: line-through;
}
#pos-special-products .owl-wrapper-outer .owl-item .s_title_block{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
#pos-special-products .owl-wrapper-outer .owl-item .s_title_block a{
    color: #2d2d2d;
    font-family: 'Sintony',sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
@media (min-width: 980px) {
	#pos-special-products .owl-wrapper-outer .item .price {
		font-size:14px;
		margin-bottom:5px;
	}
	#pos-special-products .owl-wrapper-outer .item .price-discount{
		font-size:12px;
		margin-bottom:5px;
	}
}
@media (max-width: 768px) {
	#pos-special-products .owl-wrapper-outer .owl-item .item{
		margin:0 15px;
	}
	#pos-special-products .owl-wrapper-outer .owl-item .item img{
		width:100%;
	}
}
@media (max-width: 480px) {
	#pos-special-products .owl-wrapper-outer .owl-item .item{
		margin:0;
	}
}</pre></body></html>