.font-exo {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

div,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
li {
  font-family: "Exo", sans-serif;
}

body,
html {
  color: #111111;
  font-size: 14px;
}

.skin-cancer-foundation-text {
  line-height: 17px;
}

.skin-cancer-foundation-seal {
  max-width: 90px;
  margin-bottom: 10px;
}

.c-avery-logo {
  width: 100%;
  max-width: 140px;
  margin-bottom: 5px;
}

.c-3m-logo {
  width: 100%;
  max-width: 60px;
  margin-bottom: 5px;
}

.c-3m-features-list {
  list-style: square;
  margin-left: 23px;

  li {
    margin-bottom: 20px;
    line-height: 24px;
  }
  ul {
    margin-left: 18px;
    list-style: upper-alpha;

    li {
      margin-bottom: 0px;
      margin-top: 10px;
    }
  }
}

.xpel-logo {
  max-width: 100px;
  margin-bottom: 5px;
}

.xpel-products-logo {
  max-width: 268px;
  margin-bottom: 22px;
}

.product-features {
  h5 {
    margin-bottom: 12px;
  }
  li {
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.items-flex-start {
  align-items: flex-start !important;
}

.menu a,
.page-info__title {
  text-transform: none;
}

a {
  color: unset;
}

a:hover {
  color: unset;
}

.c-inline {
  display: inline !important;
}

.c-logo-container {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.c-logo-text-light,
.c-logo-text-light:hover {
  line-height: 26px;
  font-size: 19px;
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
  &.sub-text {
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
  }
  img {
    height: 12px;
    margin-bottom: 4px;
  }
}

.c-logo-text-dark,
.c-logo-text-dark:hover {
  line-height: 26px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #8b8b8b;
  &.sub-text {
    line-height: 16px;
    font-size: 11px;
    font-weight: 500;
  }
  img {
    height: 12px;
    margin-bottom: 4px;
    filter: drop-shadow(1px 1px 0px #8b8b8b);
  }
}

.c-logo {
  margin-right: 7px;
  max-height: 55px;
}

.c-logo-light {
  filter: drop-shadow(1px 1px 1px rgb(131, 131, 131));
}

.logo-mobile .c-logo-text-dark,
.logo-mobile .c-logo-text-dark:hover,
.logo-mobile .c-logo-text-light,
.logo-mobile .c-logo-text-light:hover {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.header-mobile__bar-inner .c-logo {
  margin-right: 7px;
  max-height: 46px;
}

.c-title {
  font-size: 30px;
}

.c-car-logos > div {
  text-align: center;
}

.c-car-logos img {
  width: 100%;
  max-width: 150px;
  margin: 10px 0;
}

.c-office-hours {
  color: #222;
  tr td:nth-child(1) {
    min-width: 105px;
  }
}

#fs-container {
  background-image: url(/images/custom/front-menu/1-tint.jpg);
}

.c-main-page-item {
  color: white;
  font-size: 30px;
}

#fs-container .media__body {
  user-select: none;
}

.c-mobile-footer-logo {
  max-width: 200px;
  width: 35vw;
}

.c-mobile-content-items {
  > a {
    margin-bottom: 30px;
    border: 3px solid white;
  }

  * {
    color: white;
  }
  .c-category {
    font-weight: 400;
    text-transform: uppercase;
  }
  .c-more-info {
    font-weight: 400;
    /*margin-top: 50px;*/
  }

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

  h1 {
    font-size: 30px;
  }
}

.c-product-category {
  .img-1 {
    width: 100%;
    max-width: 220px;
    display: block;
  }

  .img-2 {
    width: 100%;
    max-width: 170px;
    display: block;
  }

  .img-3 {
    width: 100%;
    margin: 40px 0 30px 0;
    max-width: 600px;
    display: block;
  }

  a {
    display: inline-block;
  }

  li {
    margin-bottom: 80px;
  }
}

.gallery-detail {
  tbody {
    tr {
      td:nth-child(1) {
        padding-right: 10px;
      }
    }
  }
}

.gallery-detail-images {
  img {
    max-width: 800px;
  }
}

.twitter-posts {
  .twitter-post {
    min-width: 200px;
    min-height: 400px;
    background-image: url(/images/custom/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
  }
}

.galary-nav {
  text-align: center;
  padding: 30px 0;
  max-width: 600px;
  margin: 0 auto;
  a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 10px 10px;
    background-color: #e5e5e5;
  }
  .current-page {
    font-weight: 800;
    background-color: black;
    color: white;
  }
}

.yelp-review-block {
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
}
