﻿html, body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #000;
}

a:hover {
    color: #9ac42b;
}

/* header nav s */
.nav-text a {
    color: #fff;
}

.header-nav .lang-icon {
    color: #fff;
}

.show-overlay .lang-icon {
    color: #fff;
}

.show-overlay .nav-text a {
    color: #fff;
}

.show-overlay .nav-text a:hover {
    color: #9ac42b;
}

/* header nav e */

.logo{ height: 70px;}
@media (max-width: 991px) {
    .logo {
        height: 56px;
    }
}

.overlay .social-links img {
    filter: invert(1);
    fill: #FFF
}

.social-links a:hover img {
    filter: invert(77%) sepia(58%) saturate(553%) hue-rotate(25deg) brightness(86%) contrast(92%)
}

.overlay {

}

.overlay #hs_cos_wrapper_social_links {
    margin-top: 1em;
    margin-bottom: 1em
}

.overlay {
    height: 100vh;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 105 !important;
    top: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9)
}

.overlay .menu-item {
    list-style: none;
    text-align: center;
}

.overlay .menu-item a {
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 1.8rem;
}

.footer-copyright {
    text-align: center;
    color: #fff;
}

.header-bg {

}

.header-bg img {
    width: 100%;
}

.content-main {
    padding: 10px 50px;
    padding-top: 30px;
    text-indent: 2em;
    min-height: 500px;
}

.footer-container {
    top: 300px;
}

.footer-container ul {
    padding: 0;
}

.footer-nav ul {
    text-align: center;
}

.footer-nav li {
    list-style: none;
    display: inline-block;
    padding: 0px 25px;
}

.footer-nav a {
    color: #cc142b;
    text-transform: uppercase;
    font-size: 1.125em;
}

.footer-social-links li {
    padding: 0 10px;
}

.footer-social-links img {
    filter: invert(77%) sepia(58%) saturate(653%) hue-rotate(300deg) brightness(60%) contrast(200%);
}

@media (max-width: 991px) {
    .content-main {
        padding: 10px 30px;
    }

    .footer-container {
        top: 150px;
        padding-bottom: 20px;
    }

    .footer-nav li {
        display: inherit;
        line-height: 2em;
    }

    .footer-social-links li {
        padding: 0px;
    }
}

/*     product */
.product-category li{ display: inline-grid; padding: 30px 20px; font-size: 1.1em; font-weight: bold;}
.product-category li a{ color: #969696; font-size: 0.9em;}
.product-category li a:hover{ color: #cc142b; text-decoration: underline;}
.product-category li a.active{ color: #cc142b; text-decoration: underline;}