html {
	scroll-behavior: smooth;
}

html, body {
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #222;
}

#suggest{
	display: none;
	padding-top: 20px;	
	text-align: left;
}

#torna-su{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-color: #fff;
	border: #ccc 1px solid;
	border-radius: 5px;
	color: #008001;
	cursor: pointer;
	text-align: center;
	display: none;
	z-index: 100000;
}

#torna-su .fa-chevron-up{
	color: #008001 !important;
}

.img-modelli{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-size: contain;
	background-repeat: no-repeat;
}

.sugg{
	display: block;
	font-size: 12px;
	overflow: hidden;
}

.div_contatti {
    margin: 0px auto;
    width: 100%;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px #aaa;
	border-radius: 5px;
}

.lineax {
    height: 1px;
    background-color: #ccc;
	background: -webkit-linear-gradient(top, #ccc 0%, #ccc 100%);
	background: -o-linear-gradient(top, #ccc 0%, #ccc 100%);
	background: -moz-linear-gradient(top, #ccc 0%, #ccc 100%);
	background: linear-gradient(top, #ccc 0%, #ccc 100%);
    overflow: hidden;
    clear: both;
    /*margin: 25px 0;*/
}

.div_head {
    width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.trhead2 {

    color: #fff;
    font-style: italic;
    float: left;
    width: 40%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
}

.trhead {
    color: #fff;
    font-style: italic;
    float: left;
    width: 25%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.serviziox2 {
    float: left;
    width: 40%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}

.serviziox{
    float: left;
    width: 25%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}


input, select, textarea, button {
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #222;
	border: #ccc 1px solid;
	padding: 10px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0;
    transition: all .3s ease;
	outline: 0;
	box-sizing: border-box;
}

#pswd_info, #pswd_info2 {
    position: absolute;
    top: 50px;
    right: 55px;
    width: 400px;
    padding: 15px;
    border-radius: 5px;
    background: #F5F5F5;
	background: -webkit-linear-gradient(top, #e5e5e5 0%, #F5F5F5 25%, #F5F5F5 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, #F5F5F5 25%, #F5F5F5 100%);
	background: -moz-linear-gradient(top, #e5e5e5 0%, #F5F5F5 25%, #F5F5F5 100%);
	background: linear-gradient(to top, #e5e5e5 0%, #F5F5F5 25%, #F5F5F5 100%);
	box-shadow: 0px 2px 2px #eee;
    border: 1px solid #d5d5d5;
	display: none;
	z-index: 2;	
	color: #222;
}

#pswd_info h4, #pswd_info2 h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
	color: #222;
}

#pswd_info ul, #pswd_info2 ul{
	list-style-type:none;
	padding: 0px;
	margin: 10px 20px;
	color: #222;
}

#pswd_info::before, #pswd_info2::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ddd;
    text-shadow: none;
    display: block;	
}

#popup {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: none;
    z-index: 1222;
    background-color: rgba(22,22,22,0.75);
}

.reveal-modal {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40%;
    text-align: center;
    color: #222;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;    
	border: #008001 2px solid;
}

.position{
	position: relative;
}

.invalid {
    background:url('/img/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;	
}

.valid {
    background: url('/img/valid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

/*select {	
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-repeat: no-repeat;
	background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
	background-position: right 15px top 1em, right 10px top 1em;
	background-size: 5px 5px, 5px 5px;
	height: 31px;
}*/

input:focus, select:focus, textarea:focus {
	background-color: #fafafa;
	border: #008001 1px solid;
}

input:required:invalid, select:required:invalid, textarea:required:invalid {
	outline: 0;
	box-shadow: none;
	/*border: 1px solid #cc0000;*/
}

input:required:invalid:focus, select:required:invalid:focus, textarea:required:invalid:focus {
	border: #008001 1px solid;
}

textarea {
	resize: vertical;
}

.checkbox-cnt {
    padding: 10px;
    border: 1px solid #ccc;
	border-radius: 5px;
}

.checkbox {
    margin-bottom: 5px;
    cursor: pointer;
}

.checkbox label {
    cursor: pointer;
}

.checkbox input {
	margin-right: 1px;
}

a {
	font-family: 'Spinnaker', sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #222;
}

.green, .yellow, .red {
	font-weight: 700;
}

.green {
	color: #0cce6b;
}

.yellow {
	color: #ffa400;
}

.red {
	color: #ff4e42;
}

.iconcina{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	background-size: cover;
	background-position: bottom center;
	border: #ccc 1px solid;	
}

#cookie-disclaimer {
	background-color: rgba(0, 0, 0, 0.85);
	color: #FFF;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	padding: 15px 0;
	text-align: center;
}

#titolo-cookies {
	font-weight: 700;
	margin-bottom: 5px;
	display: none;
}

#cookie-disclaimer a {
	color: #FFF;
}

#cookie-disclaimer .btn {
	margin: 0px auto;
	float: none;
	cursor: pointer;
	background-color: #008001;
	color: #fff;
	padding: 5px 20px;
	display: inline-block;
	border-radius: 5px;
}

#cookie-disclaimer .btn.primo {
	margin-right: 10px;
	margin-left: 10px;
}

#cookie-disclaimer .btn:hover {
	background-color: #008001;
}

#cookie-stop2 {
	margin-left: 10px !important;
}

.rosso {
	color: #008001;
}

.rosso a {
	color: #008001;
}

.container {
	max-width: 1280px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.container .fas, .container svg {
	color: #008001;	
	padding-right: 10px;
	width: 15px;
	font-size: 12px !important;
	position: relative;
	top: -1px;
}

.container .far, .container svg[data-prefix="far"] {
	color: #008001;
}

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

#logo {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

#logo img {
	display: block;
	margin: 0px;
	height: 80px;
}

#nav {
	float: right;
	text-align: right;
	margin-top: 20px;
}

.menu-mob {
    float: right;
    text-align: right;
    margin-bottom: 20px;
}

#trigger {
	display: none;
}

.c-menu {
	background-color: #008001;
	min-height: 40px;
	line-height: 40px;
	color: #fff;
	background-image: linear-gradient(#47AC4E 0%, #47AC4E 50%, #008001 100%);
}

#menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline-block;
}

#menu li a {
	color: #fff;
	margin-right: 12px;
    transition: all .5s ease;
}

#menu li a.last {
	margin-right: 0px;
}

#menu li a:hover, #menu li a.hover {
	color: #fff;
}

