@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/FontAwesome.otf");	

body
{
	background:url("/immaginiag/bkg.png") no-repeat;
	font-family: "futura-pt", sans-serif;
	min-width:600px;
}

.grigio_chiaro
{
	font-family: "futura-pt-condensed", sans-serif;	
}

.condensed
{
	font-family: "futura-pt-condensed", sans-serif;	
}

.top
{
	width:100%;
	display:block;
	clear:both;
	height:90px;
	background:#fff;
	padding: 8px 0;
}

.container
{
	width:1260px;
	display:block;
	margin:0px auto;
	padding-left:15px;
	padding-right:15px;
}

.logo
{
	float:left;
}

.user, .logout
{
	float:right;
	margin-left:45px;
	line-height:75px;
}

.user
{
	font-size:16px;
	color:#333333;
	font-weight:400;
}

.logout, .logout:hover, .logout:focus, .logout:active
{
	font-size:16px;
	font-weight:400;
	color:#808080;
}

.user img, .logout img {
    float: right;
    margin-left: 12px;
    margin-top: 19px;
}

.tabgialle {
    /*width: 870px;*/
	width: 100%;
	text-align: center;
    display: block;
    margin: 0px auto;
}

.tabgialla, .tabgialla:hover, .tabgialla:active, .tabgialla:focus
{
	/*width:168px;*/
	width: 135px;
	margin:0px 3px;
	/*display:block;
	float:left;*/
	display: inline-block;
	height:60px;
	background:#fff;
	line-height:60px;
	text-align:center;
	/*font-size:25px;*/
	font-size: 16px;
	color:#cccccc;
	font-family: "futura-pt-condensed", sans-serif;	
	text-transform:uppercase;
}

.tabgialla.active
{
	color:#000;
	background:#ffda00;
	box-shadow: 1px -2px 2px 1px rgba(100, 100, 100, 0.2);
}

.tabgialla .quanti
{
	color:#ffda00;
}

.space40
{
	display:block;
	clear:both;
	width:100%;
	height:40px;
}

.space10
{
	display:block;
	clear:both;
	width:100%;
	height:10px;
}

.space60
{
	display:block;
	clear:both;
	width:100%;
	height:60px;
}

.lineagialla
{
	margin:0;
	padding:0;
	width:100%;
	height:6px;
	display:block;
	clear:both;
	background:#ffda00;
}

.contenitore
{
	width:100%;
	display:block;
	clear:both;
	/*background:#fff;*/
	padding:30px 0;
	margin:0;
}

