#masthead {
    z-index: 6;
}

.header-logo-col,
.header-actions-col {
    width: initial;
}
.header-logo-picture {
    max-width: initial;
    min-width: initial;
}
.header-logo-main-img {
    height: 22px !important;
}
.header-actions-btn {
    width: 36px;
    height: 52px;
    padding: 0 0;
    font-weight: 600;
    transition: none;
    --bs-btn-border-width: 0;
    background-color: #ffffff;
}
.header-actions-btn-label {
    font-size: 13px;
    line-height: 18px;
}
.header-actions-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
}
.header-actions-icon svg {
    min-width: 100%;
    max-height: 100%;
}
@media(min-width: 375px) {
  .header-logo-main-img {
    height: 28px !important;
  }
  .header-actions-btn {
    width: 40px;
  }
}
@media(min-width: 576px) {
    .header-actions-btn {
        width: 48px;
    }
}
@media(min-width: 768px) {
    .header-logo-main-img {
        height: 32px !important;
    }
    .header-actions-btn {
        height: 70px;
        width: initial;
        padding: 0 16px 8px 16px;
        border-radius: 15px 15px 0 0;
    }
    .header-actions-icon {
        width: 24px;
        height: 25px;
    }
    .header-actions-col {
        margin-right: 8px;
    }
}
@media(min-width: 992px) {
    .header-logo-main-img {
        height: 36px !important;
    }
    .header-actions-col {
        min-width: 230px;
    }
}
@media(min-width: 1200px) {
    .header-logo-main-img {
        height: 40px !important;
    }
    .header-actions-btn-label {
        font-size: 14px;
    }
    .header-actions-col {
        width: 276px;
        flex: 0 0 276px;
    }
}
@media(min-width: 1400px) {
    .header-logo-main-img {
        height: 43px !important;
    }
    .header-actions-btn {
        height: 78px;
        padding: 0 20px 8px 20px;
    }
    .header-actions-col {
        margin-right: -10px;
        flex: 0 0 286px;
        width: 286px;
    }
}






.header-overlay {display:none;}
@media(min-width: 768px) {
    .header-overlay {display:block;z-index:2;}
}
