.panel {
    position: fixed;
    top: 42px;
    left: 0;
    display: none;
    background: rgba(0,0,0,0.8);
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    width: 475px;
        padding: 80px 20px 20px 20px;
    filter: alpha(opacity=85);
    opacity: 1;
    z-index: 999;
    height: 500px;
    overflow-y: auto !important;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.8);
}


.panel .titolo {
margin-bottom:10px;
}
.panel .immagine_prodotto {
height: 60px;
width: 60px;
display: table;
}

.panel .immagine_prodotto div {
background: white;
}

.panel h1 {
    font-size: 14px;
    color: #333;
    font-weight:normal;
text-align: left;
}

.panel table tr td {
padding: 5px;
    font-size: 14px;
    color: #333;
    font-weight:normal;
text-align: center;
border-bottom: 1px solid #ccc;
}

.panel .tabelle_carrello tr th {
    background-color: #88BCD9;
    padding: 0px;
    color: white;
    text-align: center;
    font-size: 12px;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
}

.panel .immagine_prodotto div img {
max-height: 60px;
width: 60px;
}


.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: 52px;
    left: 0;
    color: #fff;
    padding: 20px 40px 20px 10px;
    font-weight: normal;
    background: #88BCD9 url(../img/plus.png) 85% center no-repeat;
    border: 1px solid rgba(0, 111, 160, 0.42);
    -moz-border-radius-topright: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    display: block;
    z-index: 1000;
    text-transform: uppercase;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    font-size: 16px;
}

a.trigger:hover{
position: fixed;
text-decoration: none;
left: 0;
color:#fff;
background:rgb(0, 111, 160) url(../img/plus.png) 86% center no-repeat;
border:1px solid #444444;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-bottom-left-radius: 0px;
padding: 20px 40px 20px 15px;
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:rgb(0, 111, 160) 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:1300px) { 
    
      
    .panel, a.trigger {
display:none;
}

                              }