/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* STYLES GENERAL */

.abs { position: absolute; }
.w100 { width: 100%;}

.z50 { z-index: 50;}
.z100 { z-index: 100;}
.z150 { z-index: 150;}
.z200 { z-index: 200;}


body {
    overflow-x: hidden !important;
    width: 300px;
    height: 600px;
    overflow: hidden;
    font-family: 'Nunito', sans-serif;
    margin: 0 auto;
}
/* STYLES */
.wrapper {
    width: 300px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container {
  width: 300px;
  height: 600px;
 /* border: 1px solid red;*/
}

.logo{
  position: absolute;
  top: 20px;
    left: 0;
    right: 0;
    margin: auto;
        z-index: 9;
}
.row3 {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    margin-top: -2px;
    box-sizing: content-box;
}
.row3 div{

    margin-right: 2px;
    
}
.row2 {
display: flex;
    flex-direction: row;  
        margin-top: -1px;
}
.row2 div{
    margin-right: 2px;
    
}


.clickTag{
  position: absolute;
    width: 300px;
    height: 300px;
    z-index: 10;
}


.layerCatalog {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 100;
  width: 300px;
  height: 600px;
  background-color: white;
  display: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;

}


.layerCatalogZapato {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 100;
  width: 300px;
  height: 600px;
  background-color: white;
  display: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;

}

.layerCatalogBolso {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 100;
  width: 300px;
  height: 600px;
  background-color: white;
  display: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;

}
.layerCatalogHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}

.tituloCatalogo {
    font-size: 14px;
    text-transform: uppercase;
    padding-right: 10px;
    font-weight: 700;
    text-align: right;
}


.catalogo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.cataLayer {
  
  
  opacity: 0;
  transform: scale(0.4);
}
.catalogo .cataLayer {
  margin-bottom: 10px;
}

.cataLayer img {
  margin: 2px;
}


.name {
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
}


.price {
    font-size: 11px;
    padding-left: 5px;
    padding-left: 5px;
    color: #141037;
    font-weight: 600;
    margin-top: 2px;
}


.layerProduct {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 200;
  width: 300px;
  height: 600px;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;

}



/*
 PRODUCTOS
*/

.layerProductJerseyPunto, .layerProductAbrigoLana, .layerProductSudaderaCrop, .layerProductJerseyCrop, .layerProductJerseyJaspeado, .layerProductChaquetaPunto {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 200;
  width: 300px;
  height: 600px;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;

}

.layerProductBotaAlta, .layerProductTaconPiel, .layerProductBotinSuela, .layerProductCanaAlta, .layerProductBotinPiel, .layerProductBotaAnte, 
.layerProductBolsoPiel, .layerProductBolsoCoco, .layerProductBolsoShopper, .layerProductBolsoMini, .layerProductBolsoShopperCadena, .layerProductBolsoMiniCruzado {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 200;
  width: 300px;
  height: 600px;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;

}

.layerProductHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}
.closeTitle {
  padding-left: 5px;
}   
.layerProductHeaderIma {
    max-width: 80px;
    padding-right: 20px;
}
 
 .layerProductHeaderIma img {
   width: 100%;
}
.tituloProductoDown {
  font-size: 16px;
    padding-left: 10px;
    font-weight: 700;
}
.priceProductoDown {
    padding-left: 10px;
    font-size: 17px;
    margin-top: 5px;
}

.productDescription {
    font-size: 13px;
    padding-left: 10px;
    text-align: left;
    line-height: 16px;
    margin-top: 15px;
    padding-right: 10px;
}

.btnBuy {
    display: block;
    background-color: #9ee0d6;
    width: 90%;
    font-size: 15px;
    color: white !important;
    font-weight: 800;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border-radius: 13px;
    margin-top: 30px;
    text-decoration: none !important;
    border: 0;
}
.productosNamesDown {
   text-align: left;
    margin-top: 10px;
}

.swiper {
  width: 300px;
  height: 320px;
}

.swiper-slide img {
  /*height: 100%;*/
  width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px !important;
    background-color: white;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet {
      width: 6px !important;
    height: 6px !important;
}

.layerProductZapato {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 200;
  width: 300px;
  height: 600px;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;

}


.layerProductBolso {
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 200;
  width: 300px;
  height: 600px;
  background-color: white;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: none;
  opacity: 0;

}