.baseline-CWSAL > header{
  border: none;
  height: 64px;
}

.loadingBkg{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: radial-gradient(circle, white, rgba(255,255,255,0.85), white, white) !important;
  position: fixed !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  z-index: 1000000000;  
}
.pinTienda{
  width: 60px !important;
  height: 60px;
  background-size: 100%;
  background-image: url('/CWSAL/icons/tienda.svg') !important;
  background-repeat: no-repeat;
}
.myStickyMob{ 
  height: 51px !important;
}
@media (max-width: 996px){
  .myStickyMob{
    top: 64px !important;
  }
  #menuItemDialogBody .react-card-front{
    height:auto;
  }
  .slick-dots {
      position: absolute !important;
  }
  .slick-slider {
      margin-top: -7px;
  }
  .react-card-flipper,.react-card-flip,.react-card-front{
    height: calc(100vh - 120px) !important;
  }
  .cupon .react-card-flipper,.cupon .react-card-flip,.cupon .react-card-front{
    height: inherit !important;
  }
}


/*SELECCIONAR TIENDA - SeccionarTienda.jsx*/

@keyframes sonar-effect-cw {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 0.3;
    box-shadow: 0 0 0 2px rgba(33, 165, 83, 0.5), 0 0 5px 7px rgba(33, 165, 83,0.5), 0 0 0 7px rgba(33, 165, 83,0.6);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(33, 165, 83,0.5), 0 0 5px 7px rgba(33, 165, 83,0.5), 0 0 0 7px rgba(33, 165, 83,0.6);
    transform: scale(1.7);
    opacity: 0;
  }
}
.ph-hat-icon{
  display: block;
  text-align: center;
}
.ph-hat-icon:hover label{
  font-weight: bold !important;
  color: black !important;
}
.ph-hat-icon img, .ph-hat-icon>div{
  width: 40px;
  position: absolute;
  left: calc(50% - 30px);
  top: -7px;
}
.ph-hat-icon label { 
  color: black !important;
  font-weight: normal !important;
  padding: 0 10px !important;
}
.home-marker:before, .ph-hat-icon:before {
  animation: sonar-effect-cw 2s ease-in-out .5s infinite !important;
}
.home-marker:before {
  width: 50px !important;
  height: 50px !important;
}
.cw-home-icon {
  top: -15px !important;
}
.cw-tienda-icon {
  top: -10px !important;
}
#tds-container .seleccionado{
}
#tds-container .seleccionado label {
  color: #21A553 !important;
  font-weight: bold;
  font-size: 18px;
}



  

@keyframes hide-title {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@keyframes show-title {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}