/** Shopify CDN: Minification failed

Line 2737:30 Unexpected "{"

**/

/**** L A B 5 1
***** http://www.lab51.cl
***** Theme Author: Jorge Morales
***** Theme Author URL: http://jorgemo.com
***** Version: 1.0
*****************************************************************/

/* Fonts */
@font-face {
  font-family: 'Arial Narrow';
  font-style: normal;
  font-weight: normal;
  src: local('Arial Narrow'), url('ARIALN.woff') format('woff');
}

@font-face {
  font-family: 'Arial Narrow';
  font-style: italic;
  font-weight: normal;
  src: local('Arial Narrow'), url('ARIALNI.woff') format('woff');
}

@font-face {
  font-family: 'Arial Narrow';
  font-style: normal;
  font-weight: 700;
  src: local('Arial Narrow'), url('ARIALNB.woff') format('woff');
}

@font-face {
  font-family: 'Arial Narrow';
  font-style: italic;
  font-weight: 700;
  src: local('Arial Narrow'), url('ARIALNBI.woff') format('woff');
}

:root {
  /* Fonts */
  --font: 'Arial Narrow', sans-serif;
  --enriqueta: 'Enriqueta', serif;

  /* Colors */
  --color: #303030;
  --verde: #A2B9BB;
  --azul: #84939e;
  --back: #F4F4F4;
  --border: #707070;
  --black: #000000;
  --blanco: #ffffff;
  --mostaza: #ab8900;
  --rojo: #d2451e;

  /* Font Size */
  --f9: 0.5625em;
  --f10: 0.625em;
  --f11: 0.6875em;
  --f12: 0.75em;
  --f13: 0.8125em;
  --f14: 0.875em;
  --f15: 0.9375em;
  --f16: 1em;
  --f17: 1.0625em;
  --f18: 1.125em;
  --f19: 1.1875em;
  --f20: 1.25em;
  --f21: 1.3125em;
  --f22: 1.375em;
  --f23: 1.4375em;
  --f24: 1.5em;
  --f25: 1.5625em;
  --f27: 1.6875em;
  --f28: 1.75em;
  --f29: 1.8125em;
  --f30: 1.875em;
  --f32: 2em;
  --f35: 2.1875em;
  --f40: 2.5em;
  --f45: 2.8125em;
  --f48: 3em;
  --f50: 3.125em;
  --f55: 3.4375em;
  --f60: 3.75em;
  --f62: 3.875em;
  --f63: 3.9375em;
  --f66: 4.125em;
}

/**** G E N E R A L
*****************************************************************/
html, body {
  width: 100%;
}

body {
  font-size: 100%;
  background-color: #F4F4F4;
  color: var(--color);
  font-family: var(--font);
  letter-spacing: 1px;
}

input, textarea, button, select {
  font-family: var(--font);
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%
}

a {
  color: var(--color);
  text-decoration: none;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

a:hover {
  color: #044994;
  text-decoration: underline;
}

.clear {
  overflow: auto;
  width: calc(94%);
  max-width: 1440px;
  margin: 0 auto;
}

.one-half {
  width: 50%;
  float: left;
}

.one-25 {
  width: 25%;
  float: left;
}

.one-30 {
  width: 30%;
  float: left;
}

.one-35 {
  width: 35%;
  float: left;
}

.one-38 {
  width: 38%;
  float: left;
}

.one-40 {
  width: 40%;
  float: left;
}

.one-45 {
  width: 45%;
  float: left;
}

.one-third {
  width: 33.333333%;
  float: left;
}

.two-third {
  width: 66.666666%;
  float: left;
}

.one-quarter {
  width: 25%;
  float: left;
}

.three-quarter {
  width: 75%;
  float: left;
}

.one-fifth {
  width: 20%;
  float: left;
}

.fourth-fifth {
  width: 80%;
  float: left;
}

.one-sixth {
  width: 16.666666666%;
  float: left;
}

.five-sixth {
  width: 83.33333333%;
  float: left;
}

.one-eight {
  width: 12.5%;
    float: left;
}

.seven-eight {
  width: 87.5%;
    float: left;
}

/**** H E A D E R
*****************************************************************/
.barra {
  text-align: center;
  padding: 10px 0;
  font-size: 0.75em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.barra p {
  font-weight: 400;
}

.barra a {
  text-decoration: underline;
}

.barra i {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  margin: 0 10px 0 0;
  background: url(//estampa.cl/cdn/shop/t/8/assets/ico-cart.svg?v=170710615774481520031756914841) no-repeat;
  background-size: auto 100%;
  background-position: center center;
  filter: invert(100%);
}

.infobar {
  background: #dadce0;
  text-align: center;
  padding: 4px 0 9px;
  font-size: var(--f9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.infobar .clear {
  overflow: unset;
}

.infobar a {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 600;
}

.infobar i {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin: 0 5px 0 0;
  position: relative;
  top: 4px;
}

.infobar .col01 {
  text-align: left;
}

.infobar .col04 {
  text-align: right;
}

.infobar .col01 i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-mail.svg?v=180536008538608116561756914841);
  width: 1.8em;
}

.infobar .col02 i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-whatsapp.svg?v=49046565775429387011756914841);
  background-size: auto;
  height: 1.5em;
}

.infobar .col03 i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-truck.svg?v=91411530864300122961756914841);
  background-size: auto;
  width: 2.2em;
  height: 1.445em;
}

.infobar .col04 i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-cambios.svg?v=112411265757286833101756914841);
  background-size: auto;
  height: 1.3em;
}

header.invert {
  filter: invert(1);
}

header {
  overflow: visible;
  padding: 13px 0vw 13px;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid var(--border);
}

header .row1 {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  width: 94%;
  max-width: 1440px;
}

/* Header Sociales */
header .sociales {
  position: absolute;
  top: calc(50%);
  left: 0vw;
  transform: translateY(-50%);
}

header .sociales li {
  display: inline-block;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border: 1px solid #292928;
  border-radius: 50%;
  position: relative;
}

header .sociales li a {
  display: block;
  color: #2d2d2d;
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  transform: translate(-50%, -50%);
}

header .sociales li.facebook a {
  color: #f7f7eb;
  -webkit-text-stroke: 1px #292928;
  text-stroke: 1px #292928;
}

header .sociales li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* Header Logo */
header .logo {
  width: 70%;
  max-width: 90px;
  margin: 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

header .logo a {
  display: block;
  margin: 0;
}

header .logo a img {
  display: block;
  margin: 0;
}

header .logo a img.logo-inverted {
  filter: invert(1);
}

/* Header Icons */
header .icons {
  position: absolute;
  top: 50%;
  right: 0vw;
  transform : translateY(-50%);
  margin-top: 0px;
}

header .icons li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  font-size: 1.2em;
}

header .icons li a {
  color: #000;
  position: relative;
  cursor: pointer;
}

header .icons li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

header .icons li i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

header .icons li a.heart i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-heart.svg?v=128860421210577547161756914841);
}

header .icons li a.search i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-lupa.svg?v=96788339160966367601756914841);
}

header .icons li a.user i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-user.svg?v=159798485646122671321756914841);
  background-size: 100% auto;
}

header .icons li a.cart i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-cart.svg?v=170710615774481520031756914841);
}

header .icons li a.cart .wrap-count {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 0.8571428571em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75em;
  white-space: nowrap;
  text-align: center;
  border-radius: 1.75em;
  background-color: var(--verde);
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.75em;
  height: 1.75em;
  padding: 0 0.5833333333em;
  position: absolute;
  right: -19px;
  top: -16px;
  z-index: 3;
  transform: scale(0.5);
}

/* Header Busqueda */
header .icons .search-form {
  display: none;
  width: 215px;
  height: 45px;
  overflow: auto;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  top: -12px;
  right: 100px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

header .icons .search-form form {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--color);
}

header .icons input[type="search"] {
  display: inline-block;
  width: 100%;
  border: 0;
  padding: 10px 0px;
  text-align: left;
  font-size: 0.75em;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

header .icons input[type="submit"] {
  width: 44px;
  height: 42px;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  display: block;
  background-color: transparent;
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-lupa.svg?v=96788339160966367601756914841);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right center;
}

header .clear-big-search {
  position: relative;
  overflow: hidden;
}

header .big-search {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  z-index: 1000;
}

header .big-search.show {
  top: 0;
}

header .big-search input[type="search"] {
  border: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  width: calc(100% - 80px);
  height: 100px;
  float: left;
  padding: 0 0 0 70px;
  outline: none;
  font-size: var(--f20);
  font-weight: 300;
  color: #000;
}

header .big-search input[type="search"]::placeholder {
  font-size: 1em;
  color: #000;
}

header .big-search button {
  border: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0);
  font-size: 1.5em;
  color: #000;
  outline: none;
}

header .big-search button i {
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url(//estampa.cl/cdn/shop/t/8/assets/ico-lupa.svg?v=96788339160966367601756914841) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: relative;
  top: 6px;
}

header .big-search .cerrar-big-search {
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  font-weight: 300;
  width: 50px;
  background: rgba(0,0,0,0);
  font-size: 3em;
  color: #000;
  text-align: center;
  padding: 13px 0;
  cursor: pointer;
}

header .big-search .cerrar-big-search:hover {
  text-decoration: none;
}

header .black-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0,0,0,0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

header .black-search.show {
  visibility: visible;
  opacity: 1;
}

header.fix {
  top: 0;
  position: fixed;
  background: var(--blanco);
}

header.fix .logo {

}


/**** M E N U
****************************************************************************************************/
nav {
  background: transparent;
  font-size: var(--f15);
  letter-spacing: 1px;
  margin-top: 0px;
  overflow: visible;
  padding: 0vw;
  width: calc(100% - (247px + 5vw));
  position: absolute;
  left: calc(120px + 2.5vw);
  top: 50%;
  transform: translateY(-50%);
}

nav::after {
  bottom: 0;
  content: '';
  display: block;
  left: 0.25vw;
  height: 1px;
  position: absolute;
  width: calc(100% - 3.25vw);
  z-index: 101;
}

nav ul {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

nav li {
  display: inline-block;
  letter-spacing: 1px;
  padding: 14px;
  position: relative;
}

nav > ul > li.site-nav--active::after {
  background: #eaeaea;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 1vw;
  position: absolute;
  width: calc(100% - 2vw);
}

nav > ul > li:hover::after {
  background: #eaeaea;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 1vw;
  position: absolute;
  width: calc(100% - 2vw);
}

nav li a {
  color: var(--color);
  font-weight: 500;
  text-transform: none;
}

nav > ul > li > a {
  text-transform: uppercase;
}

nav li a:hover {
  color: var(--color);
  text-decoration: none;
}

nav li a:hover {
  text-decoration: none;
}

nav li > ul.sub-menu {
  background: var(--blanco);
  display: block;
  font-size: 0.9em;
  height: 0;
  left: -50%;
  min-width: calc(100%);
  opacity: 0;
  padding: 0px 1vw 0px;
  padding-top: 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  transition: all 0.25s ease-out;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
  z-index: 100;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

@media only screen and (min-width : 831px) and (max-width : 10000000px) {
  nav li:hover > ul.sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

nav li > ul.sub-menu li {
  display: block;
  font-size: var(--f15);
  padding: 0px 3vw 20px 3vw;
  position: relative;
  text-align: left;
}

nav li > ul.sub-menu li a {
  color: var(--color);
  text-transform: none;
  font-size: 15px;
}

nav li > ul.sub-menu li  > ul.sub-sub-menu {
  background: var(--blanco);
  height: 0;
  left: 100%;
  opacity: 0;
  padding: 20px 1vw 0px;
  position: absolute;
  top: -20px;
  transition: all 0.25s ease-out;
  visibility: hidden;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
}

nav li > ul.sub-menu li  > ul.sub-sub-menu > li {
  display: block;
  font-size: 1em;
  padding: 0px 1vw 20px 1vw;
  position: relative;
  text-align: left;
}

@media only screen and (min-width : 831px) and (max-width : 10000000px) {
  nav li > ul.sub-menu li:hover  > ul.sub-sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}


/**** H O M E
*****************************************************************/
.home-title {
  font-family: var(--enriqueta);
  color: #484848;
  font-size: var(--f20);
  font-weight: 200;
  margin: 0px 0 20px;
  text-align: center;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

img.full {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0;
}

/**** S L I D E S H O W
*****************************************************************/
.slideshow {
  width: 100%;
  overflow: auto;
  margin: 0;
}

.slideshow .clear {
  width: 100%;
}

.slideshow li {
  padding: 0;
  position: relative;
}

.slideshow li img {
  display: block;
  margin: 0;
  max-width: none;
  width: 100%;
  height: auto;
}

.slideshow li img.solo-mobile {
  display: none;
}

.slideshow li .text {
  position: absolute;
  top: 50%;
  left: calc(5% + 64px);
  transform: translateY(-50%);
  width: 50%;
  color: #fff;
  text-align: left;
}

.slideshow li .text h2 {
  font-size: 2.1875em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 20px;
}

.slideshow li .text p {
  font-size: 1.125em;
  letter-spacing: 2px;
  line-height: 1.6em;
}

.slideshow li .text .boton {
  display: inline-block;
  border-bottom: 1px solid white;
  letter-spacing: 3px;
  font-size: 1.125em;
  font-weight: 700;
  margin: 25px 0 0;
  padding: 12px 0px;
}

.slideshow button.slick-arrow {
  appearance: none;
  border: 0;
  text-indent: -99999em;
  width: 64px;
  height: 57px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: rgba(255,255,255,0.47);
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
  outline: none;
}

.slideshow button.slick-arrow::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 19px;
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slideshow button.slick-prev {
  left: 0vw;
}

.slideshow button.slick-prev::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/left.svg?v=36874014748827371621756914841);
}

.slideshow button.slick-next {
  right: 0vw;
}

.slideshow button.slick-next::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/right.svg?v=71277688109391874441756914841);
}

.slideshow .slick-dots {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 20px 0 10px;
}

.slideshow .slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
}

.slideshow .slick-dots li button {
  text-indent: -99999em;
  width: 13px;
  height: 13px;
  background: #cccccc;
  border-radius: 50%;
  border: 0;
  outline: none;
  padding: 0;
}

.slideshow .slick-dots li.slick-active button {
  background: var(--color);
}

/**** G R I D
*****************************************************************/
.grid {
  margin: 30px 0 0;
}

.grid .clear {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(20, 41.5px);
  gap: 10px 10px;
  grid-template-areas:
    "uno tres cinco"
    "uno tres cinco"
    "uno tres cinco"
    "uno tres cinco"
    "uno tres cinco"
    "uno tres cinco"
    "uno tres seis"
    "uno tres seis"
    "uno tres seis"
    "uno tres seis"
    "uno tres seis"
    "uno tres seis"
    "uno cuatro seis"
    "uno cuatro seis"
    "dos cuatro seis"
    "dos cuatro seis"
    "dos cuatro seis"
    "dos cuatro seis"
    "dos cuatro seis"
    "dos cuatro seis";
}

.grid .item {
  position: relative;
}

.grid .item a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.grid .item a:hover {
  opacity: 0.7;
}

.grid .item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.grid .item .boton {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 18px;
  color: var(--color);
  background: rgba(255,255,255,0.75);
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 12px 28px;
}

.grid .item .boton em {
  font-style: normal;
  display: inline-block;
  padding: 0 0 3px;
  border-bottom: 1px solid var(--color);
}

.grid .item:nth-child(1) {
  grid-area: uno;
}

.grid .item:nth-child(2) {
  grid-area: dos;
}

.grid .item:nth-child(3) {
  grid-area: tres;
}

.grid .item:nth-child(4) {
  grid-area: cuatro;
}

.grid .item:nth-child(5) {
  grid-area: cinco;
}

.grid .item:nth-child(6) {
  grid-area: seis;
}

/**** G A L L E R Y
*****************************************************************/
.gallery {
  width: 100%;
  margin: 60px 0 60px;
  padding: 0;
  overflow: auto;
}

.gallery .bajada {
  text-align: center;
  line-height: 1.5em;
}

.gallery ul {
  width: 100%;
  display: grid;
  flex-wrap: wrap;
}

.gallery ul .item {
  padding: 0;
  text-align: center;
}

.gallery ul .item a {
  display: block;
  margin: 0;
}

.gallery ul .item a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.gallery ul .item h3 {
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #000;
  text-transform: none;
  font-weight: 500;
  margin: 15px 0 15px;
}

.gallery-full {
  padding: 0;
}

.gallery-full ul .item {
  padding: 0 0 1vw;
}

.gallery-full ul .item:nth-child(odd) {
  padding-right: 0.5vw;
}

.gallery-full ul .item:nth-child(even) {
  padding-left: 0.5vw;
}

.gallery-blog li {
  position: relative;
}

.gallery-blog ul .item h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: calc(1.5vw + 25px);
  margin: 0;
  color: #fff;
  font-size: 1.5em;
  text-align: left;
}

