@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

html, body {
	font-family: 'Roboto', sans-serif;
	color: #444;
	font-size: 15px;
	line-height: 28px;
	height: 100%;
	margin: 0;
}

body {
	background-image: linear-gradient(to right, #F0F0F0 0%, #fff 30%, #fff 70%, #F0F0F0 100%);	
	
}

.cf:before, .cf:after  {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.clear {
    display: block;
    height: 0px;
    clear: both;
}

.container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
	box-sizing: border-box;
}

a {
    color: #444;
	text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

table, tr, td, img {
    border: 0;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    padding: 0;
}

input, select, textarea {
    font-family: 'Roboto', sans-serif;
    color: #444;
    border: 1px solid #d5d5d5;
    max-width: 100%;
	border-radius: 30px;
}

textarea {
	resize: vertical;
}

header {
	text-align: center;	
}

.testa {
	height: 156px;
}

#top-transparent {
    background-color: #ffffff;	
	background-image: linear-gradient(#ffedd1, #ffffff);
    position: fixed;
    top: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 100%;
    z-index: 1001;
	box-sizing: border-box;
}

#cnt_top {
	background-color: #0092D0;
	height: 36px;
}

#cnt_top_grey {
	background-color: #F0F0F0;
	height: 36px;
	color: #0092D0;	
	border-bottom: #0092D0 1px solid;
}

#top {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
	color: #0092D0;	
	text-align: right;
	padding: 0px 20px;
	box-sizing: border-box;	
}

#top a {
	line-height: 36px;
	padding-left: 20px;
	display: inline-block;
}

.nopl {
	padding-left: 0px !important;
}

.sx{
	float: left;
	width: 50%;
	text-align: left;	
}

.dx{
	float: left;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	border-radius: 30px;
	border: #d5d5d5 1px solid;
	padding: 20px;	
}

.topsx {
	float: left;
	width: 30%;
	text-align: left;
}

.topcnt {
	float: left;
	width: 40%;
	line-height: 36px;
	color: #0092D0;
	text-align: center;
	font-style: italic;
	white-space: nowrap;
}

.topdx {
	float: right;
	width: 30%;
}

#txts{
	width: 240px;
}

#cnt_head {
    margin: 0px auto;
    max-width: 1400px;
    padding-top: 20px;
    margin-bottom: 20px;
    position: relative;
	text-align: center;
}

#logo {
	display: block;
    margin-left: 20px;
    margin-right: 0px;
	float: left;
	width: Calc(25% - 20px);
}

#logo img {
	float: left;
    height: 60px;	
	margin-right: 40px;
    transition: height 0.2s;
}

#logo img.small {
    height: 60px;
}

#head_right {
    position: absolute;
    bottom: -7px;
    right: 20px;
    text-align: right;
    /*background-color: #fff;*/
    text-align: center;
}

#cerca {
	float: left;
	width: 30%;
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.prezzonew1{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.prezzonew2{
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}

.prezzonew3{
	display: block;
	padding: 20px;
}

.prezzonew4{
	display: block;
	padding-left: 20px;
	padding-right: 20px;	
}

.spanprezzo1{
	font-size: 20px;
}

.spanprezzo2{
	font-size: 25px;
	color: #222;
}

.menuhead {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	margin: 0px 5px;
}

.menuhead.big {
	margin: 0px 5px;
}

.menuhead:hover {
    color: #5A9E85;
	color: #0092D0;	
}

#carrello_switch .fahead {
	color: #CC0000 !important;
}

#carrello_switch:hover {
	color: #CC0000;
}

.sicurezza{
	position: relative;
	border-radius: 30px;
	border: #d5d5d5 1px solid;
	padding: 20px;
	font-size: 13px;
}

.box-sizurezza{
	float: left;
	width: 50%;
	text-align: left;	
	line-height: 25px;
	font-style: italic;	
	box-sizing: border-box;
	padding-right: 5px;
	min-height: 50px;
}

.box-sizurezza .fas{
	display: inline-block;
	width: 30px;
	text-align: center;
	padding-right: 10px;
	font-size: 20px !important;
	color: #888;	
}

.fatop {
    display: inline-block;
    color: #0092D0 !important;
    font-size: 12px !important;    
    margin: 0px !important;    
    text-align: center !important;
    padding-right: 10px;
    transition: font-size 0.2s;
}

.fahead {
	width: 100% !important;
    display: block !important;
    color: #5A9E85 !important;
	color: #0092D0 !important;	
    font-size: 18px !important;
    padding: 0px !important;
	padding-bottom: 10px !important;
    margin: 0px !important;
    text-align: center !important;
    margin-bottom: 10px;
    transition: font-size 0.2s;
}

.faheadsmall {
    font-size: 18px !important;
}

#carrello_cnt {
    display: none;
    position: absolute;
    right: 0px;
    top: 80px;
    width: 100%;
	min-width: 600px;
    min-height: 300px;
    padding: 25px;
    background-color: #fff;
    border: #d5d5d5 1px solid;
    z-index: 1001;
    box-shadow: 0px 2px 2px #eee;
}

#carrello_cnt table {
    margin: 0 auto;
}

.disclaimer_carrello {
    text-align: center;
    margin: 40px auto;
    padding: 10px;
    background-color: #F0F0F0;
    font-size: 16px;
    line-height: 26px;
}

.header_desktop {
    font-style: italic;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 10px;
}

.img_space {
    float: left;
    width: 5%;
    height: 1px;
}

.denominazione {
    float: left;
    width: 45%;
	text-align: left;
}

.tipologiax {
	float: left;
	width: 20%;
	text-align: left;
}

.taglia {
    float: left;
    width: 25%;
	text-align: left;
}

.quantita {
    float: left;
    width: 15%;
    text-align: center;
}

.prezzo_space {
    float: right;
    text-align: right;
    width: 15%;
}

.prodotto_carrello {
    position: relative;
    border-bottom: 1px solid #d5d5d5;
    margin: 20px 0;
}

.elimina_prodotto {
    float: left;
    width: 5%;
    text-align: center;
}

.eliminacarrello {
    font-size: 20px !important;
}

.immagine_carrello {
    float: left;
    width: 8%;
    margin-bottom: 15px;
    text-align: center;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.immagine_carrello img {
    width: 70%;
}

.descrizione_carrello {
    float: left;
    width: 45%;
	text-align: left;
}

.tipologia_carrello {
    float: left;
    width: 20%;
	text-align: left;
}

.taglia_carrello {
    float: left;
    width: 25%;
	text-align: left;
}

.quantita_carrello {
    float: left;
    width: 15%;
    text-align: center;
}

.prezzo_carrello {
    float: right;
    text-align: right;
    width: 35%;
}

.totale_prezzi {
    text-align: right;
}

.nome_prezzo {
    display: inline-block;	
}

.valore_prezzo {
    display: inline-block;
	min-width: 80px;
}

.barrato {
	text-decoration: line-through;
}

.viola {
	font-weight: 700;
	color: #0092D0;
}

#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);
}

