
/* ---------------------------
PRODUCTO INDIVIDUAL
----------------------------*/
.material-tam{
  margin-top:1px; 
  padding-right:20px;
}


/* ---------------------------
CAMBIO DE COLOR
----------------------------*/
.color-dorado{
  color: #BE9144;
}

.color-gris{
  color: #7b6E65;
}

/* ---------------------------
MENU DESPLEGABLE
----------------------------*/

#menu-button {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1;
}

#menu-container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: none;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}


/* ---------------------------
PERFIL
----------------------------*/

.btn-basic{
  border: none;
  background: none;
  color: #ff6666;
  padding: 0;

}
.btn-basic:hover{

}

.btn-basic.focus,.btn-basic:focus{
  box-shadow: none;
}

.btn-basic.disabled,.btn-basic:disabled{
  color:#fff;
  background-color:#dc3545;
  border-color:#dc3545
  }

.tab-perfil{

  padding: 20px 30px;
}

.error404{
  padding: 100px 0;
}


.nav-tabs a.show{
  -webkit-transition:all .5s ease-in-out;

  background-color: #ffd872;
  border-radius: 10px 10px 0px 0px;
}
/* ---------------------------
aviso de privacidad
----------------------------*/

.one_line_col{
  margin: 25px 0px;
}

.one_line_col ul{
  padding-left: 20px;
  padding-top: 10px;
}

.story-about-section{
    font-family: Poppins,sans-serif;
  }

.iub-subheading{
  margin: 15px 0px;
  border-left: solid 1px #7b6E65;
  padding-left: 20px;
}

.iub-purpose{

  margin: 15px 0px;

  border-left: solid 1px #7b6E65;
  padding-left: 20px;
}

.iub-service{

  margin: 15px 0px;

}


.expand-content{

  padding: 0px 25px ;
  margin-top:10px;

}

.expand-content p{

  margin: 15px 0px  ;

}

/* ---------------------------
CARRITO DE COMPRAS
----------------------------*/

.capitalized {
  text-transform: capitalize;
}

.caja-filtro{
  padding-top: 0px;
  margin-top: 40px;
}

.caja-texto{
  padding-left:30px;
}

.caja-titulo{
  font-weight:800;
  font-size: 13px;
  margin-bottom: 5px;
}

.caja-precio{
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 768px) {



  .caja-contenedor{
    padding-bottom:80px;
  }

  .caja-texto{
    margin-top:-20px;

    padding-left:10px;
  }

  .caja-titulo{
    font-size: 10px;
    margin-bottom: 1px;

  }

  .caja-precio{
    font-size: 15px;
  }

}

.icon-dorado{
    color: #bb9078;
    font-size: 1rem;
}
.quantity-1{

  width: 80px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;

}

.quantity-3{

    width: 120px;
    height: 42px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;

}

.quantity-4{

    width: 120px;
    height: 42px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;

}

.zoomea {

  -webkit-transition:all .5s ease-in-out;
}
.zoomea:hover {
  -webkit-transform:scale(1.3);
  transform:scale(1.3);
  transition:all .5s ease-in-out;
  -webkit-transition:all .5s ease-in-out;
}


.zoomin {
  overflow:hidden;
}

img,img:hover,.post-centro,.post-centro:hover{

}

/* ---------------------------
PERSONALIZAR FORM
----------------------------*/

.select-direccion{
  border: none;
  border-bottom: 1px solid #7b6E65;
  padding: 3px 0px;
}

.select-personaliza{
  border: none;
  border-bottom: 1px solid #7b6E65;
  margin-bottom: 33px;
}

.resultado{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #7b6E65;
    padding: 0 0 9px 0;
}

.nombreGrabado{
    color: #666;
    font-size: 15px;
    font-weight: 400;
    border: none;
    border-bottom: 1px solid #7b6E65;
    padding: 0 0 9px 0;
}

.family-a{
  font-family: 'angelina', sans-serif;

}

.family-b{
  font-family: 'anisa', sans-serif;
}

.family-c{
  font-family: 'monotype', sans-serif;
}

.family-d{
  font-family: 'ScriptMTBold', sans-serif;
}

.family-e{
  font-family: 'sofia', sans-serif;
}

.family-f{
  font-family: 'typewriterhand', sans-serif;
}





/* ---------------------------
LOGO
----------------------------*/
.control-coleccion{
    text-decoration:none;
    margin-left:10px;
    cursor:pointer;
    padding:10px 30px;
    border:solid 1px #999;
}
.control-coleccion:hover{
    text-decoration:none;
    background-color: #7b6E65;
    color: #fff;
    transition:all 0.3s ease;
  	-moz-transition:all 0.3s ease;
  	-webkit-transition:all 0.3s ease;
  	-ms-transition:all 0.3s ease;
  	-o-transition:all 0.3s ease;
}


/* ---------------------------
LOGO
----------------------------*/
.logo-tresalba{
    float:left;
    padding: 31px 187px 30px;
}
.header-hp-1 .menu-desktop.fixed .logo-tresalba {
    padding: 21px 187px  20px;
}

