.h1-home {
  font-size: 70px;
  font-family: 'Montserrat';
  font-weight: bold;
}

h1 {
  font-size: 45px;
  font-family: 'Montserrat';
  font-weight: bold;
}

h2 {
  font-size: 40px;
  font-family: 'Montserrat';
  font-weight: bold;
}

h3 {
  font-size: 32px;
  font-family: 'Montserrat';
  font-weight: normal;
}

h1-home {
  font-size: 70px !important;
}

.h5-dark {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #000;
}

.h5-reg {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: normal;
  color: #000;
}

.h5-light {
  font-size: 20px;
  font-family: 'Montserrat';
  font-weight: bold;
  color: #898989;
}

.pbold {
  font-weight: bold;
}

.pbasic {
  font-weight: normal;
}

.product-info-tab-expanded {
  display: initial;
}

.product-info-tab-expanded.Hidden{
  display: none!important;
}

.product-tile-image {
  height: 60%;
}

.categories-main:hover {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.categories-main-sub:hover {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.categories-sub:hover {
  font-family: 'Montserrat';
  font-size: 16px;
  text-decoration: none;
  color: #969696;
}

.categories-main-sub-active:hover {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ee343f;
}

.categories-main {
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.categories-main-sub {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.categories-sub {
  font-family: 'Montserrat';
  font-size: 16px;
  text-decoration: none;
  color: #969696;
}

.categories-sub-active {
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: none;
    color: #ee343f;
}

.categories-sub-active:hover {
    font-family: 'Montserrat';
    font-size: 16px;
    text-decoration: none;
    color: #ee343f;
}

.categories-main-sub-active {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ee343f;
}