.gallery.gal-blog {
  background: url(//estampa.cl/cdn/shop/t/8/assets/back-blog.png?6813) no-repeat;
  background-position: center bottom;
  background-size: 110% auto;
}

.gallery.gal-blog .item {
  text-align: left;
  padding: 1.5vw 3vw;
}

.gallery.gal-blog .item h3 {
  font-size: 0.875em;
  font-weight: 700;
  margin: 15px 0 15px;
}

.gallery.gal-blog .item p {
  font-size: 0.75em;
  color: var(--color);
  line-height: 1.8em;
}

.gallery.gal-blog .item .boton {
  display: inline-block;
  border-bottom: 1px solid var(--color);
  letter-spacing: 1px;
  font-size: var(--f13);
  font-weight: 700;
  padding: 14px 0px 4px;
  margin: 10px 0 0;
  text-transform: lowercase;
  color: var(--color);
}

/**** C A T E G O R I A S  -  I T E M S
*****************************************************************/
.gal-cat h2 {
  text-align: left;
  line-height: 1.6em;
}

.gal-cat .one-eight {
  padding-left: 1vw;
}

.gal-cat .seven-eight {
  padding-left: 2vw;
}

.gal-cat .ver {
  color: #878787;
  display: inline-block;
  border-bottom: 1px solid #878787;
  padding-bottom: 4px;
}

.gal-cat .ver:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}

.gallery.gal-cat ul .item h3 {
  text-transform: uppercase;
  font-size: var(--f16);
  margin: 10px 0 0px;
}

.gal-cat .boton {
  display: inline-block;
  width: 100%;
  padding: 14px 12px;
  border: 1px solid #878787;
  letter-spacing: 1px;
  font-size: 0.875em;
  color: #878787;
}

.gal-items {
  margin: 0 0 60px;
  background: #efede8;
}

.gallery.gal-items ul {
  padding: 1vw 1vw;
}

.gallery.gal-items ul .item {
  padding: 0;
  text-align: left;
  position: relative;
}

.gallery.gal-items ul .item::after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  background: var(--color);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.gallery.gal-items ul .item:nth-child(3)::after {
  display: none;
}

.gallery.gal-items ul .item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gallery.gal-items ul .item img {
  display: block;
  margin: 0 20px 0 0;
  width: 50px;
  height: auto;
}

.gallery.gal-items ul .item p {
  font-size: 0.875em;
  color: var(--color);
  line-height: 1.4em;
}

/**** B L O Q U E S
*****************************************************************/
.bloques {
  width: 100%;
  margin-bottom: 40px;
}

.bloques .item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.bloques .item a.img {
  display: block;
  width: 50%;
  order: 1;
  margin: 0;
}

.bloques .item a.img img {
  display: block;
  margin: 0;
  width: 100%;
}

.bloques .item .text {
  width: 50%;
  order: 2;
  position: relative;
}

.bloques .item .text .inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 7vw;
  text-align: center;
}

.bloques .item .text .inner img {
  width: 110px;
  float: right;
  margin: 20px 0 0;
  position: absolute;
  right: 15%;
  bottom: -110px;
}

.bloques .item .text .inner h3 {
  font-size: var(--f20);
  margin-bottom: 28px;
  font-family: var(--enriqueta);
}

.bloques .item .text .inner p {
  font-size: var(--f18);
  line-height: 1.8em;
  font-weight: 300;
  margin: 0 0 20px;
}

.bloques .item .text .inner .vermas {
  display: inline-block;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 20px 30px;
  color: #000;
  font-size: 0.9375em;
  margin-top: 3vw;
}

.bloques .item .text .inner .vermas i {
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background: url(//estampa.cl/cdn/shop/t/8/assets/flecha.svg?v=52654017629828012551756914841) no-repeat;
  background-size: 100% auto;
  background-position: center center;
  margin: 0px 0 0 15px;
  position: relative;
  top: 4px;
}

.bloques .item:nth-child(even) a.img {
  order: 2;
}

.bloques .item:nth-child(even) .text {
  order: 1;
}

#pro-variants {
  margin: 0 0 20px;
}

#vars {
  display: none;
}

/**** F E A T U R E D   C O L L E C T I O N
****************************************************************************************************/

.featured-collection {
  width: 100%;
  margin: 50px 0;
  text-align: center;
}

.featured-collection .clear {
  overflow: visible
}

.featured-collection ul {
	width: 100%;
	display: grid;
	flex-wrap: wrap;
  padding: 0vw;
}

.featured-collection .slick-track {
    display: flex !important;
}

.featured-collection .slick-slide {
    height: inherit !important;
}

.featured-collection li .container-info{
  width: 100%;
  padding: 10px 0 0;
}

.featured-collection ul .item {
	padding: 1.5vw 1.5vw calc(1.5vw + 65px);
	text-align: left;
  position: relative;
  overflow: visible;
}

.featured-collection ul .item:after {
	content: '';
	display: block;
	width: calc(100% - 3vw);
	height: 1px;
	background: $color;
	position: absolute;
	bottom: 0;
	left: 1.5vw;
}

.featured-collection ul .item a {
	display: block;
	margin: 0;
	position: relative;
	color: #000;
  padding: 0vw;
  background: transparent;
	font-size: 0.8em;
}

.featured-collection ul .item a:hover {
	text-decoration: none;
}

.featured-collection ul .item .img {
	position: relative;
}

.featured-collection ul .item .img img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.featured-collection ul .item .img .dos {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 3;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.featured-collection ul .item .img .imgColor {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
  width: 100%;
  height: 100%;
  object-fit: contain;
  color: transparent;
}

.featured-collection ul .item .img .imgColor.active {
	opacity: 1;
}

.featured-collection ul .item .img:hover .dos {
	opacity: 1;
}


.featured-collection ul .item.sold-out .img .dos, .featured-collection ul .item.sold-out .img:hover .dos {
  opacity: 0 !important;
}

.featured-collection ul .item .img .nuevo {
	font-family: $raleway;
	position: absolute;
	top: 0px;
	right: 0;
	width: auto;
	height: auto;
	background: #1e1e1d;
	padding: 12px 26px;
	font-weight: 600;
	font-size: 0.8125em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	z-index: 3;
	text-align: center;
	display: none;
}

.featured-collection ul .item .img .descuento {
	font-family: $raleway;
	position: absolute;
	top: 0px;
	right: 0;
	width: auto;
	height: auto;
	background-color: var(--verde);
	padding: 12px 22px;
	font-weight: 600;
	font-size: 0.8125em;
	letter-spacing: 1px;
	color: #fff;
	z-index: 4;
	text-align: center;
}

.featured-collection ul .item.sold-out .img:after {
	content: 'agotado';
	display: block;
	font-family: $raleway;
	position: absolute;
	top: 0px;
	right: 0;
	width: auto;
	height: auto;
	background: #b2b2b2;
	padding: 12px 22px;
	font-weight: 600;
	font-size: 0.8125em;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	z-index: 5;
	text-align: center;
}

.featured-collection ul .item.sold-out .img img {
  opacity: 0.25 !important;
}

.featured-collection ul .item .text {
  padding: 0;
  background: transparent;
  width: 100%;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.featured-collection ul .item h3 {
  font-size: var(--f15);
  font-style: normal;
  margin: 0px 0 10px;
  color: #000000;
}

.featured-collection ul .item h4 {
	font-size: 0.875em;
	font-weight: 400;
	margin: 0px 0 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #374c22;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: none;
}

.featured-collection ul .item .price {
  font-size: var(--f15);
  font-weight: 600;
  margin-top: 0;
  color: var(--color);
  position: absolute;
  bottom: 60px;
}

.featured-collection ul .item .price.sale {
	color: #db1c24;
}
.featured-collection ul .item .price.sale span {
	color: #2d2d2d;
	text-decoration: line-through;
	font-size: 0.8em;
}

.featured-collection ul .item .ver-producto {
  display: block;
  color: var(--color);
  padding: 15px 20px;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  font-size: var(--f12);
  text-transform: uppercase;
  border: solid 1px var(--color);
  position: absolute;
  bottom: 0;
}

.featured-collection ul .item .ver-producto:hover {
	opacity: 0.8;
	text-decoration: none;
}

.featured-collection ul .item .ver-producto.ver-agotado {
	background: #333;
}

.featured-collection ul .item .ver-producto.ver-agotado:hover {
	opacity: 1;
	text-decoration: none;
}

.featured-collection ul .item .btn {
	position: absolute;
	bottom: 10px;
	right: calc(1.5vw + 5px);
}

.featured-collection ul .item .btn .addcart{
	display: block;
	text-indent: -99999em;
	width: 20px;
	height: 20px;
	background: url(ico-cart.png) no-repeat;
	background-size: 20px auto;
	background-position: center center;
	cursor: pointer;
}

.featured-collection ul .item .btn .addcart2 {
	display: block;
	text-indent: -99999em;
	width: 20px;
	height: 20px;
	background: url(right.png) no-repeat;
	background-size: 10px auto;
	background-position: center center;
	cursor: pointer;
}

.featured-collection ul .item .btn .addcart:hover,
.featured-collection ul .item .btn .addcart2:hover {
	opacity: 0.6;
}

.featured-collection ul .item.sold-out .btn .addcart,
.featured-collection ul .item.sold-out .btn .addcart2 {
	display: none;
}

.featured-collection ul .item .disable {
	width: calc(100% - 3vw);
	height: 20px;
	background: rgba(0,0,0,0);
	position: absolute;
	bottom: 10px;
	right: 1.5vw;
	cursor: not-allowed;
}

.featured-collection ul .item .disable .popup {
	position: absolute;
	top: calc(100% + 7px);
	right: 0px;
	background: #ccc;
	font-size: 0.5em;
	padding: 8px;
	width: 100%;
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
}

.featured-collection ul .item .disable .popup:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	right: 5px;
	transform: rotate(-45deg);
	width: 14px;
	height: 14px;
	background: #ccc;
	z-index: 1;
}

.featured-collection ul .item .disable:hover .popup {
	opacity: 1;
}


/* Collection Item Colores */

.options.hide {
  display: none;
}

.featured-collection ul .item .colores {
  width: 100%;
  overflow: auto;
  text-align: left;
  display: block;
  margin: 0;
  padding: 5px 0 10px;

}



.featured-collection ul .item .colores > div {
	display: inline-block;
	width: 24px !important;
	height: 24px;
	background: #f2f2f2;
	border-radius: 50%;
	position: relative;
  margin: 0 6px 5px 2px;
	border: 1px solid #d5d5d5;
	cursor: pointer;
}

.featured-collection ul .item .colores > div i {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0,0,0,0.25);
	border-radius: 50%;
	cursor: not-allowed;
}

.featured-collection ul .item .colores > div i:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 100%;
	height: 1px;
	background: $color;
}

.featured-collection ul .item .colores > div i:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	width: 100%;
	height: 1px;
	background: $color;
}

.featured-collection ul .item .colores > div.active {
	box-shadow: 0px 0px 0 1px #0f0f0f;
}

.featured-collection ul .item .colores > div:hover {
	box-shadow: 0px 0px 0 1px #0f0f0f;
}

.featured-collection ul .item .colores > div[data-name="Café"],
.featured-collection ul .item .colores > div[data-name="Cafe"] {
	background: #dfccb5;
}

.featured-collection ul .item .colores > div[data-name="Amarillo"],
.featured-collection ul .item .colores > div[data-name="amarillo"] {
	background: #EDCD80;
}

.featured-collection ul .item .colores > div[data-name="Calipso"],
.featured-collection ul .item .colores > div[data-name="calipso"] {
  background: var(--verde);
}

.featured-collection ul .item .colores > div[data-name="Gris"] {
	background: #757575;
}

.featured-collection ul .item .colores > div[data-name="Mongori"] {
	background: #dfccb6;
}

.featured-collection ul .item .colores > div[data-name="Grafito"],
.featured-collection ul .item .colores > div[data-name="Gráfito"] {
	background: #757575;
}

.featured-collection ul .item .colores > div[data-name="Laricina"] {
	background: #f2f2f2;
}

.featured-collection ul .item .colores > div span {
	display: none;
}

.featured-collection button.slick-arrow {
  appearance: none;
  border: 0;
  text-indent: -99999em;
  width: 36px;
  height: 36px;
  position: absolute;
  top: calc((104vw / 4) / 2);
  transform: translateY(-50%);
  z-index: 100;
  background: transparent;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
  outline: none;
}

.featured-collection button.slick-arrow::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-collection button.slick-prev {
  left: -1vw;
}

.featured-collection button.slick-prev::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/left.svg?v=36874014748827371621756914841);
}

.featured-collection button.slick-next {
  right: -1vw;
}

.featured-collection button.slick-next::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/right.svg?v=71277688109391874441756914841);
}

.featured-collection .slick-dots {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
  align-items: center;
  justify-content: center;
}

.featured-collection .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.featured-collection .slick-dots li button {
  text-indent: -99999em;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  border: 0;
  outline: none;
  padding: 0;
}

.featured-collection .slick-dots li.slick-active button {
  background: var(--color);
}

/**** C U S T O M   C O L L E C T I O N
*****************************************************************/

.featured-collection .container-collection {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}

.featured-collection .container-collection .container-items, .featured-collection .container-collection .cont-img {
  width: 48%;
}

.featured-collection.new-collection {
  margin: 50px 0 100px;
  width: 100%;
  float: left;
}

/**** C O L L E C T I O N   I N T E R I O R I S T A S
*****************************************************************/
.template-collection {
  background: var(--blanco);
}

.template-collection .int .coll-header {
  margin: 55px auto 0;
}

.int #bread {
  margin: 20px auto 55px;
}

.template-collection .featured-collection.int .filter {
  margin: 30px 0 0px;
}

.template-collection .featured-collection.int .form-horizontal {
  padding: 0 3vw 10px 0;
  margin-bottom: 0;
}

.template-collection .featured-collection.int .form-horizontal::after {
  right: 4vw;
}

.template-collection .featured-collection ul .item.item-int {
  padding: 3vw;
  margin-bottom: 0;
}

.featured-collection ul .item.item-int h3 {
  font-size: var(--f17);
  font-weight: 700;
  letter-spacing: 2px;
  margin: 25px 0 30px;
}

.featured-collection ul .item.item-int .vermas {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 15px 0;
  font-size: var(--f17);
  font-weight: 600;
  color: var(--color);
  border-top: 1px solid var(--color);
}

/**** B A N N E R
*****************************************************************/
.banner {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}

/**** B A N N E R   T E X T
*****************************************************************/
.banner-text {
  width: 100%;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.banner-text .clear {
  position: relative;
  overflow: visible;
  padding: 0 2vw;
}

.banner-text img {
  float: right;
}

.banner-text .text {
  position: absolute;
  left: 0vw;
  top: 50%;
  transform: translateY(-50%);
  background: #d2a88f;
  padding: 70px 65px;
  width: 48%;
  color: #ffffff;
}

.banner-text .text h2 {
  font-family: var(--font);
  font-size: var(--f66);
  font-weight: bold;
  margin-bottom: 20px;
}

.banner-text .text h3 {
  font-size: 1.375em;
  margin-bottom: 4px;
}

.banner-text .text p {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.8em;
  padding: 0 5vw 10px;
}

.banner-text .text .boton {
  font-size: 0.875em;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 26px;
  border: 1px solid #fff;
  padding: 12px 50px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.banner-text .text .boton:hover {
  background: #fff;
  color: #d2a88f;
}

/**** B A N N E R   B A J A D A
*****************************************************************/
.banner-bajada {
  width: 100%;
  overflow: auto;
  margin-top: 20px;
  margin-bottom: 80px;
  padding: 30px 3vw;
  text-align: left;
  position: relative;
  background: #688080;
}

.banner-bajada .text {
  color: #fff;
  padding: 0 10vw 0 0;
}

.banner-bajada .text h2 {
  font-family: var(--font);
  font-size: var(--f66);
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 0;
}

.banner-bajada .text p {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.8em;
  padding: 0 0vw 10px;
}

.banner-bajada .text .boton {
  font-size: 0.875em;
  letter-spacing: 2px;
  display: inline-block;
  margin-top: 26px;
  border: 1px solid #fff;
  padding: 12px 8vw;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.banner-bajada .text .boton:hover {
  background: #fff;
  color: #688080;
}

/**** V I D E O
*****************************************************************/
.video-text {
  margin-bottom: 60px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-text .clear {
  display: flex;
  flex-wrap: wrap;
}

.video-text .clear > div:nth-child(2) {
  text-align: left;
  padding-left: 3vw;
}

.video-text h2 {
  text-align: left;
  padding-top: 10px;
}

.video-text p {
  font-size: 0.875em;
  color: #717175;
  line-height: 1.8em;
  padding-bottom: 20px;
}

/****      H O M E   B L O G
****************************************************************************/
.home-blog article {
  padding: 1vw;
}

.home-blog article .img {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.home-blog article .text {
  width: 88%;
  position: relative;
  left: 6%;
  background: #79a4b4;
  padding: 20px 30px;
  text-align: center;
  top: -30px;
  min-height: 16vw;
}

.home-blog article .text h3 {
  font-size: 1.25em;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px;
}

.home-blog article .text h3::after {
  content: '-';
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.home-blog article .text h3 a {
  color: #fff;
}

.home-blog article .text .bajada {
  color: #fff;
  font-size: 0.875em;
  line-height: 1.7em;
  letter-spacing: 2px;
  margin-top: 10px;
}

.home-blog article .text .mas {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 0.875em;
  letter-spacing: 2px;
  margin-top: 20px;
}

.home-blog article .text .mas:hover {
  text-decoration: none;
  opacity: 0.6;
}

/****      I N S T A G R A M
****************************************************************************/
#instagram {
  margin-bottom: 40px;
  margin-top: 20px;
  float: left;
  width: 100%;
}

#instagram .clear {
  width: 100%;
}

#instafeed {
  width: 100%;
  overflow: auto;
  padding: 2vw;
  background: var(--blanco);
}

.instagram_gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

#instafeed a {
  width: 100% !important;
  float: left;
  height: auto;
  display: block;
  padding: 0;
  float: left;
  text-align: center;
  position: relative;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

#instafeed a:hover {
  opacity: 0.6;
}

#instafeed a .img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#instafeed a img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  height: auto;
}

/**** P O P   U P
*****************************************************************/
#popup {
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: -100vw;
  transform: translateY(-50%);
  width: 50vw;
  /* max-width: 750px; */
  height: auto;
  background-color: var(--blanco);
  color: var(--color);
  padding: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.75);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275), opacity 0.25s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

