/* Settings For Main Page Content Box */
.CartContentsBox {
  border: 2px solid #5A5ACD;
  background-color:#EFEFEF;
}

.TitleTextColor {
  color: #FF0000;
}

/* Repeating Rows Settings */
.RepeatRowColor1{background-color:#CCCCCC;}
.RepeatRowColor2{background-color:#EBEBEB;}

.TotalPrice {
  color: black;
  font-weight: normal;
}

.ProdItem {
  color: black;
}

.HeaderItem {
  color: black;
  font-weight: bold;
}
