#ssd-user-info {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #aaa;
    z-index: 100000;
    background: #eee;
}

#ssd-user-info-close {
    float: right;
    cursor: pointer;
}

#dealer-cookie-info {
    z-index: 10000000001;
    top: 10%;
    position: fixed;
    right: 0;
    background-color: #fff;
    width: 60%;
    max-width: 650px;
    border-radius: 2.5px;
    left: 1em;
    margin: 0 auto;
    font-size: 14px;
    max-height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}

#cookie-info-content {
    padding: 40px 10px;
    color: #696969;
}

#cookie-info-buttons {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#cookie-info-buttons a {
    background: #696969;
    padding: 0 1.2rem;
}

@media screen and (max-width: 620px){
  #cookie-info-buttons a {
  width: 100%;
  }
}

#dealer-cookie-info-bg {
    background: rgba(0, 0, 0, 0.5);
    z-index: 10000000000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.dealer-logo-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#dealer_staff_button .trader_photo_image {
    border-radius: 50%;
    border: 1px solid #282830;
    margin-right: 1rem;
}

.dealer_map_wrapper {
    /* text-align: center; */
}

.dealer_map_container {
    overflow: hidden;
    display: block;
}

.dealer_map_container img.dealer_map_section_map {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.cmp-footer::before {
    background: transparent !important;
}

#cmp-top-navigation div.cta-container .dropdownmenu {
    display: none !important;
}

#cmp-top-navigation .cmp-dropdown-menu-wrapper {
    display: none !important;
}

.clos-show-on-ssd-only {
    display: block !important;
}