#cnt_menu {
    background: #0092D0;
    background-position: center center;
    margin: 0px auto 0px auto;
	display: block;
}

#menu_trigger {
    display: none;
    width: 95.92%;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 2.04% 11px 2.04%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}

#menu {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    display: table;
}

#menu > li {
    display: table-cell;
	width: auto;    
	/*width: 14.28%;*/
	/*border-left: #0092D0 1px solid;
	border-right: #0092D0 1px solid;*/
}

#menu > li > a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 7px 0px;
    font-weight: 700;
    transition: all .3s ease;
    font-size: 15px;	
}

#menu > li > a:hover, #menu > li > a.hover {
    background-color: #224B71;
    color: #FFF;
	border-left: #224B71 1px solid;
	border-left: none;
}

.menuliahover {
    background-color: #224B71;
    color: #FFF;
	border-left: #224B71 1px solid;
}

#cnt_photo{
    position: relative;
    width: 100%;
    margin: 0px auto;
	margin-top: 220px;
    width: 100%;
	max-width: 1400px;
	border-radius: 30px;
}

#menu > li:hover > div.submenu {
    /*display: block;
    visibility: visible;
    opacity: 1*/
}

.submenu {
    display: none;
    visibility: hidden;
    opacity: 0;
	background-color: #fff;
	position: absolute;	
	border-left: #0092D0 1px solid;
	border-right: #0092D0 1px solid;
	border-bottom: #0092D0 1px solid;
	width: 100%;
	line-height: 22px;
	padding: 10px;
	left: 0px;	
	z-index: 10000;
	box-sizing: border-box;
	min-height: 450px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.submenu a {
	font-size: 14px;
}

.submenu a:hover, .submenu a.hover {
	color: #0092D0;
}

.submenu .fa-square {
	top: -2px;
	font-size: 6px;
	display: inline-block;
    padding-right: 4px;
    width: 8px;
	text-align: left;	
}

.submenu_sx {
	float: left;
	width: 25%;
	margin-right: 2%;
}

.submenu_dx {
	float: left;
	width: 73%;	
	box-sizing: border-box;
	position: relative;
}

.submenu_cnt {
	display: none;
	column-count: 3;
	column-gap: 20px;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #fff;
	padding: 10px;
	box-sizing: border-box;
}

.submenu_cnt a{
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.btn_label {
    border-radius: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
    display: block;
    background-color: #0092D0;
    box-sizing: border-box;
    line-height: 22px;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 700;
    line-height: 22px;
    transition: all .3s ease;
	text-transform: uppercase;
}

.btn_menu {
    border-radius: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
    display: block;
    background-color: #0092D0;
    box-sizing: border-box;
    line-height: 22px;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    font-weight: 700;
    line-height: 22px;
    transition: all .3s ease;
	text-transform: uppercase;
}

.btn_menu_hover {
    background-color: #224B71;
}

.btn_menu:hover {
    color: #fff !important;
}

#photo {
    position: relative;
    width: 100%;	
    /*height: 518px;*/
	border-radius: 30px;
}

#photo .item {
    width: 100%;
    /*height: 518px;*/
    background-size: cover;
    background-position: center center;
    display: block;
	border-radius: 30px;
}

#map {
	width: 100%;
    height: 518px;	
	margin: 0px auto;
	margin-top: 220px;
	max-width: 1400px;
	border-radius: 30px;
}

.lineablu {
    position: relative;
    height: 80px;
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
    border-top: #fff 1px solid;
    background-color: #222222;
    background: linear-gradient(to top, #222222 0%, #444444 100%);
}

.slogan {
    display: block;
    color: #fff;    
	font-family: 'Quattrocento Sans', cursive;
    font-size: 40px;
    line-height: 80px;
    margin: 0px auto;
    text-align: center;
}

.lineablusmall {
    position: relative;
    height: 10px;
    border-top: #fff 1px solid;
    background-color: #D4CD75;
    background: linear-gradient(to top, #D4CD75 0%, #D4CD75 100%);
}

#photo div[class*="owl"]:not(.owl-nav) {
    height: 100%;
	border-radius: 30px;
}

#photo .owl-nav [class*="owl-"] {
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 60px;
    transform: translateY(-50%);
}

#photo .owl-prev {
	left: -60px;
	width: auto !important;
}

#photo .owl-next {
	right: -60px;
	width: auto !important;
}

.slogan-container {
	position: absolute;
	left: 50%;
	bottom: 10%;
    transform: translate(-50%, 10%);
	z-index: 100000;
	color: #FFF;
	text-align: center;	
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	max-width: 1400px;
}

.slogan-grosso1 {	
	padding: 20px;
	background-color: rgba(66, 146, 157, 0.9);
	border-radius: 3px;
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	text-shadow: 1px 3px 0px #000;
}

.boxcarousel {
	padding: 30px;
	display: block;
	width: 100%;
    border: #d5d5d5 1px solid;		
    background-color: #fff;
	margin-bottom: 40px;
    box-sizing: border-box;
    min-height: 300px;
    box-shadow: 0px 2px 2px #eee;
    border-radius: 30px;
    transition: all .3s ease;	
}

.boxinline{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: #ccc 1px dotted;
}

.imgprodotti-inline{
	display: block;
	float: left;	
	width: 20%;
	margin-right: 5%;
	height: 84px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;		
}