#popup.show {
  right: calc(50% - 25vw);
  opacity: 1;
  visibility: visible;
}

#popup .cerrar {
  font-weight: 400;
  position: absolute;
  top: 12px;
  right: 20px;
  color: var(--verde);
  font-size: 2em;
  font-weight: 300;
  transform: rotate(45deg);
  cursor: pointer;
}

#popup .left {
  width: 50%;
  display: none;
}

#popup .left img {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#popup .right {
  width: 100%;
  padding: 60px 55px 60px;
}

#popup .right img {
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto 50px;
}

#popup .right h3 {
  font-family: var(--enriqueta);
  font-size: var(--f20);
  font-weight: 100;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 2em;
  color: var(--color);
  margin-bottom: 20px;
  text-align: left;
}

#popup .right p {
  color: var(--color);
  font-size: var(--f10);
  font-weight: normal;
  padding: 0 0px;
  line-height: 2em;
  letter-spacing: 1px;
}

/* Popup Form */
#popup form {
  width: 100%;
  margin: 30px auto 0;
  overflow: auto;
  border: none;
}

#popup form input {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}

#popup form input[type="email"] {
  width: calc(100% - 100px);
  height: 45px;
  float: left;
  border: 0;
  border-right: none;
  border-radius: 0;
  background: #FBFAFA;
  color: var(--color);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: var(--f12);
  padding: 5px 15px;
}

#popup form input[type="email"]::placeholder {
  color: var(--color);
  font-size: var(--f12);
}

#popup form button[type="submit"] {
  font-size: var(--f15);
  background-color: #a1b9bb;
  border: 0;
  width: 100px;
  height: 45px;
  padding: 5px 7px;
  float: right;
  color: var(--blanco);
}

/* Popup Sociales */
#popup .sociales {
  max-width: none;
  margin: 20px 0 0px;
  text-align: center;
}

#popup .sociales li {
  display: inline-block;
  margin: 0 5px 0;
  font-size: 1em;
}

#popup .sociales li a {
  color: var(--blanco);
  background: var(--verde);
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#popup .sociales li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/**** I C O N   B A R
*****************************************************************/
.iconbar {
  background: #ffffff;
  padding: 5vw 0;
  margin: 0 0 40px;
}

.iconbar .item {
  text-align: left;
  color: #000;
  padding: 0 2vw;
}

.iconbar .item a {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.iconbar .item a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.iconbar .item .img {
  width: 30px;
  height: auto;
  display: block;
  max-width: none;
  margin: 0;
  float: left;
  position: relative;
  margin-right: 20px;
}

.iconbar .item img {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.iconbar .item .text {
  width: calc(100% - 50px);
  float: right;
}

.iconbar .item h3 {
  font-size: 1em;
  font-weight: 500;
  margin: 0px 0 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.iconbar .item .bajada {
  font-weight: 100;
  font-size: 0.75em;
  line-height: 1.4em;
}

/**** C O L L E C T I O N
*****************************************************************/
.template-collection .coll-img {
  padding: 0 1.5vw;
}

.template-collection .coll-header {
  width: 94%;
  overflow: hidden;
  position: relative;
  margin: 40px auto 0;
  padding: 0px 0;
  border-bottom: none;
}

.template-collection .coll-header-back {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0px 0 0;
}

.template-collection .coll-header-back .home-title {
  padding: 0 7vw;
  margin: 0;
  color: #fff;
}

.template-collection .featured-collection .clear {
  position: relative;
}

.template-collection .featured-collection .filter {
  width: 25%;
  overflow: auto;
  margin: 0px 0 0px;
  float: right;
}

.template-collection .featured-collection .form-horizontal {
  width: 100%;
  padding: 0 1.5vw 10px;
  position: relative;
  text-align: right;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
}

.template-collection .featured-collection .form-horizontal::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.75em;
  color: #6b6b6b;
  position: absolute;
  bottom: 23px;
  right: 2.5vw;
  z-index: 1;
}

.template-collection .featured-collection .form-horizontal label {
  display: block;
  width: 100%;
  font-size: 0.75em;
  color: #8e8e8e;
  text-align: left;
  font-weight: 300;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.template-collection .featured-collection .form-horizontal select {
  border: none;
  border-radius: 0px;
  background: transparent;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: none;
  z-index: 2;
  cursor: pointer;
  color: #6b6b6b;
  font-size: 0.75em;
  text-transform: none;
}

/* Description */
.template-collection .coll-des {
  margin: 20px 0 40px;
  font-size: 0.875em;
  color: #565656;
  line-height: 1.6em;
}

.reg-des {
  width: 100%;
  overflow: auto;
  padding: 0 1.5vw;
}

.reg-des .coll-des {
  text-align: left;
  width: 50%;
  float: left;
  padding-right: 1vw;
  color: #111111;
}

.reg-des .coll-des h3 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 20px;
}

.reg-des .coll-des p {
  font-size: 1.25em;
  padding-bottom: 15px;
  line-height: 1.7em;
}

.reg-des .img {
  width: 50%;
  padding-left: 1vw;
  float: right;
  padding-top: 2vw;
}

/* Filter Menu */
.template-collection aside {
  padding: calc(1.5vw + 60px) 2vw 0 0vw;
  width: 240px;
  float: left;
}

.filter-group h4 {
  color: var(--color) !important;
  font-size: var(--f12) !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin: 10px 0 10px !important;
  letter-spacing: 1px;
  position: relative;
  border-bottom: none !important;
  padding-bottom: 10px !important;
  font-family: var(--enriqueta);
}

.filter-group+.filter-group h4 {
  margin: 30px 0 5px !important;
  font-weight: 600 !important;
  border-bottom: 0 !important;
}

.filter-group+.filter-group h4::after {
  top: 8px !important;
}

.filter-group .filter-clear {
  display: none !important;
}

.filter-group ul li {
  margin-bottom: 10px;
}

.filter-group li a, .filter-group li a:visited, .filter-group .collection-count {
  font-size: 12px !important;
  margin-left: 0 !important;
  font-weight: 300 !important;
  color: #707070 !important;
}

.filter-group li a {
  text-indent: 0 !important;
  padding-left: 0 !important;
}

.filter-group ul li i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

/* All Coll */
.template-collection .all-coll {
  margin: 0;
  width: calc(100% - 240px);
  float: left;
}

.template-collection .featured-collection ul .item {
  margin-bottom: 0;
  height: 100%;
}

.template-collection .featured-collection ul .item.sold-out {
  position: relative;
}

/* Pagination */
.pager {
  width: 100%;
  overflow: auto;
  margin: 40px 0;
}

.pager ul {
  width: 100%;
  overflow: auto;
  text-align: center;
  display: block;
}

.pager li {
  display: inline-block;
  margin: 0 3px;
}

.pager li a, .pager li span,  {
  display: block;
  border: 0px;
  border-bottom: 1px solid transparent;
  padding: 10px 12px;
  font-size: 1.25em;
  font-weight: 400;
  color: var(--color);
  margin: 0;
}

.pager li a:hover {
  text-decoration: none;
}

.pager li.current span {
  background: #fff;
  color: var(--color);
  border: 0px;
  border-bottom: 1px solid var(--color);
  cursor: default;
}

.pager li:hover a {
  background: #fff;
  color: var(--color);
  border: 0px;
  border-bottom: 1px solid var(--color);
  cursor: pointer;
}

.pager li.prev, .pager li.next {
  font-size: 0.75em;
}

/**** P R O D U C T   P A G E
*****************************************************************/
.product {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5vw;
  margin-top: 30px;
}

/* Breadcrumbs */
#bread {
  width: 100%;
  font-family: var(--font);
  font-size: 0.875em;
  margin: 20px auto 30px;
  padding: 0;
  letter-spacing: 0;
}

#bread a {
  color: var(--color);
}

#bread span {
  color: var(--color);
}

#bread .breadcrumb__sep {
  color: var(--color);
  font-weight: 700;
  padding: 0 5px;
}

/* Divisores */
.product .left {
  width: 52%;
  padding-right: 2vw;
}

.product .right {
  width: 48%;
  padding-left: 1.5vw;
  padding-right: 0vw;
}

/* Product Left */
.product .left img, .product .left img a {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.product.sold-out .left img {
  opacity: 0.5;
}

.product .left #main-photo {
  width: 100%;
  float: right;
  margin-bottom: 20px;
  position: relative;
}

.product .left #main-photo .nuevo {
  font-family: var(--font);
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: var(--color);
  padding: 6px 15px;
  font-weight: 600;
  font-size: var(--f11);
  letter-spacing: 1px;
  color: #fff;
  z-index: 4;
  text-align: center;
  text-transform: uppercase;
}

.product .left #main-photo .descuento {
  font-family: var(--font);
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: $azul;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 1px;
  color: #fff;
  z-index: 4;
  text-align: center;
}

.product .left #main-photo button.slick-arrow {
  appearance: none;
  border: 0;
  text-indent: -99999em;
  width: 10px;
  height: 16px;
  position: absolute;
  top: calc((104vw / 4) / 2);
  transform: translateY(-50%);
  z-index: 100;
  background: transparent;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
  outline: none;
}

.product .left #main-photo button.slick-arrow::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 19px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}

.product .left #main-photo button.slick-prev {
  left: 1vw;
}

.product .left #main-photo button.slick-prev::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/left.svg?v=36874014748827371621756914841);
}

.product .left #main-photo button.slick-next {
  right: 1vw;
}

.product .left #main-photo button.slick-next::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/right.svg?v=71277688109391874441756914841);
}

.product .left #mini-photos {
  width: 100%;
  float: left;
  overflow: hidden;
  margin: 0;
}

.product .left #mini-photos ul {
  width: calc(100% + 20px);
  overflow: auto;
}

.product .left #mini-photos ul li {
  width: calc(25% - 15px) !important;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  outline: none;
}

.product .left #mini-photos ul li a {
  outline: none;
  cursor: pointer;
}

.product .left #mini-photos .slick-track {
  min-width: 100%;
  height: auto !important;
  display: flex;
  justify-content: center;
}

.product .left #mini-photos .slick-list {
  height: auto !important;
}

/* Product Right */
.product .right h1 {
  font-family: var(--enriqueta);
  color: var(--color);
  font-size: var(--f20);
  font-weight: 400;
  margin: 10px 0 10px;
  text-align: left;
  text-transform: uppercase;
}

.product .right h2[itemprop="brand"] {
  display: none;
}

.product .right h2 {
  color: var(--color);
  font-family: var(--font);
  font-size: 1em;
  text-transform: none;
  font-weight: 400;
  margin: 0 0 20px;
  text-align: left;
  letter-spacing: 1px;
}

.product .right h2 a {
  color: #374c22;
}

.product .right .price {
  font-size: 1.125em;
  color: var(--color);
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.product .right .price p {
  font-weight: 100;
  font-size: var(--f20);
  font-family: var(--enriqueta);
}

.product .right .price p.sale {
  color: #ed3833;
}

.product .right .price p.old {
  padding-bottom: 6px;
  font-size: 0.5em;
  font-weight: normal;
  text-decoration: line-through;
  color: #555555;
}

.product .right .price p.desde {
  padding-bottom: 6px;
  font-size: var(--f10);
  font-weight: 400;
  color: #828282;
}

/* Remain */
.product .right .remain {
  display: block;
  margin: 10px 0 0;
  color: #000;
  font-size: 0.75em;
}

/* Variables */
.product .right .vars {
  margin: 0;
  position: relative;
  width: 100%;
  clear: both;
}

.product .right .vars.options-two::after {
  top: 47px;
  transform: translateY(-50%);
}

.product .right .vars.options-two::before {
  display: block;
  color: #000;
  position: absolute;
  top: auto;
  right: 18px;
  bottom: 25px;
  transform: translateY(0%);
  z-index: 1;
}

.product .right .vars .options {
  width: 100%;
  overflow: auto;
}

.product .right .vars .options p {
  display: block;
  width: 48%;
  float: left;
  position: relative;
}

.product .right .vars .options p:nth-child(2n+2) {
  float: right;
}

.product .right .vars .options p.hide {
  display: none;
}

.product .right .vars select {
  border: 1px solid #666666;
  border-radius: 0;
  background: transparent url(//estampa.cl/cdn/shop/t/8/assets/down.svg?v=96706144313419425541756914841) no-repeat;
  background-size: 10px auto;
  background-position: calc(100% - 15px) center;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  height: 49px;
  position: relative;
  outline: none;
  z-index: 2;
  cursor: pointer;
  font-size: 0.75em;
  letter-spacing: 1px;
}

.product .right .vars.options-two select {
  margin: 5px 0 10px;
}

.product .right .vars .tallas-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  flex-direction: row;
  align-items: center;
}

.product .right .vars .tallas-wrap p {
  font-size: var(--f12);
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  padding: 0;
  border-bottom: none;
  min-width: 120px;
  margin: 0 0 10px;
  letter-spacing: 1px;
}

.product .right h4 {
  font-size: var(--f12);
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  padding: 0;
  border-bottom: none;
  min-width: 110px;
  margin: 0;
  letter-spacing: 1px;
}
.product .right .vars .tallas {
  display: block;
  width: calc(100% - 130px);
  overflow: auto;
}

.product .right .vars .tallas li {
  display: inline-block;
  width: auto;
  height: auto;
  background: #fff;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  padding: 7px 10px;
  margin: 0 10px 10px 0px;
  cursor: pointer;
  font-size: 0.6875em;
}

.product .right .vars .tallas li.active, .product .right .vars .tallas li:hover {
  border: 2px solid var(--color);
  color: var(--color);
}

.product .right .vars .tallas-wrap .guia {
  width: 130px;
  height: 22px;
  font-size: 0.75em;
  color: var(--color);
  position: relative;
  top: 12px;
  background: url(//estampa.cl/cdn/shop/t/8/assets/ico-tallas.png?6813) no-repeat;
  background-size: 18px auto;
  background-position: 100% 0px;
  padding: 4px 30px 0 0;
  cursor: pointer;
}

.product .right .vars .tallas-wrap .guia::after {
  content: '';
  display: block;
  width: 100px;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
}

.product .right .vars .tallas-wrap .guia:hover {
  text-decoration: none;
  opacity: 0.7;
}

.product .right .vars .tallas-wrap .guia-pop {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  padding: 30px;
  background: #fff;
  box-shadow: 0vw 0vw 0vw 300vw rgba(0, 0, 0, 0.57);
  max-width: 90%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.product .right .vars .tallas-wrap .guia-pop img {
  height: auto;
}

.product .right .vars .tallas-wrap .guia-pop.show {
  opacity: 1;
  visibility: visible;
}

.product .right .vars .tallas-wrap .guia-pop .close {
  position: absolute;
  top: 10px;
  right: 15px;
  transform: rotate(45deg);
  color: var(--color);
  font-size: 2em;
  font-weight: 300;
}

.product .right .vars .tallas-wrap .guia-pop .close:hover {
  text-decoration: none;
  cursor: pointer;
}

/* Add to Cart */
.product .right .botones {
  width: 100%;
  overflow: visible;
  margin: 20px 0 0;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.product .right .botones .sec-cantidad {
  width: 75px;
  float: left;
  position: relative;
  overflow: auto;
  margin-bottom: 0px;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 70px 1fr;
}

.product .right .botones .sec-cantidad .input-cantidad {
  position: relative;
}

.product .right .botones .sec-cantidad input[type=number]::-webkit-inner-spin-button, .product .right .botones .sec-cantidad input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product .right .botones .sec-cantidad input[type=number] {
  -moz-appearance: textfield;
}

.product .right .botones .sec-cantidad input {
  width: 75px;
  height: 50px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #666666;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
}

.product .right .botones .sec-cantidad input:focus {
  outline: 0;
}

.quantity-nav {
  position: absolute;
  top: 0;
  right: -4px;
  height: 50px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #666666;
  width: 22px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #666666;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 0px;
  height: 50%;
}

.product .right .botones .add-to-cart {
  display: block;
  width: calc(100% - 95px);
  float: right;
  background: var(--verde);
  color: #fff;
  font-size: var(--f13);
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  padding: 16px 15px 16px;
  text-transform: uppercase;
  margin-left: 20px;
}

.product .right .botones .add-to-cart:hover {
  text-decoration: none;
  opacity: 0.6;
}

.product .right .botones .swym-wishlist-button-bar {
  width: calc(50% - 75px);
  float: right;
  margin-left: 20px;
}

.product .right .botones .swym-btn-container[data-position=default] {
  width: 100%;
}

.product .right .botones .swym-wishlist-button-bar button {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #000;
  background: #fff;
  border-radius: 0;
  color: #000;
  font-size: var(--f13);
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  padding: 14px 5px 14px;
  width: 100%;
  height: auto;
  text-indent: inherit;
  line-height: normal;
}

.product .right .botones .swym-wishlist-button-bar button::after {
  position: relative;
  top: auto;
  left: auto;
  display: inline-block;
  text-indent: -99999em;
  background: url(//estampa.cl/cdn/shop/t/8/assets/ico-heart.svg?v=128860421210577547161756914841) no-repeat;
  background-position: center center;
  background-size: 100% auto;
  width: 1.25em;
  height: 1.25em;
  margin-left: 10px;
}

.product .right .botones .swym-wishlist-button-bar button span {
  display: inline-block;
  font-weight: 600;
}

.product .right .botones .add-to-agotado {
  display: block;
  width: calc(100% - 95px);
  float: right;
  background: #575353;
  color: #fff;
  font-weight: 400;
  padding: 16px 15px 15px;
  text-align: center;
  letter-spacing: 0px;
  cursor: not-allowed;
  margin-left: 20px;
}

.product .right .botones .add-to-agotado:hover {
  text-decoration: none;
  background: #575353;
}

.product .right .botones .btn.add-wishlist {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background-color: #fff;
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-heart.svg?v=128860421210577547161756914841);
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) 5px;
  background-size: 16px auto;
  color: #939393;
  font-style: italic;
  padding: 0 40px 6px 6px;
  margin: 30px 0 0;
  border-bottom: 1px solid #939393;
}

.product .right .botones .disable {
  width: calc(100% - 95px);
  height: 51px;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 95px;
  z-index: 10;
  cursor: not-allowed;
  display: block;
}

.product .right .botones .pop-disable {
  position: absolute;
  bottom: -38px;
  left: 0;
  background: #ccc;
  font-size: 0.75em;
  padding: 5px;
  width: 100%;
  text-align: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;

}

.product .right .botones .pop-disable::after {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 14px;
  height: 14px;
  background: #ccc;
  z-index: 1;
}

.product .right .botones .disable:hover .pop-disable {
  opacity: 1;
}

/* Product Info */
.product .right .pro-info {
  padding: 20px 0 10px;
  font-size: 0.75em;
  background: #fff;
  color: var(--color);
}

.product .right .pro-info span {
  display: block;
  padding: 10px 0 10px 40px;
  line-height: 1.6em;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 0px 14px;
  font-weight: 300;
}

.product .right .pro-info span.regalo {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-regalos.svg?v=142056857216519040421756914841);
}

.product .right .pro-info span.cambios {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-cambios.svg?v=112411265757286833101756914841);
}

/* Colores */
.product .right .colores-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  margin: 0;
  border-top: none;
}