#menu li a .fas, #menu li a svg {
	color: #fff;
	width: auto;
	padding-right: 0px;
}

#menu li a:hover .fas, #menu li a.hover .fas, #menu li a:hover svg, #menu li a.hover svg {
	color: #fff;
}

.util {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-weight: 500;
    transition: color .5s ease;
}

.util:hover, .util.hover {
	color: #008001;
}

.util:hover > .fas, .util.hover > .fas, .util:hover > svg, .util.hover > svg , .util:hover > span > svg, .util.hover > span > svg {
	color: #008001 !important;
}

.util .fas, .util svg {	
	
	color: #ccc !important;
	display: inline-block;
	padding-right: 5px;
	width: auto;
    transition: color .5s ease;
}

.util span {
	padding-right: 10px;
}

.util span.fa-layers-text {
	padding-right: 0px;
	left: unset !important;
}

.util .fa-shopping-bag {
	color: #ccc !important;
	display: inline-block;
	padding-right: 10px;
}

.util.presenti .fa-shopping-bag {
	color: #008001 !important;
}

.util2 {
	position: relative;
	display: inline-block;
	padding-right: 20px;
	font-weight: 500;
	color: #008001;
    transition: color .5s ease;
}

.util2:hover, .util2.hover {
	color: #222;
}

.util2:hover > .fas, .util2.hover .fas, .util2:hover > svg, .util2.hover svg {
	color: #ccc !important;
}

.util2 .fas, .util2 svg {
	font-size: 14px;
	color: #ccc !important;
	display: inline-block;
	padding-right: 10px;
    transition: color .5s ease;
}

#search {
	display: inline-block;
}

#txt-search {
	margin-top: 17px;
	min-width: 280px;
	position: relative;
}

#ricerca-nascosta {
	display: none;
	position: absolute;
	right: 20px;
	top: 110px;
	width: 350px;
	padding: 20px;
	background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
	border: #ccc 1px solid;
	border: #008001 2px solid;	
	z-index: 1001;
	border-radius: 5px;
}

#bottone-ricerca {
	cursor: pointer;
}

.btn-search {
	position: relative;
	width: 40px;
	background-color: #008001;
	border: #008001 1px solid;
    content: "\f002";
	font-family: 'Font Awesome\ 5 Free';
    font-weight: 600;
	color: #fff !important;
	cursor: pointer;
	margin-top: 17px;
}

.btn-search-grosso {
	position: relative;
	width: 100%;
	background-color: #008001;
	border: #008001 1px solid;
    font-weight: 600;
	color: #fff !important;
	cursor: pointer;	
}

.btn-search .fas, .btn-search svg {
	color: #fff;
	padding-right: 0px;
	width: auto;
}

.flag {
	height: 18px;
	position: relative;
	top: 4px;
}

#menu-lng {
	margin-left: 0px;
}

#menu-lng a {
	margin-left: 10px;
}

#menu-lng a:first-child {
	margin-left: 0px;
}

header .container {
	position: relative;
}

.verde{
	color: #008001 !important;
}

.verde svg{
	color: #008001 !important;
}

#carrello_cnt {
    display: none;
    position: absolute;
    right: 20px;
	top: 62px;
	width: calc(100% - 80px);
	width: 800px;
	min-height: 200px;
    padding: 20px;
	background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    border: #008001 2px solid;
    z-index: 1001;
	border-radius: 5px;
	font-size: 13px !important;
}

#carrello_cnt a, #carrello_cnt input{
	font-size: 13px !important;
}

section {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: linear-gradient(to right, #ccc 0%, #fff 15%, #fff 85%, #ccc 100%);
	min-height: 350px;
}

.box-sx {
	position: relative;
	float: left;
	width: calc(50% - 10px);
	height: 544px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.box-slide {
	width: 100%;
	height: 544px;
	border-radius: 5px;
}

.box-slide div {
	border-radius: 5px;
}

.img-box {
	width: 100%;
	height: 544px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	border-radius: 5px;
}

.slogan {
	position: absolute;
	width: calc(100% - 0px);
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
	padding: 10px;
	text-align: center;
	color: #008001;
	color: #FFF;
	font-family: 'Courgette', cursive;
	font-size: 30px;
	line-height: 56px;
	text-shadow: 1px 1px #008001;
	box-sizing: border-box;
	margin: 0px;
	border-radius: 5px;
}

.box-dx {
	float: right;
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.box-cat {
	position: relative;
	display: block;
	top: 0px;
	width: calc(50% - 10px);
	margin-bottom: 20px;
	box-sizing: border-box;
	text-align: left;
	color: #008001;
	background-color: #fff;
	border: #ccc 1px solid;
	border-radius: 5px;
    transition: top .5s ease;
	background-image: linear-gradient(to right, #fff 0%, #fff 80%, #eee 100%);
}

.box-cat:hover {
	top: -5px;
}

.box-cat.sx {
	float: left;
}

.box-cat.dx {
	float: right;
}

.nm{
	margin-bottom: 0px;
}

.box-cat-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 52px;
	width: 52px;
	margin: 10px;
}

.box-cat-txt {
	height: 52px;
	margin: 10px;
	margin-left: 0px;
	line-height: 52px;
	font-size: 12px;
}

.box-cat span {
	display: block;
	float: left;

}

.clear {
	clear: both;
	height: 0px;
}

h2 {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #008001;
	background-image: linear-gradient(#47AC4E 0%, #47AC4E 50%, #008001 100%);
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 5px;
}

#prodotti {
	padding: 0px 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#prodotti div[class*="owl"]:not(.owl-nav) {
	height: 100%;
}

#prodotti .owl-nav * {
	height: auto !important;
}

#prodotti .owl-nav [class*='owl-'] {
	color: #008001;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 3;
	font-size: 40px;
	transform: translateY(-50%);
}

#prodotti .owl-prev {
	left: -40px;
}

#prodotti .owl-next {
	right: -40px;
}

.prod-item {
	border: #ccc 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
	text-align: center;
	position: relative;
	padding: 10px;
}

.wishlist {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	cursor: pointer;
}

.wishlist .fas, .wishlist .far, .wishlist svg {
	padding-right: 0px;
	width: auto;
	color: #008001;
	font-size: 16px;
}

.prod-img {
	display: block;
	width: 70%;
	height: 140px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px auto;
}

.prod-title {
	display: block;
	color: #222;
	font-size: 13px;
	text-align: center;
	margin: 20px auto;
	text-transform: uppercase;
	min-height: 75px;
}