.testo-inline{
	display: block;
	position: relative;
	float: left;	
	width: 75%;
	/*height: 100px;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;		
}

.titolo-inline{
    display: block;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
    text-align: left;    	
	overflow: hidden;	
}

.prezzo-inline{
	float: none;
    display: block;
    color: #444;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 0px;    
}

.percentuale-inline {
	padding: 0px 5px;
	color: #cc0000;
}

.tipologia-inline{
    display: block;
    margin: 0px;
    padding: 0px;    
    font-size: 11px;
    text-align: left;
    color: #0092D0;    
}

.marca-inline{
    display: block;
    margin: 0px;
    padding: 0px;    
    font-size: 11px;
    text-align: left;
    color: #0092D0;    
}


#box_home_cnt1 div[class*="owl"]:not(.owl-nav) {
    height: 100%;
	border-radius: 30px;
}

#box_home_cnt1 .owl-nav [class*="owl-"] {
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 60px;
    transform: translateY(-50%);
}

#box_home_cnt1 .owl-prev {
	left: -60px;
	color: #0092D0 !important;
	width: auto !important;
}

#box_home_cnt1 .owl-next {
	right: -60px;
	color: #0092D0 !important;
	width: auto !important;
}

#box_home_cnt2 div[class*="owl"]:not(.owl-nav) {
    height: 100%;
	border-radius: 30px;
}

#box_home_cnt2 .owl-nav [class*='owl-']{
	color: #fff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 3;
    font-size: 60px;
    transform: translateY(-50%);
}

#box_home_cnt2 .owl-prev {
	left: -60px;
	color: #0092D0 !important;
	width: auto !important;
}

#box_home_cnt2 .owl-next {
	right: -60px;
	color: #0092D0 !important;
	width: auto !important;
}

.owl-prev .fas, .owl-next .fas {
	padding: 0px !important;
	width: auto !important;
}

section {
    margin-top: 60px;
    padding-bottom: 0px;
}

.overflow {
	overflow: hidden;
}

#cnt_section {
    margin: 0px auto;
    width: 100%;
	box-sizing: border-box;
    max-width: 1440px;
	padding: 0px 20px;
	
}

#box_home_cnt1 {
    position: relative;
    margin-top: 0px;
}

#box_home_cnt2 {
    position: relative;
    margin-top: 0px;
}

.box {
    position: relative;
    top: 0px;
    float: left;
    display: block;
    width: calc(25% - 15px);
    padding: 20px;
    margin-bottom: 20px;
    border: #d5d5d5 1px solid;
    margin-right: 20px;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 200px;
    box-shadow: 0px 2px 2px #eee;
    border-radius: 30px;
    transition: all .3s ease;
	background-image: linear-gradient(#ffffff 0%, #ffffff 75%, #f5f5f5 100%);
}

.box:hover {
    top: -10px;
}

.lastbox {
	margin-right: 0%;	
}

.pagination {
    margin-top: 60px;
	float: left;
}

.paged {
    padding: 5px;
    margin: 0px 5px;
    border: 0px;
    border-bottom: 2px solid #ccc;
    color: #ccc;
    transition: color .5s ease;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}

.paged.active, .paged:focus, .paged:hover, .paged:active {
    color: #224B71;
	border-bottom: 2px solid #224B71;
}

form.paging {
    border: 0px;
    padding: 0px;
    border-radius: 0px;
    display: inline-block;
}

.tot-pagine {
	margin-top: 73px;
	float: right;
}

.news {
    position: absolute;
    right: 20px;
    top: 120px;
    background: #ff0000;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    transform: rotate(-20deg);	
}

.news::before, .news::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #ff0000;
}

.news::before {
    transform: rotate(60deg);
}

.news::after {	
    content: "!";
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
    transform: rotate(30deg);
}

.promo {
    position: absolute;
    right: 20px;
    top: 120px;
    background: #ffcc00;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    transform: rotate(-20deg);	
}

.promo::before, .promo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #ffcc00;
}

.promo::before {
    transform: rotate(60deg);
}

.promo::after {	
    content: "!";
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
    transform: rotate(30deg);
}


.promo-inline {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #ffcc00;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    transform: rotate(-20deg);	
}

.promo-inline::before, .promo-inline::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: #ffcc00;
}

.promo-inline::before {
    transform: rotate(60deg);
}

.promo-inline::after {	
    content: "!";
    line-height: 30px;
    font-weight: 700;
    font-size: 30px;
    transform: rotate(30deg);
}

.colonna {
    column-count: 3;
    column-gap: 40px;
	padding-bottom: 40px;
}

.lavoro {
    box-sizing: border-box;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    height: 250px;
    margin-bottom: 40px;
    border-radius: 30px;
	background-color: #cccccc;
}

.lavoro.last {
	margin-right: 0px;
}

.titolo-lavoro {
    opacity: 1;
    margin: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    font-size: 20px;
    transform: translateY(-50%);
    background-color: rgba(255,255,255,.75);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 2%;
    color: #444;
	display: block;
	font-weight: 700;
}

.foto {
	background-size: cover;
	background-position: center center;
	display: block;
	float: left;
	width: 31%;
	height: 250px;
    margin-right: 3.5%;
	background-color: #cccccc;
	border-radius: 30px;
	margin-bottom: 40px;
}

.fotolast {
    margin-right: 0;	
}

.video {
	display: block;
	float: left;
	width: 31%;
	height: 250px;
    margin-right: 3.5%;
	background-color: #cccccc;
	border-radius: 30px;
	margin-bottom: 40px;
	overflow: hidden;
}

.titolo {
    display: block;
    margin: 0px;
    padding: 0px;    	
    font-weight: 700;
    text-align: left;
    padding-top: 0px;
	padding-bottom: 20px;
	overflow: hidden;
	min-height: 56px;
	height: 56px;
	overflow: hidden;
}

.tipologia {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    font-size: 11px;
    text-align: left;
    color: #0092D0;
    height: 25px;
}

.baffo {
	display: block;
	padding-bottom: 25px;
}

.imgprodotti {
    display: block;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;	
	border-radius: 30px;
	padding-bottom: 20px;
}

.marca {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    font-size: 11px;
    text-align: left;
    color: #222222;
    font-style: italic;
	white-space: nowrap;
}

.sped {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;    
    text-align: left;
    color: #0092D0;
    font-style: italic;    
	font-weight: 700;
}

.testo {
	text-align: left;
    display: block;
    padding-top: 0px;
	margin-top: 25px;
    margin-bottom: 20px;
    height: 84px;
    overflow: hidden;	
}

.prezzo{
	float: left;
    display: block;
    color: #444;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 0px;    
}

.disponibilita{
	float: none;
    display: block;
    color: #444;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 0px;    
	color: #aaa;
	font-style: italic;
	font-weight: normal;
}

.disponibilita-inline{
	float: none;
    display: block;
    color: #444;
    font-weight: 700;
    font-size: 15px;
    padding: 0px 0px;   
	color: #aaa;
	font-style: italic;
	font-weight: normal;	
}

.percentuale {
	padding: 0px 5px;
	color: #cc0000;
}

.percentualeverde {
	padding: 0px 5px;
	color: #7BAE04;
}

.backverde{
	background-color: #7BAE04 !important;
}

.carrello {
    float: right;
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 5px 20px;
    box-shadow: 0px 2px 2px #eee;
    background-color: #224B71;
    border-radius: 30px;
}

.carrellox {
    float: right;
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 5px 20px;
    box-shadow: 0px 2px 2px #eee;
    background-color: #224B71;
    border-radius: 30px;
}

.fa-prod {
    color: #fff !important;
    text-align: center !important;
    padding-right: 0px !important;
    font-size: 17px !important;
    width: auto !important;
}

.pad {
    padding: 25px;
    margin-bottom: 40px;    
    border-radius: 30px;
    border: #d5d5d5 1px solid;
	min-height: 250px;
	box-shadow: 0px 2px 2px #eee;
	background-color: #fff;
}

.pad_intro {
    padding: 60px 120px;
    margin-bottom: 40px;
    border-radius: 30px;
    border: #d5d5d5 1px solid;	
	box-shadow: 0px 2px 2px #eee;
	background-color: #fff;
}

h1 {
    font-size: 20px;
    padding: 0px;
    margin: 0px 0 25px 0;
    color: #222222;    
}

h2 {
	font-size: 18px;
    padding: 0px;
    margin: 0px 0 25px 0;
    color: #222222;    
}

.floated {
	float: left;
}

#filtraform {
	float: right;
	margin-bottom: 35px;
	width: 60%;
}

.spin-cnt {
	text-align: center;
}

.big-spinner {
	font-size: 40px;
	color: #0092D0;
}

.h1home {
	color: #224B71;
	font-size: 40px;
	text-align: center;	
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	line-height: 40px;
}

h2.insdati {
    font-weight: bold;
	margin: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
	font-size: 15px;
	color: #0092D0;
}

.faq {
    color: #0092D0;
    font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 17px;
	text-transform: uppercase;
}

.domande {
    padding-left: 20px;
    margin-bottom: 40px;
}

.domanda {
    display: block;
    font-weight: 700;
    cursor: pointer;
    line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
}

.domandax {
    display: block;
    font-weight: 700;
    line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dashed #d5d5d5;
}

.risposta {
	position: relative;
	display: none;
	height: auto;
	background: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lineaform {
	margin: 20px 0px;
	height: 1px;
	background-color: #d5d5d5;
}

.left_50 {
    width: 45%;
    float: left;	
}

.right_50 {
    width: 45%;
    float: right;
}

.richiesta_info_td {
    width: 35%;
    text-align: right;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.richiesta_info_td.left {
    width: 30%;
    text-align: left;
    padding-right: 10px;
    box-sizing: border-box;
}

.separatore_dati {
    height: 1px;
    background-color: #d5d5d5;
    margin: 2px 0;
}

.input {
    width: 100%;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 10px;
    background-color: #F0F0F0;
    position: relative;
    transition: background-color .3s ease;
}

.defaultReal {
	float: right;
	width: calc(100% - 110px);
}

.input:focus {
    background-color: #fff;
}

.input2 {
	float: left;
    width: 47.5%;
	margin-right: 5%;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 10px;
    background-color: #F0F0F0;
    position: relative;
    transition: background-color .3s ease;
	margin-bottom: 20px;
}

.input2.last {
	margin-right: 0px;
}

.input2:focus {
    background-color: #fff;
}

#pswd_info, #pswd_info2 {
    position: absolute;
    top: 50px;
    right: 55px;
    width: 400px;
    padding: 15px;
    border-radius: 30px;
    background: #F5F5F5;
	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;	
}

#pswd_info h4, #pswd_info2 h4 {
    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;
}

#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;	
}

.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;
}

.dispo_captcha {
    float: left;
    width: 50%;
}

.dispo_nota {
    float: left;
    width: 40%;
    padding-top: 8px;
}

.btn {
    border-radius: 30px;
    display: inline-block;
    background-color: #0092D0;
    box-sizing: border-box;
    line-height: 22px;
    color: #fff;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    font-weight: 700;
    line-height: 22px;
    transition: all .3s ease;
	text-transform: uppercase;
}

.btn.right {
    float: right;
}

.filter {
    position: relative;
    display: block;
    width: 100%;
    min-height: 84px;
    padding: 25px;
    margin-bottom: 25px;
    color: #444;
    box-sizing: border-box;
    border: #d5d5d5 1px solid;
    border-radius: 30px;
    background: #F5F5F5;
    background: linear-gradient(to top, #e5e5e5 0%, #F5F5F5 25%, #F5F5F5 100%);
    box-shadow: 0px 2px 2px #eee;
}

.filter {
    color: #444;
}

.labelfilter2 {
    display: inline-block;
    width: 15%;
}

.inputfilter2 {
    display: inline-block;
    width: 20%;
    margin-right: 5%;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    position: relative;
    transition: background-color .3s ease;
}

.btnfilter {
    width: 10%;
    float: right;
    text-align: center;
}

.cnt_prodotti_sx {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    box-sizing: border-box;
}

.prodotti_sx {
    border-radius: 30px;
    position: relative;
    top: 0px;
    display: block;
    padding: 25px;
    margin-bottom: 25px;
    border: #d5d5d5 1px solid;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 300px;
    box-shadow: 0px 2px 2px #eee;
}

.sub_menu_sx {
    display: block;
    position: relative;
    left: 0px;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}

.sub_menu_sx li {
    display: block;
    float: left;
    width: 100%;
}

.sub_menu_sx li a {
    display: block;
    font-weight: 500;
    border-bottom: #d5d5d5 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}

.sub_menu_sx li a.lasta {
    border-bottom: none;
}

.sub_menu_sx li:last-child a {
    border-bottom: none;
}

.sub_menu_sx li a.hover {
    color: #222222;
}

.imgmenu_sx {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: #fff 5px solid;
    background-color: #fff;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.prodotti_dx {
    border-radius: 30px;
    position: relative;
    top: 0px;
    float: left;
    display: block;
    width: 74.5%;
    padding: 0px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.labelfilter {
    display: inline-block;
    width: 25%;
}

.inputfilter {
    display: inline-block;
    width: 55%;
    margin-right: 5%;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    position: relative;
    transition: background-color .3s ease;
}

.prodotto_list {
    width: 30%;
}

.dett_box {
    border-radius: 30px;
    position: relative;
    display: block;
    padding: 25px;
    margin-bottom: 25px;
    border: #d5d5d5 1px solid;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 300px;
    box-shadow: 0px 2px 2px #eee;
}

.promobig {
    position: absolute;
    right: 10px;
    top: -10px;
    background: #ffcc00;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    transform: rotate(-20deg);
}

.promobig::before, .promobig::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: #ffcc00;
}

.promobig::before {
    transform: rotate(60deg);
}

.promobig::after {	
    content: "!";
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
    transform: rotate(30deg);
}

.newsbig {
    position: absolute;
    right: 20px;
    top: -10px;
    background: #ff0000;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    transform: rotate(-20deg);
}

.newsbig::before, .newsbig::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 80px;
    background: #ff0000;
}

.newsbig::before {
    transform: rotate(60deg);
}

.newsbig::after {
    content: "!";
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    transform: rotate(30deg);
}

.titolobig {
    display: block;
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.marca_dett {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    font-size: 13px;
    text-align: left;
    color: #222222;
    font-weight: 700;
    font-style: italic;
}

.imgprodottibig {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    padding-bottom: 25px;
}

.imgprodottibig img {
    max-width: 60%;
	width: auto;
    margin: 0px auto;
}

.imgprodotti_dw {
	float: left;
	width: 30%;
	margin-right: 5%;
	display: block;
    position: relative;
    border: #d5d5d5 1px solid;
    box-sizing: border-box;
    margin-bottom: 25px;
    cursor: pointer;
    padding: 10px;
    transition: all .3s ease;
    top: 0px;
    box-shadow: 0px 2px 2px #eee;
}

.imgprodotti_dw_last {
    margin-right: 0;
}

.imgprodotti_dw_img {
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 120px;
}

.abbinamenti {
	padding: 20px;
	text-align: left;
	margin: 0px auto;
	border-radius: 10px;
}

.polline {
	padding: 20px;
	text-align: left;
	margin: 0px auto;
	border-radius: 10px;
	color: #CC0000;
	text-align: center;
}

.col1 {
    background-color: #0092D0;    
}

.col2 {
    background-color: #b280b8;    
}

.col3 {
    background-color: #00b7e4;    
}

.col4 {
    background-color: #b7c359;    
}

.col5 {
    background-color: #f39760;    
}

.col6 {
    background-color: #41ad49;    
}

.col7 {
    background-color: #5da1d8;    
}

.col8 {
    background-color: #0065b1;    
}

.col9 {
    background-color: #f36f33;    
}

.col10 {
    background-color: #f2ca20;    
}

.col11 {
    background-color: #e784b6;    
}

.col12 {
    background-color: #b586bc;    
}

.col13 {
    background-color: #c1c53b;    
}

.colx1 {
	border: 1px solid #ccc;
}

.colx2 {
	border: 1px solid #b280b8;
}

.colx3 {
	border: 1px solid #00b7e4;
}

.colx4 {
	border: 1px solid #b7c359;
}

.colx5 {
	border: 1px solid #f39760;
}

.colx6 {
	border: 1px solid #41ad49;
}

.colx7 {
	border: 1px solid #5da1d8;
}

.colx8 {
	border: 1px solid #0065b1;
}

.colx9 {
	border: 1px solid #f36f33;
}

.colx10 {
	border: 1px solid #f2ca20;
}

.colx11 {
	border: 1px solid #e784b6;
}

.colx12 {
	border: 1px solid #b586bc;
}

.colx13 {
	border: 1px solid #c1c53b;
}

.colxx1 {
    color: #0092D0 !important;
}

.colxx2 {
    color: #b280b8 !important;
}

.colxx3 {
    color: #00b7e4 !important;   
}

.colxx4 {
    color: #b7c359 !important;   
}

.colxx5 {
    color: #f39760 !important;   
}

.colxx6 {
    color: #41ad49 !important;    
}

.colxx7 {
    color: #5da1d8 !important;    
}

.colxx8 {
    color: #0065b1 !important;    
}

.colxx9 {
    color: #f36f33 !important;    
}

.colxx10 {
    color: #f2ca20 !important;    
}

.colxx11 {
    color: #e784b6 !important;    
}

.colxx12 {
    color: #b586bc !important;    
}

.colxx13 {
    color: #c1c53b !important;    
}

.linegrey {
    height: 1px;
    border-top: #d5d5d5 1px solid;
}

.formato {
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 10px;
}

.titolo-formato {
	font-weight: 700;
}

.prezzox {
	margin-bottom: 10px;
	color: #666;
}

.precarrello {
    float: left;
    display: block;
    height: 36px;
    line-height: 36px;
    margin-right: 40px;
	width: auto;
	width: 130px;
}

.precarrellox {
    float: left;
    display: block;
    height: 36px;
    line-height: 36px;
    margin-right: 20px;
    width: 250px;
}

.precarrello .input {
	height: 36px;
    line-height: 36px;
	display: inline-block;
	width: auto;
}

.precarrellox .input {
	height: 36px;
    line-height: 36px;
	display: inline-block;
	width: auto;
}

.nodisp, .disabled {
    background-color: #999;
}

.disabled {
	cursor: default;
}

.ricette {
	padding: 20px;
	border-radius: 10px;	
}

.titolo-ricette {
    font-weight: 700;
}

.titolo-generico {
	text-transform: uppercase;
    font-weight: 700;	
	font-size: 15px;
}

.ricetta {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 35px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #ccc;
	background-image: linear-gradient(#ffffff 0%, #ffffff 75%, #f5f5f5 100%);
}

.ricetta.last {
	margin-right: 0px;
}

.tit-ricetta {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #0092D0;
}

.img-ricetta {
	width: 100%;
	height: 200px;
	border-radius: 10px;
	margin: 0px auto;
	margin-bottom: 20px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.txt-ricetta {
	min-height: 350px;
}

.ord_50 {
	float: left;
	width: 50%;
}

.div_contatti {
    margin: 0px auto;
    width: 100%;
    border-left: #0092D0 1px solid;
    border-right: #0092D0 1px solid;
    border-bottom: #0092D0 1px solid;
    box-sizing: border-box;
    box-shadow: 0px 2px 2px #eee;
	border-radius: 10px;
}

.div_head {
    background-color: #0092D0;
    width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.trhead2 {
    background-color: #0092D0;
    color: #fff;
    font-style: italic;
    float: left;
    width: 40%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.trhead {
	background-color: #0092D0;
    color: #fff;
    font-style: italic;
    float: left;
    width: 20%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.linea {
    height: 1px;
    background-color: #0092D0;
    overflow: hidden;
    clear: both;
    margin: 25px 0;
}

.servizio2 {
    float: left;
    width: 40%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.servizio {
    float: left;
    width: 20%;
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.rosso {
	 color: #CC0000;
}

footer {
	overflow: hidden;
	border-top: #0092D0 5px solid;
}

#cnt_foot_back {
    margin: 0px auto;
    width: 100%;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center center;
}

#cnt_foot, #cnt_footx {
    position: relative;
    margin: 0px auto;
    width: 100%;
    padding: 0 20px;
    max-width: 1440px;
	box-sizing: border-box;
}

.box_foot {
    background-color: #fff;
    position: relative;
    float: left;
    display: block;
	font-size: 13px;
    width: 22.375%;
    padding: 25px 40px 25px 25px;
    margin-right: 3.5%;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #444;
    box-sizing: border-box;
    border: #d5d5d5 1px solid;
    border-radius: 30px;
	box-shadow: 0px 2px 2px #eee;
	min-height: 520px;
	background-image: linear-gradient(#ffffff, #ffedd1);
}

.box_foot_center {
    text-align: center;
}

.lastbox_foot {
    margin-right: 0px;
}

.box_foot h2 {
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    text-align: center;
}

.box_prefoot {    
    position: relative;
    float: left;
    display: block;	
    width: 22.375%;
    padding: 25px 40px 25px 25px;
    margin-right: 3.5%;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;	
	font-style: italic;
    box-sizing: border-box;    
}

.box_prefoot_center {
    text-align: center;
}

.lastbox_prefoot {
    margin-right: 0px;
}

.box_prefoot .fas {
    font-size: 50px;
	width: 80px;
	height: 50px;
	color: #fff !important;
	display: block;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
	left: 2px;
	padding-right: 0px;
}

.linedot {
    height: 1px;
    border-top: #0092D0 1px dotted;
    margin-bottom: 20px;
}

#sitemap {
    line-height: 16px;
    width: 100%;
}

#sitemap #left_col {
    width: 50%;
    text-align: left;
    float: left;
}

#sitemap #right_col {
    width: 50%;
    text-align: left;
    float: right;
}

.foot_link, .foot_link:visited, .foot_link:active, .foot_link:link {
	position: relative;
    display: block;
    color: #444;
    padding-bottom: 5px;
	padding-left: 15px;
    font-size: 12px;
	white-space: nowrap;
}

.foot_link:hover {
    text-decoration: underline;
}

.foot_link .fa-square {
	position: absolute;
	top: 4px;	
	left: 0px;	
    font-size: 8px;
	display: inline-block;
    padding-right: 8px;
    width: 8px;
	text-align: left;		
}

.paypal {
    display: block;
    margin: 0px auto;
    width: 60%;
    padding-bottom: 15px;
}

.visa, .mastercard, .americanexpress, .postepay {
    float: left;
    width: 26.66%;
    margin-right: 10%;
	border-radius: 30px;
}

.postepay {
    margin-right: 0;
}

.social {    
    display: block;    
    text-align: center;
    padding-bottom: 30px;
}

.fas {
    color: #0092D0;
    display: inline-block;
    padding-right: 5px;
    text-align: left;
    width: 20px;
	text-align: center;
}

.fa-facebook-square {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 60px;
	color: #4B67A1 !important;
	color: #224B71 !important;
}

.fa-instagram {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 60px;
	color: #000 !important;
	color: #224B71 !important;	
}

.fa-youtube {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 40px;
	color: #ff0000 !important;
}

.black{
	background-color: #0092D0;	
}

#cnt_copy {
    margin: 0px auto;
    width: 100%;
    max-width: 1400px;
    padding-top: 10px;
    padding-bottom: 40px;
    font-size: 12px;
}

#copy_l {
    float: left;
    color: #fff;
    padding-left: 25px;
}

#copy_r {
    float: right;
    color: #fff;
    padding-right: 25px;
}

#menu_copy {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#menu_copy li {
    display: inline-block;
}

#menu_copy li a {
    color: #fff;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    border-left: #fff 1px solid;
    line-height: 13px;
    height: 13px;
}

#menu_copy li:first-child a {
    border-left: none;
    padding-left: 0;
}

#menu_copy li:last-child a {
    padding-right: 0px;
}

#menu_copy li a:hover {
    color: #d5d5d5;
}

#cookie-disclaimer {
    background-color: #444;
    color: #FFF;
    opacity: .95;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}

#titolo-cookies {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	display: none;
}

#cookie-disclaimer a {
	color: #FFF;
}

#cookie-disclaimer .btn {
	margin-left: 5px;
	margin-right: 5px;
}

#cookie-disclaimer2 {
    background-color: #444;
    color: #FFF;
    opacity: .95;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
}

#cookie-disclaimer2 a {
	color: #FFF;
}

#cookie-disclaimer2 .btn {
	margin-left: 5px;
	margin-right: 5px;
}

#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: #444;
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 30px;
}

.linea_divisoria {
	width: 100%;
	height: 1px;
	margin: 20px 0px;
	background-color: #222222;
}

.linea_divisoriax {
	height: 1px;
	background-color:#0092D0;
	overflow: hidden;
	clear: both;
	margin: 25px 0 0;
}

#BlowupLens {
	display: block !important;
}

.onlymobile {
	display: none;
}

.onlymobile2 {
	display: none;
	visibility: hidden;
}

#search_result{
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	border: #ccc 1px solid;
	background-color: #fff;
	z-index: 10001;
	padding: 20px;
	min-width: 100%;
	text-align: left;
}

.menuonlymobile{
	display: none;
}

.menuonlymobile2{
	display: none;
}

@media all and (max-width: 1530px) {

	#cnt_photo{
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
	
	#photo .owl-prev {
		left: -15px;
		width: auto !important;
		background-color: #fff;
		border-radius: 30px;
		padding: 2px !important;
		display: block !important;
		border: #ccc 1px solid;
	}

	#photo .owl-next {
		right: -15px;
		width: auto !important;
		background-color: #fff;
		border-radius: 30px;
		padding: 2px !important;
		display: block !important;
		border: #ccc 1px solid;		
	}	
	
	#box_home_cnt1 .owl-prev {
		left: -15px;
		width: auto !important;
		background-color: #fff;
		border-radius: 30px;
		padding: 2px !important;
		display: block !important;
		border: #ccc 1px solid;		
	}

	#box_home_cnt1 .owl-next {
		right: -15px;
		width: auto !important;
		background-color: #fff;
		border-radius: 30px;
		padding: 2px !important;
		display: block !important;
		border: #ccc 1px solid;		
	}
	
	#box_home_cnt2 .owl-prev {
		left: -10px;
		width: auto !important;
		background-color: #fff;
		border-radius: 30px;
		padding: 2px !important;
		display: block !important;
		border: #ccc 1px solid;		
	}

	#box_home_cnt2 .owl-next {
		right: -10px;
		width: auto !important;
		background-color: #fff;
		border-radius: 30px;
		padding: 2px !important;
		display: block !important;
		border: #ccc 1px solid;		
	}		
	
}




@media all and (max-width: 1400px) {
	

	
	#top-transparent {
		background-color: #fff;
		position: static;
		width: auto;
	}
	
	#logo {
		text-align: left;
		margin-left: 20px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	#logo img {
		max-width: 100%;
		height: auto;
		float: none;
		max-width: 200px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#logo img.small {
		height: auto;
	}
	
	.menuhead.big {
		margin: 0px 5px;
	}
	
	.faheadsmall {
		font-size: 26px !important;
	}
	
	.fahead {
		width: 100% !important;
	}
	
	#cnt_photo {
		margin-top: 40px;
	}
	
	#map {
		width: auto;
		margin-top: 40px;
		height: 400px;		
		margin-left: 20px;
		margin-right: 20px;
		box-sizing: border-box;		
	}
	
	#photo {
		/*height: 400px*/
	}
	
	#photo .item {
		/*height: 400px;*/
	}
	
	.box_foot {
		min-height: 500px;
	}
	
	.sicurezza{
		position: relative;
		top: 0px;
		right: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 20px;
	}		
	
}

