.popMenu {
  display: flex;
  justify-content: center;
}
.popMenu .ico {
  color: #00ace6;
  font-size: 1.6rem;
}
.popMenu a {
  text-align: left;
  line-height: 1.2em;
  display: flex;
  text-decoration: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
  padding-left: 1em;
  align-items: center;
  font-size: 0.875rem;
}
.popMenu a.blueBtn {
  background: #00ace6;
  color: #ffffff !important;
  border-radius: 0.5rem;
  padding: 1rem;
}
.popMenu a.blueBtn span.ico {
  color: #ffffff;
}
.popMenu a div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 0.8em;
}
.popMenu a div span {
  background: #10181d;
  min-width: 1.5em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  right: 0.5em;
  position: absolute;
  font-family: 'Averta', 'Arial', 'Helvetica', sans-serif;
  font-weight: bold;
  color: #ffffff;
  border-radius: 1em;
  padding: 0 0.2em;
}
.popMenu a img {
  margin-right: 1em;
}
.popMenu a strong {
  display: block;
}

.prod:not(.inCart, .disabled)::after { 
    display: none!important;
}
p img {
    max-width: 100%;
    height: auto;
}
.add-padding {
    padding: 0.5em 0.5em 0.5em 2.5em !important;        
}


#fullAdCarousel .carousel-item a {
  display: flex;
  padding-bottom: 30rem;
  background: black;
  background-repeat: repeat-x;
  background-position: center center;
  background-size: auto 100%;
}
#fullAdCarousel .carousel-control-next,
#fullAdCarousel .carousel-control-prev {
  width: 6rem;
  opacity: 1;
}
#fullAdCarousel .carousel-indicators {
  background: #fff;
  bottom: -1rem;
  margin: 0;
  left: 50%;
  width: max-content;
  padding: 1rem 1rem 1.5rem 1rem;
  border-radius: 1rem 1rem 0 0;
  box-shadow: 0 -0.4rem 0.5rem rgba(0, 172, 230, 0.2);
  transform: translateX(-50%);
}
#fullAdCarousel .carousel-indicators ol {
  display: flex;
  list-style: none;
}
#fullAdCarousel .carousel-indicators li {
  border-radius: 10px;
  background-color: #00ace6;
  width: 8px;
  height: 8px;
  opacity: 1;
  border: solid 1px transparent;
  margin: auto 0.4em;
}
#fullAdCarousel .carousel-indicators li.active {
  background-color: #ff9c00;
  border: solid 1px transparent;
  width: 12px;
  height: 12px;
}

.imgCategories div img {
   border-radius: 50%;
   transition: transform 0.25s ease-in-out;
   /* border: 3px solid #f1f1f1; */ 
   /* box-shadow: #ccc 3px 3px 7px; */
}

.imgCategories a:hover img {
   transform: scale(1.15);
}

.imgCategories a:hover {
   text-decoration: none; 
}
