﻿.navigation {
    background: none !important;
}

    .navigation a:link, .navigation a:hover {
        text-decoration: none !important;
    }

.dropdown-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.dropdown-wrapper-header,
.dropdown-container-content,
.dropdown-wrapper-footer {
    width: 100%;
}

.dropdown-container-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100vw;
}

.holder-content {
    display: flex;
    flex-direction: column;
    width: 25%;
    overflow: hidden;
    padding: 0 16px;
    margin-bottom: 30px;
}

.content-child {
    display: flex;
    flex-direction: column;
}

.child {
    font-weight: 300;
    padding-right: 8px;
    font-size: 16px;
}

.child-item {
    display: flex;
    margin-bottom: 8px;
}

.child-nolink {
    font-weight: 300;
    padding-right: 8px;
    font-size: 16px;
}

.content-title {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 2px;
    text-decoration: none !important;
    color: #1a1a1a;
}

.content-title-nolink {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 2px;
    text-decoration: none !important;
    color: #1a1a1a;
}

.category-description {
    font-size: 14px;
    margin-top: 10px;
    overflow-wrap: break-word;
}

.category-img {
    margin-bottom: 15px;
}

.menu-child-icon {
    width: 20px;
    height: 20px;
    color: #e63027;
    flex-shrink: 0;
    margin-right: 8px;
}

.child:hover,
.content-title:hover {
    color: #e63027 !important;
    text-decoration: underline !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