.prod-picc {
	display: block;
	text-align: center;
	margin: 20px auto;
}

.prod-picc img {
	width: 50% !important;
	margin: 0px auto !important;
}

.prod-price {
	display: block;
	text-align: center;
	margin: 20px auto;
	font-size: 15px;
	height: 50px;
}

.prod-line {
	display: block;
	height: 1px;
	background-color: #ccc;
	margin: 0px 20px;;
}

.prod-num-control {
	display: block;
	margin: 20px auto;
	width: 90px;
	border: #444 1px solid;
}

.prod-num-less {
	display: inline-block;
	width: 30px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.prod-num-val {
	display: inline-block;
	width: 30px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 700;
}

.prod-num-more {
	display: inline-block;
	width: 30px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	cursor: pointer;
}

.prod-btn {
	display: block;
	margin: 20px auto;
	width: 210px;
}

.btn-1, .btn-2, .btn-3 {
	display: inline-block;
	width: 70px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
}

.btn-1 a, .btn-2 a, .btn-3 a {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 30px;
	border-radius: 100%;
	border: #444 1px solid;
	color: #008001;
	color: #222;
	font-size: 25px;
	line-height: 40px;
    transition: all .3s ease;
}

.btn-1 a:hover, .btn-2 a:hover, .btn-3 a:hover {
	border: #008001 1px solid;
	color: #008001;
}

.btn {
	display: inline-block;
	max-width: 220px;
	color: #fff;
	font-weight: 700;
	padding: 3px 30px;
	border: 0px;
	margin: 0px auto;
	margin-bottom: 20px;
	border-radius: 5px;
	cursor: pointer;
	background-color: #008001;
	background-image: linear-gradient(#47AC4E 0%, #47AC4E 50%, #008001 100%);
	line-height: 25px;
}

.btn.nomargin {
	margin-bottom: 0;
}

.btn:focus {
	border: 0;
}

.btn.form {
	display: block;
	margin: 20px auto 0px auto;
}

.btn .fas, .btn svg {
	color: #fff;
	padding-right: 0px;
	width: auto;
}

.btn.left {
	float: left;
}

.btn.right {
	float: right;
}

.btn.img {
	float: right;
	background: transparent;
	border: 1px solid transparent;
	padding: 3px 0px;
}

.btn.btnfilter {
	margin-bottom: 0px;
	padding: 8px 20px;
}

#occasioni {
	padding: 0px 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

#occasioni div[class*="owl"]:not(.owl-nav) {
	height: 100%;
}

#occasioni .owl-nav *{
	height: auto !important;
}

#occasioni .owl-nav [class*='owl-'] {
	color: #008001;
	display: inline-block;
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 3;
	font-size: 40px;
	transform: translateY(-50%);
}

#occasioni .owl-prev {
	left: -40px;
}

#occasioni .owl-next {
	right: -40px;
}

.occa-item {
	border: #ccc 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
	text-align: center;
}

.occa-img {
	display: block;
	width: 70%;
	height: 140px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 10px auto;
}

.occa-title {
	display: block;
	color: #222;
	font-size: 13px;
	text-align: center;
	margin: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	height: 100px;
}

.occa-txt {
	display: block;
	color: #222;
	font-size: 13px;
	text-align: center;
	margin: 20px auto;
	min-height: 25px;
}

#evidenza {
	display: block;
	width: 100%;
	vertical-align: middle;
	background-image: url('/img/sfondo2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	margin-bottom: 20px;
	min-height: 500px;
	height: 500px;
}

.ev-op {
	position: relative;
	display: block;
    vertical-align: middle;
	width: 50%;
	height: 100%;
	float: right;
	padding: 20px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
	box-sizing: border-box;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.ev-testo {
	position: absolute;
	padding: 20px;
	width: 100%;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	text-align: right;
	color: #fff;
	font-size: 25px;
	line-height: 60px;
	box-sizing: border-box;
	font-family: 'Courgette', cursive;
	font-size: 30px;
	text-shadow: 1px 1px #000;
}

#motivi {
	padding: 20px 0px;
	padding-top: 0px;
	box-sizing: border-box;	
}

.motivi-item {
	float: left;
	width: calc(33.33% - 40px);
	margin-left: 20px;
	margin-right: 20px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}

.motivi-item img {
	display: block;
	text-align: center;
	margin: 0px auto;
	padding-bottom: 10px;
	max-width: 80px;
}

#social {
	display: block;
	margin: 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.social-item {
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
}

.social-item svg {
	font-size: 40px !important;
	color: #008001 !important;
    transition: all .3s ease;
	padding-left: 10px;
	padding-right: 10px;
}

.social-item svg:hover {
	color: #444 !important;
}

#path {
	font-size: 13px;
	padding-bottom: 20px;
}

.cnt_prodotti.sx {
	float: left;
	width: calc(25% - 10px);
	margin-bottom: 60px;
}

.cnt_prodotti.dx {
	float: right;
	width: calc(75% - 10px);
	margin-bottom: 60px;
	text-align: right;
}

.cnt_prodotti.dx.lungo {
	width: 100%;
}

.paging {
	display: block;
}

.paged {
	padding: 5px;
	margin: 0px;
	margin-top: 10px;
	margin-right: 20px;
	border-bottom: 2px solid #ccc;
	color: #ccc;
	transition: color .5s ease;
}

#RecordsPerPagina{
	margin-right: 20px;
}

.paged.active, .paged:hover {
	color: #008001;
	border-color: #008001;
}

h1 {
	font-size: 20px;
	margin: 0px 0px 20px 0px;
}

h1.nav {
	color: #008001;
	display: block;
}

h1.navnero {
	color: #222;
	display: block;	
}

h1.nav a {
	font-size: 20px;
	color: #008001;
}

#filter {
	margin: 0;
	display: inline-block;
}

#pagec {
	text-align: right;
	display: inline-block;
	float: right;
}

.labelfilter {
	display: none;
}

.filter {
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	min-height: 40px;
}

