.main-header {
  background: #1B1B1C;
}
.categoria {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

/* Content Wrapper */

.content-wrapper .title {
  margin-bottom: 20px;
}

  .content-wrapper ul li {
    list-style: inside;
    font-size: 24px;
    color: #a8cf45;
  }

.product-area .single-product .product-content .product-title .tamanio {
  color: #999;
}

.desc-content {
  font-size: 18px;
}

/* Fondo Modal */

.fondo-modal {
  background: rgba(0,0,0,0.5);
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.input-ocultos {
  display: none;
}
.obrien-button.primary-btn:hover .btnAccion {
  color: #fff !important;
}

/* Carrito */

.single-cart-item p {
  color: #444;
}

/* Confirmacion */

.confirmacion {
  width: 340px;
  height: 125px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -170px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #999;
  box-sizing: border-box;
  padding: 0px 20px;
  z-index: 10001;
}

.confirmacion-bg {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  position: fixed;
  z-index: 10000;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.btn-cancelar {
  text-align: center;
  padding-top: 15px;
}

.confirm {
  font-size: 18px;
  text-align: center;
  max-width: 340px;
  margin: auto;
}

/* Fin Confirmacion */

/* Inicio Pop Up */

.pop-up-fondo {
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10000;
}
.pop-up {
  width: 320px;
  height: 150px;
  background-color: #fff;
  box-shadow: 0px 0px 10px #000;
  position: relative;
}
  .pop-up h3 {
    padding-top: 30px;
    font-size: 18px;
    text-align: center;
  }
.pop-up .btn-cerrar {
  background-color: #000;
  text-align: center;
  line-height: 40px;
  color: #fff;
  width: 200px;
  margin: auto;
  margin-top: 25px;
  border-radius: 15px;
  cursor: pointer;
}

/* Fin Pop Up */
