#cart-container {
  float: right;
  position: relative;
}

#itemCount {
  position: absolute;
  display: none;
  top: 0px;    left: 50px;    width: 20px;    height: 20px;    border-radius: 50%;    background: red;    color: white;    text-align: center;    font-size: 15px;    padding-top: 2px;    font-weight: bold;
}i.material-icons.right {    float: right;    margin-left: 0;    margin-top: 0px;}i.right {    float: right;    margin-left: 0;    margin-top: 5px;}
.row {    margin-left: 15px;margin-right: 15px;}nav i{height: 35px;}


/*img {
  width: 100%;
}
*/
.item {
  width: 31%;
  float: left;
  margin: 1%;
}

.itemText p {
  /*margin-bottom: 20px;*/
      color: #252525;
    line-height: 24px;
    margin: 0;
    padding: 0;
    color: #000;
    display: block;
    font-family: poller_oneregular;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.price-container {
  margin-top: 20px;
}

i:hover {
  cursor: pointer;
}

#shoppingCart {
  top: -129px;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 9999;
  /*background: rgba(0, 0, 0, 0.6);*/
}

#cartItemsContainer {
  position: relative;
  width: 600px;
  left: 50%;
  top: 150px;
  margin-left: -300px;
  padding: 40px;
  box-shadow: 0 0 10px black;
  background: #e9e9e9;
  overflow: auto;
      height: 600px;
    overflow: scroll;
}

#cartItemsContainer i {
  position: absolute;
  top: 20px;
  right: 20px;
}

#cartItemsContainer .itemDetails {
  overflow: auto;
  width: 100%;
  margin-bottom: 40px;
}

#cartItemsContainer .itemImage {
  float: left;
  width: 260px;
  padding: 0 40px;
}

#cartItemsContainer .itemText {
  float: right;
  width: 260px;
  padding: 0 40px;
}

#cartItemsContainer .itemText .price-container {
  margin-top: 0;
}

.removeItem {
  margin-left: 40px;
}
.shrit_name
{
width:223px;
 text-align: left;
}
.add_to_cart
{
  width: 223px;
    text-align: left;
    border: navajowhite;
    padding: 10px;
    text-align: center;
}
.price{ text-align: left;}
.price-container{
  width: 223px;
    text-align: left !important;
}
#cart-container
{
  margin: 0px 0 0 0;
}
.itemImage img
{
      width: 219px;
    height: 200px;
}