.filter.last {
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.filter .input {
	width: 100%;
}

.intro {
	margin-bottom: 20px;
}

.intro .rosso {
	font-size: 14px;
	text-transform: uppercase;
}

.reset {
	cursor: pointer;
	float: right;
}

.categorie{
	padding-left: 0px;
	list-style-type: none;
	margin: 0;	
}

.categorie li a{
	font-size: 13px;
}

.categorie em, .categorie svg{	
	top: 0px;
	left: 0px;
	padding-left: 0px;
}

.sottocategorie {
	padding-left: 20px;
	list-style-type: none;
	margin: 0;
}

.sottocategorie em, .sottocategorie svg{
	position: absolute;
	top: 7px;
	left: 0px;
}

.sottocategorie li{
	position: relative;
	padding-left: 15px;
	
}

.sottocategorie li a{
	font-size: 13px;
}

.unshow {
	display: none;
}

.prod-item-list {
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    text-align: center;
	margin-bottom: 20px;
	position: relative;
	width: calc(33.333333% - 13.333333px);
	float: left;
	margin-right: 20px;
}

.prod-item-list.ultimo {
	margin-right: 0;
}

.prod-item-listx {
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    text-align: center;
	margin-bottom: 20px;
	position: relative;
	width: calc(25% - 15px);
	float: left;
	margin-right: 20px;
}

.prod-item-listx.ultimo {
	margin-right: 0;
}


.prod-img-dett {
    display: block;
    width: 70%;
    height: 300px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px auto;
}

.prod-img-list {
    display: block;
    width: 70%;
    height: 140px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px auto;
}

.prod-cod-list {
    display: block;
    color: #008001;
	font-style: italic;
    font-size: 13px;
    text-align: center;
    margin: 20px auto;    
	padding: 0px 20px;
}

.prod-title-list {
    display: block;
    color: #222;
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
	padding: 0px 20px;
	height: 50px;
}

.prod-price-list {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 15px;	
}

.scheda.sx {
	width: calc(50% - 10px);
	float: left;
	background-color: #ffffff;
}

.scheda.centro {
	width: calc(33.3% - 20px);
	float: left;
	margin: 0px 20px;
	margin-bottom: 60px;
}

.scheda.dx {
	width: calc(50% - 10px);
	float: right;
}

.img-prodotto {
	width: 100%;
	min-height: 700px;
	display: block;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: #ccc 1px solid;
	box-sizing: border-box;
}

.img-prodotto-carrello {
	width: 100%;
	height: 80px;
	display: block;
	border-radius: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: #ccc 1px solid;
	box-sizing: border-box;
}

.info-prod {
	padding: 20px;
	border: #ccc 1px solid;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;	
	box-sizing: border-box;
	min-height: 700px;
}

.prezzo {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 20px;
}

.quantity {
	width: 60px;
	float: left;
	margin-right: 10px;
}

.quantita {
	/*float: left;
	width: 40px;
	height: 40px;space
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	border-radius: 0px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
}

.quantita{
	float: left;
	width: 20%;	
	text-align: center;	
	box-sizing: border-box;	
}

.add, .sub {
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #ccc;
	border-left: 0px;
	text-align: center;
	line-height: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.add {
	border-top-right-radius: 5px;
}

.sub {
	border-top: 0px;
	border-bottom-right-radius: 5px;
}

.btn.aggiungi {
	height: 40px;
	line-height: 34px;
	margin-bottom: 0px;
	box-sizing: border-box;
	max-width: 400px;
}

.btn.aggiungi .fas, .btn.aggiungi svg {
	margin-right: 10px;
}

.wish-item-list {
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.wish-item-list.primo {
	width: calc(25% - 10px);
	float: left;
}

.wish-item-list.secondo {
	width: calc(25% - 20px);
	float: left;
	margin: 0px 20px 20px;
}

.wish-item-list.terzo {
	width: calc(25% - 20px);
	float: left;
	margin: 0px 20px 20px 0px;
}

.wish-item-list.ultimo {
	width: calc(25% - 10px);
	float: right;
}

.wish-img-list {
    display: block;
    width: 70%;
    height: 140px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px auto;
}

.wish-title-list {
    display: block;
    color: #222;
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
    text-transform: uppercase;
	padding: 0px 20px;
	height: 50px;
}

.wish-picc-list {
    display: block;
    text-align: center;
    margin: 20px auto;
}

.wish-picc-list img {
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0px auto;
	min-height: 28px;
}

.wish-price-list {
    display: block;
    text-align: center;
    margin: 20px auto;
    font-size: 15px;
	height: 50px;
}

.rice-item-list {
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    text-align: center;
	margin-bottom: 20px;
}

.rice-item-list.primo {
	width: calc(33.3% - 10px);
	float: left;
}

.rice-item-list.secondo {
	width: calc(33.3% - 20px);
	float: left;
	margin: 0px 20px 20px;
}

.rice-item-list.ultimo {
	width: calc(33.3% - 10px);
	float: right;
}

.rice-img-list {
    display: block;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 20px;
	border-radius: 5px;
	border: #ccc 1px solid;
}

.rice-title-list {
    display: block;
	color: #222;
	font-size: 13px;
	text-align: center;
	margin: 20px;
	margin-bottom: 0px;
	text-transform: uppercase;
	height: 100px;
}

.rice-txt-list {
    display: block;
    color: #222;
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
    margin-top: 10px;
}

.ricetta {
	margin-bottom: 60px;
}

.img-ricetta {
	display: block;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-radius: 5px;
	border: #ccc 1px solid;
	margin-bottom: 20px;
}

.img-ricetta-piccola {
	display: block;
	height: 250px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-radius: 5px;
	border: #ccc 1px solid;
	margin-bottom: 20px;
}

.img-ricetta-piccola.sx {
	float: left;
	width: calc(33.3% - 10px);
}

.img-ricetta-piccola.centro {
	float: left;
	width: calc(33.3% - 20px);
	margin: 0px 20px 20px;
}

.img-ricetta-piccola.dx {
	float: right;
	width: calc(33.3% - 10px);
}

.linea {
	margin-bottom: 20px;
	border-bottom: #ccc 1px solid;
}

.specifiche {
	border-bottom: #ccc 1px solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news-list {
	border: #ccc 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	display: block;
}

.news-list.last {
	margin-bottom: 60px;
}

.news-img-list {
	float: left;
	width: calc(35% - 10px);
	display: block;
	height: 233px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-radius: 5px;
	border: #ccc 1px solid;
}

.news-txt-list {
	float: right;
	width: calc(65% - 10px);
	display: block;
	height: 200px;
}

.news-list .btn {
	margin-bottom: 0px;
	float: right;
}

.news-tit-list {
	display: block;
	color: #222;
	font-size: 13px;
	text-transform: uppercase;
	height: 50px;
}

.img-news {
	float: left;
	width: calc(35% - 10px);
	display: block;
	height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-radius: 5px;
	border: #ccc 1px solid;
}

.all_prod {
    width: 100%;
    border-top: #ccc 1px solid;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    box-sizing: border-box;
	border-radius: 5px;
}

.head_prod {
    padding: 10px;
    text-align: center;
    background-color: #EEE;
    border-bottom: #ccc 1px solid;
    font-weight: 700;
}

.foto {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}

.slide-foto {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.slide-foto div[class*="owl"]:not(.owl-nav) {
    height: 100%;
}

.slide-foto .owl-nav * {
    height: auto !important;
    font-size: 60px;
}

.slide-foto .owl-nav [class*="owl-"] {
    color: #008001;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 100px;
    font-size: 6vw;
    text-shadow: 1px 1px #000;
    transform: translateY(-50%);
}

.slide-foto .owl-prev {
    left: 0px;
}

.slide-foto .owl-next {
    right: 0px;
}

.foto-auto {
    display: block;
    width: 100%;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.head_prod.radius {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.sx1_prod {
    float: left;
    width: 50%;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
    font-weight: 700;
}

.dx1_prod {
    float: right;
    width: 50%;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    text-align: left;
    padding: 10px;
}

.bianco {
	background-color: #FFF;
}

.grigio {
    background-color: #EEE;
}

.sx1_prod.last {
	border-bottom-left-radius: 5px;
}

.dx1_prod.last {
	border-bottom-right-radius: 5px;
}

.colonna-due {
	float: right;
	width: calc(65% - 10px);
	column-count: 2;
	column-gap: 20px;
	margin-bottom: 60px;
}

.colonna-due .fas, .colonna-due svg {
	color: #008001;
	padding-right: 10px;
}

.ricerca {
	border: #ccc 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.ricerca.last {
	margin-bottom: 60px;
}

.img-linknav {
	float: left;
	width: calc(35% - 10px);
	display: block;
	height: 233px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	border-radius: 5px;
	border: #ccc 1px solid;
}

.txt-linknav {
	float: right;
	width: calc(65% - 10px);
	display: block;
	height: 200px;
}

.ricerca .btn {
	margin-bottom: 0px;
	float: right;
}

.tit-linknav {
	display: block;
	color: #222;
	font-size: 13px;
	text-transform: uppercase;
	height: 50px;
}

.foto-azienda {
	height: 500px;
	border-radius: 5px;
	margin-bottom: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

ul.tab_menu {
    z-index: 1000;
    list-style: none;
    position: relative;
    top: 1px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.tab_menu li {
    display: inline-block;
    background-color: #fff;
    z-index: 100;
}

.tab_menu li a {
    display: block;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    line-height: 35px;
    border-top: #008001 1px solid;
    border-bottom: #008001 1px solid;
    border-right: #008001 1px solid;
    box-sizing: border-box;
    color: #222;
    cursor: pointer;
}

.tabmenuactive {
    border-bottom: #fff 1px solid !important;
    color: #008001 !important;
}

.tabfirst {
    border-left: #008001 1px solid;
    border-top-left-radius: 5px;
}

.tablast {
    border-top-right-radius: 5px;
}

.tab {
    z-index: 9;
    position: relative;
    display: none;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    border-left: #008001 1px solid;
    border-right: #008001 1px solid;
    border-top: #008001 1px solid;
    border-bottom: #008001 1px solid;
    padding: 20px;
    border-radius: 5px;
    border-top-left-radius: 0px;
	column-count: 3;
	column-gap: 20px;
	margin-bottom: 40px;
}

.tabactive {
    display: block;
}

.label_mobile {
    display: none;
    font-size: 13px;
	font-weight: 500;
    color: #008001;
    padding-bottom: 20px;
}

.gallery-list {
	border: #ccc 1px solid;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.gallery-list.primo {
    width: calc(33.3% - 10px);
    float: left;
}

.gallery-list.secondo {
    width: calc(33.3% - 20px);
    float: left;
    margin: 0px 20px 20px;
}

.gallery-list.ultimo {
    width: calc(33.3% - 10px);
    float: right;
}

.gallery-img-list {
    display: block;
    width: 70%;
    height: 250px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0px auto;
}

#map {
	height: 500px;
	border-radius: 5px;
	margin-bottom: 20px;
}

.infowindow {
    width: 200px;
    font-family: 'Spinnaker', sans-serif !important;
	line-height: 25px !important;
}

.tit-punto {
    color: #008001;
    font-size: 13px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 25px;
	text-transform: uppercase;
}

.infowindow .fas, .infowindow svg {
    color: #008001;
    padding-right: 10px;
    width: 13px;
}

.infowindow a {
    color: #444 !important;
}

.infowindow .btn {
	margin-bottom: 0px;
	margin-top: 20px;
}

.infowindow .btn .fas, .infowindow .btn svg {
	color: #FFF;
	padding-right: 0px;
	width: auto;
}

.negozio-list {
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    text-align: center;
    margin-bottom: 20px;
}

.negozio-list.primo {
    width: calc(33.3% - 10px);
    float: left;
}

.negozio-list.secondo {
    width: calc(33.3% - 20px);
    float: left;
    margin: 0px 20px 20px;
}

.negozio-list.ultimo {
    width: calc(33.3% - 10px);
    float: right;
}

.negozio-title-list {
    display: block;
    color: #222;
    font-size: 13px;
    text-align: center;
    margin: 20px;
    margin-bottom: 0px;
    text-transform: uppercase;
    height: 50px;
}

.negozio-txt-list {
    display: block;
    color: #222;
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
    margin-top: 10px;
}

.right_50 .giorno, .right_50 .ora {
	border-color: #ccc;
}

.right_50 .giorno.finale, .right_50 .ora.finale {
	border-bottom: 0px;
}

.faq {
    color: #008001;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 17px;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
}

.domande {
	display: none;
    padding-left: 20px;
    margin-bottom: 40px;
}

.domanda {
    display: block;
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dashed #008001;
}

.domanda.prima {
	border-top: 1px dashed #008001;
}

.domanda p, .domanda span {
	margin: 0 !important;
	line-height: 25px !important;
	font-size: 13px !important;
	font-family: 'Spinnaker', sans-serif !important;
}

.foto-link {
	margin: 0px auto;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
}

.foto-link img {
	display: block;
	width: auto;
	height: 100px;
}

.left_50 {
	float: left;
	width: calc(50% - 10px);
	margin-bottom: 40px;
}

.right_50 {
	float: right;
	width: calc(50% - 10px);
	margin-bottom: 40px;
}

.left_50.nomargin, .right_50.nomargin {
	margin-bottom: 0px;
}

.lineaform {
    margin: 20px 0px;
    height: 1px;
    background-color: #ccc;
}

.input {
	width: 100%;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.noshow {
	display: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table, tr, td {
    border: 0;
}

td {
	padding: 0;
}

.table-data {
	width: 100%;
	border: 0px;
}

.richiesta_info_td {
    width: 35%;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.dispo_captcha {
    float: left;
    width: 35%;
}

.dispo_nota {
    float: left;
    width: 40%;
    padding-top: 8px;
}

.trat, .mail {
	cursor: pointer;
}

.trat input[type="checkbox"], .trat .checked, .mail input[type="checkbox"], .mail .checked , .checkbox input[type="checkbox"], .checkbox .checked {
    display: none;
}

.trat label, .mail label, .checkbox label {
	position: relative;
	top: -5px;
}

.position {
    position: relative;
}

/*#pswd_info, #pswd_info2 {
    position: absolute;
    top: 38px;
	right: -13px;
    width: 400px;
    padding: 15px;
    border-radius: 5px;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    border: 1px solid #ccc;
    display: none;
    z-index: 2;
}

#pswd_info::before, #pswd_info2::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #ccc;
    text-shadow: none;
    display: block;
}

#pswd_info .introx, #pswd_info2 .introx {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pswd_info ul, #pswd_info2 ul {
    list-style-type: none;
    padding: 0px;
    margin: 10px 20px;
}

.valid {
    background: url('/img/valid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #3A7D34;
}

.invalid {
    background: url('/img/invalid.png') no-repeat 0 50%;
    padding-left: 22px;
    line-height: 24px;
    color: #008001;
}*/

.ord_50 {
    float: left;
    width: 50%;
}

.table-container {
    width: 100%;
    overflow-x: auto;
}

.div_contatti {
    margin: 0px auto;
    width: 100%;
    border-left: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
	min-width: 500px;
	overflow: hidden;
	background-color: #ffffff;
}

.div_head {
    background-color: #ccc;
    background-image: linear-gradient(#ccc 0%, #ccc 50%, #aaa 100%);
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.trhead {
    color: #fff;
    font-style: italic;
    float: left;
    width: 25%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.trhead2 {
    color: #fff;
    font-style: italic;
    float: left;
    width: 20%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.trhead3 {
    color: #fff;
    font-style: italic;
    float: left;
    width: 40%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-right: 1px solid #ccc;
}

.lineax {
    height: 1px;
    background-color: #ccc;
    overflow: hidden;
    clear: both;
}

.servizio {
    float: left;
    width: 25%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-right: 1px solid #008001;
}

.servizio2 {
    float: left;
    width: 20%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-right: 1px solid #008001;
}

.trhead.primo, .trhead2.primo, .trhead3.primo {
	border-top-left-radius: 5px;
}

.trhead.ultimo, .trhead2.ultimo, .trhead3.ultimo {
	border-top-right-radius: 5px;
}

.trhead.ultimo, .trhead2.ultimo, .trhead3.ultimo, .servizio.ultimo, .servizio2.ultimo {
	border-right: 0;
}

.disclaimer_carrello {
    text-align: center;
    margin: 40px auto;
    padding: 10px;
    background-color: #ccc;
    color: #008001;
	border-radius: 5px;
}

.header_desktop {
    font-style: italic;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.img_space {
    float: left;
    width: 15%;
    height: 1px;
}

.denominazione {
    float: left;
    width: 45%;
    text-align: left;
	box-sizing: border-box;
	padding-left: 10px;	
}

.quantita_space {
    float: left;
    width: 20%;
    text-align: right;
}

.prezzo_space {
    float: right;
    text-align: right;
    width: 20%;
}

.prodotto_carrello {
    position: relative;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.elimina_prodotto {
    float: left;
    width: 2%;
    text-align: center;
}

.eliminacarrello {
    font-size: 20px !important;
	padding-right: 0px;
	width: auto;
}

.immagine_carrello {
    float: left;
    width: 13%;
    margin-bottom: 15px;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.descrizione_carrello {
    float: left;
    width: 45%;
    text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
}

.quantita_carrello {
    float: left;
    width: 20%;
    text-align: center;
}

.prezzo_carrello {
    float: right;
    text-align: right;
    width: 20%;
}

.totale_prezzi {
    text-align: right;
}

.nome_prezzo {
    display: inline-block;
}

.valore_prezzo {
    display: inline-block;
    min-width: 80px;
}

#bottoni_cnt {
	border: 0px;
	padding: 1px;
	border-spacing: 2px;
	width: 100%;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.qta-carrello {
	text-align: right;
	padding: 5px;
	width: 30px
}

.confirm {
	display: block;
	float: right;
}

.disabled {
	cursor: default;
    background-color: #999;
}

.spedition {
	display: block;
	float: right;
	padding-right: 10px;
	position: relative;
}

#divStato {
    text-align: left;
    padding: 2px;
    display: none;
    position: absolute;
    border: 1px solid rgb(204, 204, 204);
    width: auto;
    height: 300px;
    overflow-y: scroll;
    z-index: 20;
    bottom: 30px;
    left: 0px;
    background-color: rgb(255, 255, 255);
}

.renew {
	display: block;
	float: right;
	padding-right: 10px;
}

.align-center {
	text-align: center;
}

.noarticles {
	border: 0px;
	padding: 1px;
	width: 100%;
	border-spacing: 0px;
}

.riepilogo {
	border: 0px;
	padding: 1px;
	border-spacing: 2px;
	width: 100%;
}

.align-top {
	vertical-align: top;
}

.separatore_dati {
    height: 1px;
    background-color: #ccc;
    margin: 2px 0;
}

.richiesta_info_td.left {
	text-align: left;
}

.immagine_carrello img {
    width: 70%;
}

.width15 {
	width: 15%;
}

.box-fatturazione {
	float: left;
	width: calc(50% - 10px);
	margin-right: 20px;
	
	border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #fff;
    background-image: linear-gradient(#fff 0%, #fff 80%, #eee 100%);
    position: relative;
    padding: 10px;
	
	min-height: 310px;
}

.box-fatturazione.last {
	margin-right: 0;
}

#footer {
	background-color: #fff;
	position: relative;
}

#footer .fas, #footer .far, #footer svg {
	font-size: 16px;
	color: #fff !important;
	width: auto;
	padding-right: 0px;
}

.foot a {
	color: #fff !important;
}

.bigicon {
	position: relative;
	top: 6px;
	left: 0px;
}

#sitemap_left .fas, #sitemap_left svg, #sitemap2_left .fas, #sitemap2_left svg {
	display: inline-block;
	padding-right: 10px;
	top: 0px;
	left: 0px;
	font-size: 8px;
}


#big-footer-cnt {
	background-color: #ECECEE;
	color: #222;
	background-image: linear-gradient(#47AC4E 0%, #47AC4E 50%, #008001 100%);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	color: #fff;
}

.box-foot {
	width: calc(25% - 15px);
	margin-right: 20px;
	float: left;
	box-sizing: border-box;
	padding: 40px 0px;
	padding-left: 0px;
	font-size: 13px;
	position: relative;
}

.box-foot:last-child {
	margin-right: 0;
}

.box-foot-title {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	font-size: 13px;
	font-weight: 500;
	background: none;
	border: none;
	display: block;
	max-width: 100%;
	border-radius: 0;
	border-bottom: #fff 1px dotted;

}

#sitemap_left, #sitemap2_left {
	box-sizing: border-box;
	padding-right: 5px;
}

#sitemap_right, #sitemap2_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding-left: 5px;
}

#sitemap a, #sitemap2 a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-style: italic;
}

#sitemap a em.fas, #sitemap a svg, #sitemap2 a em.fas, #sitemap2 a svg {
	color: #fff !important;
}

#sitemap a:hover, #sitemap2 a:hover {
	text-decoration: underline;
}

.orario {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.giorno {
	font-style: italic;
}

.giorno, .ora {
	border-bottom: 1px solid #fff;
	padding: 5px;
}

.ora {
	text-align: right;
}

.orario-space {
	height: 0px;
}

#small-footer {
	font-size: 13px;
	color: #222;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1200px;
	margin: 0px auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#copy {
	float: left;
}

#menu-foot-cnt {
    float: right;
}

