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

.carritoTitle {
  width: 100%;
  height: auto;
  padding: 0 0 50px 0;
  text-align: center;
  position: relative;
  transition: all .3s ease;
}
.carritoTitle h1 {
  font-size: 50px;
  color: #4289d5;
  font-weight: 500;
  font-style: normal;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  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;
}

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

.productoRemove {
  width: 25px;
  height: 25px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  background: #4289d5;
  background-color: #4289d5;
  position: absolute;
  top: 0;
  /*left: 50px;*/ 
  bottom: 0;
  margin: auto;
  z-index: 10;
  transition: all .3s ease;
}
.productoRemove:hover, .productoRemove:active, .productoRemove:focus {
  background: #00305a;
  background-color: #00305a;
}

.descripcionText {
  width: 50%;
  height: 100px;
  padding: 25px 90px 0 50px;
  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;
  right: 5px;
  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;
}

.descripcionInfo {
  width: 16.666666%;
  height: 100px;
  padding: 25px 0 0 0;
  text-align: center;
  float: left;
  position: relative;
  transition: all .3s ease;
}
.descripcionInfo p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  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: 0;
  right: 0;
  bottom: 0;
  margin: auto!important;
  transition: all .3s ease;
}
/*  */

/* Costos Footer */
#costos_footer {
  width: 100%;
  height: auto;
  padding: 0 20% 50px 20%;
  background: #ffffff;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease;
}

.costosDireccion {
  width: 100%;
  height: auto;
  padding: 0 0 25px 5%;
  text-align: left;
  transition: all .3s ease;
}
.costosDireccion h1 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #5d5e5d;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.costosDireccion p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #9e9f9e;
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
  transition: all .3s ease;
}
.costosDireccion a {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #4289d5;
  transition: all .3s ease;
}
.costosDireccion a:hover, .costosDireccion a:active, .costosDireccion a:focus {
  color: #00305a;
}

.costosClean {
  padding: 0 0 0 0!important;
  margin: 0 0 0 0!important;
}
.costosClean:nth-child(4) {
  padding: 0 0 0 0!important;
  margin: 0 0 10px 0!important;
}
.costosClean h1 {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  color: #5d5e5d;
  padding: 0 0 0 0!important;
  margin: 0 0 10px 0!important;
  transition: all .3s ease;
}

.btnCompra {
  color: #ffffff;
  background: #4289d5;
  background-color: #4289d5;
  box-shadow: none;
  text-transform: none;
  transition: all .3s ease;
}
.btnCompra:hover, .btnCompra:active, .btnCompra:focus {
  background: #00305a;
  background-color: #00305a;
}
/*  */


input[type="checkbox"] {
  position: relative!important;
  opacity: 1!important;
}

input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked){
  position: relative!important;
  opacity: 1!important;
  pointer-events: all;
  content: '';
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