.product .right h4 {
  font-size: var(--f12);
  font-weight: 400;
  text-transform: capitalize;
  color: #000;
  padding: 0;
  border-bottom: none;
  min-width: 120px;
  margin: 0;
  letter-spacing: 1px;
}

.product .right .colores {
  width: 100%;
  overflow: visible;
  text-align: left;
  display: block;
  margin: 2px auto 0px;
  padding: 3px 0 3px 4px;
}

.product .right .colores > li {
  background-color: #f2f2f2;
  background-position: center;
  background-size: 150%;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-shadow: 0px 0px 0 1px #fff;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin: 0 5px 0 0;
  position: relative;
  width: 28px !important;
  background-image: none !important;
}

.product .right .colores > li span {
  display: none;
}

.product .right .colores > li i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.25);
  border-radius: 50%;
  cursor: not-allowed;
}

.product .right .colores > li i::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 1px;
  background-color: var(--color);
}

.product .right .colores > li i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 1px;
  background-color: var(--color);
}

.product .right .colores > li.active {
  box-shadow: 0px 0px 0 1px #0f0f0f;
}

.product .right .colores > div:hover {
  box-shadow: 0px 0px 0 1px #0f0f0f;
}

/* Description */
.product .des-left {
  display: block;
}

.product .des-left .deon {
  display: block;
}

.product .des-right .inner {
  display: none;
}

.product .description {
  margin: 0px 0;
  overflow: hidden;
  width: 100%;
  padding: 0px 0 0;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: var(--color);
}

.product .description .guia {
  display: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #757575;
  margin-bottom: 30px;
  color: #88898d;
  cursor: pointer;
}

.product .description .guia:hover {
  text-decoration: none;
  color: #000;
}

.product .description p {
  font-weight: 100;
  line-height: 18px;
  font-size: var(--f14);
  padding-bottom: 12px;
  line-height: 1.8em;
}

.product .description h3 {
  font-weight: 100;
  text-transform: uppercase;
  font-size: var(--f15);
  padding: 15px 0 10px;
  font-family: var(--enriqueta);
}

.product .deon {
  margin-top: 0px;
  padding-bottom: 20px;
}

.product .deon h3 {
  font-weight: 100;
  text-transform: uppercase;
  text-decoration: none;
  font-size: var(--f15);
  letter-spacing: 1px;
  padding: 15px 0 15px 0px;
  margin-top: 15px;
  color: var(--color);
  cursor: pointer;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  position: relative;
  border-bottom: 1px solid var(--color);
  font-family: var(--font);
}

.product .deon h3:hover {
  opacity: 0.6;
}

.product .deon h3.accor:first-of-type {
  margin-top: 20px;
}

.product .deon p {
  display: none;
}

.product .deon .hide-info p {
  display: block;
}

.product .deon h3.accor:first-of-type::before {
  content: '';
  display: none;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: -15px;
  left: 0;
}

.product .deon h3::after {
  display: block;
  content: '';
  background-image: url(../assets/deon-arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 21px;
  right: 10px;
  font-size: 2em;
  font-weight: 300;
  transform: rotate(0deg);
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.product .deon h3.active::after {
  transform: rotate(180deg);
}

.product .deon .hide-info {
  opacity: 0;
  visibility: hidden;
  height: 0;
  font-size: 1em;
  padding: 0px 0;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.product .deon .hide-info.show {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 20px 0 10px;
}

/* Sharer */
.product .right .sharer {
  display: none;
  width: 100%;
  overflow: auto;
  margin: 30px 0;
}

.product .right .sharer a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 0.75em;
  color: #fff;
  border-radius: 2px;
  margin-right: 10px;
}

.product .right .sharer a.facebook {
  background: #3b5998;
}

.product .right .sharer a.pinterest {
  background: #cb2027;
}

.product .right .sharer a.twitter {
  background: #00aced;
}

.product .right .sharer a.email {
  background: #18ba92;
}

.product .right .sharer a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.template-product {
  background: var(--blanco);
}

.template-product .mas {
  width: 100%;
  padding: 60px 0 20px;
  position: relative;
  margin-top: 20px;
}

.template-product .mas::after {
  content: '';
  display: block;
  width: calc(100% - 6vw);
  height: 1px;
  position: absolute;
  left: 3vw;
  top: 20px;
  background-image: linear-gradient(to right, transparent 60%, #625b50 50%);
  background-size: 14px 100%;
  z-index: 101;
}

.template-product .mas .clear {
  display: flex;
  flex-wrap: wrap;
}

.template-product .mas .clear .col01 {
  width: 55%;
}

.template-product .mas .clear .col02 {
  width: 45%;
  padding: 0 1.5vw;
}

.template-product .mas .col02 h3 {
  font-size: 0.9375em;
  color: #625b50;
  margin-bottom: 20px;
}

.template-product .mas .col02 h3 a {
  color: #625b50;
  display: inline-block;
  border-bottom: 1px solid #625b50;
  padding-bottom: 4px;
}

.template-product .mas .col02 h3 a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.template-product .mas .col02 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.template-product .mas .col02 .bio {
  font-size: 0.8em;
  color: #555555;
  line-height: 1.6em;
  letter-spacing: 1px;
}

/* Related */
.template-product .related {
  margin-top: 70px;
}

.template-product .related ul li:nth-child(n+5) {
  display: none;
}

/**** P R O D U C T   I N T E R I O R I S T A
*****************************************************************/
.product.pro-int .right h1 {
  margin: 10px 0 35px;
}

.des-int .inner1 h3 {
  display: none;
}

.des-int .inner1 .contacto {
  display: none;
}

.des-int .inner2 p {
  display: none;
}

.product .description .contacto h3 {
  padding-bottom: 15px;
}

.des-int .inner2 .contacto p {
  display: block;
  font-size: 0.875em;
  padding-bottom: 10px;
}

.des-int .inner2 .contacto a[href*="instagram.com"] {
  display: inline-block;
  padding: 0 0 0 32px;
  color: #575756;
  position: relative;
}

.des-int .inner2 .contacto a[href*="instagram.com"]::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(//estampa.cl/cdn/shop/t/8/assets/ico-instagram.svg?v=70948555987834422361756914841) no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.des-int .links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin: 20px 0 30px;
}

.des-int .links a {
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  color: #000;
  font-size: var(--f15);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding: 17px 10px;
  cursor: pointer;
}

.des-int .links a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.des-int .links a.ver {
  color: #fff;
  background: #000;
}

/* Galería */
.pro-int .gallery {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.75);
  border: 1px solid var(--color);
  width: 80vw;
  height: auto;
  max-width: 1092px;
  max-height: 100%;
  padding: 5vw 7vw;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.pro-int .gallery.show {
  opacity: 1;
  visibility: visible;
}

.pro-int .gallery .cerrar {
  color: var(--color);
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  transform: rotate(45deg);
  transition: all 0.125s ease-out;
  -webkit-transition: all 0.125s ease-out;
  -moz-transition: all 0.125s ease-out;
  -ms-transition: all 0.125s ease-out;
}

.pro-int .gallery .cerrar:hover {
  text-decoration: none;
  font-weight: 900;
}

.pro-int .gallery ul {
  max-height: 500px;
  height: 80vh;
}

.pro-int .gallery ul li {
  max-height: 500px;
  height: 80vh;
}

.pro-int .gallery img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.pro-int .gallery button.slick-arrow {
  appearance: none;
  border: 0;
  text-indent: -99999em;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: transparent;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
  outline: none;
}

.pro-int .gallery button.slick-arrow::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.pro-int .gallery button.slick-prev {
  left: -3vw;
}

.pro-int .gallery button.slick-prev::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/left.svg?v=36874014748827371621756914841);
}

.pro-int .gallery button.slick-next {
  right: -3vw;
}

.pro-int .gallery button.slick-next::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/right.svg?v=71277688109391874441756914841);
}

/* Formulario */
.pro-int .form {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.75);
  border: 1px solid var(--color);
  width: 80vw;
  height: auto;
  max-width: 1092px;
  max-height: 80vh;
  padding: 5vw 7vw;
  text-align: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
}

.pro-int .form.show {
  opacity: 1;
  visibility: visible;
}

.pro-int .form .cerrar {
  color: var(--color);
  cursor: pointer;
  font-size: 1.5em;
  position: absolute;
  top: 2.5vw;
  right: 2.5vw;
  transform: rotate(45deg);
  transition: all 0.125s ease-out;
  -webkit-transition: all 0.125s ease-out;
  -moz-transition: all 0.125s ease-out;
  -ms-transition: all 0.125s ease-out;
}

.pro-int .form .cerrar:hover {
  text-decoration: none;
  font-weight: 900;
}

.pro-int .form h3 {
  display: inline-block;
  font-size: var(--f15);
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--color);
  color: var(--color);
  letter-spacing: 2px;
  margin: 0 0 30px;
}

.pro-int .form form {
  text-align: left;
}

.pro-int .form form input, .pro-int .form form textarea {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #b9b9b9;
  font-size: 0.75em;
  padding: 14px 20px;
  background: #fff;
  border-radius: 0;
  width: 100%;
  margin: 0 0 30px;
  color: var(--color);
  display: block;
  outline: none;
}

#ContactFormInteriorista {
  display: none;
}

.pro-int .form form textarea {
  max-height: 190px;
  height: 10vw;
}

.pro-int .form form input[type="submit"] {
  width: 158px;
  height: 45px;
  border: 1px solid var(--color);
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--f15);
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 0;
}

/**** P R O D U C T   S H O P   T H E   L O O K
*****************************************************************/
.pro-shop .coll-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 20px auto 50px;
  padding: 0px 0;
  border-bottom: 1px solid var(--color);
}

.pro-shop .coll-header .home-title {
  text-align: center;
  width: 100%;
  font-size: 1.75em;
  color: var(--color);
  font-family: var(--font);
  font-weight: 700;
  padding: 0 2.5vw;
  padding: 0 2.5vw 20px;
}

.product.pro-shop #photo {
  width: 100%;
  float: none;
  padding: 0 2vw;
  position: relative;
}

.product.pro-shop #photo .nuevo {
  font-family: var(--font);
  position: absolute;
  top: 0;
  right: 2vw;
  width: auto;
  height: auto;
  background-color: var(--color);
  padding: 6px 15px;
  font-weight: 600;
  font-size: var(--f11);
  letter-spacing: 1px;
  color: #fff;
  z-index: 4;
  text-align: center;
  text-transform: uppercase;
}

.product.pro-shop #photo .descuento {
  font-family: var(--font);
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: $azul;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: 1px;
  color: #fff;
  z-index: 4;
  text-align: center;
}

.product.pro-shop .des-left .deon {
  display: block;
}

.product.pro-shop .des-right .deon {
  display: none;
}

.product.pro-shop #gallery {
  padding: 0 calc(2vw - 10px);
  margin: 10px 0 0;
}

.product.pro-shop #gallery li {
  padding: 10px;
}

.product.pro-shop #gallery li img {
  filter: contrast(90%);
  border: 1px solid #fff;
}

.product.pro-shop #gallery.change li.slick-current img {
  border: 1px solid #000;
}

.product.pro-shop #gallery button.slick-arrow {
  appearance: none;
  border: 0;
  text-indent: -99999em;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: transparent;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
  outline: none;
}

.product.pro-shop #gallery button.slick-arrow::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 10px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.product.pro-shop #gallery button.slick-prev {
  left: -2vw;
}

.product.pro-shop #gallery button.slick-prev::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/left.svg?v=36874014748827371621756914841);
}

.product.pro-shop #gallery button.slick-next {
  right: -2vw;
}

.product.pro-shop #gallery button.slick-next::after {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/right.svg?v=71277688109391874441756914841);
}

/**** P A G E
*****************************************************************/
.template-page .home-title {
  margin-top: 60px;
  text-transform: none;
}

.inside-page {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 60px;
}

.rte {
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 50px;
  color: var(--color);
  font-size: 0.875em;
}

.rte p {
  font-weight: 400;
  line-height: 1.6em;
  padding-bottom: 20px;
  color: var(--color);
}

.rte p strong {
  font-weight: 600;
  font-family: sans-serif;
}

.rte h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25em;
  padding: 10px 0 20px;
}

.rte ul {
  padding: 0 0 0 30px;
  margin-bottom: 20px;
}

.rte ul li {
  list-style: disc;
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--color);
}

.rte ol {
  padding: 0 0 0 30px;
  margin-bottom: 20px;
}

.rte ol li {
  margin-bottom: 15px;
  font-weight: 400;
  color: var(--color);
}

.page-form {
  overflow: auto;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.page-form .top {
  overflow: auto;
  width: 100%;
}

.page-form .top input {
  width: 100%;
  float: none;
  padding: 12px 15px;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background: #fff;
  margin-bottom: 20px;
  font-size: 0.875em;
}

.page-form textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  border: 1px solid #2d2d2d;
  border-radius: 0;
  background: #fff;
}

