
@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 300px;
  /*margin: auto;*/
  text-align: center;
  font-family: arial;

}

.price {
  color: black;
  font-size: 20px;
}

.priceDesc {
  color: grey;
  font-size: 20px;
  text-decoration: line-through;
}

.card button {
  border: none;
  outline: 0;
  padding: 12px;
  /*color: white;
  background-color: #000;*/
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card button:hover {
  opacity: 0.7;
}

/* ******** fijar ************* */
.fija {
  position: fixed;
  top:80;
  width:380px;
}

.button3 {border-radius: 4px;}

/* *****************************  Barra en inferior ******************************************** */

body {margin:0;}

.ul1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  bottom: 0;
  width: 380px;
}

.li1 {
  float: right;
}

.li1 p {
  display: block;
  color: white;
  text-align: center;
  padding: 2px 8px; 
  text-decoration: none;
}

.li1 p:hover:not(.active) {
  background-color: #111;
}

.active {
  background-color: #4CAF50;
}
/* ***** letra tabla del carrito +++ */
td {
  font-size: 10px;
}

.box-popup {
  display: none;
  position: fixed;
  border: 3px solid #a1a1a1;
  top: 76px;
  color: white;
  background: red;
  max-width: 300px;
  z-index: 9; 
  
}
/* ****************** para la letra cursica del titulo *****************
*/
.corinthia-regular {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
}

.corinthia-bold {
  font-family: "Corinthia", cursive;
  font-weight: 700;
  font-style: normal;
}

/* ****************** mostras el detalle de los productos *****************
*/
.mySlides {display: none;}
        
/* Estilo para las miniaturas */
.demo {
    opacity: 0.6;
    cursor: pointer;
    height: 80px;
    object-fit: contain;
}

.demo:hover {opacity: 1;}

/* Estilos para el zoom */
.img-zoom-container {
    position: relative;
}
     
@media (max-width: 800px) {
    .img-zoom-result {
        width: 100%;
        height: 300px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* Botones de navegación */
.nav-btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    background-color: rgba(0, 0, 0, 0.3);
}       
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.slider-container {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.discount-ribbon {
  position: relative;
  top: 40px;
  right: 0px;
  width: 100px;
  /*transform: rotate(-45deg);*/
  background-color: #e53935;
  color: white;
  text-align: center;
 /* font-size: 16px;
  font-weight: bold;*/
  padding: 5px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 1;
}