.panel {
    position: fixed;
    top: 10px;
    right: 0;
    display: none;
    background: rgba(255, 255, 255, 1);
    width: 400px;
    padding: 100px 20px 20px 20px;
    filter: alpha(opacity=85);
    opacity: 1;
    z-index: 99999;
    max-height: 700px;
    overflow-y: auto;
    -moz-box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 5px 10px rgba(0, 0, 0, 0.2);
}

.panel .titolo {
font-family: 'arialnarrow';
color: white;
font-size: 25px;
width:100%;
margin-bottom:10px;
}

.panel div {
max-height:480px;
overflow:auto;
}




.panel .immagine_prodotto {
height: 100px;
width: 100px;
display: table;
}

.panel .immagine_prodotto div {
background: white;
}

.panel h1 {
color: white;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    display: none;
}

.panel table tr td {
    padding: 5px;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: none;
}

.panel table tr td:nth-child(2),
.panel table tr th:nth-child(1) {
text-align:left;
}

.panel .tabelle_carrello tr th {
    background-color: #ae1a1f;
    padding: 4px 10px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    font-weight: 500;
    text-transform: uppercase;
    border-color: white;
    width: 100%;
    /* margin: 10px 0px; */
    line-height: 14px;
}

.panel .immagine_prodotto div img {
max-height: 100px;
max-width: 100px;
}


.panel p{
margin: 0 0 15px 0;
padding: 0;
color: #cccccc;
}

/*.panel a, .panel a:visited{
margin: 0;
padding: 0;
color: #9FC54E;
text-decoration: none;
border-bottom: 1px solid #9FC54E;
}

.panel a:hover, .panel a:visited:hover{
margin: 0;
padding: 0;
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}*/

a.trigger{
position: fixed;
text-decoration: none;
top: 25px;
    right: 0;
color: #fff;
padding: 20px 40px 20px 10px;
font-weight: bold;
    background: #ae1a1f url(../img/plus.png) 85% center no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.19);
-moz-border-radius-topleft: 20px;
-webkit-border-top-left-radius: 20px;
border-top-left-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;

display: block;
z-index: 99999;
text-transform: uppercase;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

a.trigger:hover{
position: fixed;
text-decoration: none;

color:#fff;

border:1px solid #444444;

display: block;
-moz-transition: all 0.2s linear 0s;
-webkit-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
}

a.active.trigger {
background: #ae1a1f url(../img/minus.png) 86% center no-repeat;
}

.panel  .columns{
clear: both;
width: 100%;
padding: 0px;
}

.panel  .colleft{
float: left;
width: 50%;
}

.panel  .colright{
float: right;
width: 50%;
}

.panel  ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.panel ul li{
padding: 0;
margin: 0;
list-style-type: none;
}

.panel hr {
background-color: #333333;
height: 1px;
}


@media (max-width:1034px) {   

a.trigger {
display:none;
}
}
