/* Slider */
.carousel-cell {
  width: 100%;
  height: 80vh;
  background: #F5F5F5;
}

.carousel-cell.full {
  height: 100vh !important;
  min-height: 100vh !important;
}

.carousel-cell img {
  width: 100%;
}

.carousel-cell .slider-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.flickity-page-dots {
  bottom: 15px;
}

.flickity-page-dots .dot {
  height: 4px;
  width: 30px;
  margin: 0 5px;
  border-radius: 20px;
  background: #FFFFFF;
}

.carousel-bg-image-element {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* boton whatsapp */
.float{
	position:fixed;
	width:75px;
	height:75px;
	bottom:50px;
	right:50px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #4B4C4F;
  z-index:1000;
}

.my-float{
  width:45px;
	height:45px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
}
.float:hover{
  -webkit-animation: tiembla 0.5s ;
}
@-webkit-keyframes tiembla{
  0%  { -webkit-transform:rotateZ(-5deg); }
  50% { -webkit-transform:rotateZ( 0deg) scale(.8); }
  100%{ -webkit-transform:rotateZ( 5deg); }
}
/* Filter bar */
.filter-container {
  background: #FFFFFF;
  padding: 30px 0px;
}

.selector {
  width: 100%;
  position: relative;
  padding: 8px 0px !important;
}

.selector p, .selector2 {
  font-size: 15px !important;
  line-height: 18px !important;
}

.selector .opciones {
  background: #FFFFFF;
}

.selector .opciones > .opcion {
  background: #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
}

.selector .opciones > .opcion.seleccionado {
  color: #f16670 !important;
}

.selector .actual {
  width: 100%;
  padding: 6px 0px;
  border-bottom: 1px solid #E3E3E3;
}
.selector .ajustar, .ajustar {
  width: 230px !important;
}

.selector .actual .vacio {
  padding: 7px 10px;
}

.selector .actual:hover * {
  cursor: pointer;
}

.selector .children_icon.rotado {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selector .opciones {
  display: none;
  width: 100%;
  max-height: 170px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute !important;
  background: #FFFFFF;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(100, 101, 105, 0.3);
  -moz-box-shadow: 0px 10px 10px 0px rgba(100, 101, 105, 0.3);
  box-shadow: 0px 10px 10px 0px rgba(100, 101, 105, 0.3);
}

.selector .opciones > .opcion,
.selector .actual {
  color: #646569;
}

.selector .opciones > .opcion {
  padding: 12px 0px 12px 10px;
  display: block;
  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

.selector .opciones > .opcion p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  pointer-events: none;
}

.selector .opciones > .opcion:hover {
  cursor: pointer;
  background: #f16670;
  color: #FFFFFF !important;
}

.selector .opciones > .opcion:hover * {
  cursor: pointer;
}

.selector .children_icon {
  margin-top: 6px;
  transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
}

/* Gift Cards Grid */
.gift-cards-grid {
  background: #FFFFFF;
  position: relative;
  width: 100%;
  display: block;
  margin: -5px auto 0 auto !important;
  padding: 0;
}

.gift-cards-grid a {
  position: relative;
  display: block;
}

.gift-cards-grid * {
  box-sizing: border-box !important;
}

.gift-cards-grid:after {
  content: '';
  display: block;
  clear: both;
}

.gift-cards-grid .gift-card {
  width: 20%;
  float: left;
  position: relative;
  height: auto !important;
  margin: 0px;
}

.gift-cards-grid .gift-card img {
  background: #FFFFFF;
  transition: transform .2s ease-in-out;
}
.gift-cards-grid .gift-card div.gc-animation{
    transition: transform .3s ease-in-out;
}
.gift-cards-grid .gift-card img.gc-animation:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.YAMBcontainer.tarjeta-oh-modal {
  background: rgba(104, 104, 103, 0.8) !important;
}
.tarjeta-oh-modal{
  max-width: 100%;
  background-color: transparent;
  margin-top: 0px;
  overflow-y: hidden !important;
}
.tarjeta-oh-modal div div .row .border {
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-top: 100px;

}
.w-100 {
  width: 100%;
}
.btn-hand {
  cursor: pointer;
}

.YAMBcontainer.tarjeta-oh-modal .content_container .content.modal-content.clearfix{
  margin-top: 0 !important;
}
.bottom-buttons.buttons-modal-tarjeta-oh{
  display:flex;
  justify-content: center;
}
.close-ir-a-la-oh{
  margin-left: 10px;
}
.bottom-buttons a.ir-a-la-oh{
  margin-left: 0 !important;
}

div.gc-animation:hover{
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
#without-stock-bg{
  position: absolute;
  background-color:rgba(0,0,0,0);
  z-index: 2;
  opacity: 0.2;
}
#without-stock{
  position: absolute;
  background-color:rgba(0,0,0,0);
  width: 100%;
  z-index: 2;
  opacity:0.5;
}
.centrar{
  text-align: center;

}
/* boton switch */

.switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 18px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f16670;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f16670;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* fin switch */
.ajustar-img{
  width: 18px;
  display: inline-block;
  color: #f16670;
}
.icon-tooltip-container{
  display: flex;
  align-items: right;
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: flex;
  height: 100%;
  margin-left: 5px;
  margin-right: 10px;
  /*border-bottom: 1px dotted #f16670;  If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 280px;
  top: 180%;
  left: -900%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
  background-color: #f16670;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
 
}
#caja-tooltip{
  visibility: hidden;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -10%;
  right: 60px;
  transform: rotate(45deg);
  background-color: #f16670;
  z-index: -1;

}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext, .tooltip:hover #caja-tooltip {
  visibility: visible;
}

/* fin tooltip */


@media all and (max-width: 768px) {
  .gift-cards-grid .gift-card {
    width: 25%;
  }
  .filter-container {
    padding: 6px 0 25px 0px;
  }
  .tooltip .tooltiptext {
    left: -500%;
  }
  #caja-tooltip{
    right: 130px;
  }
}

@media all and (max-width: 425px) {
  .gift-cards-grid .gift-card {
    width: 49.97%;
  }
    /* boton whatsapp */
   .float{
    width:70px;
    height:70px;
    right:20px;
    bottom:20px;
  }
  
  .my-float{
    width:40px;
    height:40px;
  }
}