#menu-foot {
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #222;
}

.menu-foot-li {
	display: inline-block;
	color: #222;
}

.menu-foot-a {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	margin-right: 10px;
	color: #444 !important;
	font-size: 13px;
}

.menu-foot-li.last .menu-foot-a {
	margin-right: 0px;
}

.icona-foot {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #008001;
    text-align: center;
    position: absolute;
    left: 0px;
	color: #008001;
	display: none;
}

.icona-foot .fas,.icona-foot .far, .icona-foot .icon, .icona-foot svg {
    font-size: 15px !important;
    color: #008001;
    line-height: 30px !important;
}

.onlymobile {
	display: none;
}

.ordina {
	display: block;
	width: 50%;
	margin: 0px auto;
}

.cnt-carte {
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 20px;
}

.paypal {
	display: block;
	margin: 0px auto;
	width: 60%;
}

.visa, .mastercard, .americanexpress, .postepay {
	float: left;
	width: 17.5%;
	margin-right: 10%;
}

.postepay {
	margin-right: 0;
}

.colonna {
	column-count: 3;
	column-gap: 20px;
}

.imgnav {
	display: block;
	width: 100%;
}

#filtracat {
	display: none;
}

@media all and (max-width: 1290px) {
	.owl-prev {
		left: 10px !important;
	}

	.owl-next {
		right: 10px !important;
	}
	
	.owl-prev svg, .owl-next svg {
		padding-right: 0px;
	}

	section {
		background-image: linear-gradient(to right, #ccc 0%, #fff 3%, #fff 97%, #ddd 100%);
	}
	
	.prod-title, .occa-title {
		margin: 20px 30px;
	}
	
	.occa-title {
		margin-bottom: 0px;
	}
}

@media all and (max-width: 1100px) {
	#menu li a {
		margin-right: 7px;
	}
}

