﻿html, body {
    overflow-x: hidden;
    font-size: 15px;
}

img {
    max-width: 100% !important;
}

.anchor-item {
    color: #bababa;
    font-weight: bold;
}

#anchor-menu-container {
    background: #ffffff;
}

@media (min-width:768px) {
    .products-areas .hero-area {
        margin-bottom: 0;
    }

    #anchor-menu {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:767px) {
    .header-banner {
        display: none;
    }

    .hero-area {
        margin-top: 55px !important;
    }
}
