@charset "utf-8";

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat.woff);
    font-weight: normal;
}

body {
    margin: 0;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #101010;
    background-color: #ffffff;
}

a {
    color: #101010;
}

a:hover {
    color: #008088;
    text-decoration: none;
}

a.colored {
    color: #008088;
    text-decoration: none;
}

a.colored:hover {
    background-color: #fff200;
}

#top-menu {
    background-image: linear-gradient(rgba(249, 249, 249, 1), rgba(249, 249, 249, 0.5));
    -webkit-transition: background-color 1500ms linear;
    -ms-transition: background-color 1500ms linear;
    transition: background-color 1500ms linear;
}

.social-networks a {
    color: #999999;
}

.social-networks a:hover {
    color: #666666;
}

.illustration {
    height: 200px;
    width: 100%;
    background-color: #999999;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-featured {
    background-color: #fff200;
}

footer {
    background-color: tan;
    color: #101010 !important;
    font-size: small;
}

footer i {
    font-size: large;
}

footer,
footer a {
    color: #333333;
}

footer a:hover {
    color: #101010;
    text-decoration: none;
}

.modal-title {
    color: #008088;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
}

.modal-body p {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    color: #101010;
}

.category-filters {
    margin-bottom: 10px;
    margin-top: 20px;
}

.category-filters a.without-picture {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.category-filters a.without-picture:first-of-type {
    margin-left: 0px;
}

.category-filters a.without-picture:hover {
    color: #008088 !important;
    text-decoration: none;
}

.category-filters a.without-picture.current {
    color: #000000;
    background-color: #fff200;
    border-color: #008088;
}

.category-filters a.with-picture {
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 20px;
    display: inline-block;
}

/* .category-filters a.with-picture:first-of-type {
    margin-left: 0px;
} */

/* .category-filters a.with-picture:hover {
}

.category-filters a.with-picture.current {
} */

.product-carousel .product a {
    display: block;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    padding: 20px;
    min-height: 300px;
    max-width: 225px;
}

.product-carousel .product a:hover {
    border-color: #008088;
}

.product-carousel .product a img {
    display: block;
    margin: auto;
}

.product-carousel span {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    margin-top: 25px;
    display: inline-block;
}

.product-carousel .product a:hover span {
    color: #008088;
}