@CHARSET "UTF-8";


.show-pc{
    display: block;
}

#menu-display, .hide-desktop, #menu, .force-hide-pc{
	display:none !important;
}

.box1-1{
	width:100%;
	box-sizing: border-box;
	padding:1%;
}

.boxHalf, .box1-2{
	float:left;
	width:50%;
	box-sizing: border-box;
	padding:1%;
    position: relative;
}

.box3-4{
	float:left;
	width:75%;
	box-sizing: border-box;
	padding:1%;
}

.box2-3{
	float:left;
	width:66.66666666%;
	box-sizing: border-box;
	padding:1%;
}

.box3, .box1-3{
	float:left;
	width:33.33333333%;
	box-sizing: border-box;
	padding:1%;
}

.box1-4{
	float:left;
	width:25%;
	box-sizing: border-box;
	padding:1%;
}

.box1-6{
	float:left;
	width:16.66666666%;
	box-sizing: border-box;
	padding:1%;
	
}

.box1-8{
	float:left;
	width:12.5%;
	box-sizing: border-box;
	padding:1%;
	
}
.box1-10{
	float:left;
	width:10%;
	box-sizing: border-box;
	padding:0.5%;
}

.box1-3h{
	float:left;
	width:32%;
	box-sizing: border-box;
	margin-right:2%;
}
.box1-3h.last{
	float:left;
	width:32%;
	box-sizing: border-box;
	margin-right:0%;
}
.box-icona .info-icona-hide {display: none !important;}
.box-lista .info-lista-hide {display: none !important;}

.box-lista .box1-3h{
	float:left;
	width:100%;
	box-sizing: border-box;
	margin-right:0%;
}

.box-lista .box1-3h.last{
	float:left;
	width:100%;
	box-sizing: border-box;
	margin-right:0%;
}
.box-lista .box1-3h .info0-lista {
    float:left;
	width:32%;
	box-sizing: border-box;
	margin-right:2%;
}
.box-lista .box1-3h .info1-lista {
    float:left;
	width:32%;
	box-sizing: border-box;
	margin-right:2%;
}
.box-lista .box1-3h .info1-lista .titoloprodottoBox{
    background: #FFF none repeat scroll 0 0;
    color: black;
    display: inline-block;
    font-family: "Aller Display";
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    width: 100%;    
}

.box-lista .box1-3h .info2-lista {
    float:left;
	width:32%;
	box-sizing: border-box;
	margin-right:2%;
}

.box-lista .box1-3h .info3-lista {
    float:right;
	width:24%;
	box-sizing: border-box;
	margin-right:0%;
}
.box-lista .box1-3h .info3-lista {text-align: center;}
.box-lista .box1-3h .info3-lista .prezzo {float: right;}
.box-lista .box1-3h .info3-lista .prezzovecchio {float: right;}

.box-lista .box1-3h  .aggiungi-carrello::before {
    border-color: black transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 20px 10px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -10px;
    transition: border-color 0.5s ease 0s;
    width: 0;
    z-index: 10;
}
.box-lista .box1-3h  .aggiungi-carrello {
    background-color: black;
    background-image: url("../images/arrow-rw.png"), url("../images/carrellow.png");
    background-position: right 8px center, left 8px center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, auto 75%;
    color: #fff;
    font-family: "Aller Display";
    font-size: 13px;
    line-height: 20px;
    padding-right: 15px;
    padding-left: 30px;
    position: absolute;
    text-align: left;
    transition: background-color 0.5s ease 0s;
    float: right;
    right: 0;
    width: 32%;
    bottom: 10px;
}

.box-lista .box1-3h  .aggiungi-carrello:hover {
    background-color: #7e7e7e;
}
.box-lista .box1-3h  .aggiungi-carrello:hover::before {
    border-color: #7e7e7e transparent;
}

.box-lista .box1-3h  .dettagli::before {
    border-color: #d71920 transparent;
    border-image: none;
    border-style: solid;
    border-width: 0 0 20px 10px; 
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: -10px;
    transition: border-color 0.5s ease 0s;
    width: 0;
    z-index: 10;
}
.box-lista .box1-3h  .dettagli {
    background-color: #d71920;
    background-image: url("../images/arrow-rw.png");
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #fff;
    font-family: "Aller Display";
    font-size: 13px;
    line-height: 20px;
    padding-right: 8px;
    padding-left: 15px;
    position: absolute;
    text-align: left;
    transition: background-color 0.5s ease 0s;
    width: 30%;
    float: right;
    right: 0;
    bottom: 40px;
}
.box-lista .box1-3h .dettagli:hover {
    background-color: #a91419;
}
.box-lista .box1-3h .dettagli:hover::before {
    border-color: #a91419 transparent;
}

.slidecorrelati .ext-box1-3h{
	padding: 0 10px;
}

.slidecorrelati .ext-box1-3h .box1-3h{
	float:left;
	width:auto;
	box-sizing: border-box;
	margin-right:0;
}

.container1000 {width:1000px; margin:0 auto;}
