.info_cart{
    position:absolute;
    z-index:5;
    right:0;
    top:100%;
    max-width:100%;
    width:400px;
    background:#3374C3;
    box-shadow:0 0 5px #343434;
    color:#fff;
    font-size:12px;
    font-family:'OpenSansRegular',Arial;
    padding:15px;
}
.info_cart hr{margin:5px 0;}
.info_cart table{
    width:100%;
}
.info_cart table td{
    padding:5px;
    line-height:20px;
}
.info_cart table.table_cart td:nth-child(1){
    width:5%;
}
.info_cart table.table_cart td:nth-child(1) a{
    padding:1px 3px 3px 1px;
}
.info_cart table.table_cart td:nth-child(2){
    width:20%;
}
.info_cart table.table_cart td:nth-child(3){
    width:40%;
}
.info_cart table a{
    color:#fff!important;
}
.info_cart table.table_cart td:nth-child(4){
    width:10%;
}
.info_cart table.table_cart td:nth-child(5){
    width:25%;
}
.info_cart table.table_total td:nth-child(1){
    width:65%;
    font-size:14px   
}
.info_cart table.table_total td:nth-child(2){
    width:35%;
    font-size:16px;
    font-family:'OpenSansSemibold',Arial;
}