.jr-product-gallery-container {
  display:inline-flex;
  flex-wrap: wrap;
}

.jr-image-collection {
  margin-right:3px;
  margin-bottom:3px;
  width:75px;
  height:75px;
  overflow:hidden;
}


.jr-header {
    background-color:#093366;
}

.jr-header-menu-link {
    color:white!important;
}

.jr-header-menu-link:hover {
    color: #F2C230!important;
}

@media (max-width: 576px){
    .inner-hero-section {
        height: 180px;
    }
}

@media (min-width:577px) and (max-width: 992px){
    .inner-hero-section {
        height: 300px;
    }
}

@media (min-width: 993px){
    .inner-hero-section {
        height: 600px;
    }
}

.inner-hero-section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.inner-hero-section img,
.inner-hero-section svg {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.jr-product-image img {
    width:100%;
}

.jr-product-title a {
    font-size:20px;
    line-height:28px;
    color:black;
    text-decoration:none;
}

.jr-nav-item {
    border-bottom:1px solid hsl(0, 0%, 83%); 
}

.jr-nav-item:hover {
    cursor: pointer;
    background-color:rgb(236, 246, 255);
    transition:.2s;
    -moz-transition: .2s;
    -webkit-transition:.2s;
    -o-transition:.2s;
}

.jr-nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    text-decoration: none;
}

.jr-products-count {

    padding: 0.5rem 1rem;
    color: gray;
    text-decoration: none;
    font-size:12px;
}

.jr-white {
    color:white!important;
}

.jr-white a{
    color:white!important;
}

.jr-white a:hover {
    color:#F2C230;
}

.jr-footer-column-title {
    color:white!important;
    margin-bottom:20px;
    font-size: 24px;
    text-transform: uppercase;
}

.jr-footer-menu-link {
    color:white;
}

.jr-footer-menu-link:hover {
    color:#F2C230;
}

.jr-footer-copyright-section {
    border-top:1px solid white;
    padding-top:20px;
    margin-top:15px;
}

.jr-footer-copyright-section p {
    color: white;
}

.jr-footer-copyright-section p > a {
    color: #F2C230;
}

.jr-product-page-product-title {
    font-size:32px!important;
    line-height:46px!important;
}

.jr-nav-link:hover > a {
    color:#093366!important;
}

@media (max-width: 992px){
    .jr-nav-categories-mobile {
        display:block;
    }
    
    .jr-nav-categories-desktop {
        display:none;
    }
}

@media (min-width: 993px){
    .jr-nav-categories-mobile {
        display:none;
    }
    
    .jr-nav-categories-desktop {
        display:block;
    }
}



