html, body {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
    max-width: 300px;
    height: 600px;
   
}

.conteiner{
  width: 300px;
  position: relative;
  margin:0 auto;
  height: 600px;
  animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari & Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.boxLogo {
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: relative;
}
.imgLogo {
  width: 70px;
  height: 30px;
  position: absolute;
  background: url('../img/logo_ikea.png');
  background-size: 97%;
  background-repeat: no-repeat;
  background-position: 1px;
  left: 10px;
  top: 14px;
}
.boxImgContenido{
  max-width: 300px;
  width: 100%;
  height: 540px;
  position: relative;
  background: url('../img/bg_principal.jpg');
  background-size: 104%;
  background-repeat: no-repeat;
}

.rec-button-animation {
  border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 10px;
      margin-right: 10px;
      position: absolute;
      width: 10px;
      left: 65px;
      top: 124px;
}

.rec-button-animation_red {
		background:#40404080;
		border: 5px solid #40404080;
}


.rec-button-animation::after {
		animation: pulse 3s ease 0s infinite;
		animation: pulse 3s infinite cubic-bezier(.19, 1, .22, 1);
		border-radius: 50%;
		content: '';
		display: block;
		height: 10px;
		left: -5px;
		position: absolute;
		top: -5px;
		width: 10px;
}

.rec-button-animationDos {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  position: absolute;
  width: 10px;
  left: 95px;
  top: 394px;
}

.rec-button-animation_red {
  background:#f5f5f5;
  border: 5px solid #40404080;
}
.rec-button-animationDos::after {
		animation: pulse 3s ease 0s infinite;
		animation: pulse 3s infinite cubic-bezier(.19, 1, .22, 1);
		border-radius: 50%;
		content: '';
		display: block;
		height: 10px;
		left: -5px;
		position: absolute;
		top: -5px;
		width: 10px;
}
.rec-button-animationTres {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  position: absolute;
  width: 10px;
  left: 218px;
  top: 458px;
}
.rec-button-animationTres::after {
		animation: pulse 3s ease 0s infinite;
		animation: pulse 3s infinite cubic-bezier(.19, 1, .22, 1);
		border-radius: 50%;
		content: '';
		display: block;
		height: 10px;
		left: -5px;
		position: absolute;
		top: -5px;
		width: 10px;
}



.rec-button-animation_red::after {
		border: 5px solid #404040;
}




@keyframes pulse {
		0% {
				opacity: 1;
				transform: scale(1)
		}
		80% {
				opacity: 0;
				transform: scale(2)
		}
		to {
				opacity: 0;
				transform: scale(3)
		}
}


.contentDescripUno {
  width: 120px;
  height: 79px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  top: 35px;
  left: 20px;
}
.contentDescripUno:after {
  content: " ";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 35px;
  margin-top: 29px;
  position: absolute;
}

.contentDescripDos {
  width: 120px;
  height: 79px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  top: 305px;
  left: 50px;
}
.contentDescripDos:after {
  content: " ";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 35px;
  margin-top: 29px;
  position: absolute;
}
.contentDescripTres {
  width: 120px;
  height: 79px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  top: 370px;
  left: 172px;
}
.contentDescripTres:after {
  content: " ";
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
  margin-left: 35px;
  margin-top: 29px;
  position: absolute;
}
.description{
  position: relative;
}
.descriptionProduct h3 {
  font-size: 12px;
  color: #484848;
  font-family: sans-serif;
  left: 10px;
  position: relative;
  top: 0px;
  font-weight: bold;
}
.descriptionNext {
  background: url('../img/next.png');
  background-size: 57%;
  background-repeat: no-repeat;
  background-position: 1px;
  left: 90px;
  top: 10px;
  position: absolute;
  width: 30px;
  height: 20px;
}
.descriptionDescrip h4 {
  font-size: 12px;
  color: #484848;
  font-family: sans-serif;
  left: 10px;
  position:absolute;
  top:15px;
  font-weight: 100;
}
.descriptionPreco h5 {
  font-size: 18px;
  color: #484848;
  font-family: sans-serif;
  left: 10px;
  position: absolute;
  top: 18px;
  font-weight: bold;
}

.descriptionPreco span {
  font-size: 10px;
    color: #484848;
    font-family: sans-serif;
    left: 23px;
    position: absolute;
    top: 50px;
    font-weight: bold;
}

.descriptionPrecoMa h5 {
  font-size: 18px;
  color: #484848;
  font-family: sans-serif;
  left: 10px;
  position: absolute;
  top: 18px;
  font-weight: bold;
}

#mas {
  font-size: 10px;
    color: #484848;
    font-family: sans-serif;
    left: 34px;
    position: absolute;
    top: 50px;
    font-weight: bold;
}

