/* Add here all your CSS customizations */
.swiper-container.slidercontrol .swiper-slide img{max-width:100%;}
.category-row a {
    color: #fff;
    display: flex;
    border: 1px solid #efefef;
    border-radius: 4px;
    margin: 50px 0 0 0;
    flex-direction: column;
}

.category-row a.green-brand{ border: 1px solid #5bd77d;}
.category-row a.green-brand span{ background: #5bd77d;}
.category-row a img {
    max-width: 100%;
    border-radius: 5px;
}

.category-row a span {
    padding: 15px;
    background: #024c72;
    border-radius: 4px;
    /* margin-bottom: -20px; */
    text-align: center;
    /* margin-left: -1px; */
    /* margin-right: -1px; */
}
section.rowItem.category-row {
    margin-bottom: 70px;
}
#header .header-nav-main nav > ul li a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 20px;
}
figure.productItem img {
    max-width: 100%;
    height: auto;
}
@media (min-width: 576px) {
#header .header-nav-main nav > ul li a {
    display: flex;
    font-size: inherit;
    font-weight: normal;
}
    
}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {}