
#cmp_nav_top * {
    font-size: 12px !important;
}
#cmp_main_nav * {
    font-size: 16px !important;
}

.textCmpBlue {color: #007dc6;}
.bgCmpBlue {background-color: #007dc6;}
.bgCmpBlue:hover {background-color: #015b8f;}


.productTitle1 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.productTitle2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px !important;
  font-weight: 400 !important;
}

#cmp_main_nav a.nav-link.active {
    border-bottom: 2px solid #007dc6;
}

#cmp-hero-carousel .carousel-control-next i, 
#cmp-hero-carousel .carousel-control-prev i {
    color: #007dc6 !important;
}
.carousel-control-next, .carousel-control-prev {
    top: 40%;
}

#cmp-hero-carousel .carousel-item {
    padding-bottom: 70px !important;
    max-height: 25rem !important;
}

#cmp-hero-carousel .carousel-indicators li {
    margin-top: -50px;
    background-color: #007dc6;
}

tr.pointer, tr.pointer td {
    cursor: pointer;
}
tr.pointer:hover {
    background-color: #ECFFDC;
}

span.price {
    font-size: 1.1rem;
}

@media (max-width: 576px) {
    #cmp-hero-carousel .carousel-item {
        padding-bottom: 70px !important;
        max-height: none !important;
    }
}

@media (min-width: 992px) {
  #cmp_main_nav .navbar-nav {
    max-width: 850px;
  }
}

@media print {
  .container {
    max-width:100%;
  }
}