h2 
{
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #000000;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

.tabsric
{
	width:100%;
	display:block;
	clear:both;
}

.tabric {
    float: left;
    width: 32.5%;
    display: block;
    height: 54px;
    border-top: 6px solid #ffda00;
    background: #fff;
    color: #333333;
    font-size: 30px;
    line-height: 47px;
    font-weight: 700;
    font-family: "futura-pt-condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px 1px rgba(100, 100, 100, 0.2);
}

.tabric.active
{
	background:#f5f5f5;
}

.tabric.c
{
	margin:0px 1.25%;
}

.contchange
{
	width:100%;
	height:120px;
	display:none;
	clear:both;
	background:#f5f5f5;
	margin-top:5px;
	padding-top: 35px;
}

.contchange.active
{
	display:block;
}

.col33
{
	width:33%;
	display:block;
	float:left;
}

.col50
{
	width:50%;
	display:block;
	float:left;
}

.col60
{
	width:60%;
	display:block;
	float:left;
}

.col40
{
	width:40%;
	display:block;
	float:left;
}

.contchange .col33, .contchange .col50
{
	text-align:center;
}

select 
{
    width: 220px;
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 25px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    padding: 0px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/immaginiag/ico_frecciaselect.png") #fff no-repeat center right;
    background-position: 180px 20px;
	display:block;
}

input[type="text"]
{
	width: 250px;
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 25px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    padding: 0px 20px;
	display:block;	
}

.btn-cerca {
    width: 85px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    color: #333;
    text-align: center;
    background: #ffda00;
    border: 0px none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: -4px;
}

.continput
{
	width:335px;
	height:50px;
	display:block;
	margin:0px auto;
}

.continput input
{
	display:inline-block;
}

.contchange select
{
	margin:0px auto;
}

.contchange.last
{
	padding: 35px 10%;
}

table
{
	width:100%;
	max-width:100%;
	border:0;
}

thead
{
	width:100%;
	border-top:6px solid #ffda00;
}

th
{
	padding-top:25px;
	padding-bottom:10px;
	text-align:center;
	border:0;
	font-size:16px;
	line-height:20px;
	color:#333333;
	font-weight:400;
}

a, a:hover, a:focus {
    color: black;
    text-decoration: none;
}

tbody tr
{
	background:#f5f5f5;
}

tbody tr.odd
{
	background:#fff;
}

td
{
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#666666;
	text-align:center;
}

input.qty {
    width: 80px !important;
    height: 35px !important;
    display: block;
    margin: 0px auto;
    color: #666;
    font-size: 16px;
	font-family: "futura-pt", sans-serif;
	font-weight:400;
}

.cod {
    position: relative;
}

.icoimg {
    position: absolute;
    left: 5px;
    top: 15px;
	cursor:pointer;
}

.promo {
    position: absolute;
    right: -10px;
    top: 4px;
}

td.cart img {
    margin-top: 0px;
}

td.cart {
    max-width: 100px;
    width: 100px;
}

.addcart img
{
	-webkit-transition: 0.3s all ease-in;
	-moz-transition: 0.3s all ease-in;
	-ms-transition: 0.3s all ease-in;
	-o-transition: 0.3s all ease-in;
	transition: 0.3s all ease-in;
}

.imggrande
{
	position:absolute;
	display:none;
	width:175px;
	height:175px;
	background:url("/immaginiag/bkimgbig.png") no-repeat;
	opacity:0;
	transition:0.3s all ease-in;
	-webkit-transition:0.3s all ease-in;
	-o-transition:0.3s all ease-in;
	-ms-transition:0.3s all ease-in;
	left: -180px;
	top: -61px;
	padding:10px;
	padding-right:20px;
	z-index:2;
}

.opaco
{
	opacity:1;
}

.visibile
{
	display:block !important;
}

.imggrande img
{
	max-width: 135px;
	max-height: 150px;
	width: auto;
}

.tabgialla.active .quanti
{
	color:#4d4d4d;
}

.carrello tbody tr
{
	background:#fff;
	border-bottom:1px solid #cccccc;
}

.carrello td
{
	padding:5px 0px;
}

.codicegr {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: "futura-pt-condensed", sans-serif;
	text-align:left;
	margin-left: 20px;
}

.altrocod {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    margin-left: 20px;
    color: #666666;
	font-weight:500;
}

.altrocod span
{
	color:#000;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.totali
{	
	display:block;
	clear:both;
	float:right;
	width:250px;
	margin-top:10px;
}

.s-tot
{
	width:100%;
	display:block;:
	clear:both;
	margin-bottom:5px;
	font-size:22px;
	line-height:26px;
	color:#333333;
    font-family: "futura-pt-condensed", sans-serif;
}

.s-tot .right
{
	color:#666666;
    font-family: "futura-pt", sans-serif;
	font-size:16px;
}

.s-tot.totfinale, .s-tot.totfinale .right
{
	font-size:26px;
	line-height:31px;
	color:#333333;
}

.linkgrigio, .linkgrigio:hover, .linkgrigio:focus, .linkgrigio:active
{
	font-size:20px;
	line-height:22px;
	color:#666666;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
	text-transform:uppercase;
	line-height:40px;
}

.linkgrigio img
{
	margin-right:5px;
	vertical-align:-2px;
}

.btn-ordina, .btn-ordina:hover, .btn-ordina:focus, .btn-ordina:active
{
	font-size:20px;
	color:#fff;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
	background:#000;
	width:224px;
	text-align:center;
	line-height:40px;
	height:40px;
	text-transform:uppercase;
	display:block;
}

.btn-ordina img
{
	margin-left:15px;
	vertical-align:-2px;
}

.carrello
{
	padding:0px 25px;
	/*box-shadow: 1px 1px 2px 1px rgba(100, 100, 100, 0.2);*/
}	

.carrello table	thead
{
	border-top:0px none;
}

.btn-nuovoor, .btn-nuovoor:focus, .btn-nuovoor:active, .btn-nuovoor:hover
{
	width:222px;
	height:40px;
	line-height:40px;
	background:#ffda00;
	text-align:center;
	text-transform:uppercase;
	color:#000;
	font-weight:700;
	display:block;
	font-family: "futura-pt-condensed", sans-serif;
	font-size:20px;
	border:0px;
}

.btn-nuovoor img {
    margin-left: 10px;
    vertical-align: -3px;
}

span.spedito
{
	color:#7ac943;
}

span.confermato
{
	color:#f7931e;
}

.linkcod, .linkcod:hover, .linkcod:focus, .linkcod:active
{
	color:#4d4d4d;
	text-decoration:underline;
}

table.ombrata
{
	box-shadow: 1px 1px 2px 1px rgba(100, 100, 100, 0.2);
}

.riepilogo td img
{
	max-height:	70px;
	max-width:45px;
	padding:10px 0px;
}

.prd
{
	line-height:21px;
}

.riepilogo td img {
    max-height: 80px;
    max-width: 55px;
    padding: 10px 0px;
}

.statordine
{
	width:94%;
	display:block;
	clear:both;
	margin:25px 3%;
	padding:15px 4%;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.statordine .stat
{
	font-size:24px;
	line-height:24px;
	color:#000000;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
}

.statordine .stat span
{
	font-size:20px;
	line-height:24px;
	font-family: "futura-pt", sans-serif;
	font-weight:500;
}

.statordine .cost
{
	font-size:18px;
	line-height:28px;
	color:#000000;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
}

.statordine .cost span
{
	font-size:16px;
	line-height:28px;
	font-family: "futura-pt", sans-serif;
	font-weight:500;
	color:#4d4d4d;
}

.datiord
{
	width:94%;
	display:block;
	clear:both;
	margin:0px 3%;
	padding:15px 4%;
	font-size:20px;
	line-height:34px;
	color:#000000;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
}

.datiord span
{
	font-size:16px;
	line-height:34px;
	font-family: "futura-pt", sans-serif;
	font-weight:500;
	color:#4d4d4d;
}

.datiord h3
{
	font-size:20px;
	line-height:20px;
	color:#000000;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
	margin-top:0;
	margin-bottom:20px;
	text-transform:uppercase;
}

#login
{
	height:530px;
	width:410px;
	display:block;
	clear:both;
	position:absolute;
	top:14%;
	left:50%;
	margin-left:-205px;
}

.logogin
{
	display:block;
	margin:0px auto;
}

.boxlogin
{
	width:100%;
	height:385px;
	background:#fff;
	border-top:15px solid #ffda00;
	box-shadow: 1px 1px 2px 1px rgba(100, 100, 100, 0.2);
	padding:25px 35px;
}

.boxlogin input
{
	width:100% !important;
	display:block;
	clear:both;
	height:50px;
}

.boxlogin input[type="text"], .boxlogin input[type="password"]
{
	border:0;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	line-height:50px;
	padding-left:40px;
	font-size:16px;
	font-weight:300;
	color:#999999;
	font-family: "futura-pt", sans-serif;
	background:url("/immaginiag/ico_userlogin.png");
	background-repeat: no-repeat;
	background-position: left center;

}

.boxlogin input[type="password"]
{
	margin-bottom:30px;
	background:url("/immaginiag/ico_passlogin.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.btn-login, .btn-login:hover, .btn-login:focus, .btn-login:active
{
	background:#000;
	color:#fff;
	font-size:23px;
	line-height:50px;
	text-align:center;
	font-weight:700;
	font-family: "futura-pt-condensed", sans-serif;
	text-decoration:none;
	border:0px none;
	border-radius:0;
	letter-spacing:1px;
}

.boxlogin h2
{
	margin-bottom:0px;
	font-size:40px;
	line-height:42px;
}

.recuperapsw, .recuperapsw:hover, .recuperapsw:focus, .recuperapsw:active
{
	font-size:15px;
	color:#999999;
	line-height:17px;
	float:right;
	text-decoration:underline;
}

.grid-utili > h2 {
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 23px 0 15px;
    text-align: center;
}

.menu-footer li
{
	font-family: "futura-pt-condensed", sans-serif;
}

.text-footer > li:first-child > h2
{
	text-transform:none;
}

.space40
{
	display: block;
	clear: both;
	width: 100%;
	height: 40px;
}

.col50
{
	float: left;
	display: block;
	width: 40%;
}

.nox
{
	display: block;
	float: right;
	width: 48.5px;
	height: 46px;
}

.contselect
{
	display: block;
	clear: both;
	width: 100%;
}

.tabric.content {
    height: auto;
    border-top: 0;
    margin-top: 5px;
    padding: 5px;
    box-shadow: none;
}

select {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 25px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    padding: 0px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/immaginiag/ico_frecciaselect.png") #fff no-repeat center right;
    background-position: 95% 20px;
    display: block;
    margin-bottom: 10px;
}

.continput {
    width: 100%;
    height: 50px;
    display: block;
    margin: 0px auto;
	margin-bottom: 10px;
}

input[type="text"] {
    width: 269px;
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 25px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    padding: 0px 20px;
    display: inline-block;
}

.select-search2 {
    float: none;
    width: 100%;
    background: #ffffff;
    padding: 0;
    position: static;
    display: block;
    clear: both;
    margin-bottom: 40px;
}

.icoimg {
    position: absolute;
    left: 5px;
    top: 15px;
    cursor: pointer;
    display: none;
}

.contenitore2 {
    width: 100%;
    display: block;
    clear: both;
    background: #fff;
    padding: 0;
    margin: 0;
	margin-bottom: 40px;
}

.box-inputradio {
    width: auto;
    padding: 3px 15px;
    background: #fff;
    border-radius: 0;
    margin-bottom: 0;
    height: 50px;
    line-height: 41px;
    border: 1px solid #E6E6E6;
}

input[type="radio"]:checked + label {
    background-image: url('/immaginiag/newchecked.png?v=1');
}

input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    background-image: url('/immaginiag/newcheck.png');
    background-size: 25px 24px;
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    margin: 0;
    float: left;
    background-repeat: repeat;
}

.tabric.content {
    height: auto;
    border-top: 0;
    margin-top: 5px;
    padding: 5px 15px;
    box-shadow: none;
	min-height:190px;
}

input[type="text"] {
    width: 249px;
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 25px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    padding: 0px 20px;
    display: inline-block;
}

.space20
{
	display: block;
	clear: both;
	width: 100%;
	height: 20px;
}

.notecart {
    font-size: 18px;
    font-weight: 400;
	margin-top: 25px;
}

.statiordine
{
	margin-top: 10px;
}

.statiordine {
    margin-top: 23px;
}

.s-tot.totpiccolo.totfinale.clearfix {
    font-size: 22px;
	color: #666;
}

.s-tot.totpiccolo.totfinale.clearfix .right {
    font-size: 22px;
    line-height: 31px;
    color: #666;
}

#sconti_campagna {
    font-size: 13px;
    line-height: 16px !important;
}

.infoprodaut
{
	font-size: 10px !important;
	line-height: 12px !important;
	font-family: "Georgia", sans-serif !important;
	font-style: italic !important;
	color: #888888 !important;
	font-weight: 600;
	max-width:120px;
}	

input.qty
{
	line-height: 50px;
	color: #333333;
	font-size: 20px;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 400;
	padding: 0px 10px;
	display: inline-block;
	text-align: center !important;
	width: 60px !important;
}

.rigalistino
{
	width: 100%;
	display: block;
	clear: both;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.mh700
{
	min-height:450px;
}

.rigalistino .nome
{
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	color: #4d4d4d;

}

.rigalistino .azioni
{
	float: right;
	padding-top: 7px;
}

.rigalistino .azioni img
{
	float: right;
	margin-left: 20px;
}

h2 {
    font-size: 41px;
    line-height: 48px;
    margin-bottom: 15px;
    color: #000000;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
}

.tabric {
    float: left;
    width: 32.5%;
    display: block;
    height: 54px;
    border-top: 6px solid #ffda00;
    background: #fff;
    color: #333333;
    font-size: 22px;
    line-height: 47px;
    font-weight: 700;
    font-family: "futura-pt-condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px 1px rgba(100, 100, 100, 0.2);
}

select {
    width: 100%;
    border: 1px solid #e6e6e6;
    background: #fff;
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    padding: 0px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("/immaginiag/ico_frecciaselect.png") #fff no-repeat center right;
    background-position: 95% 20px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.btn-cerca {
    width: 85px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 700;
    color: #333;
    text-align: center;
    background: #ffda00;
    border: 0px none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-left: -4px;
    position: relative;
    top: 2px;
}

.tabgialla, .tabgialla:hover, .tabgialla:active, .tabgialla:focus {
    /*width: 168px;*/
	width: 135px;
    margin: 0px 3px;
    /*display: block;
    float: left;*/
	display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    font-family: "futura-pt-condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

input[type="text"] {
 
    font-style: none !important;
    color: #333333;
    font-size: 16px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 700;
}

.bannerofferte
{
	display: inline;
	float: right;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	background: #FFDA00;
	color: #000;
	width: auto;
	padding: 0px 10px;
	text-transform:lowercase;
	margin-top: -1px;
}

.bannerofferte a
{
	float: right;
	display: inline;
	background: #000;
	color: #fff;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	padding: 0px 10px;
	text-transform: uppercase;
	margin-top: 7.5px;
	margin-left: 10px;
}

.bannerofferte::first-letter
{
	text-transform: uppercase;
}

#vediordine .print, #carrello .print {
    display: inline;
    float: right;
    cursor: pointer;
    margin-top: 0;
}

input[type="radio"]:checked + label {
    background-image: url('/immagini/checked.png');
}

input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    background-image: url('/immagini/check.png');
    background-size: 20px;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    margin: 0;
    float: left;
    margin-top: -4px;
    cursor: pointer;
	margin-right: 4px;
}

input[type="radio"]
{
	display: none;
}

.space10
{
	display: block;
	clear: both;
	width: 100%;
	height: 10px;
}

.bannerofferte {
    display: inline;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    /*background: #213872;*/ background: #FF3B3B ;
    color: #fff;
    width: auto;
    padding: 0px 10px;
    text-transform: lowercase;
    margin-top: -1px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 700;
    text-align: left;
	text-transform: uppercase;
}

.bannerofferte a {
    float: right;
    display: inline;
    background: #ffda00;
    color: #fff;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    padding: 0px 10px;
    text-transform: uppercase;
    margin-top: 7.5px;
    margin-left: 10px;
    color: black;
}

.relative
{
	position: relative !important;
}

.btn-nuovoor.small, .btn-nuovoor.small:hover, .btn-nuovoor.small:focus, .btn-nuovoor.small:active
{
	font-size: 14px;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.pt10
{
	padding-top: 10px !important;
}	

.domanda
{
	height: 125px;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 30px;
	
}

.domanda p
{
	font-size: 20px;
	line-height: 20px;
	display: block;
	clear: both;
	margin-bottom: 15px;
	color: #4D4D4D;
}

.risposta
{
	width: auto;
	height: 35px;
	padding: 0px 10px;
	line-height: 33px;
	border:1px solid #ccc;
	color:#999;
	font-size: 16px;
	font-weight: 500;
	background: #fff;
	cursor: pointer;

}

.risposta.active
{
	background: #FFDA00;	
	color: #333;
}

.user .numerino {
    position: absolute;
    font-size: 13px;
    width: 21px;
    height: 21px;
    border-radius: 100px;
    color: #000;
    background: #FFDA00;
    line-height: 21px;
    text-align: center;
    font-weight: 600;
    top: 9px;
    right: -7px;
}

/*promo*/
.colpromo {
	margin: 20px 1%;
	width: 23%;
	padding: 15px;
	background: #fff;
	min-height: 366px;
	float: left;
	position: relative;
}

.colpromo img {
	width: 100%;
}

.colpromo h2 {
	font-size: 14px;
	line-height: 17px;
	margin: 10px 0 5px;
	font-weight: 900;
	text-transform: uppercase;
}

.colpromo p {
	font-size: 14px;
	line-height: 21px;
	color: #666666;
}

.colpromo .pulsante {
	background: #FFDA00;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 14px;
	position: absolute;
	left: 15px;
	bottom: 15px;
	font-weight: 900;
}

/* Responsive */

@media all and (min-width: 1200px) and (max-width: 1259px)
{
	.container 
    {
		width: 1100px;
	}

	.carousel-inner div div.boxino {
		width: 257px !important;
	}

	.carousel-inner div div.boxino img {
		max-width: 74px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1199px)
{
   .container 
   {
		width: 1025px;
		display: block;
		margin: 0px auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.promo img {
		width: 34px;
		margin-top: 5px;
	}
	.datiord .col50 {
		padding: 0px 20px;
	}
	.imggrande {
		left: 40px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.imggrande img
	{
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);	
		padding: 7px;
	}
	.tabgialla, .tabgialla:hover, .tabgialla:active, .tabgialla:focus {
		width: 150px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px)
{
	.container 
   {
		width: 100%;
		max-width:1024px;
		min-width:600px;
		display: block;
		margin: 0px auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.promo img {
		width: 34px;
		margin-top: 5px;
	}
	.datiord .col50 {
		padding: 0px 20px;
	}
	input[type="text"] {
		width: 160px;
	}
	select {
		width: 200px;
		background-position: 160px 20px;
	}
	td {
		font-size: 15px;
	}
	.imggrande {
		left: 40px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.imggrande img
	{
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		padding: 7px;
	}
	input.qty {
		width: 80px !important;
	}
	.cod {
		position: relative;
		padding: 0px 10px;
	}
	h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.tabric {
		font-size: 25px;
	}
	.datiord {
		padding: 15px 1%;
	}
	.tabgialla, .tabgialla:hover, .tabgialla:active, .tabgialla:focus {
		/*width: 115px !important;*/
		width: 110px !important;
	}
}

@media all and (min-width: 600px) and (max-width: 767px)
{
	.container 
   {
		width: 100%;
		max-width:767px;
		min-width:600px;
		display: block;
		margin: 0px auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.promo img {
		width: 34px;
		margin-top: 5px;
	}
	.datiord .col50 {
		padding: 0px 20px;
	}
	input[type="text"] {
		width: 160px;
	}
	select {
		width: 200px;
		background-position: 160px 20px;
	}
	td {
		font-size: 15px;
	}
	.imggrande {
		left: 40px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
	}
	.imggrande img
	{
		transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		padding: 7px;
	}
	input.qty {
		width: 80px !important;
	}
	.cod {
		position: relative;
		padding: 0px 20px;
	}
	h2 {
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.tabric {
		font-size: 25px;
	}
	.datiord {
		padding: 15px 1%;
	}
	select {
		width: 160px;
		background-position: 130px 20px;
		font-size: 20px;
	}
	.contchange.last {
		padding: 35px 3%;
	}
	input[type="text"] {
		width: 130px;
	}
	.icoimg
	{
		display:none;
	}
	.cod {
		position: relative;
		padding: 0px 20px;
		padding-left: 0;
		padding-right: 40px;
	}
	.promo {
		position: absolute;
		right: 0px;
		top: 4px;
	}
	th {
		padding-top: 25px;
		padding-bottom: 10px;
		text-align: center;
		border: 0;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		font-family: "futura-pt-condensed", sans-serif;
		font-weight: 400;
	}
	input.qty {
		width: 50px !important;
	}
	.carrello table td img {
		width: 40px;
	}
	.stat, .cost
	{
		width:100%;
		margin-bottom:20px;
	}
	.datiord
	{
		font-size:16px;
	}
	.datiord span
	{
		font-size:14px;
	}

}

#promo p {
    margin-top: 30px;
    margin-bottom: -40px;
}

.info {
    display: inline-block;
    width: 22px;
    margin-right: 5px;
    margin-left: 5px;
    vertical-align: 2px;
    cursor: pointer;
}

.popupdestinazione {
    display: none;
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 420px;
    height: 210px;
    text-align: center;
    padding: 25px 15px;
    margin-left: -210px;
    margin-top: -105px;
}

.popupdestinazione h2
{
	text-align: center;
}

.popupdestinazione .btn-ordina {
    margin: 20px auto;
}

.overlaypopup
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
}

.caricaex {
    float: right;
}

.caricaex input[type="text"]
{
	float: right;
	width: 150px;
	height: 30px;
	line-height: 28px;
	border:1px solid #CCCCCC;
	border-right:0;
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.caricaex label, .caricaex .importa_file
{
	float: right;
	margin-right: 5px;
	width: 155px;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 900;
	background: #FFDA00;
	cursor: pointer;
	border:0;
}

.caricaex .scaricamodello, .caricaex .scaricamodello:hover, .caricaex .scaricamodello:focus, .caricaex .scaricamodello:active, .scaricamodello
{
	float: right;
	width: 180px;
	height: 30px;
	line-height: 30px;
	background: #ccc;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 900;
	color: #000;
}

.caricaex .scaricamodello img
{
	display: inline;
	margin-left: 5px;
	vertical-align: -2px;
}

.loader
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 10;
	background: transparent;
}

.overlayloader
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	overflow-y: auto;
}

/* Animation */
@-webkit-keyframes loading {
  to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes loading {
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes loading {
	to { -ms-transform: rotate(360deg); }
}
@keyframes loading {
	to { transform: rotate(360deg); }
}

/* Loader (*/
#loading {

	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: transparent;
	
	border-top: 4px solid #000;
	border-right: 4px solid #000;
	border-bottom: 4px solid #FFDA00;
	border-left: 4px solid #FFDA00;
	
	-webkit-animation: loading 1.2s infinite linear;
	-moz-animation: loading 1.2s infinite linear;
	-ms-animation: loading 1.2s infinite linear;
	animation: loading 1.2s infinite linear;
	border-radius: 100% !important;
	
}


.infor {
    display: block;
    clear: both;
    float: right;
    font-size: 12px;
    line-height: 13px;
    color: #333;
    min-width: 480px;
	margin-top: 3px;
	font-weight: 300;
}

.infor img {
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 1px;
}

.fa
{
	font-family: FontAwesome !important;
}

#remove_file .fa.fa-times {
    margin-top: 5px;
    margin-right: 6px;
    cursor: pointer;
    color: red;
}

#remove_file {
    color: red !important;
    cursor: pointer;
    font-size: 18px;
	display: none;
}

.indice_errore {
    min-width: 23px;
    display: inline-block;
}

.gotop, .godown {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff !important;
    font-size: 30px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    z-index: 10;
}

.gotop i, .godown i
{
	color: #fff !important;
	line-height: 25px;
}

.godown i
{
	line-height: 30px;
}

.loaderfile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 999;
    text-align: center;
    padding-top: 20%;
}

.loaderfile img
{
	margin-bottom: 20px;
}

.loaderfile p
{
	font-size: 20px;
}

.scaricamodello.right {
    font-size: 12px;
    width: 155px;
    font-weight: 700 !important;
}

.overlaypopup, .overlay-modal
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
	overflow-y: auto;
}

.popup_protezione {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 700px;
    height: auto;
    z-index: 99;
    margin-left: -350px;
}

.popup_protezione img
{
	width: 100%;
}

.popup_protezione i {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 100;
    padding: 6px;
    background: #000;
    font-size: 16px;
    color: #fff;
    /*box-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
}

.boxino .novita p font, .boxino .novita p {
    font-size: 13px !important;
}

.pulsanti-mob {
	display: none;
}

.barra-avviso {
	display:none;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #F54D4D;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	z-index: 9;
}

.fixedbarra {
    display: block;
    clear: both;
    width: 100%;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.popup-addorder {
    position: fixed;
    top: 50%;
    right: 50%;
	transform: translate3d(50%, -50%, 0);
	-moz-transform: translate3d(50%, -50%, 0);
	-webkit-transform: translate3d(50%, -50%, 0);
	-ms-transform: translate3d(50%, -50%, 0);
    padding: 32px;
    background: #fff;
    display: none;
    z-index: 10;
    width: 750px;
    text-align: center;
	-webkit-font-smoothing: antialiased !important;
	zoom: 97%;
}

.popup-addorder h2 {
	text-align: center;
	font-size: 24px;
	-webkit-font-smoothing: antialiased !important;
}

.popup-addorder p {
	line-height: 1.5em;
	font-size: 16px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased !important;
}

.popup-addorder button {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 700;
    color: #333;
    text-align: center;
    background: #ffda00;
    border: 0;
	padding: 0 24px;
}

.bnt_quickorder {
	position: absolute;
	right: 5%;
	bottom: -110px;
	background: #D50000;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	line-height: 25px;
	cursor: pointer;
	z-index: 1;
	letter-spacing: 0.5px !important;
	width: 95px;
	height: 95px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bnt_addorder, .bnt_addorder.giallo {
	position: absolute;
	bottom: -110px;
    left: 30px;
    background: #00D53C;
    width: 150px;
	height: 95px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	line-height: 25px;
	cursor: pointer;
	z-index: 1;
	letter-spacing: 0.5px !important;	
	display: flex;
	align-items: center;
	justify-content: center;
}

.bnt_addorder.giallo {
	background: #EFEC39;
	color: #000;
}

.overlay_quickorder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230,230,230,0.8);
    z-index: 9;
}

.close_quickorder {
	position: absolute;
	top: -40px;
	right: 25px;
	width: 25px;
	height: 25px;
	background: url('/immagini/close_quickorder.png') no-repeat center center;
	cursor: pointer;
}

.close_addorder {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
	background: url('/immagini/close_quickorder.png') no-repeat center center;
	cursor: pointer;
}

.cont_quickorder {
	position: absolute;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 960px;
	min-height: 450px;
}

.quickorder {
	max-height: 500px;
	background: #fff;
	box-shadow: 0 2px 1px rgba(175,175,175,0.75);
	padding: 0 5px;
	overflow-y: auto;
	position: relative;
	float: left;
	width: 100%;
}

.quickorder input[type="text"] {
	border-color: #ccc;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: 400;
}

.quickorder input.input_code {
	width: 145px;
}

.quickorder input.input_quantity {
	width: 55px;
}

.quickorder .table {
	margin: 5px 0 0 0;
}

.quickorder .table td {
	text-align: center;
	vertical-align: middle;
}

.quickorder .table thead {
	border: 0;
}

.quickorder .table thead td {
	font-size: 14px;
	font-weight: 400;
	color: #808080;
}

.quickorder .table tbody {
	border-bottom: 1px solid #e6e6e6;
}

.quickorder .table tbody tr {
	background: none;
}

.quickorder .table tbody tr {
	background: none;
}

.quickorder .table tbody tr td {
	font-size: 14px;
	font-weight: 400;
	color: #4c4c4c;
}

.add_quickorder {
	float: right;
	clear: both;
	font-size: 13px;
	font-weight: 400;
	color: #666666;
	padding: 0 0 0 15px;
	margin: 10px 35px 10px 0;
	background: url('/immagini/ico_add_quick_order.png') no-repeat left center;
	cursor: pointer;
}

.btn_save {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	background: #999999;
}

.btn_add {
	float: left;
	margin: 0;
	width: 210px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	background: #000000;
}

.footer_quickorder {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: none;
	height: 40px;
}

.cont_btn {
	float: right;
	position: relative;
}

.noactive {
	opacity: 0.5;
}

.noscroll {
	overflow: hidden;
}

.elimina_ordine_rapido{
	
}

.titolo_promo_info {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 10px 0 10px;
	color: #000;
}

.testo_promo_info {
	font-size: 13px;
	font-weight: 800;
	color: #ff3b3b;
	line-height: 18px;
	padding: 0 15px;
}

#info_promo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#info_promo img {
	margin: 5px 0 0 0;
}

#promo p {
	font-weight: 800;
	font-size: 14px !important;
}

.product_description {
	max-width: 300px;
	text-align: left;
}

.add_cart {
	position: absolute;
	width: 23px;
	height: 23px;
	right: 7px;
	bottom: 7px;
}

.add_cart img {
	margin: 0;
}

.boxlogin input:-webkit-autofill,
.boxlogin input:-webkit-autofill:hover,
.boxlogin input:-webkit-autofill:active,
.boxlogin input:-webkit-autofill:focus {
	background-color: #FFFFFF !important;
	color: #333333 !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
	-webkit-text-fill-color: #333333 !important;
}

.boxopz {
	float: left;
	position: relative;
	margin: 0 4% 25px 0;
	width: 46%;
	height: 177px;
	background: #F9F9F9;
	text-align: center;
	border-top: 10px solid #FFDA00;
	box-shadow: 0px 0px 4px rgba(214,214,214,0.75);
}

.boxopz img {
	margin: 35px 0 0 0;
}

.boxopz .tit {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 26px;
}

.box-indirizzo {
	float: left;
	width: 29.333%;
	margin: 0 4% 15px 0;
	background: #fff;
	min-height: 117px;
	padding: 30px 20px;
	position: relative;
}

.box-indirizzo p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

.dettagli-indirizzo {
	position: absolute;
	left: 20px;
	bottom: 15px;
	width: calc(100% - 40px);
}

.mod-indirizzo {
	float: right;
	font-size: 14px;
	font-weight: 400;
	color: #42a5f5;
	line-height: 14px;
}

.mod-indirizzo:hover,
.mod-indirizzo:focus {
	font-size: 14px;
	color: #42a5f5;
}

.in-elaborazione {
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}

.box-anagrafica {
	float: left;
	width: 100%;
	background: #fff;
	padding: 30px 20px;
}

.box-anagrafica p {
	font-size: 16px;
	margin: 0 0 25px 0;
}

.btn-modifica,
.btn-modifica:focus,
.btn-modifica:active,
.btn-modifica:hover {
    width: 100%;
	max-width: 244px;
    height: 50px;
    line-height: 50px;
    background: #ffda00;
    text-align: center;
    text-transform: none;
    color: #2f2f2f;
    font-weight: 700;
    display: block;
    font-size: 20px;
    border: 0px;
	float: right;
}

.box-anagrafica .col50 {
	width: 49%;
	margin: 0 2% 30px 0;
}

.box-anagrafica .col50:nth-child(2n+2) {
	margin-right: 0;
}

.box-anagrafica .col50 label {
	display: block;
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 700;
}

.box-anagrafica .col50 input[type="text"] {
    width: 100%;
	height: 50px;
	line-height: 50px;
}

.scelta-chiudi {
	float: left;
	position: relative;
	width: 75px;
	height: 50px;
	margin: 0 20px 0 0;
}

.scelta-chiudi > input[type="radio"] {
    width: 75px;
    height: 50px;
    margin: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    left: 0;
    cursor: pointer;
}

.scelta-chiudi > input[type="radio"] + label {
	background: none;
}

.scelta-chiudi > input[type="radio"] + label::before {
    content: attr(data-before);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 50px;
    border: 1px solid #e6e6e6;
    background: #f2f2f2;
	font-size: 18px;
	font-weight: 500;
	color: #2f2f2f;
	line-height: 50px;
	text-align: center;
}

.scelta-chiudi > input[type="radio"]:checked + label::after {
    content: attr(data-before);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 18px;
	font-weight: 500;
    color: #2f2f2f;
    background: #ffd500;
    width: 75px;
    height: 50px;
	border: 1px solid #ffd500;
	line-height: 50px;
	text-align: center;
}

@media only screen and (max-width: 1259px) {
.bnt_addorder.pulsante-desk, .pulsante-desk {
	display: none;
}

.pulsanti-mob .bnt_addorder {
    min-height: 80px;
}

.pulsanti-mob {
    display: block;
    width: 50%;
    margin: 20px auto 0;
}

.pulsanti-mob .bnt_addorder, .pulsanti-mob .bnt_quickorder {
	position: initial;
	right: auto;
	bottom: auto;
	left: auto;
	width: 48%;
	margin: 0 1%;
	height: auto;
	float: left;
	padding: 15px 0;
}
}

@media only screen and (max-width: 1023px) {
.pulsanti-mob {
    width: 80%;
}

.logo img {
    width: 100px !important;
}

.logo a:first-child {
    margin-top: 13px;
}

.logo a:nth-child(2) {
    margin-top: 32px !important;
}

.logo a:nth-child(3) {
    margin-top: 20px !important;
}

.logo a:nth-child(4) {
    margin-top: 18px !important;
}

.barra-avviso {
    font-size: 14px;
}

.colpromo {
	width: 48%;
	min-height: 386px;
}

.colpromo p {
	margin: 0 0 20px;
}

.colpromo .pulsante {
	position: initial;
	left: auto;
	bottom: auto;
	display: table;
}
}