.page-form input[type="submit"] {
  width: auto;
  font-family: var(--font);
  font-size: 1em;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 2px;
  background: var(--color);
  border: 0;
  color: #fff;
  padding: 12px 30px;
  margin-top: 16px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.page-form input[type="submit"]:hover {
  opacity: 0.6;
}

/* Search */

.search-results {
  background-image: url(../assets/back-search.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

.search-results .clear {
  overflow: auto;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: var(--blanco);
  padding: 2vw;
}

.search-results .not {
  padding: 120px 0;
  text-align: center;
  background: transparent;
  display: flex;
  justify-content: center;
}

.search-results .not .card {
  padding: 24px;
  width: 50%;
  display: flex;
  flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--blanco);
}

.search-results .not img {
  display: block;
  max-width: 300px;
  width: 60%;
  height: auto;
  margin: 0 auto 20px;
}

.search-results .not h2 {
  font-size: 1.25em;
  font-weight: 900;
  text-align: center;
}

.search-results .not p {
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: var(--color);
}

.search-results .not form {
  width: 50%;
  float: none;
  margin: 30px auto 0;
  position: relative;
  border: 1px solid #000;
}

.search-results .not form input {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 0px;
  height: 40px;
  padding: 5px 70px 5px 10px;
  font-size: 0.875em;
  letter-spacing: 1px;
  outline: none;
}

.search-results .not form button {
  position: absolute;
  top: 0;
  right: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 70px;
  height: 40px;
  background: transparent url(//estampa.cl/cdn/shop/t/8/assets/ico-lupa.svg?v=96788339160966367601756914841) no-repeat;
  background-size: 15px auto;
  background-position: center;
  border-left: 0px solid #000;
}

.search-results .not a.volver {
  display: inline-block;
  background: var(--verde);
  color: var(--blanco);
  font-size: var(--f15);
  font-weight: 400;
  letter-spacing: 2px;
  padding: 15px 60px;
  margin: 30px 0 0;
  border: none;
  text-transform: uppercase;
}

.search-results .not a.volver:hover {
  opacity: 0.6;
  text-decoration: none;
}

/**** B L O G
****************************************************************************************************/
.blog {
  width: 100%;
  display: flex;
  justify-content: center;
  background: var(--blanco);
  padding: 40px 0;
}

.blog .eng-title {
  font-size: 1.125em;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px !important;
}

.blog .posts {
  width: 100%;
  overflow: auto;
}

.blog .posts li {
  padding: 0;
  text-align: center;
}

.blog .posts li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.blog .posts li img {
  display: block;
  margin: 0 auto 18px;
  width: 100%;
  height: auto;
}

.blog .posts li h3 {
  font-size: var(--f15);
  font-weight: 00;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--color);
  margin: 0 0 15px;
  text-align: left;
}

.blog .posts li h5 {
  font-family: var(--font);
  font-size: 1em;
  letter-spacing: 2px;
  font-style: normal;
  color: var(--color);
  margin: 0 0 15px;
}

.blog .posts li h6 {
  font-size: 0.8125em;
  letter-spacing: 2px;
  color: var(--color);
  margin: 0 0 15px
}

.blog .posts li p {
  font-size: var(--f15);
  color: var(--color);
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6em;
  padding-bottom: 15px;
  text-align: left;
}

.blog .posts li a > div {
  font-size: 0.875em;
  color: var(--color);
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.6em;
  padding-bottom: 15px;
}

.blog .posts li .boton {
  display: block;
  width: auto;
  border: 1px solid #3f3f3f;
  padding: 10px 20px;
  margin: 15px auto 0;
  font-size: 0.875em;
  color: #3f3f3f;
  font-weight: bold;
  letter-spacing: 2px;
  float: left;
}

.blog.post {
  flex-direction: column;
}

.blog section {
  width: 100%;
  max-width: 895px;
  overflow: auto;
  margin: 0px auto;
}

.blog section article {
  width: 100%;
  overflow: auto;
  margin: 40px 0 80px;
  display: flex;
  flex-wrap: wrap;
}

.blog section article .img {
  display: block;
  width: calc(50% - 1vw);
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
  margin-right: 2vw;
}

.blog section article .text {
  width: calc(50% - 1vw);
  float: right;
  position: relative;
}

.blog section article .text time {
  font-size: 0.75em;
  color: #6d6d6d;
  margin-bottom: 20px;
  display: block;
}

.blog section article .text h3 {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2d2d2d;
  margin-bottom: 20px;
}

.blog section article .text h3 a {
  color: #000000;
}

.blog section article .text .bajada {
  font-size: 0.75em;
  letter-spacing: 1px;
  line-height: 1.7em;
  color: #000000;
}

.blog section article .text .mas {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 0.875em;
  padding: 13px 25px;
  border-radius: 25px;
}

.blog section article .text .mas:hover {
  text-decoration: none;
  opacity: 0.6;
}

.post h5 {
  font-family: var(--font);
  font-size: 1em;
  font-style: normal;
  text-align: center;
  letter-spacing: 2px;
  color: var(--color);
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #8e8e8e;
}

.post .subs h6 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 2px;
  color: var(--color);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px !important;
}

.post h1 {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 20px;
}

.post article {
  margin: 25px auto;
  padding: 0 5vw;
  width: 100%;
}

.post article.portafolio {
  margin: 0 auto;
  overflow: auto;
}

.post article.portafolio .content img {
  display: block;
  width: 50%;
  margin: 0;
  padding: 1.5vw;
  float: left;
}

.post article .main-img {
  display: block;
  width: 50%;
  height: auto;
  max-width: none;
  margin: 0 auto 50px;
}

.post article .entry {
  width: 100%;
  margin-right: 1vw;
  margin: 0 auto;
  text-align: center;
}

.post article .entry .content {
  font-size: var(--f15);
  letter-spacing: 1px;
  line-height: 1.7em;
  color: var(--color);
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.post article .entry .content p {
  padding-bottom: 20px;
}

.post article .entry .content p em {
  color: var(--color);
  font-size: 0.8571428571em;
}

/**** I D E N T I D A D
*****************************************************************/

.identidad {
  width: 100%;
  background: var(--blanco);
  display: block;
  position: relative;
  float: left;
  height: 100%;
}

.identidad .clear {
  max-width: 1094px;
  margin: auto;
}

.identidad .home-title {
  margin: 40px 0 20px;
  text-transform: none;
}

.identidad .container-one {
  background: #F4F4F4;
}

.identidad .container-one .cont-img {
  width: 100%;
  height: 100%;
}

.identidad .container-one .cont-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.identidad .container-one .cont-text {
  width: 100%;
  padding: 4.167vw 5.56vw;
  height: 100%;
  display: flex;
  align-items: center;
}

.identidad .container-one .cont-text p {
  font-size: var(--f18);
  font-weight: 100;
  margin: 0 0 20px;
}

.identidad .container-tags {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 45px 0;
}

.identidad .container-tags .tags {
  width: 103px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px;
}

.identidad .container-tags .tags img {
  width: 100%;
}

.identidad .container-tags .tags p {
  font-size: var(--f14);
  text-align: center;
  padding: 20px 0 0;
}

/**** Q U I E N E S    S O M O S
*****************************************************************/

.quienes-somos {
  width: 100%;
  background: var(--blanco);
  display: block;
  position: relative;
  float: left;
  height: 100%;
}

.quienes-somos .clear {
  max-width: 1094px;
  margin: auto;
}

.quienes-somos .container-title {
  width: 80%;
  margin: 0 auto 80px;
}

.quienes-somos .container-title p {
  font-size: var(--f18);
  font-weight: 100;
  margin: 0 0 20px;
}

.quienes-somos .container-card {
  width: 100%;
  padding: 0 0 80px;
}

.quienes-somos .container-card .card h3 {
  font-size: var(--f15);
  font-weight: 100;
  text-align: center;
  margin: 15px 0 25px;
  text-transform: uppercase;
}

.quienes-somos .container-card .card p {
  font-size: var(--f15);
  font-weight: 100;
  text-align: left;
  opacity: .6;
  padding: 0 20px;
  line-height: 18px;
}


/**** S H O W R O O M
*****************************************************************/

.showroom {
  width: 100%;
  background: var(--blanco);
  display: block;
  position: relative;
  float: left;
  height: 100%;
  padding: 0 0 60px;
}

.showroom .clear {
  overflow: auto;
  width: calc(94%);
  max-width: 1240px;
  margin: 0 auto;
}

.showroom .home-title {
  margin: 40px 0;
}

.showroom .container-blocks {
  width: 100%;
  margin: 0 0 60px;
}

.showroom .container-blocks .comuna {
  font-size: var(--f15);
  font-weight: 100;
  text-align: left;
  margin: 0 0 15px;
}

.showroom .container-blocks .block-map {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.showroom .container-blocks .block-map .container-text {
  width: 20%;
}

.showroom .container-blocks .block-map .container-img {
  width: 35%;
  padding: 0 20px;
}

.showroom .container-blocks .block-map .container-map {
  width: 45%;
}

.showroom .container-blocks .block-map .container-text .direccion, .showroom .container-blocks .block-map .container-text .phone, .showroom .container-blocks .block-map .container-text .horario {
  position: relative;
  padding: 0 0 30px 20px;
  width: 100%;
  float: left;
  font-size: var(--f15);
  line-height: 18px;
  font-weight: 100;
}

.showroom .container-blocks .block-map .container-text svg {
  position: absolute;
  left: 0;
  top: 0;
}

.showroom .container-blocks .block-map .container-img img {
  width: 100%;
  object-fit: cover;
  max-height: 250px;
}

/**** M I N I C A R T
*****************************************************************/
#minicart {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 80vw;
  max-width: 400px;
  height: 100vh;
  background: #fff;
  padding: 138px 0 155px 0;
  z-index: 2000;
  box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.57);
  overflow: scroll;
  opacity: 0;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#minicart .top {
  position: fixed;
  padding: 50px 30px;
  background: #fff;
  width: 80vw;
  max-width: 400px;
  top: 0;
  right: -100vw;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#minicart .top h2 {
  margin: 0;
  font-size: var(--f20);
}

#minicart .top h2::after {
  display: none;
}

#minicart .top .cerrar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 1em;
  color: #000;
  cursor: pointer;
}

#minicart .top .cerrar i {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-close.svg?v=29188767305898311271756914841);
}

#minicart .top .cerrar:hover {
  opacity: 0.8;
}

#minicart .middle ul li {
  display: block;
  overflow: auto;
  padding: 0 30px;
  width: 100%;
}

#minicart .middle ul li .left {
  float: left;
  margin: 20px 0;
  padding-right: 20px;
  position: relative;
  width: 80%;
}

#minicart .middle ul li .left i.delete-prod {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-close.svg?v=29188767305898311271756914841);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  height: 0.5em;
  left: -15px;
  position: absolute;
  top: 7px;
  width: 0.5em;
}

#minicart .middle ul li .left h4 {
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#minicart .middle ul li .left h5 {
  padding-bottom: 5px;
  font-weight: 300;
}

#minicart .middle ul li .left h6 {
  color: #828282;
  font-weight: 300;
  font-size: 0.875em;
}

#minicart .middle ul li .right {
  width: 20%;
  float: right;
}

#minicart .bottom {
  position: fixed;
  padding: 30px;
  width: 80vw;
  max-width: 400px;
  bottom: 0;
  right: -100vw;
  background: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

#minicart .bottom .subtotal {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#minicart .bottom .left {
  float:left;
  width: 50%;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 300;
}

#minicart .bottom .right {
  float: right;
  width: 50%;
  text-align: right;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
}

#minicart .bottom .ver-carrito {
  display: block;
  width: 100%;
  background: var(--color);
  color: #fff;
  font-weight: 400;
  padding: 15px 15px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

#minicart .bottom .ver-carrito:hover {
  text-decoration: none;
  opacity: 0.8;
}

#minicart.show {
  right: 0vw;
  opacity: 1;
}

#minicart.show .top {
  right: 0vw;
}

#minicart.show .bottom {
  right: 0vw;
}

/**** C A R R O
*****************************************************************/
.carrito {
  overflow: auto;
  max-width: 100%;
  background: var(--blanco);
}

.carrito .home-title {
  margin-top: 50px;
  margin-bottom: 0;
}

.carrito .cart-table {
  width: calc(100% - 340px);
  float: left;
}

.carrito table {
  margin: 80px 0 40px;
  width: 100%;
  border-bottom: 1px solid var(--color);
}

.carrito th {
  padding: 0 0 20px;
  font-size: var(--f15);
  text-transform: inherit;
  font-weight: 100;
}

.carrito tbody tr {
  border-top: 1px solid var(--color);
}

.carrito td {
  padding: 20px 30px;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
}

.carrito td.td-img {
  padding: 20px 30px 20px 0;
}

.carrito td.td-img img {
  display: block;
  width: 90px;
  height: auto;
}

.carrito td.td-name a {
  color: #000;
  font-size: 12px;
}

.carrito td.td-name h2 {
  font-weight: 300;
  padding-bottom: 5px;
}

.carrito td.td-name h3 {
  font-weight: 300;
  font-size: 0.875em;
  padding-bottom: 5px;
  display: none;
}

.carrito td.td-name h4 {
  font-weight: 300;
  font-size: 0.75em;
  padding-bottom: 5px;
}

.carrito td.td-name h4 a {
  text-decoration: underline;
}

.carrito td.td-quantity {
  position: relative;
}

.carrito td.td-quantity input {
  width: 50px;
  height: 45px;
  text-align: center;
  padding: 4px 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #bababa;
  background: transparent;
  display: block;
  margin: 0 auto;
}

.carrito td.td-quantity .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.375em;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: transparent;
  text-align: center;
  cursor: pointer;
}

.carrito td.td-quantity .button span {
  position: relative;
  top: -1px;
}

.carrito td.td-quantity .inc span {
  top: -0px;
}

.carrito td.td-quantity .dec {
  left: 0;
}

.carrito td.td-quantity .inc {
  right: 0;
}

.carrito .seguir-comprando {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 1em;
  color: #333333;
  margin: 10px 0 40px 0px;
  -webkit-text-stroke: 1px #292928;
  text-stroke: 1px #292928;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.seguir-comprando i {
  -webkit-text-stroke: 0.5px #fff;
}

.carrito .cart-total {
  width: 300px;
  max-width: 500px;
  float: right;
  text-align: center;
  margin: 70px 0 40px;
  background: #ffffff;
  padding: 20px;
}

.carrito .cart-total h3 {
  font-weight: bold;
  font-size: var(--f15);
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding-bottom: 5px;
  text-align: left;
  -webkit-text-stroke: 1px #292928;
  text-stroke: 1px #292928;
}

.carrito .cart-total .overflow {
  overflow: auto;
}

.carrito .cart-total h4 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  width: 50%;
  float: left;
  text-align: left;
}

.carrito .cart-total h2 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 20px;
  width: 50%;
  float: right;
  text-align: right;
}

.carrito .cart-total p.disclaimer {
  font-size: 0.75em;
  font-style: italic;
  font-weight: 300;
}

.carrito .botones {
  width: 100%;
  overflow: auto;
  padding: 0;
}

.carrito .botones a {
  display: block;
  float: left;
  font-weight: 700;
  font-size: 0.875em;
  color: #333333;
  margin-top: 10px;
}

.carrito .botones input {
  border: 0;
  font-weight: 400;
  background: var(--verde);
  color: #fff;
  font-size: var(--f15);
  padding: 10px 25px;
  float: right;
  margin-left: 0px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.carrito input.update-cart {
  background: #ccced6;
  color: #000;
  width: 100%;
  font-size: var(--f12);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.carrito .botones input:hover {
  opacity: 0.7;
}

/* Regalos */
.is-a-regalos {
  background: rgba(219,221,225,0.4);
  padding: 2vw 1.5vw 1.5vw;
  margin-bottom: 40px;
  overflow: auto;
  width: 100%;
  margin-left: 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  grid-gap: 3vw;
}

.is-a-regalos h3 {
  font-size: var(--f12);
  color: #000;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 100;
  text-transform: uppercase;
}

.is-a-gift {
  width: 100%;
  border: 0px solid #f2f2f2;
  padding: 0.5vw 0 1vw;
}

.is-a-gift .styled-checkbox+label:before {
  background-color: #fff;
}

.is-a-gift .styled-checkbox:checked+label:after {
  left: 10px
}

.is-a-gift p {
  display: block;
  overflow: visible;
  padding-bottom: 0px;
}

.is-a-regalos div.mensaje {
  padding-top: 0px;
  padding-left: 0px;
  font-size: 1em;
  display: none;
}

.is-a-regalos div.mensaje.show {
  display: block;
}

.is-a-regalos div.mensaje .btn-submit {
  width: 100%;
  background: var(--verde);
  font-size: var(--f15);
  font-weight: 100;
  text-transform: uppercase;
  padding: 10px;
  color: var(--blanco);
  text-align: center;
  border: none;
}

.is-a-regalos div.mensaje input,
.is-a-regalos div.mensaje textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 0;
  background: #fff;
  outline: none;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 0.75em;
  font-weight: 400;
  margin: 0 0 20px;
}

.is-a-regalos div.mensaje textarea {
  height: 120px;
  padding: 15px 15px;
  margin: 0 0 10px;
}

.is-a-regalos div.mensaje input::placeholder,
.is-a-regalos div.mensaje textarea::placeholder {
  font-family: var(--font);
  font-size: 0.75em;
  font-weight: 500;
  color: #303030;
}

.is-a-regalos div.mensaje small {
  font-size: var(--f10);
  font-style: italic;
  letter-spacing: 0;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: var(--f11);
}

.styled-checkbox + label small {
  padding-left: 10px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}

.styled-checkbox + label small span {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 0.5px solid #b2b2b2;
  width: 400px;
  padding: 1vw;
  text-align: center;
  z-index: 10;
}

.styled-checkbox + label small:hover span {
  display: block;
}

.styled-checkbox + label small span::before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 0.5px solid #b2b2b2;
  border-right: 0.5px solid #b2b2b2;
  top: -6px;
  left: calc(50% - 10px);
  background: #fff;
  transform: rotate(-45deg);
}

.styled-checkbox + label small span u {
  text-decoration: none;
  display: block;
}

.styled-checkbox + label small span u:first-child {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  font-weight: 500;
  margin-bottom: 10px;
}

.styled-checkbox + label small span u:nth-child(2) {
  line-height: 1.7em;
}

.styled-checkbox + label small span img {
  width: 60%;
  height: auto;
  display: block;
  margin: 5px auto 0;
}

.styled-checkbox + label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: #fff;
  position: relative;
  top: -3px;
}

.styled-checkbox:hover + label::before {
  background: var(--color);
}

.styled-checkbox:focus + label::before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label::before {
  background: var(--color);
}

.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}

.styled-checkbox:disabled + label::before {
  box-shadow: none;
  background: #ddd;
}

