:root{
  --rosa-gris: #d4c7c7;
  --rosa: #eda492;
  --rosado-titulos: #e99b9b;
}
body {
  font-family: 'Montserrat', sans-serif;
  /*font-family: 'Amatic SC', cursive;*/
  margin-top: 160px;
}
h1,h2,h3{
  font-weight: 700;
}
h4,h5,h6{
  font-weight: 600;
}
.titulo-coment{
  font-size: 30px;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    color: #fff;
}
.texto-coment{
      color: #fff;
    font-size: 14px;
    font-weight: 300;
}
.owl-carousel .owl-stage {
    padding: 100px 0 25px 0!important;
}

  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
      top: 50%;
      left: 10px;
  }
  .owl-carousel .owl-nav button.owl-next{
    position: absolute;
      top: 50%;
      right: 10px;
  }
  .owl-prev,.owl-next{
        color: #e9999b!important;
    border: 1px dashed #e9999b!important;
    background-color: #ffffff!important;
    width: 40px!important;
    height: 40px!important;
    text-align: center!important;
    border-radius: 10%!important;
    font-size: 21px!important;
    padding: 4px 0px!important;
}
  .card-coment {
        padding: 10px;
    border: none;
    margin-top: 100px;
    background-color: #e99a9b;
    border-radius: 0;
}
.card-coment .card-body{
  border:  1px dashed #fff ;
} 
.img-coment {
    overflow: hidden;
    width: 190px!important;
    height: 190px!important;
    border-radius: 50%;
    border: 1px dashed #734621;
    display: initial!important;
    margin: auto;
    top: -65px;
    left: 0;
    right: 0;
    position: fixed;
}
.alerta .alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 25px 15px;
  border: none;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.top-bar{
  background-color: var(--rosa-gris);
}
.top-bar p{
  font-size: 14px;
}
.top-bar p i{
  font-size: 18px;
}
#mainNav{
  background-color: #fff;
}
#mainNav .navbar-brand img{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
#mainNav.navbar-shrink .navbar-brand img{
  width: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#mainNav .nav-link{
  font-size: 15px;
  margin:0 4px;
}
#mainNav .nav-link.active{
  border-bottom: 1px solid var(--rosa);
}

.carro a{
  text-decoration: none;
}
.carro a i{
  font-size: 28px;
}

.destacados{
  background-color: #e1cccc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
  background-attachment: fixed;
}
.destacados p{
  font-size: 14px;
}
footer{
  background-color: #454545;
}
footer h5{
  font-family: 'Amatic SC', cursive;
  font-size: 22px;
}
footer li{
  font-weight: 300;
  font-size: 15px;
  margin-bottom: .2rem;
}
footer .info p{
  font-size: 13px;
}
.whatsapp {
    position: fixed;
    z-index: 9999!important;
    border-radius: 50% 50% 50% 0%;
    width: 65px;
    height: 65px;
    bottom: 15px;
    left: 15px;
    background-color: #44c94a;
    padding: 7px 12px;
    animation: 1s infinite alternate shimmy;
}
.whatsapp i, .whatsapp svg {
    position: absolute;
    font-size: 50px;
    color: #fff;
}
@keyframes shimmy{
    0%{
        transform:translate(0,0)
    }
    100%{
        transform:translate(5px, -5px)
    }
}


.linea-blanca{
  height: 1px;
  width: 50px;
  background-color: #fff;
}
.btn{
  border-radius: 0;
}
.btn-rosa{
  background-color: var(--rosado-titulos);
  color: #fff;
}
.btn-rosa:hover{
  background-color: #e1cccc;
  color: #fff;
}
.btn.btn-borde{
  padding: 3px;
}
.btn.btn-borde .linea{
  border:1.2px dashed #fff;
  padding:5px 15px;
}
.carousel-item {
  height: 75vh;
  min-height: 300px;
  max-height: 800px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-indicators li{
  height: 26px;
  width: 26px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.8);
  border: 1px solid transparent;
  margin:0 4px;
}
.carousel-indicators li.active{
  background-color: transparent;
  border: 1px dashed #fff;
}
.titulo{
  font-size: 50px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  color: var(--rosado-titulos);
}
.sub-titulo{
  font-size: 30px;
  font-family: 'Amatic SC', cursive;
  font-weight: 700;
  color: var(--rosado-titulos);
}
.fondo-tijeras{
  background-size: auto; 
  background-position: right bottom; 
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .fondo-tijeras{
    background-size: auto; 
    background-position: left bottom;
  }
}
@media (max-width: 767px) {
  .fondo-tijeras{
    background-size: contain; 
    background-position: right bottom;
  }
}
.producto a{
  color: #666;
  text-decoration: none;
}
.producto a figure{
  position: relative;
  height: 260px;
}
.producto a figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.producto a figure .opacidad{
  position: absolute;
  background-color: rgba(0,0,0,.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.producto a:hover figure .opacidad{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.producto p{
  font-size: 14px;
}
.producto .precio, .precio{
  color: var(--rosado-titulos);
}

.banner-seccion{
  height: 30vh;
  min-height: 250px;
  max-height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #c6c6c6;
  background-blend-mode: multiply;
}
.banner-seccion h2{
  font-size: 40px;
  text-shadow: 0 0 5px rgba(0,0,0,.8);
}

.categorias .card{
  border-radius: 0;
}
.categorias .card-header button{
  color: #666;
  text-decoration: none;
}
.categorias .card-header .badge{
  background-color: var(--rosa);
}

.form-control{
  border-radius: 0;
  border:1.5px dashed var(--rosa);
}
.mapa iframe{
  width: 100%;
  height: 350px;
}
.contacto-datos i{
  color: var(--rosado-titulos);
  font-size: 20px;
  line-height: 20px;
}
.wsp{
  font-size: 11px;
  font-weight: 400;
  font-family: sans-serif;
  letter-spacing: 0;
  line-height: 1px;
  padding: 3px 7px;
  text-transform: none;
  background-color: var(--success);
  border-color: var(--success);
}
.pagination{
  justify-content: center;
}
.pagination .page-item{
  margin:0 3px;
}
.pagination .page-link{
  border: none;
  color: #707070;
}
.pagination .page-item.active .page-link{
  background-color: var(--rosa-gris);
  color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 85%;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  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 #eee;
}

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


/*Custom Radios Color - Tallas*/
  .select-color{
    width: 40px;
    height: 40px;
    margin-right: .3rem;
    margin-bottom: .4rem;
  }
  .select-tallas{
    width: 45px;
    min-height: 32px;
    margin-right: .3rem;
    margin-bottom: .4rem;
  }

  /* Hide the browser's default radio button */
  .select-color input,
  .select-tallas input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .select-color .cont-color{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border:1px solid #e3e3e3;
    background-color: #fff;
  }
  .select-tallas .cont-talla{
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0px;
    width: 45px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff;
  }

  .select-color .cont-color .color{
    height: 100%;
    width: 100%;
  }

  /* On mouse-over */
  .select-color:hover input ~ label .cont-color,
  .select-tallas:hover input ~ .cont-talla{
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
    cursor: pointer;
  }

  /* Show the indicator when checked */
  .select-color input:checked ~ label .cont-color,
  .select-tallas input:checked ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
  }

/*Fin Custom Radios Color - Tallas*/