@media all and (max-width: 1150px) {
	
	.menuhead.big {
		margin: 0px 0px;
		padding-left: 5px;
		padding-right: 5px;
	}	
	
	.box_foot {
		min-height: 520px;
	}
	
	#menu > li > a{
		font-size: 14px;
	}
	
	.prezzo{
		display: block;
		margin-bottom: 10px;
	}
	
	.richiesta_info_td{
		width: 40%;
	}
	
	.titolo{
		height: 56px;
		overflow: hidden;
		
	}
	
}

@media all and (min-width: 1222px) {
	#menu {
		display: table !important;
	}
}

@media all and (max-width: 1030px) {
	#logo {
		width: Calc(20% - 20px);
	}
	#cerca {
		width: 38%;
	}	
}



@media all and (max-width: 999px) {
	
	.box-sizurezza{
		float: none;
		width: 100%;
		text-align: left;	
		line-height: 30px;
		font-style: italic;
		
	}	
	
	.sx{
		float: none;
		width: 100%;
		text-align: left;	
	}

	.dx{
		float: left;
		width: 100%;
		text-align: left;
	}
	
	.onlymobile2{
		display: block;
		visibility: visible;
		line-height: 20px;
	}	
	
	.menuonlymobile{
		display: block;
		padding-bottom: 20px;
	}
	
	.menuonlymobile a{
		display: block;
		padding-left: 20px;
	}
	
	.submenu {
		display: none;
		visibility: visibile;
		opacity: 1;
		position: relative;	
		width: 100%;
		line-height: 22px;
		padding: 10px;		
		z-index: 10000;
		box-sizing: border-box;		
		border: none;
		min-height: auto;
	}	
	
	
	.submenu_sx{
		display: block;
		float: none;
		width: 100%;
	}
	
	.submenu_dx{
		display: none;		
		float: none;
		width: 100%;
	}	
	
	#search_result{
		min-width: 80%;
		left: 10px;
		right: 10px;
	}	
	
	.submenu{
		display: none;
		visibility: hidden;
		opacity: 0;
	}
	
	#menu{
		display: block;
	}
	
	#menu > li{
		border: none;
		background-color: #fff !important;
	}
	
	#menu > li > a{
		color: #0092D0;
	}
	
	#menu > li:hover > div.submenu {
		display: none;
		visibility: hidden;
		opacity: 0
	}	
	
	.titolo-inline{
		font-size: 15px;
	}
	
	.boxcarousel{
		padding: 40px;
	}
	
	.pad_intro{
		padding: 60px 40px;
	}

	footer{
		border-top: none;
	}
	
	#cnt_photo{
		padding: 20px;
		box-sizing: border-box;
	}
	
	.topsx{
		width: 50%;
	}
	
	.topdx{
		width: 50%;
	}	
	
	.topcnt{
		display: none;
	}
	
	#logo{
		float: none;
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0px;
	}
	
	#cerca{
		float: none;
		text-align: center;
		width: 100%;		
	}
	
	#head_right{
		position: relative;
		float: none;
		text-align: center;
		width: 100%;
		left: 0px;
		right: 0px;
		bottom: 0px;
		top: 0px;
		text-align: center;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}	
	
	#menu > li > a:hover, #menu > li > a.hover {
		background-color: #224B71;
		color: #FFF;
		border-left: none;
	}	
	
	.menuhead{
		display: inline-block;
		float: none;
		padding-left: 20px;
		padding-right: 20px;
	}	
	
	.testa {
		height: auto;
	}
	
	.faheadsmall {
		font-size: 23px !important;
	}
	
	#cnt_menu {
		background: none;
		border-bottom: #fff 1px solid;
	}
	
	#menu_trigger {
		font-size: 12px;
		display: block;
		background-image: url('/img/sandwich.png');
		background-position: right 20px center;
		background-size: 20px, 20px;
		background-repeat: no-repeat;
		background-color: #0092D0;
	}
	
	#menu {
		display: none;
		border-right: 0;
		border-left: 0;
	}
	
	#menu > li {
		display: block;
		background: none;
		width: 100%;
	}
	
	#menu > li > a {
		border: none;
		display: block;
		text-align: left;
		border-bottom: none;
		padding-left: 20px;
		line-height: 30px;
	}
	
	#menu > li > a:hover, #menu > li > a.hover {
		background-color: #ccc;
		color: #fff;
	}
	
	#photo {
		/*height: 250px;*/
	}
	
	#photo .item {
		/*height: 250px;*/
	}
	
	#map {
		height: 250px;
	}
	
	.slogan {
		font-size: 20px;
	}
	
	.slogan-grosso1 {
		padding: 10px;
		font-size: 25px;
		line-height: 25px;
		text-shadow: 1px 2px 0px #000;
	}
	
	.onlymobile {
		display: block;
	}
	
	section {
		margin-top: 20px;
	}
	
	#box_home_cnt1 {
		margin-top: 40px;
	}
	
	#box_home_cnt2 {
		margin-top: 40px;
	}	
	
	.box {
		float: none;
		width: auto;
		padding: 25px;
		margin-right: 0;
		margin-bottom: 40px;
		min-height: 330px;
		box-shadow: none;
	}
	
	h1.floated{
		float: none;
	}
	
	.data-table{
		width: 100%;
	}
	
	.colonna {
		column-count: 1;
		column-gap: 0px;
	}
	
	.foto {
		width: 100%;
		margin-right: 0px;
	}
	
	.video {
		width: 100%;
		margin-right: 0px;
	}
	
	#cnt_photo, #map {
		margin-top: 0px;
	}
	
	.newsbig, .promobig {
		right: 0px;
	}
	
	.prezzox {
		text-align: center;
		border: 1px solid #CCC;
		border-radius: 10px;
		padding: 20px;
	}
	
	.precarrellox {
		float: none;
		width: 100%;
		display: inline-block;
		margin-right: 0;
	}
	
	.carrellox {
		float: none;
		max-width: 250px;
		width: 100%;
		margin: 0px auto;
		margin-top: 20px;
		box-sizing: border-box;
	}
	
	.left_50, .right_50 {
		width: 100%;
		float: none;
	}
	
	.right_50 {
		padding-top: 22px;
	}
	
	.labelfilter2 {
		width: 100%;
		display: block;
		float: none;
	}
	
	.inputfilter2 {
		margin-top: 10px;
		width: 100%;
		display: block;
		float: none;
	}
	
	.btnfilter {
		margin-top: 10px;
		width: 100%;
		display: block;
		float: none;
	}
	
	.richiesta_info_td {
		width: 30%;
		text-align: left;
	}
	
	.cnt_prodotti_sx {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.prodotti_dx {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	
	.labelfilter {
		width: 100%;
		display: block;
		float: none;
	}
	
	.inputfilter {
		margin-top: 10px;
		width: 100%;
		display: block;
		float: none;
	}
	
	.prodotto_list {
		width: auto;
	}
	
	.imgprodottibig {
		display: block;
	}
	
	#BlowupLens {
		display: none !important;
	}
	
	.imgprodotti_dw_img {
		height: 300px;
	}
	
	.imgprodotti_dw {
		display: block;
		float: none;
		width: 100%;
		border: none;
		box-shadow: 0px 4px 4px #aaa !important;
	}
	
	#cnt_foot_back {
		padding: 40px 0px;
	}
	
	.box_foot {
		width: 100%;
		float: none;
		padding: 25px;
		box-sizing: border-box;
		margin: 0px;
		margin-bottom: 40px;
	}
	
	.box_prefoot {
		width: 100%;
		float: none;
		padding: 25px;
		box-sizing: border-box;
	}
	
	.lastbox_foot {
		margin-bottom: 0px;
	}
	
	.pad_intro {
		padding: 60px 20px;
	}
	
	.hide_mobile {
		display: none;
	}
	
	#copy_l, #copy_r, #menu_copy {
		float: none;
		text-align: center;
		padding-top: 10px;
	}
	
	#copy_l {
		padding-left: 0px;
	}
	
	#copy_r {
		padding-right: 0px;
	}
	
	#menu_copy {
		margin: 0px;
		list-style-type: none;
	}
	
	#menu_copy li {
		display: block;
	}

	#menu_copy li a {
		border: none;
		padding: 0px;
	}
	
	.nomobile {
		display: none !important;
	}
	
	.breakmobile {
		display: block;
	}
	
	.ricetta {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	.txt-ricetta {
		min-height: 0px;
	}
	
	.reveal-modal {
		width: 90%;
	}
	
	#pswd_info, #pswd_info2 {
		max-width: 400px;
		width: 100%;
		right: -20px;
	}
}

