/* CARRITO DE COMPRAS */
#carrito_de_compras {
  width: 100%;
  height: auto;
  background: #ffffff;
  background-color: #ffffff;
  padding: 260px 0 50px 5%;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.carritoTitle {
  width: 100%;
  height: auto;
  padding: 0 15% 50px 15%;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.carritoTitle h1 {
  font-size: 50px;
  color: #9e9f9e;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  font-weight: normal;
  transition: all .3s ease;
}

h1.tituloHeaderCarrito {
  font-size: 16px;
  color: #4289d5;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  font-weight: normal;
  transition: all .3s ease;
}

.carritoHeader {
  width: 100%;
  height: auto;
  padding: 50px 8% 0 8%;
}
.carritoHeader .row {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}

#carritoLista {
  width: 100%;
  height: auto;
  padding: 10px 5% 0 5%;
}

.descripcionMain {
  width: 100%;
  height: 100px;
  position: relative;
}

.descirptionLeft {
  width: 47%;
  height: 100px;
  float: left;
}
.descirptionRight {
  width: 53%;
  height: 100px;
  float: right;
}

.descripcionText {
  width: 50%;
  height: 100px;
  padding: 25px 0 0 0;
  text-align: center;
  float: left;
  position: relative;
}
.descripcionText p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  transition: all .3s ease;
}

.descripcionImage {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 2px solid #e5e7e5;
}
.descripcionImage img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.descripcionCod {
  width: 25%;
  height: 100px;
  padding: 25px 0 0 0;
  text-align: left;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.descripcionCod p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  transition: all .3s ease;
}

.descripcionPrecio {
  width: 25%;
  height: 100px;
  padding: 25px 0 0 10px;
  text-align: left;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.descripcionPrecio p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  transition: all .3s ease;
}

.descripcionEntrega {
  width: 25%;
  height: 100px;
  padding: 25px 0 0 75px;
  text-align: left;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.descripcionEntrega p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  transition: all .3s ease;
}

.descripcionCantidad {
  width: 25%;
  height: 100px;
  padding: 25px 0 0 0;
  text-align: center;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.cantidad {
  width: 40%!important;
  height: 40px!important;
  border: 2px solid #e5e7e5!important;
  position: absolute;
  color: #9e9f9e;
  text-align: center!important;
  top: 0;
  left: 22%;
  bottom: 0;
  margin: auto!important;
  transition: all .3s ease;
}

.descripcionSub {
  width: 50%;
  height: 100px;
  padding: 25px 0 0 50px;
  text-align: left;
  float: left;
  position: relative;
}
.descripcionSub p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  transition: all .3s ease;
}

.carritoBtn {
  width: 70px;
  height: 40px;
  background: #4289d5;
  background-color: #4289d5;
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.carritoBtn img {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.carritoBtn:hover, .carritoBtn:active, .carritoBtn:focus {
  background: #00305a;
  background-color: #00305a;
}
/*  */
