@font-face {
    font-family: "TheSludAndLionMedium";
    src: url("https://cdn-files.myshopline.com/file/store/1752003146115/The-Slug-and-Lion.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.modal__content .drawer__head {
    display: flex;
    padding-top: 30px;
    flex-direction: column;
}

/* Logo and close button */
.drawer-top__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.drawer__head--divider {
    border-bottom: none;
}

.header__menu-drawer .drawer__main {
    margin-left: calc(-1 * var(--drawer-padding-inline));
    margin-right: calc(-1 * var(--drawer-padding-inline));
    padding: 43px 30px 0;
}

.drawer-block--social .drawer-block__social_media-container {
    display: flex;
    gap: 22px;
    justify-content: center;
    list-style: none;
    padding: 22px 0;
    margin: 0;
    border-top: 1px solid #5f5671;
}

.drawer__sign-in-button-container {
    display: flex;
    padding: 20px 0;
}

.drawer__sign-in-button {
    font-family: "TheSludAndLionMedium";
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    padding: 10px 30px;
    border: 0;
    max-width: 250px;
    height: auto;
    text-align: center;
    background-color: #ee1c24;
    border-radius: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .25s linear;
    max-height: 47px;
}

.drawer__sign-in-button:hover{
    background-color: #AE171C;
}


/* Mega Menu Styles */
.mega-fold-bg .mega-fold-item .mega-item-left {
    padding: 12px 0!important;
}

.mega-fold-bg .mega-fold-item:hover {
    background-color: transparent!important;
}

.mega-fold-toggle::after {
    content: "";
    display: inline-block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    /* arrow color */
    vertical-align: middle;
}

.mega-fold-toggle:hover::after {
    border-top-color: #ee1c24 !important;
}

.mega-fold-toggle svg {
    display: none;
}