/**************************************** MENU EDIT ****************************************************/
.sp-megamenu-parent > li > a {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.sp-megamenu-parent > .active > a {
    color: #00a6ff!important;
}



/* cookies */
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #00aeff !important;
    border-color: #00aeff !important;
    color: #ffffff;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: transparent;
    border-color: #00aeff !important;
    color: #141414;
  transition: background-color .4s;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover {
    background-color: #00aeff;
    border-color: #00aeff !important;
    color: #fff;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    background-color: transparent;
    border: 2px solid #00aeff !important;
    border-radius: 0.25em;
    color: #141414;
    display: flex;
    font-weight: 600;
    justify-content: center;
    padding: 1em;
    user-select: none;
    width: 100%;
}

#CybotCookiebotDialogBodyButtonDecline{
   transition: background-color .4s;
}

#CybotCookiebotDialogBodyButtonDecline:hover{
  background-color:#00aeff !important;
  color: #fff !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
    align-items: center;
    color: #00aeff !important;
    display: flex;
    font-weight: 600;
    text-decoration: none;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #00aeff !important;
}

.CybotCookiebotDialogBodyLevelButtonDescription:hover{
    color: #00aeff !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #00aeff !important;
    color: #00aeff !important;
}

.CybotCookiebotDialogNavItemLink:hover{
    color: #00aeff !important;
}

.CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover{
    color: #00aeff !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #00aeff !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button {
    display: flex;
    align-items: center;
    color: #00aeff !important;
    font-weight: 600;
    margin-bottom: 12px;
    cursor: pointer;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
    fill: #00aeff !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #00aeff !important;
    border-color: #00aeff !important;
    color: #FFFFFF;
}

#CookiebotWidget #CookiebotWidget-buttons button {
    border-radius: 0px !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 0px !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    background-color: #FFFFFF;
    border-color: #00aeff !important;
    color: #141414;
    transition-delay: .3s;
}