  a[href*="/customer/account/create"] {
    display: none !important;
  }

  @media (min-width: 992px) {
    .toplinks-wrapper a:first-child:after {
      display: none !important;
    }
    .toplinks-wrapper a:first-child {
        margin: 0 0px 0 0 !important;
    }
  }

.cky-preference-header .cky-btn-close {
    width: 24px !important;
    height: 24px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.cky-preference-header .cky-btn-close img {
    width: 16px !important;
    height: 16px !important;
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(212deg) brightness(18%) contrast(105%) !important;
}

.cky-notice-btn-wrapper .cky-btn,
.cky-prefrence-btn-wrapper .cky-btn {
display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    background-color: #00034A !important;
    border-color: #00034A !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
    
    vertical-align: middle !important;
}

.cky-notice-btn-wrapper .cky-btn:focus,
.cky-prefrence-btn-wrapper .cky-btn:focus,
.cky-notice-btn-wrapper .cky-btn:active,
.cky-prefrence-btn-wrapper .cky-btn:active {
    outline: none !important;
    box-shadow: none !important;
    transform: none !important;
}

.cky-notice-btn-wrapper,
.cky-prefrence-btn-wrapper {
    display: flex !important;
    gap: 8px !important;
    
    justify-content: center !important;
}

.cky-switch input[type="checkbox"]:checked {
    background-color: #00034A !important;
    border-color: #00034A !important;
}

.cky-switch input[type="checkbox"]:checked + .slider::before {
    background-color: #FFFFFF !important;
}
.cky-btn-revisit-wrapper {
    background-color: #00034A !important;
}
