/**********/
/* COLORS */
/**********/
/**********/
/* SIZES  */
/**********/
/**********/
/* COLORS */
/**********/
/*---  Light Colors  ---*/
/*---   Neutrals  ---*/
/*--- Colored Backgrounds ---*/
/*--- Colored Text ---*/
.ui.modal > .content {
  font-size: 12pt;
}
.charge-table th,
.charge-table td {
  border-style: solid;
  border: 1px solid black;
  padding: 0.5em;
}
.charge-table {
  border-collapse: collapse;
  margin: 1em 0;
}
.slick-prev,
.slick-next {
  color: black;
  background-color: black;
}
.carousel-dots {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.carousel-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.carousel-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.carousel-dots li button:hover,
.carousel-dots li button:focus {
  outline: none;
}
.carousel-dots li button:hover:before,
.carousel-dots li button:focus:before {
  opacity: 1;
}
.carousel-dots li button:before {
  font-size: 40px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
.gear-container {
  display: flex;
  flex-wrap: wrap;
  align-items: first baseline;
  gap: 20px;
}
.gearitem {
  width: 30% !important;
  margin-left: auto;
  margin-right: auto;
}
.ui.modal .gearitem {
  width: 20% !important;
}
@media all and (max-width: 767px) {
  .gearitem {
    width: 45% !important;
  }
  .ui.modal .gearitem {
    width: 45% !important;
  }
}