.pageContenidoUno{
  width: 100%;
  max-width: 300px;
  position: absolute;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  z-index: 2;
  top: 740px;
  height:inherit;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
opacity: 0;
}
.pageContenidoDos{
  width: 100%;
  max-width: 300px;
  position: absolute;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  z-index: 2;
  top: 740px;
  height:inherit;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
opacity: 0;
}
.pageContenidoTres{
  width: 100%;
  max-width: 300px;
  position: absolute;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  z-index: 2;
  top: 740px;
  height:inherit;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
opacity: 0;
}
.iconNext{
  transform: rotate(180deg);
    position: relative;
    float: left;
    left: 0px;
    top: 3px;
    width: 50px;
    height: 50px;
}
.flickity-fullscreen {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 30%;
  top: 60px;
  /* Flexbox-Container-Settings */
}
.flickity-fullscreen img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: auto;
  background: red;
}
.flickity-fullscreen p {
  margin: 0.5em auto 0.5 auto;
  max-width: 50em;
}
.flickity-fullscreen h1, .flickity-fullscreen h2, .flickity-fullscreen h3, .flickity-fullscreen h4, .flickity-fullscreen h5 {
  margin: 0 0 0.5em 0;
}
.flickity-fullscreen .flickity-viewport {
  width: 100% !important;
  height: 100% !important;
}
.flickity-fullscreen .gallery-cell {
  width: 100%;
  height: 100%;
  padding: 0px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
.flickity-fullscreen .gallery-cell > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.flickity-fullscreen .gallery-cell > div img {
  flex: 0 1 auto;
  max-width: 48%;
  max-height: 48%;
  margin: 1%;
}
.flickity-fullscreen .flickity-page-dots {
  top: 105%;
}
.flickity-fullscreen .flickity-page-dots .dot {
  width: 22%;
  min-width: 5px;
  height: 15px;
  opacity: 1;
  background: transparent;
  border-top: 3px solid #000;
  opacity: 0.3;
  border-radius: 0;
  margin: 0;
}
.flickity-fullscreen .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flickity-prev-next-button {
    display: none !important;
}

.fa-angle-right:before {
  content: "\f105";
  color: #404040;
  font-size: 23px;
}
.fa-star:before {
    content: "\f005";
    color: #404040;
    font-size: 13px;
}
.descriptionWeb{
  font-size: 16px;
  color:#333;
  font-family: sans-serif;
  left: 22px;
  position: relative;
  font-weight: bold;
}
.textoWebp{
  font-size: 12px;
  color: #333;
  font-family: sans-serif;
  left: 23px;
  position: relative;
  font-weight: lighter;
  margin-top: -10px;
}

.textoWebp span{
  left: 0;
  text-decoration: underline;
}
.conteinerDescripon{
  position: relative;
  margin: 0 auto;
  display: inline-block;
  top: 33%;
  float: left;
  width: 300px;
}
.col{
  position: relative;
  float: left;
}
.descriptionPrecoWeb{
  position: relative;
  left: 82px;
  top: -10px;
}
.descriptionPrecoWeb h5{
  font-size: 20px;
  color: #484848;
  font-family: sans-serif;
  left: 10px;
  position: absolute;
  top: -8px;
  font-weight: bold;
}
.descriptionPrecoWeb span{
  font-size: 10px;
    color: #484848;
    font-family: sans-serif;
    left: 23px;
    position: absolute;
    top: 28px;
    font-weight: bold;
}
.Dos{
  position: relative;
  left: 2px;
  top: -10px;
}
.spanDos{
margin-left: 10px;
}
hr {
    border-top: 0.5px solid #333;
    width: 260px;
}
.summaryDescriptionp  {
  font-size: 12px;
  color: #333;
  font-family: sans-serif;
  position: relative;
  font-weight: lighter;
  margin-left: 18px;
  width: 260px;
  margin-bottom: 20px;
}

.btn{
  width: 190px;
  height: 5px;
  color: #fff;
  background-color: #0058a3;
  text-decoration: none;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
  padding: 14px;
  font-family: sans-serif;
  left: 0;
  right: 0;
  display: block;
  text-align: center;
  top: 0px;
  border: 0;
  padding-bottom: 30px;
}

.imgSelect{
  width: 60px;
  height: 60px;
  margin-left: 30px;
  position: relative;

}


.wrap {
  background-color: white;
  width: 95%;
  margin-left: 10px;
  margin-top: 13px;
}
.wrapOps {
    width: 65%;
    margin: 0 auto;
    margin-top: 10px;
}
.main {
}

.nav {
  white-space: nowrap;
  overflow-y: scroll;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav::-webkit-scrollbar {
  display: none;
}

a {
  display: inline-block;
    font-size: 18px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.boxSelc{
  width: 40px;
  height: 40px;
  position: relative;

}

.boxSelcImg{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider/01.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgDos{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider/02.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgTres{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider/03.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgCuatro{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider/04.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgCinco{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider/05.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgSeis{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider/06.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.active{
  width: 40px;
  height: 40px;
  position: relative;
  border: solid 1px #404040;
  border-radius: 10px;
}
#galleryDos, #galleryTres, #galleryCuatro, #galleryCinco, #gallerySeis {
  opacity: 0;
}

.silderUno{
  z-index: 999;
}
.silderUnoContenidoTres{
  z-index: 999;
}

#galleryDosContenidoTres, #galleryTresContenidoTres {
  opacity: 0;
}


.boxSelcImgContenidoTres{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider-02/01.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgContenidoTres_02{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider-02/02.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
.boxSelcImgContenidoTres_03{
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../img/slider/select-slider-02/03.jpg);
  background-size: cover;
  margin: 0 auto;
  background-position-x: 0px;
  background-repeat: no-repeat;
}