@media all and (max-width: 1270px) {
	header .container {
		padding: 0;
	}
	
	#logo {
		float: none;
		padding: 20px 0px;
		margin: 0;
		text-align: center;
	}
	
	#logo img {
		margin: 0px auto;
	}
	
	#nav {
		float: none;
		margin-top: 0;
	}
	
	.menu-mob {
		background-color: #008001;
		float: none;
		color: #FFF;
		margin-top: 20px;
		margin-bottom: 0px;
	}
	
	.c-menu {
		display: none;
	}
	
	.util {
		width: 10.50%;
		margin-left: 1%;
		margin-right: 1%;
		font-size: 10px;
		padding: 0;
		text-align: center;
		display: block;
		float: left;
		line-height: 20px;
		min-height: 59px;
	}
	
	.util .fas, .util .far, .util svg, .util span, .util .fa-shopping-bag {
		display: block;
		margin: 0px auto;
		margin-bottom: 5px;
		padding: 0;
		height: 14px;
		font-size: 28px !important;
		height: 28px !important;
	}
	
	.util span.fa-layers-text {
		transform: translate(calc(-25% + 0em), calc(-50% + 0em)) scale(0.28125, 0.28125) rotate(-30deg) !important;
	}
	
	.util span#ajax-price {
		display: inline-block;
		margin: 0;
	}
	
	.util:hover, .util.hover {
		color: #008001;
	}
	
	#trigger {
		display: block;
		color: #FFF;
		text-align: left;
		position: relative;
		padding: 10px 20px;
		cursor: pointer;
	}
	
	#trigger svg {
		color: #FFF;
		position: absolute;
		top: 10px;
		right: 20px;
		font-size: 26px;
		height: 26px;
		color: #FFF;
		padding-right: 0;
		width: auto;
	}
	
	.menux {
		display: none;
	}
	
	.util2 {
		display: block;
		color: #FFF;
		padding: 10px 20px;
		text-align: left;
		border-bottom: 1px solid #FFF;
	}
	
	.util2.onlymobile {
		/*border-top: 1px solid #FFF;*/
		display: block;
	}
	
	.util2:hover, .util2.hover {
		background-color: #DE3936;
		color: #FFF;
	}
	
	#search {
		display: block;
		text-align: left;
		padding-bottom: 10px;
	}
	
	#bottone-ricerca {
		display: none;
		cursor: default;
		border-bottom: 0px;
	}
	
	.btn-search {
		margin-top: 0;
		border: 1px solid #FFF;
		margin-left: 20px;
	}
	
	#ricerca-nascosta {
		display: block;
		position: relative;
		right: 0;
		top: 0;
		left: 0px;
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		background: transparent;
		border: 0px;
		z-index: 1;
		border-radius: 5px;
	}
	
	.box-sx {
		width: 100%;
		float: none;
		height: 300px;
	}
	
	.box-slide {
		height: 300px;
	}
	
	.img-box {
		height: 300px;
	}
	
	.box-dx {
		width: 100%;
		float: none;
		margin-bottom: 0px;
	}
	
	.box-cat.nm {
		margin-bottom: 20px;
	}
	
	.motivi-item {
		width: calc(33.33% - 40px);
		height: 150px;
	}
	
	.foto-azienda, #map {
		height: 300px;
	}
	
	.colonna {
		column-count: 2;
	}
	
	#evidenza {
		height: 300px;
	}
	
	.ev-op {
		float: none;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
	}
	
	.ev-testo {
		text-align: center;
	}
	
	.news-img-list {
		float: none;
		width: 100%;
		height: 150px;
		margin-bottom: 20px;
	}
	
	.news-txt-list {
		float: none;
		width: 100%;
		height: auto;
	}
	
	.news-tit-list {
		height: auto;
		margin-bottom: 10px;
	}
	
	.cnt_prodotti.sx {
		display: none;
	}
	
	.cnt_prodotti.sx.open {
		display: block;
	}
	
	.cnt_prodotti.dx {
		width: 100%;
	}
	
	#filtracat {
		display: inline-block;
		margin-bottom: 20px;
		padding: 8px 20px;
	}
	
	#filter {
		display: inline-block;
	}
	
	.labelfilter {
		display: none;
	}
	
	.cnt_prodotti.dx.open {
		width: calc(75% - 10px);
	}
	
	.filter {
		border-bottom: 0;
	}
	
	.filter.int {
		display: none;
	}
	
	.prod-item-list {
		width: calc(50% - 10px);
	}
	
	.prod-item-list.ultimo {
		margin-right: 20px;
	}
	
	.prod-item-list.sec-mobile {
		margin-right: 0 !important;
	}
	
	.prod-item-listx {
		width: calc(50% - 10px);
	}
	
	.prod-item-listx.ultimo {
		margin-right: 20px;
	}
	
	.prod-item-listx.sec-mobile {
		margin-right: 0 !important;
	}
	
	.wish-item-list.primo, .wish-item-list.terzo {
		width: calc(50% - 10px);
		float: left;
	}
	
	.wish-item-list.secondo, .wish-item-list.ultimo {
		width: calc(50% - 10px);
		float: right;
		margin: 0px;
	}
	
	#big-footer-cnt, .btn {
		background: #008001;
	}
	
	.btn:hover {
		background: #DE3936;
	}
	
	.box-foot.sitemap {
		display: none;
	}
	
	.box-foot {
		width: calc(50% - 10px);
	}
}

