/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 200px) {
    .imagenes-preview{
        width: 100%;
        padding: 5%;
        display: flex;
    }
    .imagen-holder{
        display: inline-block;
        float:left;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 5vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 5vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        margin-top: 3vw;
        height: 60vh;
    }
    .contenedor-publicidad{
        visibility: hidden;
        /* border-width: thin;
        border:solid #DADADA; */
    }
    .contenedor-publicidad-outer{
        visibility: hidden;
    }
    .contenedor-publicidad-outer-inferior{
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 25px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 40vh;
        visibility: hidden;
        display: none;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 33.333333%;
    }
    .tabla-opcion label{
        margin-left: 1%;
        margin-right: 1%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
        margin-left: 5%;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;

    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


      .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .container .imagenes-laterales {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .container .wm-zoom-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

   .container .item-info-c {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .label-en-stock-o-no{
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 30px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-precio{

    }

    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 15%;
        margin-top: 3%;
    }
    .slider .mas-buscado-articulos-info{
        margin-left: 15%;
    }
    .slider .mas-buscado-articulos-info{
        margin-left: 15%;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }
    .mas-nuevo-slider{
        height: 40px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .mas-nuevo-slider-flechas{
        display: none;
        visibility: hidden;
    }

     /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 30%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 70%; */
    }
    .tabs-contenido a{
    }
    .detalles-articulo-inferior{
        /* height: 340px; */
    }
    .detalles-articulo-inferior-tabla{
        height: 100%;
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */



    .item-container-s .splide-slide{
      width: 100%;
      height: 320px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
     /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 1%;
        margin-right: 1%;
    }
    .splide__arrows{

    }/*
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }*/
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */

}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .imagenes-preview{
        width: 100%;
        padding: 5%;
        display: flex;
    }
    .imagen-holder{
        display: inline-block;
        float:left;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 5vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        margin-top: 3vw;
        height: 35vh;
    }
    .contenedor-publicidad{
        visibility: hidden;
        /* border-width: thin;
        border:solid #DADADA; */
    }
    .contenedor-publicidad-outer{
        visibility: hidden;
    }
    .contenedor-publicidad-outer-inferior{
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 25px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 40vh;
        visibility: hidden;
        display: none;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;

    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }



      .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .container .imagenes-laterales {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .container .wm-zoom-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

   .container .item-info-c {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 15%;
        margin-top: 3%;
    }
    .slider .mas-buscado-articulos-info{
        margin-left: 15%;
    }
    .slider .mas-buscado-articulos-info{
        margin-left: 15%;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }
    .mas-nuevo-slider{
        height: 40px;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .mas-nuevo-slider-flechas{
        display: none;
        visibility: hidden;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    .detalles-articulo-inferior{
        height: 350px;
    }
    .detalles-articulo-inferior-tabla{
        height: 100%;
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 

    #item-info{
        width: 300%;
        margin-left: auto;
        margin-right: auto;

    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 5vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 45vh;
    }
    .contenedor-publicidad{
        margin-top: 5vw;
        height: 100%;
        display: block;
        visibility: visible;
        /* border-width: thin;
        border:solid #DADADA; */
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 5vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 5vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 19px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        visibility: hidden;
        border-width: thin;
        height: 40vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;

    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    .imagenes-preview{
            width: 100%;
            padding: 10%;

    }

    #imagenes-laterales-preview{
        margin-bottom: -20%;
    }

    .imagen-holder{
        margin-left: 5%;
        margin-right: 5%;
    }

    .imagen-zoom{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .wm-zoom-container{
        text-align: center;
        display: flex;
    }
    #zoom_mw{
        border: 1px solid #CFCFCF;
    }

      .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .container .imagenes-laterales {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .container .wm-zoom-container {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

   .container .item-info-c {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 15%;
        margin-top: 3%;
    }
    .slider .mas-buscado-articulos-info{
        margin-left: 15%;
    }
    .slider .mas-buscado-articulos-info{
        margin-left: 15%;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }
    .mas-nuevo-slider-flechas{
        display: block;
        visibility: visible;
    }

     /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    .detalles-articulo-inferior{
        height: 330px;
    }
    .detalles-articulo-inferior-tabla{
        height: 100%;
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 390px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 320px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    #next-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


}


/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }

    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
        margin-top: 0;
    }
    .contenedor-publicidad{
        margin-top: 1.5vw;
        height: 100%;
        display: block;
        visibility: visible;
        /* border-width: thin;
        border:solid #DADADA; */
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 5vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 5vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 19px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 550px;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 40vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;

    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }



      .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .container .imagenes-laterales {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .container .wm-zoom-container {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

   .container .item-info-c {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    .detalles-articulo-inferior-tabla{
        height: 100%;
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

/* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 390px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 320px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    #next-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 36vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 26px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 18px;
    }
    .tabla-fila th{
        font-size: 18px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 390px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 320px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}

@media (min-width: 1200px) and (max-width: 1300px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 36vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 26px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 18px;
    }
    .tabla-fila th{
        font-size: 18px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 390px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 320px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}

@media (min-width: 1300px) and (max-width: 1500px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 36vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
   .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 26px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 18px;
    }
    .tabla-fila th{
        font-size: 18px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 390px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 320px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}

@media (min-width: 1500px) and (max-width: 1700px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 36vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 26px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 18px;
    }
    .tabla-fila th{
        font-size: 18px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 390px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 320px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 310px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 175px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}

@media (min-width: 1700px) and (max-width: 1800px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 33vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 26px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 18px;
    }
    .tabla-fila th{
        font-size: 18px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 450px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 400px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 400px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 250px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}

@media (min-width: 1800px) and (max-width: 2000px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 31vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 26px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 20px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 35vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 18px;
    }
    .tabla-fila th{
        font-size: 18px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 15px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 15px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 15px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 15px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 450px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 400px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 400px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 250px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}

@media (min-width: 2000px) and (max-width: 2300px) { 
    .wm-zoom-container{
        width: 100%;
        height: 100%;
        display: table;
    }

    #descripcion-producto-label{
        font-size: 22px;
    }
    .existencia-label{
        font-size: 22px;
    }
    #btnAgregar{
        font-size: 22px;
    }
    #btnCompraIndividual{
        font-size: 22px;
    }
    .tbody-detalles-articulo{
        font-size: 22px;
    }

    .imagen-zoom{
        
    }
    .zoom_mw{
    }
    .contenedor-imagen-inner{
        display: table-cell;
        vertical-align: middle;
    }
    .contenedor-detalles-articulo-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }

    .contenedor-descripcion-inferior-i-d{
        display: inline-flex;
        margin-top: 2vw;
        margin-left: 5%;
        margin-right: 5%;
    }
    .informacion-articulo{
        border: solid #DADADA;
        border-radius: 6px;
        /* width: 55%; */
        /* margin-left: 10%; */
        border-width: thin;
    }
    .label-en-stock-o-no{
        height: 25px; 
        width: 65%;
        background-color: #BDBDBD; 
        border-radius: 20px;
        color: white; 
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .informacion-articulo-detalles-derecha{
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 29vh;
        margin-top: 0vw;
    }
    .contenedor-publicidad{
        margin-top: 2vw;
        height: 100%;
        /* border-width: thin;
        border:solid #DADADA; */
        text-align: center;
        display: block;
        visibility: visible;
    }
    .contenedor-publicidad img{
        height: 100%;
    }
    .contenedor-publicidad-outer{
        margin-top: 2vw;
    }
    .contenedor-publicidad-outer-inferior{
        margin-top: 3vw;
    }
    .informacion-articulos-detalles-derecha-precio{
        font-size: 30px;
        font-weight: bold;
    }
    .informacion-articulos-detalles-derecha-tabla{
        width: 100%;

    }
    .informacion-articulos-detalles{
        margin-top: 20px;
    }
    .informacion-articulos-detalles td{
        width: 100%;
        font-size: 22px;
        text-align: center;
    }
    .informacion-articulos-detalles tr{

    }

    .detalles-articulo-inferior{
        border:solid #DADADA;
        border-radius: 6px;
        /*height: 85vh;*/
        /*width: 55%;
        margin-left: 10%;*/
        border-width: thin;
        height: 100%;
        /*margin-bottom: 40px;*/
    }

    .detalles-articulos-opciones{
        /*border:solid #DADADA;
        border-radius: 6px;
        margin-top: 40px;
        height: 40vh;
        float:right;
        width: 20%;
        margin-right: 10%;
        border-width: thin;*/
        display: block;
        visibility: visible;
        border:solid #DADADA;
        border-radius: 6px;
        /* width: 20%; */
        border-width: thin;
        height: 32vh;
    }
    .detalles-articulos-opciones-cuadro{
        width: 100%;
    }

    .detalles-articulo-inferior-header{
        margin-right: 50%;
    }
    .detalles-articulo-inferior-tabla{
        width: 100%;
        height: 100%;
        margin-left: 1%;
        margin-right: 3%;
    }
    .tabla-opcion{
        width: 30%;
    }
    .tabla-opciones{
        width: 100%;
        text-align: center;
        font-weight: bold;
    }
    .tabla-fila{
        margin-bottom: 30px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA */
    .tabla-fila td{
        text-align: center;
        font-size: 22px;
    }
    .tabla-fila th{
        font-size: 22px;
    }
    /* SE AGREGÓ DE TABLA FILA PARA ALINEAR CONTENIDO HACIA LA DERECHA  */

    .informacion-articulos-detalles-inferior {
        width: 100%;
    }
    .informacion-articulos-detalles-inferior td{
        font-size: 22px;
    }
    .informacion-articulos-detalles-inferior th{
        font-size: 22px;
        width: 50px;
    }
    .informacion-articulos-detalles-inferior tr{
        margin-bottom: 15px;
    }

    .detalles-articulos-opciones-imagenes{
        width: 100%;
    }
    .detalles-articulos-opciones-contenido{
        width: 70%;
        float: right;
    }
    .detalles-articulos-opciones-imagen img{
        width: 20%;
        float: left;
    }
    .detalles-articulos-opciones-imagen{
        margin-bottom: 20px;
    }
    .detalles-articulos-opciones-label-roja{
        width: 80%;    
        margin-left: 15px;
        color:#e43c2c;
        font-weight: bold;
        font-size: 22px;
    }
    .detalles-articulos-opciones-label-negra{
        color: black;
        margin-left: 15px;
        font-size: 22px;
    }
    .detalles-articulos-opciones-imagen{
        display: flex;
    }
    .carousel-mas-vendidos{
        margin-left: 5%;
        margin-right: 5%;
    }


    /*  PRODUCT SLIDER INTENT   */

    .contenedor-recientes{
        margin-left: 5%;
        margin-right: 5%;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .mas-buscado-articulo-container{
        width: 230px;
    }
    .slider .articulo-contenido-imagen{
        margin-left: 0;
    }
    .slider {
      width: 100%;
      height: 380px;
      position: relative;
      margin: auto;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slider::-webkit-scrollbar {
      display: none;
    }

    .slider .slide {
      display: flex;
      position: absolute;
      left: 0;
      transition: 0.3s left ease-in-out;
    }

    .slider .item {
      margin-right: 10px;
    }

    .slider .item:last-child {
      margin-right: 0;
    }
    .slider .mas-buscado-articulo-container{
        border: solid #BFBFBF;
        border-width: thin;
        border-radius: 5px;
    }
    .ctrl {
      text-align: center;
      margin-top: 5px;
    }

    .ctrl-btn {
      padding: 20px 20px;
      min-width: 50px;
      background: #fff;
      border: none;
      font-weight: 600;
      text-align: center;
      cursor: pointer;
      outline: none;

      position: absolute;
      top: 50%;
      margin-top: -27.5px;
    }

    .ctrl-btn.pro-prev {
      left: 0;
    }

    .ctrl-btn.pro-next {
      right: 0;
    }

    /*  TITULO DEL ITEM TABLA INFERIOR  */
    .label-detalles-producto{
        font-size: 23px;
        font-family: 'Questrial', sans-serif;
        width: 50%;
    }
    .tabla-opciones{
        width: 100%;
    }
    .label-fondo{
        /* height: 20%; */
    }
    .label-fondo img{
        vertical-align: bottom;
    }
    .tabs-contenido{
        /* height: 80%; */
    }
    .tabs-contenido a{
    }
    /* FIN DE TITULO DE ITEM TABLA INFERIOR  */

    /*  IMAGENES LATERALES POSICIÓN  */
    .imagenes-laterales{
        height: 100%;
        display: table;
    }
    .imagenes-preview{
        /*line-height: 20%;
        margin-top: 20%;*/
        display: table-cell;
        vertical-align: middle;

    }
    .informacion-articulo{
        height: 100%;
    }
    .container-articulo-info{
        height: 100%;
    }
    .item-info-c{
        height: 100%;
        
        display: table;
    }
    .item-info-container{
        display: table-cell;
        vertical-align: middle;
    }
    /* FIN DE IMAGENES LATERALES POSICIÓN  */

    /* NUEVO SLIDER RELACIONADOS*/
    .container-slider-productos-relacionados{
      margin-left: 5%;
      margin-right: 5%;
      margin-top: 0;
      height: 450px;
      margin-bottom: 20px;
    }
    .item-container-s{
      width: 20%;
      height: 400px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .items-container{
      margin-left: 2%;
      margin-right: 2%;
    }
    .card-item-continer-s{
        height: 400px;

    }
    .card-item-continer{
      height: 310px;
    }

    .label-button-carrito{
      width: 100%;
    }
    .label-button-carrito .item-bottom{
      width: 50%;
    }
    .item-bottom span{
      line-height: 50px;
      float:left; 
    }
    .item-bottom button{
      margin-right: 25px;
    }
    .mas-buscado-articulos-info{
        margin-top: 250px;
        position: absolute;
        width: 100%;
        padding-left: 50px;
    }
    #prev-control-re{
        width: 1%;
    }
    /* FIN DE NUEVO SLIDER RELACIONADOS */

    /* NUEVO SLIDER RELACIONADOS */
    .splide{
        margin-left: 4%;
        margin-right: 4%;
    }
    .splide__arrows{

    }
    .splide__arrow{
        position: absolute;
        top: 50%;

    }
    .splide__arrow--prev{
       left: -2%;
    }
    .splide__arrow--next{
       right: -2%;
    }
    .splide__track{
        /*padding-left: 3%;
        padding-right: 3%;*/
        margin-right: 2%;
        margin-left: 2%;
    }
    .splide-slide{
       
    }
    
    /* FIN DE NUEVO SLIDER RELACIONADOS  */


    /* MOSTRAR EXISTENCIA  */
    .existencia-label-contenedor{
        margin-top: 5px;
        margin-bottom: 5px;
    }
    /* FIN DE MOSTRAR EXISTENCIA  */



}






.imagen-holder{
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #CBCBCB; 
    padding: 5%;
    margin-bottom: 10%;
}

.imagen-holder:hover{
    border-color: #E63C2E;
    box-shadow: 0 0 10px #E63C2E;
    cursor: pointer; 
     -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}

.zoom {
    width: 100%; 
    height: auto;
}

.my-zoom{

    position: relative;
}
.ec-stars-wrapper {
    /* Espacio entre los inline-block (los hijos, los `a`) 
       http://ksesocss.blogspot.com/2012/03/display-inline-block-y-sus-empeno-en.html */
    font-size: 0;
    /* Podríamos quitarlo, 
        pero de esta manera (siempre que no le demos padding), 
        sólo aplicará la regla .ec-stars-wrapper:hover a cuando
        también se esté haciendo hover a alguna estrella */
    display: inline-block;
}
.ec-stars-wrapper span {
    text-decoration: none;
    display: inline-block;
    /* Volver a dar tamaño al texto */
    font-size: 32px;
    font-size: 2rem;
    color: #888
    
}
.ec-stars-wrapper .point  {
    color: rgb(230,60,46);
}