.styled-checkbox:checked + label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/**** A C C O U N T
*****************************************************************/
.clear.registro {
  padding: 0 1.5vw;
}

.home-title-account {
  text-align: left;
  font-size: var(--f20);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 0;
}

.home-title-account::after {
  display: none;
  left: 0;
  transform: translateX(0%);
}

.form-field {
  width: 100%;
  overflow: auto;
  max-width: 25%;
  margin-bottom: 20px;
}

.clear.account .one-half {
  padding-right: 15px;
}

.clear.account .one-half:nth-child(3) {
  padding-right: 0px;
  padding-left: 15px;
}

.clear.account .edit-address-div .one-half:nth-child(3) {
  padding-right: 15px;
  padding-left: 0px;
}

.clear.account .edit-address-div .one-half:nth-child(4) {
  padding-right: 0px;
  padding-left: 15px;
}

.one-half .form-field {
  width: 100%;
  max-width: 100%;
}

.form-field label {
  display: block;
  width: 100%;
  font-size: 0.75em;
  color: #898989;
  text-align: left;
  font-weight: 300;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.form-field input {
  border: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  appearance: none; -webkit-appearance: none; -moz-appearance: none;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: none;
  z-index: 2;
  cursor: pointer;
}

.olvidaste {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.875em;
}

.iniciar-sesion {
  border: 0;
  font-weight: 400;
  text-transform: none;
  background: var(--color);
  color: #fff;
  font-size: 0.875em;
  padding: 12px 30px;
  letter-spacing: 1px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.olvidaste.links {
  margin: 20px 0;
}

#RecoverPasswordForm input[type="submit"] {
  border: 0;
  font-weight: 400;
  text-transform: none;
  background: var(--color);
  color: #fff;
  font-size: 0.875em;
  padding: 12px 30px;
  letter-spacing: 1px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.clear.registro input[type="submit"] {
  border: 0;
  font-weight: 400;
  text-transform: none;
  background: var(--color);
  color: #fff;
  font-size: 0.875em;
  padding: 12px 30px;
  letter-spacing: 1px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.clear.account input.save-address {
  border: 0;
  font-weight: 400;
  text-transform: none;
  background: var(--color);
  color: #fff;
  font-size: 0.875em;
  padding: 12px 30px;
  letter-spacing: 1px;
  margin: 20px 0;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.clear.account .three-quarter {
  padding: 30px;
}

#cuenta table.full {
  font-size: 0.875em;
}

#cuenta table.full tbody tr {
  font-size: 0.875em;
}

#cuenta table.full tbody tr td {
  padding: 10px;
}

#cuenta h2.pedidos {
  background: url(//estampa.cl/cdn/shop/t/8/assets/pedidos.png?v=125339941472615993561756914841) no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 9px 0 5px 24px;
}

#cuenta h2.misdatos {
  background: url(//estampa.cl/cdn/shop/t/8/assets/misdatos.png?v=98923524474283011451756914841) no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 9px 0 5px 30px;
}

#cuenta h2.favoritos {
  background: url(//estampa.cl/cdn/shop/t/8/assets/star.png?v=168733822892882212991756914841) no-repeat;
  background-position: left center;
  background-size: auto 20px;
  padding: 9px 0 5px 30px;
}

#cuenta h2.novios {
  background: url(//estampa.cl/cdn/shop/t/8/assets/anillos.svg?v=131459410670054542751756914841) no-repeat;
  background-position: left 12px;
  background-size: auto 16px;
  padding: 9px 0 5px 30px;
}

.sidemenu {
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #ddd;
  display: block;
}

.sidemenu li {
  display: block;
  border-top: 1px solid #ddd;
  margin: 0;
}

.sidemenu li a {
  display: block;
  width: 100%;
  padding: 10px;
  color: #000;
  margin: 0;
}

.sidemenu li a:hover {
  background: #F0F0F0;
}

.sideright {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  min-height: 280px !important;
  position: relative;
}

.sideright table {
  width: 100%;
}

.sideright table.full th {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  text-align: left;
  font-size: 1.125em;
}

.sideright table.full td {
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 0.875em;
}

.sideright .add-dir {
  position: absolute;
  top: 20px;
  right: 0;
}

.sideright .direccion {
  background: #F7F7F7;
  font-size: 0.875em;
  padding: 10px 15px;
  position: relative;
}

.sideright .direccion h3 {
  font-size: 1em;
  margin-bottom: 5px;
}

.sideright .direccion p {
  font-size: 0.875em;
  margin-bottom: 0;
}

.sideright .direccion p.edit {
  position: absolute;
  top: 10px;
  right: 15px;
}

.sideright .direccion p.edit a {
  color: #000;
}

.sideright a.submit {
  display: inline-block;
  border: 0;
  font-weight: 700;
  background: #000;
  color: #fff;
  font-size: 1em;
  padding: 10px 25px;
  position: absolute;
  top: 15px;
  right: 0;
}

.ver-fav {
  font-family: var(--font);
  color: #000 !important;
  background-color: #81ead6 !important;
  border-radius: 0 !important;
  padding: 8px 16px;
  width: 200px;
  display: block;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.ver-fav:hover {
  opacity: 0.75;
}

.ver-nov {
  font-family: var(--font);
  color: #000 !important;
  background-color: #f4d3d7 !important;
  border-radius: 0 !important;
  padding: 8px 16px;
  width: 200px;
  display: block;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.ver-nov:hover {
  opacity: 0.75;
}

.btn.verde {
  background-color: #43e1c6 !important;
  font-weight: bold !important;
  font-family: var(--font);
}

.ver-out {
  font-family: var(--font);
  color: #000 !important;
  background-color: #f1f1f1 !important;
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/logout.svg?6813);
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-position: 14px center;
  border-radius: 0 !important;
  padding: 8px 16px;
  width: 200px;
  display: block;
  margin-top: 40px;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  -ms-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

.ver-out:hover {
  opacity: 0.75;
}

/**** T W O  B L O C K S
*****************************************************************/
.two {
  width: 100%;
  overflow: auto;
  margin: 0px auto 60px;
  text-align: center;
  padding: 70px 20vw;
  color: var(--color);
  background: #F4F4F4;
  float: left;
}

.two h2 {
 margin: 0 0 22px;

}

.two p {
  font-size: 0.75em;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 1.8em;
}

.two form {
  width: 90%;
  max-width: 493px;
  margin: 30px auto 0;
  overflow: auto;
  border: none;
}

.two form input {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
}

.two form input[type="email"] {
  width: calc(100% - 100px);
  height: 45px;
  float: left;
  border: 0;
  border-right: none;
  border-radius: 0;
  background: var(--blanco);
  color: var(--color);
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 0.75em;
  padding: 5px 15px;
}

.two form input[type="email"]::placeholder {
  color: var(--color);
}

.two form button[type="submit"] {
  font-size: var(--f15);
  background-color: #a1b9bb;
  border: 0;
  width: 100px;
  height: 45px;
  padding: 5px 7px;
  float: right;
  color: var(--blanco);
}

/**** F O O T E R
*****************************************************************/
footer {
  width: 100%;
  overflow: auto;
  background-color: var(--verde);
  margin: 0;
  padding: 20px 0 0px;
  letter-spacing: 1px;
  color: var(--color);
  position: relative;
}

footer .clear-iso {
  margin-bottom: 20px;
}

footer .iso {
  display: block;
  width: 140px;
  height: auto;
  margin: 0 auto 20px;
}

footer .logo-inverted .iso {
  filter: invert(1);
}

footer .clear-items {
  padding: 0 5vw;
}

footer .item {
  text-align: left;
  padding: 0 .5vw;
}

footer .item h4 {
  font-family: var(--font);
  display: inline-block;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 1px;
  color: var(--color);
  font-size: 0.75em;
  margin-bottom: 12px;
}

footer .item ul {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

footer ul li {
  display: inline-block;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: var(--f15);
  font-family: var(--font);
  text-transform: uppercase;
}

footer ul li a {
  color: var(--blanco);
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer p {
  font-family: var(--font);
  color: var(--color);
  font-weight: 300;
  margin-bottom: 0;
  font-size: 0.75em;
  line-height: 2.25em;
}

/* Footer Sociales */
footer .clear-one {
  position: relative;
}

footer .sociales {
  max-width: none;
  margin: 20px 0 0px;
  text-align: left;
}

footer .sociales li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  font-size: 1em;
}

footer .sociales li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

footer .sociales li i {
  display: inline-block;
  width: 1.625em;
  height: 1.625em;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}

footer .sociales li.facebook i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-facebook.svg?v=147659890023097653201756914841);
}

footer .sociales li.instagram i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-instagram.svg?v=70948555987834422361756914841);
}

footer .sociales li.pinterest i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-pinterest.svg?6813);
}

footer .sociales li.youtube i {
  background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-youtube.svg?v=69756041541006065031756914841);
}

/* Footer Form */
footer .item-news {
  text-align: left;
}

footer form {
  width: 100%;
  overflow: auto;
  text-align: center;
  margin-top: 0px;
  border: 1px solid #ffffff;
}

footer input[type="email"] {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 45px;
  background: transparent;
  border: 1px solid #878787;
  border-radius: 0;
  padding: 5px 10px;
  font-size: 0.75em;
  letter-spacing: 1px;
  color: var(--color);
}

footer input[type="email"]::placeholder {
  color: var(--color);
}

footer input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  background: #878787;
  position: relative;
  border: 0;
  border-radius: 0;
  color: #fff;
  width: 100%;
  height: 45px;
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
}

footer .bottom {
  padding: 0px 0 30px;
  margin: 0px auto 0;
  position: relative;
  overflow: visible;
}

footer .bottom p {
  width: calc(100%);
  float: none;
  font-size: var(--f10);
  font-weight: 300;
  text-align: center;
  color: var(--blanco);
  margin: 0;
}

footer .bottom p a {
  color: var(--blanco);
}

footer .webpay {
  display: block;
  width: 160px;
  height: auto;
  margin: 40px auto 30px;
}

.solo-mobile {
  display: none;
}

/**** G I F T  R E G G I E
*****************************************************************/
.giftreggie-front {
  padding: 0 1.5vw;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.giftreggie-front .home-title {
  margin: 30px 0 30px;
  width: 100%;
  text-align: left;
}

.giftreggie-header h3 {
  color: #404041;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin: 30px 0 30px;
  width: 100%;
  text-align: left;
}

.giftreggie-front .giftreggie-body {
  border: 0;
  margin: 20px 0 0;
}

.giftreggie-front label {
  display: inline-block;
  width: auto;
  font-size: 0.75em;
  color: #898989;
  text-align: left;
  font-weight: 300;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.giftreggie-front .recovery {
  color: #000;
  font-size: 0.75em;
  display: block;
  clear: both;
}

.giftreggie-front input {
  padding: 8px 30px;
  margin-bottom: 10px;
}

.giftreggie-front input[type="submit"], .giftreggie-front input[type="button"] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--color);
  color: #fff;
  font-size: 0.875em;
  padding: 10px 25px;
  border-radius: 0px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.giftreggie-front input[type="button"] {
  background: #ccc;
}

/* Crea tu lista */
.registry-profile-block {
  padding: 0;
  margin: 30px 0 20px 0;
  width: 100%;
  max-width: 100%;
  overflow: auto;
}

.giftreggie-band p:nth-child(5) {
  padding: 0 1.5vw;
  overflow: auto;
  width: 100%;
  padding-left: 50%;
}

.giftreggie-band {
  background: #f2f2f2;
  height: 310px;
  border: 0px solid #dddddd !important;
  background-size: cover;
  position: relative;
}

.giftreggie-band h2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5%;
  padding: 5px 15px;
  color: #fff;
  background: transparent;
  transform: translate(0%, -50%);
  text-transform: uppercase;
}

.giftreggie-band h4 {
  padding: 0 1.5vw;
}

.giftreggie-band p.full {
  width: 100%;
  display: block;
}

.giftreggie-band p.full span {
  width: 100%;
}

.registry-profile-block h4 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 15px;
}

.registry-profile span {
  width: 50%;
  padding: 0 1.5vw;
  float: left;
  margin: 0 0 20px;
}

.registry-profile span input {
  width: 100% !important;
  margin: 10px 0 20px;
  padding: 8px 10px;
}

.registry-profile-block p {
  font-size: 0.875em;
  color: #898989;
}

.registry-profile textarea {
  width: 100%;
  min-height: 100px;
  margin-top: 10px;
  border: 1px solid #ddd;
}

.registry-profile .registry-profile-block:nth-child(3) h4 {
  position: relative;
  padding-left: 26px;
}

.registry-profile .registry-profile-block:nth-child(3) input[type="checkbox"] {
  position: absolute;
  top: -7px;
  left: 0;
  width: auto !important;
}

.registry-profile .registry-profile-block:nth-child(3) p {
  margin-bottom: 30px;
}

.registry-profile .registry-profile-block:nth-child(4) h4 {
  padding: 0 1.5vw;
}

.registry-profile .registry-profile-block:nth-child(4) span:nth-of-type(1) p:nth-child(4) {
  position: relative;
}

.registry-profile .registry-profile-block:nth-child(4) span:nth-of-type(1) p:nth-child(4)::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.75em;
  color: #8e8e8e;
  position: absolute;
  bottom: 13px;
  right: 15px;
  z-index: 1;
}

.registry-profile select {
  border: 1px solid #dddddd;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100% !important;
  padding: 10px;
  position: relative;
  outline: none;
  z-index: 2;
  cursor: pointer;
  color: #8e8e8e;
  font-size: 0.875em;
  margin: 10px 0 20px;
}

.registry-profile .registry-profile-block:nth-child(4) > p:nth-of-type(1) {
  width: 100%;
  display: block;
  overflow: auto;
  padding: 0 1.5vw;
}

.registry-profile .registry-profile-block:nth-child(5) h4 {
  padding: 0 1.5vw;
}

.registry-profile .registry-profile-block:nth-child(5) span:nth-of-type(1) p:nth-child(1) {
  position: relative;
}

.registry-profile .registry-profile-block:nth-child(5) span:nth-of-type(2) p:nth-child(1) {
  position: relative;
}

.registry-profile .registry-profile-block:nth-child(5) > span:nth-of-type(1) > p:nth-child(1)::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.75em;
  color: #8e8e8e;
  position: absolute;
  bottom: 33px;
  right: 15px;
  z-index: 1;
}

.registry-profile .registry-profile-block:nth-child(5) > span:nth-of-type(2) > p:nth-child(1)::after {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 0.75em;
  color: #8e8e8e;
  position: absolute;
  bottom: 33px;
  right: 15px;
  z-index: 1;
}

.giftreggie-create-buttons {
  padding: 0 1.5vw;
}

.giftreggie-create-buttons input {
  margin: 0 1.5vw 20px 1.5vw;
}

.giftreggie-body .no-lista {
  padding: 40px 0;
  font-weight: 700;
  font-size: 1.125em;
}

/* Buscar Lista */
.gift-reggie-search-form p:nth-child(1) span, .gift-reggie-search-form p:nth-child(2) span {
  display: block;
  width: auto;
  font-size: 0.75em;
  color: #898989;
  text-align: left;
  font-weight: 300;
  padding-bottom: 10px;
  letter-spacing: 1px;
}

.giftreggie-find .giftreggie-footer p {
  margin-bottom: 20px;
}

.giftreggie-find .giftreggie-footer p a {
  font-size: 0.875em;
}

/**** L I S T A  P A G E
*****************************************************************/
.giftreggie-registry .giftreggie-no-products {
  font-size: 1em;
  padding-bottom: 20px;
}

.giftreggie-band h2 {
  font-size: 1.375em;
  font-weight: 700;
  padding: 1.5vw 1.5vw;
}

.giftreggie-description {
  text-align: center;
  padding: 1.5vw 1.5vw;
}

.giftreggie-registry-image {
  padding: 0 3vw;
}

.giftreggie-edit-description {
  text-align: center;
}

.giftreggie-edit-description button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #9aced2;
  color: #fff;
  font-size: 0.75em;
  padding: 10px 15px;
  border-radius: 0px;
  letter-spacing: 1px;
  margin: 0px auto 0px;
  display: inline-block;
}

table.giftreggie-desktop {
  font-size: 0.875em;
  margin: 40px 0;
  border: 0px solid #d5dbda;
}

table.giftreggie-desktop tbody {
  width: 100%;
  display: table;
}

table.giftreggie-desktop tr th {
  background: #d5dbda;
  border: 1px solid #d5dbda;
}

.giftreggie-front table tr td, .giftreggie-front table tr th {
  vertical-align: middle;
}

.giftreggie-front td.quitar button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #ee5a28;
  color: #fff;
  font-size: 1.25em;
  padding: 2px 10px;
  letter-spacing: 1px;
  display: inline-block;
}

.giftreggie-front td.quieren input {
  margin-bottom: 0;
  padding: 8px 8px;
}

.giftreggie-front td.agregar {
  position: relative;
}

.giftreggie-front td.agregar input {
  margin-bottom: 0;
  padding: 8px 8px;
}

.giftreggie-front .action-buttons {
  width: 240px;
}

.giftreggie-front .action-buttons button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  font-weight: normal;
  text-transform: none;
  background: var(--color);
  color: #fff;
  font-size: 0.875em;
  padding: 10px 15px;
  border-radius: 0px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.giftreggie-front .action-buttons button#discard-changes {
  background: #ccc;
}

