

table{
    width:100%;
    border:10px solid #eee;
    border-collapse: collapse;
}

th{background:#eee}
th,td{text-align: left; vertical-align: top; padding:0.5em; border:1px solid #eee}

#bag_messages{list-style-type: none;}
 
.element{display: block; width:40px}
.shoppingbagimg{width:140px}


.removeitem::before{content: "x"; display: inline-block; background:#222; color:#fff; padding:0 0.5em; margin-right:0.5em; border-radius: 0.5em;}

table td{background: #fefefe}

#shoppingbag .simple_button{background: #eee; color: #000!important}

#checkoutbutton {
  background: #8ff !important; 
  color: #000 !important;
}