@media all and (max-width: 800px) {
	
	.menuhead{
		display: inline-block;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
	}	
	
	#bottoni_cnt td {
		display: block !important;
		text-align: left !important;
		width: auto !important;
	}
	
	.nomobile-br {
		display: none !important;
	}
	
	#divStato {
		width: 100% !important;
		height: 300px !important;
		overflow-y: scroll !important;
		box-sizing: border-box;
	}
	
	#bottoni_cnt td a, #bottoni_cnt td span, #bottoni_cnt td input {
		display: block !important;
		float: none !important;
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 10px;
		text-align: center;
	}
}

@media all and (max-width: 600px) {
	.ord_50 {
		float: none;
		width: 100%;
	}
	
	.header_desktop {
		display: none;
	}
	
	.prodotto_carrello {
		border-top: 1px solid #d5d5d5;
		border-bottom: 0;
		margin: 40px 0 0 0;
		padding: 40px 0 0 0;
	}
	
	.prodotto_carrello .immagine_carrello {
		display: block;
		float: none;
		width: 10%;
		text-align: left;
	}
	
	.prodotto_carrello.conferma .immagine_carrello {
		display: block;
		float: none;
		width: auto;
		text-align: left;
	}
	
	#fatturazione, #spedizione {
		font-size: 13px;
	}
	
	#id_syspagamento {
		display: block;
		margin: 10px 0;
		width: 100% !important;
	}
	
	#conf-pag {
		text-align: center;
	}
	
	.elimina_prodotto {
		position: absolute;
		top: 40px;
		right: 0;
		z-index: 1222;
		width: auto;
	}
	
	.descrizione_carrello {
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}
	
	.descrizione_carrello::before {
		content: "nome prodotto: ";
		display: inline-block;
		width: 35%;
	}
	
	.taglia_carrello {
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}
	
	.taglia_carrello::before {
		content: "taglia: ";
		display: inline-block;
		width: 35%;
	}
	
	.quantita_carrello {
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}
	
	.quantita_carrello::before {
		content: "quantità: ";
		display: inline-block;
		width: 35%;
	}
	
	.prezzo_carrello {
		float: none;
		width: auto;
		text-align: left;
		margin: 10px 0;
	}
	
	.prezzo_carrello::before {
		content: "prezzo: ";
		display: inline-block;
		width: 35%;
	}
	
	.totale_prezzi {
		text-align: left;
		margin-top: 20px;
		border-top: 1px solid #d5d5d5;
		padding-top: 20px;
	}
	
	.totale_prezzi div {
		margin: 10px 0;
	}
	
	.nome_prezzo {
		width: 35%;
	}
	
	.valore_prezzo {
		display: inline-block;
	}
	
	.servizio {
		width: 10%;
	}
	
	.trhead {
		width: 10%;
	}
	
	.trhead.primo {
		width: 10%;
		display: none;
	}
	
	.trhead2.secondo {
		border-top-left-radius: 5px;
	}
	
	.servizio.primo {
		padding: 5px 0px 5px 5px;
		width: 10%;
		display: none;
	}
	
	.servizio.ultimo {
		padding: 5px 5px 5px 0px;
		width: 20%;
	}
	
	.trhead.ultimo {
		width: 20%;
	}
	
	.servizio2 {
		padding: 5px;
	}
	
	.menuhead {
		width: 18% !important; 
		font-size: 10px;
	}
	
	#top {
		text-align: center;
	}
}

@media all and (max-width: 450px) {
	.menuhead {
		width: 20% !important;
		text-transform: none;
	}
	
	.nophone{
		display: none !important;
	}
	
	.topdx{
		text-align: right;
	}
	
	.topsx .fas{
		font-size: 20px !important;
		line-height: 30px !important;
	}	
	
	.topdx .fas{
		font-size: 20px !important;
		line-height: 30px !important;
	}
	
	.h1home{
		font-size: 20px;
	}
	
	#carrello_cnt{
		min-width: 80%;
		width: calc(100% - 20px);
		left: 10px;
		right: 10px;
		box-sizing: border-box;
	}		
	
}