<style type="text/css">


.sc > ul {
  margin: 0px;
  padding: 0px;
  font-family: 'Poppins', sans-serif, 'Lato', sans-serif;
  background: #FFFFFF;
}

.sc > ul {
  width: 250px;
  margin: 0px auto;
}

.sc > ul li {
  border-right: 0px solid #3D464E;
  cursor: pointer;
  float: right;
  overflow: hidden;
  height: 27px;
  list-style: none;
  position: relative;
  width: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #fff;
}

.sc > li a {
  display: block;
  width: 30px;
  height: 27px;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  text-indent: 10px;
  height: 27px;
  left: 0;
  position: absolute;
  top: 0;
  width: 30px;
  text-indent: -999px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.sc > ul li:first-child a {
  background: url("../images/shoppingcart_grey_small.png") center;
}

.sc > .ul li:hover a {
  background-position: center;
}

.sc > ul li:hover {
  width: 250px;
}

.sc > ul li p {
  align: left;
  color: #5F5F5F;
  font-size: 11px;
  letter-spacing: 0;
  /* line-height: 18px; */
  /* padding-top: 40px; */
  width: 250px;
  margin: 7px 1em;
}


/* cart table */


.Tablemc {
  display: table;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding: 10px;
  margin: 5px;
}

.Rowmc {
  display: table-row;
}

.Cellmc {
  display: table-cell;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Poppins', sans-serif;
  color: #000;
}


/* end fonts */

</style>
