#cart-add {
  background-color: #62273D; 
  color: white;
}
.shopping-cart-resumen {
  border: 1px solid #636363;
  color: #636363;
  background-color: #f8f8f8;
}
.shopping-cart-title {
  border-bottom: 1px solid #636363;
  font-weight: bold;
  padding:10px;
}
.shop-acordion-header {
  padding-left: 10px;
}
.forma-pago {
  color: #7d2a3b !important;
  padding-left:5px;
}
.shopping-cart-footer {
  font-weight: bold;
  font-size: 10pt;
  padding: 10px;
}
.shopping-cart-footer input {
  border: 0px;
  width: 70%;
  font-size: 14pt;
  font-weight: bold;
  background-color: transparent;
}
.shopping-cart-item{
  padding: 5px;
  border-bottom: 1px solid #636363;
  height: 95px !important;
}
.price {
  margin-top:5px;
  width: 70%;
  border: 0px;
  background: transparent;
  height: 30px;
}
.p-c {
  width: 40%;
  border:0px;
  background: transparent;
}