/* ---------------------------
MENU
----------------------------*/
.titulares{
    font-weight: 800;
}

/* ---------------------------
CARRITO DE COMPRAS
----------------------------*/

.quantity-3:before {
    position: absolute;
    margin: 2px 84px;
    color: #a3a3a3;
    font-size: 13px;
    content: "▲";
    pointer-events: none;
    cursor: pointer;
}

.quantity-3:after {
    position: absolute;
    margin: 17px -36px;
    color: #a3a3a3;
    font-size: 13px;
    content: "▼";
    pointer-events: none;
    cursor: pointer;

}

.cantidad-item {
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  color: #ffffff;
  font-weight: 400;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #bb9078;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
@media screen and (max-width: 1426px) {

  .logo-tresalba{
      float:left;
      padding: 31px 66px 30px;
  }

  .header-hp-1 .menu-desktop.fixed .logo-tresalba {
      padding: 21px 73px  20px;
  }
}

/* ---------------------------
SLIDER
----------------------------*/


.video-box{
	position:relative;
}

.video-box .video-image{
	position:relative;
	margin:0px;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	z-index:3;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;

  /* background-color:rgba(0,0,0,0.50); */


}

.video-box .overlay-box span{
	position: absolute;
	width:110px;
	height: 110px;
	left:50%;
    top: 50%;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:20px;
	text-align: center;
	border-radius:50%;
	padding-left:4px;
	display: inline-block;
	margin-top: -55px;
	margin-left:-55px;
	line-height:110px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-color:rgba(75, 197, 255,0.50);
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:110px;
	height: 110px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(75, 197, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(75, 197, 215, .6);
    -ms-box-shadow: 0 0 0 0 rgba(75, 197, 215, .6);
    -o-box-shadow: 0 0 0 0 rgba(75, 197, 215, .6);
    box-shadow: 0 0 0 0 rgba(75, 197, 215, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.slider-video{

  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}

.au-btn-dorado {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;

  display: inline-block;
  line-height: 1;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  text-align: center;
  color: #7b6E65;
  background: #FFD872;
  font-family: 'aileron', sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  z-index: 999; }
  .au-btn-dorado:before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff; }
  .au-btn-dorado:hover {
    color: #7b6E65;
    text-decoration: none; }
    .au-btn-dorado:hover:before {
      width: 100%; }

/* ---------------------------
MUST HAVE
----------------------------*/
.must-text{
      padding: 12% 65px 100px 68px;
      width: 33.33%;
}

.items-hp-5 .woocommerce .must-text .product_title {
    font-size: 50px;
}


@media screen and (max-width: 1485px) {

  .must-text{
        padding: 10% 65px 80px 68px;
        width: 50%;

  }

  .items-hp-5 .woocommerce .must-text .product_title {
      font-size: 30px;
  }
}


@media screen and (max-width: 768px) {

  .must-text{
        padding: 10% 65px 80px 68px;
        width: 100%;

  }

  .items-hp-5 .woocommerce .must-text .product_title {
      font-size: 30px;
  }
}


/* ---------------------------
NUESTRAS COLECCIONES
----------------------------*/
.titulo-coleccion{

  position: absolute;
  left: 20px;
  bottom: 52px;


  font-size: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 82%;
  width: 368px;
  text-transform: uppercase;
}

.coleccion-text{

  padding-top: 8%;
  padding-left: 8%;
}

.coleccion-slider{
left: 20%;
}
@media screen and (max-width: 992px) {
    .coleccion-text{
      text-align: center;
      margin-bottom: 40px;

    }
    .coleccion-slider{
    left: 0%;
    }






}


/* ---------------------------
BEST SELLERS
----------------------------*/
.sellers-etiqueta{

    text-align: center;
    position: absolute;
    left: 0%;
    top: 10%;

}

.sellers-etiqueta-texto{

    background: #FFD872;
    color: #282828;
    letter-spacing: 3px;
    padding: 4px 11px;
    font-family: aileron, sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
}

.sellers-descripcion{
  margin-left: -150px;
}

.sellers-descripcion-titulo{
  font-family: aileron, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sellers-descripcion-titulo-s{

  font-family: mazius_extra, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.sellers-position{
  margin: 0 0 0 0;
  padding: 137px 70px 60px;
}

.sellers-position-carrito{
  margin: 0 0 0 0;
  padding: 70px 70px 60px;
}




@media screen and (max-width: 1485px) {



  .sellers-position{
    margin: 0 0 0 0;
  padding: 72px  24px 60px;
  }

  .sellers-position-carrito{
    margin: 0 0 0 0;
  padding: 60px  24px 60px;
  }

}

@media screen and (max-width: 991px) {
  .sellers-position{
    margin: 0 0 0 0;
    padding: 60px  24px 60px;
  }

  .sellers-position-carrito{
    margin: 0 0 0 0;
    padding: 72px  24px 60px;
  }

  .sellers-descripcion{
    margin-left: 0px;
    text-align: center;
  }

}
