html {
  font: 16px;
}

.accordion .card-header .dynamic-icon::after,
.accordion .card-header.collapsed .dynamic-icon::after {
  content: " " !important;
  color: #000;
}
.marker {
  color: red;
}

.show-on-mobile,
.block-on-mobile {
  display: none !important;
}

.show-filters {
  display: none;
}
.flex-center {
  justify-content: center;
}

.any-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mobileSearchBox {
  width: 18%;
}

@media (min-width: 300px) and (max-width: 800px) {
  .nav-link{
    font-size: 0.7rem;
  }
  #mobileSearchBox {
    width: 100%;
  }

  .h1-responsive {
    font-size: 2rem !important;
  }

  .show-filters {
    display: block;
  }

  #filterRowContainer {
    padding-top: 15vh;
    padding-bottom: 5vh;
    position: fixed;
    left: -100%;
    width: 100vw;
    height: 100vh;
    transition: 0.5s linear;
    z-index: 9;
    background-color: white;
    top: 0;
    overflow: scroll;
  }

  #filterRowContainer.showFilters {
    left: 0%;
    transition: 0.5s linear;
  }

  .show-filters {
    z-index: 10;
    position: fixed;
    right: 0;
    justify-content: center;
    padding: 0;
    padding: 8px;
    outline: none;
    box-shadow: none;
    border: none;
    text-align: center;
    border-radius: 0.4em 0 0 0.4em;
    text-transform: uppercase;
    font-weight: bold;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .show-on-mobile {
    display: flex !important;
  }

  .block-on-mobile {
    display: block !important;
  }

  #mobileSearchBox {
    display: none;
    margin: 0 !important;
    width: 100%;
  }

  .gallery-slider .swiper-slide img {
    height: auto !important;
    width: 100% !important;
  }

  .gallery-thumbs .swiper-slide img {
    height: auto !important;
    width: 100% !important;
  }
}

.selector#brands-checkbox {
  opacity: 0;
}

.selector {
  position: absolute;
  right: calc(1em + 2px);
  top: calc(1em + 2px);
  background: #fff;
  border: 2px solid #e2ebf6;
  border-radius: 50%;
  cursor: pointer;
  height: 1.5em;
  width: 30em;
  /* width: 1.5em; */
}

.selector::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.375rem;
  height: 0.75rem;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
}

.selector:checked {
  background: #ccc121;
  border-color: #ccc121;
}

.plan-details {
  border: 2px solid #e2ebf6;
  border-radius: 0.5em;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 1em;
}

.selector:checked ~ .plan-details {
  border-color: #ccc121;
}

.selector:focus ~ .plan-details {
  box-shadow: 0 0 0 2px #c4d1e1;
}

.selector:disabled ~ .plan-details {
  color: #c4d1e1;
  cursor: default;
}

.selector:disabled ~ .plan-details .plan-type {
  color: #c4d1e1;
}

.plan-type {
  color: #222222;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1em;
}

.carousel-caption-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.ellipsis-after-two-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ellipsis-after-one-lines {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-my-float {
  margin-top: 16px;
}

.moving-tape p {
  margin-bottom: 0 !important;
  padding-bottom: 1.3px;
}

.moving-tape {
  border-top: 0px solid white;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  /* background-color: #00387b; */
  background-color: #222222;
}

.moving-items {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: moving-items 15s linear infinite;
}

.moving-tape span {
  display: inline-block;
  padding-right: 50px;
  font-size: 14px;
  color: #333;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@keyframes moving-items {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 300px) and (max-width: 600px) {
  .products-mobile {
    border: 1px solid #eeeeee;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .products-mobile .ellipsis-after-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .products-mobile .card-footer {
    text-align: left !important;
    padding: 0 !important;
    border-top: 0 !important;
  }
  .products-mobile .card-body {
    padding-right: 0 !important;
    padding-left: 8px !important;
  }
  .products-mobile .card-title {
    margin-bottom: 0 !important;
  }
}


.nav-link{

}