.giftreggie-browse-add-products {
  padding: 40px 0;
}

td.agregar .agregar-gift {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #9aced2;
  color: #000;
  position: absolute;
  top: 50%;
  left: 10px;
  width: calc(100% - 20px);
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
}

td.agregar[data-stock="agitado"] .agregar-gift {
  background: #f2f2f2;
}

td.agregar .remover-gift {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: #ee5a28;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
  width: calc(100% - 20px);
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  cursor: pointer;
}

/* Pop up Gift Reggie List */
.pop-gift-pro {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  max-height: 500px;
  width: 80%;
  height: auto;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  padding: 30px;
}

.giftreggie-item-name a {
  cursor: pointer;
}

.pop-gift-pro .imagen {
  width: calc(40% - 15px);
  float: left;
  filter: contrast(90%);
  -webkit-filter: contrast(90%);
  -ms-filter: contrast(90%);
}

#view-registry .registry-variant .pop-gift-pro .imagen img {
  width: 80% !important;
  margin-top: 0 !important;
  max-height: 100%;
}

.pop-gift-pro .right {
  width: calc(60% - 15px);
  float: right;
  text-align: left;
  padding: 0px 0;
}

.pop-gift-pro .right h3 {
  margin-bottom: 8px !important;
  font-size: 1.9em !important;
  color: #000 !important;
}

.pop-gift-pro .right .marca {
  opacity: 0;
}

.pop-gift-pro .right .precio-cantidad {
  width: 100%;
  overflow: auto;
}

.pop-gift-pro .right .precio-cantidad .precio {
  width: 140px;
  float: left;
  font-size: 1.9em;
  color: #8d8d8d;
}

.pop-gift-pro .right .precio-cantidad .cantidad {
  display: block;
  width: 60px;
  float: left;
  position: relative;
  top: 5px;
}

.pop-gift-pro .right .precio-cantidad .cantidad input {
  padding: 10px;
}

.pop-gift-pro .right .regalar {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #f2c81d;
  color: #fff;
  font-size: 1em;
  padding: 10px 35px;
  border-radius: 0px;
  letter-spacing: 1px;
  margin: 20px 0 20px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
}

.pop-gift-pro .right .regalar:hover {
  opacity: 0.7;
  text-decoration: none;
}

.pop-gift-pro .cerrar {
  color: rgba(0,0,0,1) !important;
  position: absolute;
  top: 0px;
  right: 12px;
  font-size: 2.2em;
  transform: rotate(45deg);
  cursor: pointer;
}

.pop-gift-pro .cerrar:hover {
  text-decoration: none;
}

/* Share */
ul.giftreggie-share-buttons {
  padding: 10px 0 0px;
}

ul.giftreggie-share-buttons li {
  border-radius: 0;
  padding: 8px 16px 8px 45px;
  background-position-x: 8px;
}

/* Doble Tabla */
.giftreggie-front .giftreggie-body form.giftreggie-registry-form {
  width: 100%;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.giftreggie-front .giftreggie-body form.giftreggie-registry-form table {
  width: calc(100% - 300px);
}

.giftreggie-registry .action-buttons {
  width: 300px;
  padding: 40px 0 40px 40px;
  margin: 0;
}

.giftreggie-registry .action-buttons button {
  width: 100%;
}

.action-buttons #giftreggie-checkout {
  display: none;
}

#status-bar {
  font-size: 1em;
  line-height: 1.6em;
}

#status-carrito p {
  color: #000;
}

#status-carrito a {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #f2c81d;
  color: #fff;
  font-size: 0.875em;
  padding: 10px 25px;
  border-radius: 0px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

/****  G I F T   W H I S L I S T
*****************************************************************/
.giftreggie-wishlist-entry p {
  text-align: center;
  padding: 40px 0;
}

.giftreggie-wishlist h2 {
  font-family: var(--font);
  color: #000;
  font-size: 1.5625em;
  text-transform: uppercase;
  font-weight: 400;
  margin: 50px 0 40px;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
  padding: 0;
}

.giftreggie-wishlist .giftreggie-add-products {
  display: none;
}

.giftreggie-wishlist .giftreggie-sharing {
  display: none;
}

.giftreggie-wishlist .giftreggie-sharing input {
  display: none;
}

.giftreggie-wishlist button[name="id"] {
  appearance: none;
  -webkit-appearance: none;
  background: #6c9634;
  border: 0;
  color: #fff;
  padding: 4px 20px;
}

.giftreggie-wishlist.giftreggie-manager .registry-variant td:last-child form {
  display: inline-block;
  border: 0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #9c5332;
}

.giftreggie-wishlist .remove-button {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 0px 0 0 0;
  font-size: 1.5em;
  margin: -2px 0 0 0;
}

ul.giftreggie-share-buttons li {
  border-radius: 0;
  transform: scale(0.75);
}

.giftreggie-wishlist .action-buttons {
  padding: 40px 0 40px 0px;
}

