
.main-header {
    background: #010025;
    display: flex;
    color:white;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 30px;
    width: 100%;
    top:0;
    position: fixed;
    z-index: 10;
}

.main-header .main-header-logo {
        
}

.main-header .main-header-logo img {
    width: 100%;
    max-width: 150px;
    margin-top: 3px;
}

.main-header .main-header-links-mobile-trigger {
    display: none;
    cursor: pointer;
}

.main-header .main-header-links-mobile-nots {
    display: none;
    cursor: pointer;
    float:right;
}

.main-header .main-header-links-mobile-nots span {
    display: block;
    margin-bottom: 6px;
    float:right;
    color:#fff;
}

.main-header .main-header-links-mobile-trigger span {
    display: block;
    margin-bottom: 6px;
    width: 25px;
    height: 2px;
    background: #fff;
}

.main-header .main-header-links {
    display: flex;
    align-items: center;
}

.main-header .main-header-links .user-link {
    overflow: hidden;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: 3px solid #fff;
    margin-left: 15px;
}

.main-header .main-header-links .user-link img {
    width: 100%;
    height: 100%;
}

.main-header-links .header-link {
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 10px;
    margin-left: 0;
}

.main-header-links .header-link-black {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 10px;
    margin-left: 0;
}

.header-link:hover,
.header-link:hover a,
.header-link:focus,
.header-link:focus a,
.header-link.active,
.header-link.active a {
    color: #40BFBC !important;
    font-weight: bold !important;
}
.header-link.grow-btn:hover,
.header-link.grow-btn:focus,
.header-link.grow-btn.active,
.header-link.grow-btn.active a {
    color: #fff !important;
}
.header-link a {
    color: #fff;
}

.header-icons {
    display: flex;
    align-items: center;
    display: none;
}

.main-header-links-mobile-add {
    cursor: pointer;
    margin-right: 20px; /* Adjust as needed */
}

.main-header-links-mobile-add span {
    display: block;
    color: #fff;
}

.main-header .main-header-links .header-link .activate-dropdown {
    margin-left: 8px;
    font-size: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}
.main-header .main-header-links .header-link.active .activate-dropdown,
.main-header .main-header-links .header-link:hover .activate-dropdown {
    border: 2px solid #F29C94;
}


@media (max-width: 1199px) {
    .main-header .main-header-links {
        display: none;
    }
    .main-header .main-header-links-mobile-trigger {
        display: block;
    }
    .main-header .main-header-links-mobile-nots {
        display: block;
    }
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown .chevron-down {
    transform: rotate(0deg);
}

.custom-dropdown-opened .chevron-down {
    transform: rotate(180deg);
}

.custom-dropdown-wrapper-toggle {
    opacity: 0;
}

.custom-dropdown-wrapper-toggle.dropdown-opened {
    opacity: 1;
}

.custom-dropdown .custom-dropdown-arrow {
    line-height: 0;
    display: inline-block;
    overflow: hidden;
    height: 0;
    width: 0;
    left: 62%;
    margin-left: -20px;
    top: 99%;
    position: absolute;
    border-bottom: 7px solid #FFF;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.custom-dropdown .custom-dropdown-wrapper {
    position: absolute;
    box-shadow: 0px 0px 15px 1px rgba(69,65,78,0.2);
    background: #FFF;
    color: #000;
    border-radius: 4px;
    padding: 0px;
    top: 120%;
    text-align: left;
    z-index: 101;
    left: 50%;
    width: 245px;
    margin-left: -122.5px;
    overflow: hidden;
}

.custom-dropdown .custom-dropdown-wrapper ul {
    list-style: none;
}

.custom-dropdown .custom-dropdown-wrapper ul hr {
    margin: 0 auto !important;
    width: 80%;
}

.custom-dropdown .custom-dropdown-wrapper ul li {
    
}

.custom-dropdown .custom-dropdown-wrapper ul li:hover {
    background: #f3f5f8;
}

.custom-dropdown .custom-dropdown-wrapper ul li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 15px;
    display: block;
}

.store-badge {
    background: #e1ebfd;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    margin-left: 5px;
}

.main-header-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: scroll;
}

.close-main-header-mobile {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #FFF;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
    color:#fff;
}

.main-header-mobile-content {
    text-align: center;
}

.main-header-mobile-upper {
    background: #010025;
    padding-top: 20px;
    padding-bottom: 30px;
}

.main-header-mobile-logo {
    margin: 0px 0 20px;
    float: left;
    padding-left: 10px;
}

.main-header-mobile-logo img {
    width: 130px;
}

.user-link-mobile-wrapper {
    
}

.user-link-mobile-wrapper .user-link-mobile {
    overflow: hidden;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid #546581;
    margin: auto;
}

.user-link-mobile-wrapper .user-link-mobile img {
    width: 100%;
    height: 100%;
}

.username-mobile-link-wrapper {
    margin-top:60px;
    width: 100%;
}

.username-mobile-link {
    color: #FFF;
    font-weight: 500;
    width: 100%;
    text-align: center;
    background-color:#333;
    min-height: 60px;
    padding:15px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.username-mobile-link-wrapper .mobile-edit-username-icon {
    width: 17px;
    margin-top: -2px;
    margin-left: 5px;
}

.mobile-buttons-wrapper {
    margin-top: 20px;
}
.main-header-mobile-down {
    box-shadow: 0px 0px 14px 12px rgba(65, 65, 65, .3);
    border-bottom: 1px solid #eee;
    text-align: left;
    background: #000;
    color: #FFF;
}
.main-header-mobile-stores {
    background: #FFF;
    text-align: left;
    max-height: 275px;
    overflow-y: scroll;
    border-bottom: 2px solid #eee;
    box-shadow: 0px 0px 7px 6px rgba(65, 65, 65, .3);
}

.main-header-mobile-stores .mobile-dropdown-content {

}

.main-header-mobile-down .mobile-dropdown-icon {
    padding-right: 15px;
}

.main-header-mobile-stores .mobile-dropdown-content ul,
.main-header-mobile-down .mobile-dropdown-content ul {
    list-style: none;
}

.main-header-mobile-stores .mobile-dropdown-content ul hr,
.main-header-mobile-down .mobile-dropdown-content ul hr {
    margin: 0 auto !important;
}

.main-header-mobile-stores .mobile-dropdown-content ul li,
.main-header-mobile-down .mobile-dropdown-content ul li {

}

.main-header-mobile-stores .mobile-dropdown-content ul li a,
.main-header-mobile-down .mobile-dropdown-content ul li a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 15px 20px 30px;
    display: block;
}

.main-header-mobile-stores .mobile-dropdown-content ul li a .chevron-right-mobile,
.main-header-mobile-down .mobile-dropdown-content ul li a .chevron-right-mobile {
    color: #ea2d49;
    float: right;
    margin-right: 20px;
    margin-top: 4px;
}
.main-header-mobile-down .mobile-dropdown-content ul li a {
    background: #2c2c2c;
    color: #fff;
    padding: 10px 15px 10px 25px;
    border-bottom: 3px solid #2c2c2c;
    line-height: 33px;
}
.main-header-mobile-down .mobile-dropdown-content ul li a.active,
.main-header-mobile-down .mobile-dropdown-content ul li a:hover {
    border-bottom: 3px solid #FFF;
}
@media (min-width: 1200px) {
    .main-header-mobile {
        display: none !important;
    }
}