@media all and (max-width: 900px) {
	
	
	/*#torna-su{
		display: none !important;
	}*/	
	
	.scheda.sx {
		width: 100%;
		float: none;
		margin-bottom: 20px; 
		background-color: #ffffff;
	}

	.scheda.dx {
		width: 100%;
		float: none;
	}	
	
	.nomobile {
		display: none;
	}
	
	.onlymobile {
		display: inline-block;
	}
	
	#copy {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-bottom: 5px;
		text-align: center;
	}
	
	#menu-foot-cnt {
		float: none;
		width: 100%;
		padding-right: 0;
		padding-top: 5px;
		text-align: center;
	}
}

@media all and (max-width: 718px) {
	.cnt_prodotti.dx.open #filtracat {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 700px) {
	.motivi-item {
		height: 175px;
	}
	
	.btn.btnfilter {
		padding: 3px 6px;
	}
}

@media all and (max-width: 600px) {
	
	.box-fatturazione {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	
	.box-cat {
		width: 100%;
	}
	
	.box-cat.sx, .box-cat.dx {
		float: none;
	}
	
	.motivi-item {
		height: auto;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 20px;
		width: 100%;
		float: none;
		text-align: center;
		display: block;
	}
	
	.motivi-item img {
		padding-bottom: 0;
	}
	
	.social-item {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	.colonna {
		column-count: 1;
		column-gap: 0;
	}
	
	.wish-item-list.primo, .wish-item-list.secondo, .wish-item-list.terzo, .wish-item-list.ultimo {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.prod-item-list {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.prod-item-listx {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.cnt_prodotti.sx.open {
		width: calc(35% - 10px);
	}
	
	.cnt_prodotti.dx.open {
		width: calc(65% - 10px);
	}
	
	.box-foot {
		float: none;
		width: 100%;
	}
	
	.box-foot:last-child {
		padding-top: 0;
	}
	
	.util {
		width: 23%;
	}
	
	.left_50, .right_50 {
		float: none;
		width: 100%;
	}
	
	.left_50 {
		margin-bottom: 20px;
	}
	
	.richiesta_info_td {
		width: 30%;
		text-align: left;
	}
	
	.dispo_captcha {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: right;
	}
	
	.btn.right {
		float: none;
		display: block;
		margin: 10px auto;
	}
	
	.btn.img {
		float: none;
		display: block;
	}
	
	.faq {
		font-size: 13px;
	}
	
	#filter {
		display: block;
	}
	
	#filtracat {
		box-sizing: border-box;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
		max-width: 1000000px;
	}
	
	.inputfilter, .btnfilter {
		width: calc(50% - 10px);
		display: block;
		float: left;
		max-width: 1000000px;
	}
	
	.paging {
		text-align: center;
	}
	
	#pagec {
		float: none;
		text-align: center;
		width: 100%;
		display: block;
		margin-top: 20px;
	}
	
	.inputfilter {
		margin-right: 20px;
	}
	
	.btn.btnfilter {
		text-align: center;
		padding: 3px;
		margin-bottom: 20px;
		padding: 8px 20px;
	}
	
	.categorie, .sottocategorie {
		padding: 0;
		text-transform: lowercase;
	}
	
	.sottocategorie {
		padding-left: 5px;
		font-size: 11px;
	}
	
	.sottocategorie a {
		font-size: 11px;
	}
}

@media all and (max-width: 538px) {
	#filtracat {
		margin-bottom: 20px;
	}
	
	.prod-title-list {
		height: 125px;
	}
}

@media all and (max-width: 400px) {
	
	.util {
		font-size: 8px;
		margin-bottom: 10px;
	}	
	
	.menu-foot-li {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.menu-foot-a {
		margin-right: 0;
	}
}