/**** M E D I A   Q U E R I E S
*****************************************************************/
@media only screen and (min-width: 100px) and (max-width: 830px) {
  /* Generales */
  body {
    padding-top: 54px;
  }

  .clear {
    width: calc(96%);
  }

  .small--one-whole {
    width: 100%;
    float: none;
  }
  .small-one-whole--no-padding {
    width: 100%;
    float: none;
    padding: 0 !important;
  }

  .small--one-half {
    width: 50%;
    float: left;
  }

  .small--one-third {
    width: 33.333333%;
    float: left;
  }

  .home-title {
    font-size: 1.125em;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-title::after {
    display: none;
  }

  .block-title span {
    font-size: 1.25em;
    padding: 6px 30px;
  }

  /* Header */
  .infobar {
    display: none;
  }

  .barra {
    font-size: 0.75em;
    line-height: 1.6em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

  .form-barra {
    display: block;
    overflow: auto;
    width: 100%;
  }

  .form-barra form {
    width: 90%;
    margin: 5px auto 10px;
    position: relative;
  }

  .form-barra form input {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #2d2d2d;
    border-radius: 0px;
    height: 40px;
    padding: 5px 45px 5px 10px;
    outline: none;
    font-size: 0.875em;
  }

  .form-barra form button {
    position: absolute;
    top: 0;
    right: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    width: 40px;
    height: 40px;
    background: url(//estampa.cl/cdn/shop/t/8/assets/ico-lupa.svg?v=96788339160966367601756914841) no-repeat;
    background-size: 14px auto;
    background-position: center 12px;
  }

  header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    background: #ffffff;
    z-index: 1000;
    padding: 2vw 2vw;
    overflow: visible;
  }

  header .row1 {
    padding: 5px 0;
    overflow: visible;
    margin-bottom: 0;
  }

  header .logo {
    width: 117px;
    margin: 0 auto;
  }

  header .sociales {
    display: none;
  }

  header .icons {
    margin-top: 0;
    right: 4vw;
    font-size: 0.875em;
  }

  header .icons li {
    margin-left: 10px;
  }

  header .icons li::after {
    display: none;
  }

  header .icons li a.cart .wrap-count {
    right: -14px;
  }

  header .show-menu {
    display: block;
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    left: 10px;
    font-size: 1.125em;
    color: #000;
  }

  header .show-menu i {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-menu.svg?v=177101394996607266311756914841);
  }

  header .icons .search-form {
    width: 100vw;
    top: 36px;
    right: -4vw;
    position: fixed;
    background: #fff;
    display: none;
  }

  header .icons input[type="search"] {
    max-width: none;
    width: calc(100% - 60px);
    border-radius: 0 !important;
    border: 0;
    border-bottom: 1px solid #000;
    appearance: none;
    -webkit-appearance: none;
    margin-left: 14px;
    text-align: left;
  }

  header .icons li a.cart .count {
    padding-left: 0;
  }

  header .big-search input[type="search"] {
    font-size: 1.25em;
    width: 100%;
  }

  header.fix {
    padding: 2vw 2vw;
  }

  /* Menu */
  nav {
    position: fixed;
    top: 0;
    left: -100vw;
    opacity: 0;
    width: 80vw;
    max-width: 400px;
    height: 100vh;
    background: #ffffff;
    z-index: 2000;
    margin-top: 0;
    box-shadow: 0vw 0vw 0vw 300vw rgba(255, 255, 255, 0.57);
    border: 0;
    transform: translateY(-0%);
    overflow: scroll;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
  }

  nav.show {
    left: 0;
    opacity: 1;
  }

  nav .top {
    padding: 30px 5vw;
    display: block;
    position: relative;
  }

  nav .top h2 {
    text-align: left;
    margin: 0 !important;
  }

  nav .top h2::after {
    display: none;
  }

  nav .top .cerrar {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 1em;
    color: #000;
    cursor: pointer;
  }

  nav .top .cerrar i {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    background-image: url(//estampa.cl/cdn/shop/t/8/assets/ico-close.svg?v=29188767305898311271756914841);
  }

  nav .top .cerrar:hover {
    opacity: 0.8;
  }

  nav ul {
    text-align: left;
    border-top: 1px solid #e5e5e5;
    display: block;
  }

  nav ul li {
    display: block;
    padding: 0;
  }

  nav > ul > li::after {
    display: none;
  }

  nav > ul > li.site-nav--active::after {
    display: none;
  }

  nav ul li a {
    display: block;
    padding: 12px 10px;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
  }

  nav ul li.site-nav--has-dropdown {
    overflow: hidden;
  }

  nav ul li.site-nav--has-dropdown .down {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
  }

  nav ul li.site-nav--has-dropdown .down i {
    position: absolute;
    right: 10px;
    top: 7px;
    font-style: inherit;
    font-size: 20px;
  }

  nav ul li.site-nav--has-dropdown a {
    position: relative;
    width: 100%;
  }

  nav ul li.site-nav--has-dropdown::after {
    content: '+';
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 1.25em;
    color: #2d2d2d;
    background: transparent;
    display: none;
  }

  nav ul li.site-nav--has-dropdown:hover::after {
    top: 7px;
    display: none;
  }

  nav li.site-nav--has-dropdown > a::after {
    display: none;
  }

  nav li > ul.sub-menu {
    position: relative;
    top: auto;
    left: auto;
    visibility: hidden;
    opacity: 0;
    height: 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
    padding-top: 0;
    padding: 0 0 0 10px;
    background: #ffffff;
    transform: translateX(0);
  }

  nav li > ul.sub-menu li {
    padding: 0px 2vw 0 3vw;
    text-align: left;
    font-size: 1em;
  }

  nav li > ul.sub-menu li::after {
    left: calc(1vw + 10px);
  }

  nav li > ul.sub-menu li:last-child a {
    border-bottom: 0;
  }

  nav li > ul.sub-menu.show {
    opacity: 1;
    visibility: visible;
    height: auto;
  }

  /* Minicart */
  #minicart {
    padding: 85px 30px 155px;
  }

  #minicart .top {
    padding: 30px 30px;
  }

  #minicart .top h2 {
    text-align: left;
    font-size: 1.25em;
  }

  #minicart .middle ul li .left {
    font-size: 0.75em;
  }

  #minicart .bottom .left {
    font-size: 1em;
  }

  #minicart .bottom .right {
    font-size: 1em;
  }

  /* Home */
  /* Slideshow */
  .slideshow {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slideshow li img.solo-desktop {
    display: none;
  }

  .slideshow li img.solo-mobile {
    display: block;
  }

  .slideshow li .text {
    width: 75%;
  }

  .slideshow li .text h2 {
    font-size: 1.5em;
    letter-spacing: 2px;
  }

  .slideshow li .text p {
    font-size: 0.675em;
  }

  .slideshow li .text .boton {
    margin: 5px 0 0;
    font-size: 0.675em
  }

  /* Grid */
  .grid {
    margin-bottom: 30px;
  }

  .grid .clear {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(16, 9.333325vw);
    grid-template-areas:
      "uno dos"
      "uno dos"
      "uno dos"
      "uno dos"
      "uno dos"
      "uno dos"
      "uno cuatro"
      "tres cuatro"
      "tres cuatro"
      "tres cuatro"
      "cinco seis"
      "cinco seis"
      "cinco seis"
      "cinco seis"
      "cinco seis"
      "cinco seis";
  }

  .grid .item:nth-child(1) {
    grid-area: uno;
  }

  .grid .item:nth-child(2) {
    grid-area: tres;
  }

  .grid .item:nth-child(3) {
    grid-area: dos;
  }

  .grid .item:nth-child(4) {
    grid-area: cuatro;
  }

  .grid .item:nth-child(5) {
    grid-area: cinco;
  }

  .grid .item:nth-child(6) {
    grid-area: seis;
  }

  /* Gallery  */
  .gallery {
    margin-bottom: 20px;
  }

  .gallery .bajada {
    font-size: 0.75em;
  }

  .gallery ul {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }

  .gallery ul .item {
    padding: 2vw;
    margin-bottom: 15px;
  }

  .gallery ul .item h3 {
    font-size: 1.25em;
  }

  .gallery-full ul .item:nth-child(odd) {
    padding-right: 0;
  }

  .gallery-full ul .item:nth-child(even) {
    padding-left: 0;
  }

  .gal-cat .one-eight {
    padding-left: 0;
    margin: 20px;
  }

  .gal-cat h2 {
    text-align: center;
  }

  .gal-cat .ver {
    text-align: center;
    font-size: 0.75em;
  }

  .gal-cat .seven-eight {
    padding-left: 0;
  }

  .gallery.gal-items {
    margin-top: 20px;
  }

  .gallery.gal-items ul .item {
    margin-bottom: 0px;
    padding: 10px 14vw;
  }

  .gallery.gal-items ul .item::after {
    display: none;
  }

  .gallery.gal-items ul .item a {
    justify-content: left;
  }

  .gallery.gal-items ul .item img {
    width: 34px;
  }

  .gallery.gal-items ul .item p {
    font-size: 0.75em;
  }

  .gallery.gal-cat .clear {
    width: 100%;
  }

  .gallery.gal-cat .gap-30 {
    grid-gap: 10px;
  }

  .gallery.gal-cat ul .item h3 {
    font-size: var(--f18);
    margin: 10px 0 0px;
  }

  .gallery.gal-cat .item {
    padding: 0;
    margin-bottom: 15px;
  }

  /* Bloques */
  .bloques .clear {
    overflow: hidden;
  }

  .bloques .item {
    margin-bottom: 8vw;
  }

  .bloques .item a.img {
    width: 100%;
  }

  .bloques .item .text {
    width: 100%;
  }

  .bloques .item .text .inner {
    position: relative;
    top: 0%;
  transform: translateY(0%);
    padding: 5vw 5vw 10vw;
  }

  .bloques .item .text .inner h3 {
    font-size: 1.25em;
  }

  .bloques .item .text .inner p {
    font-size: var(--f15);
  }

  .bloques .item .text .inner .vermas {
    padding: 12px 20px;
    font-size: 0.75em;
    margin-top: 6vw;
  }

  .bloques .item:nth-child(even) a.img {
    order: 1;
  }

  .bloques .item:nth-child(even) .text {
    order: 2;
  }

  .bloques .item .text .inner img {
    width: 80px;
    margin: 0px 0 0;
    bottom: -25px;
  }

  /* Banner */
  .banner-text {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0px 0;
  }

  .banner-text a {
  display: block;
  margin: 0;
  }

  .banner-text a:hover {
  text-decoration: none;
  }

  .banner-text img {
  display: block;
  margin: 0 0 -30px;
  }

  .banner-text .text {
  position: relative;
  top: auto;
  left: 5%;
  padding: 40px 20px;
  width: 90%;
  transform: none;
  font-size: 0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }

  .banner-text .text h3 {
  font-size: 1.875em;
  }

  .banner-text .text p {
  font-size: 1.5em;
  }

  .banner-bajada {
  padding: 30px 6vw;
  }

  .banner-bajada .text {
  padding: 0;
  }

  .banner-bajada .text h2 {
  font-size: var(--f30);
  }

  .banner-bajada .text p {
  font-size: var(--f10);
  }

  .banner-bajada .text .boton {
  font-size: var(--f10);
  padding: 10px 8vw;
  width: 100%;
  text-align: center;
  margin: 15px 0 20px;
  }

  .banner a:hover {
    text-decoration: none;
  }

  .banner a .imagen {
    order: 2;
  }

  .banner a .texto {
    order: 1;
    padding-bottom: 30px;
  }

  .banner .texto h2 {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
  }

  /* Video */
  .video-text .clear>div:nth-child(2) {
    padding-left: 0;
  }

  .video-text h2 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .video-text p {
    text-align: center;
    font-size: 0.75em;
  }

  /* Two */
  .two {
    padding: 30px 0vw;
  }

  .two h2 {
    font-size: 1em;
    letter-spacing: 1px;
  }

  .two p {
    font-size: var(--f10);
  }

  /* Home Blog */
  .home-blog article .text h3 {
    font-size: 1.125em;
    height: 75px;
  }

  .home-blog article .text .bajada {
    font-size: 0.875em;
  }

  .home-blog article .text .mas {
    font-size: 0.875em;
  }

  /* Instagram */
  .instagram_gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Pop Up */
  #popup {
    padding: 40px 20px;
    width: 100%;
  }

  #popup.show {
    right: 0;
  }

  #popup .right h3 {
    font-size: var(--f15);
  }

  #popup .right {
    padding: 40px 0px 40px;
  }

  /* Collection */
  .template-collection .featured-collection {
    margin-top: 20px;
  }

  .template-collection .coll-img {
    padding: 0;
  }

  .template-collection .coll-header {
    padding: 0;
    overflow: hidden;
    margin: 20px auto 20px;
  }

  .template-collection .coll-header-back {
    padding: 50px 0;
    margin-bottom: 20px;
  }

  .template-collection .coll-des {
    font-size: 0.75em;
  }

  .template-collection aside {
    width: 100%;
    float: none;
    padding: 0 1.5vw;
  }

  .filter-menu .pt-mobile-header {
    height: 30px !important;
  }

  .filter-menu .has_group_selected .filter-clear {
    display: none !important;
  }

  body .filter-menu .pt-mobile-header a.pt-nav-toggle p {
    font-size: 0.875em !important;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 0 0 30px !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle {
    left: 0 !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate(0, 0) !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle span {
    margin-top: 2px;
  }

  .template-collection .sidebar .filter-menu .pt-mobile-header a.pt-nav-toggle p {
    font-size: 1em !important;
    margin: 0 0 0 30px !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle span, .filter-menu .pt-mobile-header a.pt-nav-toggle span::before, .filter-menu .pt-mobile-header a.pt-nav-toggle span::after {
    background: #000 !important;
    height: 3px !important;
    width: 20px !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle span::before {
    top: -6px !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle.active span::before {
    top: 0px !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle span::after {
    bottom: -6px !important;
  }

  .filter-menu .pt-mobile-header a.pt-nav-toggle.active span {
    background-color: transparent !important;
  }

  .template-collection .featured-collection .form-horizontal {
    margin-bottom: 30px;
  }

  .template-collection .all-coll {
    width: 100%;
    float: none;
  }

  .featured-collection ul {
    width: 90%;
    margin: auto;
  }

  .featured-collection ul .item {
    margin-bottom: 2vw;
  }

  .featured-collection button.slick-arrow {
    top: calc((104vw / 4) / 1);
  }

  .featured-collection button.slick-prev {
    left: -25px;
  }

  .featured-collection button.slick-next {
    right: -25px;
  }

  .featured-collection ul .item .text {
    padding: 15px 0 0;
  }

  .template-collection .featured-collection ul .item,
  .template-product .featured-collection ul .item {
    margin-bottom: 8vw;
  }

  .featured-collection ul.slick-slider .item {
    font-size: 0.6em;
  }

  .featured-collection ul .item .icons i {
    width: 1.75em;
    height: 2.25em;
    margin: 15px 2px 0;
  }

  .featured-collection ul .item h3 {
    font-size: 15px;
  }

  .featured-collection ul .item h4 {
    font-size: 0.675em;
  }

  .featured-collection ul .item .price {
    font-size: 15px;
  }

  .template-collection .featured-collection ul .item.sold-out::after {
    font-size: 15px;
  }

  .featured-collection ul .item .img .nuevo {
    font-size: 0.675em;
  }

  .featured-collection ul .item .img .descuento {
    font-size: 0.675em;
  }

  .featured-collection ul .item .btn.add-wishlist {
    bottom: 50px;
  }

  .featured-collection ul .item .ver-producto {
    font-size: 10px;
  }

  .featured-collection ul .item .boton .addcart {
    font-size: 12px;
    padding: 10px 30px;
  }

  .featured-collection ul .item .colores>div {
    width: 20px!important;
    height: 20px;
    margin: 0 3px 3px 2px;
  }

  .featured-collection ul .item .boton .addcart2 {
    background-color: var(--color);
    border: 1px solid var(--color);
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 12px 15px 12px;
    width: 75%;
    float: left;
    font-weight: 100;
    text-transform: uppercase;
  }

  .featured-collection ul .item .boton {
    padding-left: 0;
  }

  .template-collection .featured-collection .filter {
    width: 100%;
    float: none;
    position: relative;
    top: 10px;
    margin-bottom: 0;
  }

  .template-collection .featured-collection .form-horizontal::after {
    right: 5vw;
  }

  .template-collection .featured-collection .pager {
    margin: 40px 0 0px;
  }

  .template-collection .featured-collection .pager li {
    margin-bottom: 15px;
  }

  .featured-collection .boton {
    font-weight: 300;
    padding-left: 0;
  }

  .reg-des .coll-des {
    width: 100%;
    float: none;
    margin: 20px 0 0px;
    padding: 0;
  }

  .reg-des .coll-des p {
    font-size: 1em;
  }

  .reg-des .img {
    width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }

  /* custom collection image */

  .featured-collection .container-collection {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .featured-collection .container-collection .container-items, .featured-collection .container-collection .cont-img {
    width: 100%;
  }

  /* Interioristas */
  .template-collection .int .coll-header {
    margin: 25px auto 0;
  }

  .int #bread {
    margin: 20px auto 35px;
  }

  .template-collection .featured-collection.int .form-horizontal {
    padding: 0 3vw 10px 3vw;
    margin-bottom: 20px;
  }

  .template-collection .featured-collection.int .form-horizontal::after {
    right: 6vw;
  }

  .template-collection .featured-collection ul .item.item-int {
    font-size: 0.75em;
  }

  .featured-collection ul .item.item-int h3 {
    margin: 5px 0 15px;
  }

  .featured-collection ul .item.item-int .vermas {
    padding: 12px 0;
  }

  /* Product Page */

  .product {
    padding: 0 2.5vw;
  }

  .product .left {
    width: 100%;
    float: none;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .product .left #main-photo {
    width: 100%;
    float: none;
  }

  .product .left #main-photo button.slick-arrow {
    top: 50%;
  }

  .product .left #mini-photos {
    width: 100%;
    float: none;
    padding: 0 3vw;
  }

  .product .right {
    width: 100%;
    float: none;
    padding-left: 0vw;
  }

  .product .right .vars .tallas li {
    padding: 7px 5px;
    margin: 0 5px 10px 0px;
  }

  .product .description p {
    font-size: 12px;
  }

  .product .description h3 {
    font-size: 15px;
  }

  .product .right h1 {
    font-size: 1.25em;
  }

  .product .right .price {
    font-size: 1.25em;
  }

  .product .right .vars {
    max-width: 100%;
  }

  .product .right .vars .options p {
    width: 100%;
    float: none;
  }

  .product .right .vars .options p:nth-child(2n+2) {
    float: none;
  }

  .product .right .botones .sec-cantidad  {
    float: left;
  }

  .product .right .botones .add-to-cart {
    width: calc(100% - 95px);
    float: right;
  }

  .product .right .botones .add-to-agotado {
    width: calc(100% - 95px);
    float: right;
  }

  .product .right .botones .disable {
    width: calc(100% - 95px);
    top: 0;
    bottom: auto;
    right: 0;
    height: 51px;
  }

  .product .right .botones .swym-wishlist-button-bar {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-top: 20px;
  }

  .product .description {
    font-size: 0.75em;
  }

  .product .des-right {
    display: none;
  }

  .product .des-left {
    display: block;
    font-size: 0.75em;
  }

  .product .des-left .deon {
    display: block;
  }

  .product .right .sharer {
    text-align: center;
  }

  .product .right .sharer a {
    margin-bottom: 10px;
  }

  .template-product .mas .clear .col01 {
    width: 100%;
  }

  .template-product .mas .clear .col02 {
    width: 100%;
  }

  .template-product .related .home-title {
    margin-bottom: 30px;
  }

  .template-product .related {
    margin-top: 50px;
  }

  .product .right .vars .tallas-wrap .guia-pop {
    width: 100%;
  }

  /* Artista */
  .product.pro-int .right {
    margin: 20px 0 0;
  }

  .product.pro-int .right h1 {
    margin: 10px 0 25px;
  }

  .des-int .links {
    grid-template-columns: 1fr;
  }

  .des-int .inner2 .contacto p {
    padding-bottom: 15px;
  }

  .pro-int .gallery {
    padding: 7vw 10vw;
    margin: 0;
  }

  .pro-int .gallery ul {
    max-height: 80vh;
    height: auto;
    display: block;
  }

  .pro-int .gallery li {
    max-height: 80vh;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .pro-int .gallery img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  .pro-int .gallery button.slick-prev {
    left: -6vw;
  }

  .pro-int .gallery button.slick-next {
    right: -6vw;
  }

  .pro-int .form {
    max-height: 100vh;
    padding: 7vw 7vw;
  }

  /* Shop the look */
  .pro-shop .coll-header {
    margin: -10px auto 30px;
  }

  .pro-shop .coll-header .home-title {
    font-size: 1.125em;
  }

  /* Page */
  .page {
    margin-top: 20px;
  }

  .rte {
    margin-top: 30px;
    font-size: 0.75em;
    line-height: 1.7em;
  }

  .rte p {
    line-height: 1.7em;
  }

  .page-form .top input {
    font-size: 0.75em;
  }

  .page-form textarea {
    font-size: 0.75em;
  }

  /* Carrito */
  .carrito .cart-table {
    width: 100%;
    float: none;
  }

  .carrito table {
    display: block;
    margin: 40px 0 40px;
  }

  .carrito table thead {
    display: none;
  }

  .carrito table tbody {
    display: block;
  }

  .carrito tr {
    display: block;
    width: 100%;
    overflow: auto;
    padding-bottom: 30px;
  }

  .carrito tr td {
    display: block;
    width: 60%;
    float: right;
    padding: 10px;
  }

  .carrito tr td.td-img {
    width: 40%;
    float: left;
  }

  .carrito td.td-name h2 {
    font-size: 0.875em;
  }
  .carrito td.td-name h3 {
    font-size: 0.75em;
    display: none;
  }
  .carrito td.td-name h4 {
    font-size: 0.75em;
  }

  .carrito tr td.td-price {
    display: none;
  }

  .carrito td.td-quantity {
    width: 30%;
    float: right;
    padding: 0 10px;
  }
  .carrito td.td-quantity input {
    display: block;
    margin: 0 auto;
    border: 1px solid #ccc;
  }

  .carrito td.td-total {
    width: 30%;
    float: left;
    padding: 10px 10px;
  }

  .carrito .cart-total {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  .carrito .botones a {
    float: none;
    display: none;
  }

  .carrito .botones input {
    width: 100%;
    padding: 10px 0px;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
  }

  .carrito .botones input.update-cart {
    margin-right: 0%;
    appearance: none;
    -webkit-appearance: none;
    border: 0;
  }

  .carrito .seguir-comprando {
    display: none;
  }

  .is-a-regalos {
    padding: 6vw 4vw 4vw;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .is-a-regalos h3 {
    font-size: 1em;
    margin-bottom: 30px;
  }

  .is-a-gift {
    padding: 0.5vw 0 4vw;
    font-size: 0.91325em;
  }

  .styled-checkbox+label {
    display: block !important;
    padding-left: 0px !important;
  }

  .styled-checkbox+label small {
    display: none;
  }

  .styled-checkbox+label::before {
    left: 0px;
    display: block;
    position: absolute;
  }

  .styled-checkbox+label::after {
    left: -30px;
  }

  .styled-checkbox:checked+label::after {
    left: -30px;
  }

  .is-a-gift .styled-checkbox:checked+label:after {
    left: 6px;
  }

  .is-a-gift p {
    padding-left: 0;
  }

  /* Blog */
  .blog {
    margin-top: 0px;
  }

  .blog .home-title {
    margin: 20px 0 40px;
    font-size: 1.125em;
    padding: 0 0 30px;
  }

  .blog .posts li {
    margin-bottom: 40px;
    font-size: 0.875em;
  }

  .post .home-title {
    margin: 20px 0 0px;
    padding: 0 0 20px;
  }

  .post h5 {
    padding: 0 0 20px;
  }

  .post article .entry {
    order: 2;
    width: 100%;
    margin-right: 0;
  }

  .post article .entry .content {
    font-size: 0.75em;
  }

  .post article .main-img {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }

  /* Account */
  .clear.account .three-quarter {
    padding: 30px 0;
  }

  .sideright {
    border: 0;
  }

  .sideright table.full th {
    font-size: 0.875em;
    padding: 10px 10px 10px 0px;
  }

  .sideright table.full td {
    font-size: 0.75em;
    padding: 10px 10px 10px 0px;
  }

  .sideright .direccion {
    padding: 15px 15px 30px;
  }

  .sideright .direccion p.edit {
    top: auto;
    bottom: 10px;
  }

  .sideright a.submit {
    top: auto;
    bottom: 20px;
  }

  .form-field {
    max-width: 100%;
  }

  /* Footer */
  .iconbar ul {
    display: flex;
    flex-wrap: wrap;
  }

  .iconbar .item {
    padding: 2vw 2vw 6vw;
  }

  .iconbar .item img {
    top: 0;
    transform: translateY(0);
  }

  .iconbar .item h3 {
    font-size: 0.875em;
  }

  .iconbar .item .bajada {
    font-size: 0.675em;
  }

  footer .iso {
    width: 120px;
  }

  footer .sociales {
    position: static;
    top: 0%;
    left: 0%;
    transform: translate(0,0);
    text-align: left;
    margin: 0 auto 0px;
  }

  footer .clear-items {

  }

  footer .item {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: left;
  }

  footer .item ul {
    text-align: center;
    display: block;
  }

  footer .item ul li {
    display: block;
    margin: 0 auto 15px;
  }


  footer .webpay {

  }

  /**** G I F T  R E G G I E
  *****************************************************************/
  .registry-profile span {
    width: 100%;
    float: none;
  }

  .giftreggie-front input[type="button"] {
    font-size: 0.75em;
    padding: 10px 15px;
  }

  /* Lista */
  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table {
    display: block !important;
    width: 100%;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > th:nth-child(4) {
    display: none;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > th:nth-child(5) {
    display: none;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > th:nth-child(6) {
    display: none;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > td:nth-child(4) {
    display: none;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > td:nth-child(5) {
    display: none;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > td:nth-child(6) {
    display: none;
  }

  .giftreggie-front .giftreggie-body form.giftreggie-registry-form table tbody > tr > td:nth-child(2) a {
    display: block;
    width: 60px;
    font-size: 0.75em;
  }

  td.agregar {
    min-width: 110px;
  }

  ul.giftreggie-view-registry.giftreggie-mobile  {
    display: none !important;
  }

  .giftreggie-registry .action-buttons {
    display: block !important;
    width: 100%;
    float: none;
    padding: 0px 0 40px 0px;
  }

  .giftreggie-manage .giftreggie-mobile li {
    margin: 0 0 30px;
  }

  /* Whislist */
  .giftreggie-wishlist h2 {
    font-size: 1.125em;
    margin: 20px 0 20px;
  }

  .giftreggie-wishlist ul.giftreggie-view-registry.giftreggie-mobile {
    display: block !important;
  }

  .giftreggie-wishlist ul.giftreggie-view-registry li {
    width: 50%;
    float: left;
    padding: 2vw;
    border-bottom: 0;
  }

  .giftreggie-wishlist .giftreggie-add-to-cart {
    margin: 20px 0 15px;
    width: 100%;
  }

  .giftreggie-registry-variant-delete form {
    display: inline-block;
    border: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: #9c5332;
  }

  .giftreggie-wishlist .remove-button {
    margin: -8px 0px 0 6px;
    font-size: 18px;
  }

  /* Search */
  .search-results .not .card {
    width: 100%;
  }

  .search-results .not form {
    width: 100%;
  }

  /**** I D E N T I D A D
*****************************************************************/
  .identidad .home-title {
    margin: 30px 0 20px;
    font-size: var(--f15);
  }

  .identidad .container-one .cont-text {
    padding: 20px;
  }

  .identidad .container-one .cont-text p {
    font-size: var(--f15);
    margin: 0 0 18px;
  }

  .identidad .container-tags {
    flex-wrap: wrap;
  }

  .identidad .container-tags .tags {
    width: 25%;
    margin: 0 25px 20px;
  }

  .quienes-somos .container-title {
    width: 100%;
    margin: 0 auto 80px;
    padding: 10px;
  }

  .quienes-somos .home-title {
    margin: 30px 0 20px;
    font-size: var(--f15);
  }

  .quienes-somos .container-title p {
    font-size: var(--f15);
    line-height: 20px;
  }


/**** S H O W R O O M
*****************************************************************/

  .showroom .container-blocks .block-map {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .showroom .container-blocks .block-map .container-text,
  .showroom .container-blocks .block-map .container-img,
  .showroom .container-blocks .block-map .container-map {
    width: 100%;
    padding: 0;
  }

  .showroom .container-blocks .block-map .container-map {
    margin: 20px 0;
  }

  /* regalo */

}
/**** ALIKE
*****************************************************************/

/**** popup nuevo *************/

._modalContainer_4tu8s_2 ._modalContent_4tu8s_22 ._myCustomDialog_4tu8s_29 ._titleText_4tu8s_37 {
border-bottom: 0px !important;
  position: inherit !important;
  padding: 0px !important;
}
._modalContainer_4tu8s_2 ._modalContent_4tu8s_22 ._closeBtn_4tu8s_236 {
    right: 10px !important;
    z-index: 9999 !important;
}
._xButton_1vm0o_2._small_1vm0o_60 {

    margin-top: 16px !important;
}