.slick-next {
    z-index: 99;
}
.material-symbols-outlined {
    color: #FFF;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}
.sb-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 5px 20px;
    box-sizing: border-box;
}
.sb-header .loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 6, 48, 0.2);
}
.sb-header .loading::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url("../img/loading.gif") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.sb-header .clearfix {
    clear: both;
    overflow: visible;
}
.sb-header .full-width {
    width: 100%;
}
.sb-header .banner {
    padding: 10px 15px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
}
.sb-header .banner.success {
    background-color: #DCFCE7;
    color: #166534;
}
.sb-header .banner.error {
    background-color: #FEE2E2;
    color: #B91C1C;
}
.sb-header .banner.info {
    background-color: #DBEAFE;
    color: #1E3A8A;
}
.sb-header {
    background-color: #FFF;
    position: relative;
    z-index: 100;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #333;
    height: auto;
    border-bottom: 1px solid #DDD;
    overflow: visible;
}
.sb-header a {
    color: #023f75;
    text-decoration: none;
}
.sb-header .sb-top {
    clear: both;
    overflow: hidden;
    background-color: #11253C;
    color: #fff;
    font-size: 13px;
}
.sb-header .sb-top-return {
    float: left;
    padding: 5px 0;
}
.sb-header .sb-top-return .material-symbols-outlined {
    margin-top: 2px;
}
.sb-header .sb-top-return a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
}
.sb-header .sb-top-return strong {
    margin-top: 5px;
    font-weight: 600;
    font-size: 14px;
}
.sb-header .sb-main {
    clear: both;
    overflow: visible;
    background-color: #FFF;
    min-height: 82px;
}
.sb-header .sb-menu-icon {
    float: left;
    display: none;
    padding: 25px 20px 10px 0;
}
.sb-header .sb-menu-icon .material-symbols-outlined{
    font-size: 22px;
    color: #333;
}
.sb-header .sb-logo {
    float: left;
    padding: 10px 20px 10px 0;
}
.sb-header .sb-logo img {
    width: 190px;
}
.sb-options {
    display: block;
}
.sb-nav {
    float: right;
    margin-top: 10px;
}
.sb-nav nav {
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
}
.sb-nav nav ul {
    display: flex;
    gap: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sb-nav nav ul li a {
    color: #1E1B1B;
    font-weight: 500;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.sb-nav nav ul li a:hover {
    color: #781B18;
}
.sb-nav nav ul li span.material-symbols-outlined {
    color: #1E1B1B;
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}
.sb-button {
    float: right;
    position: relative;
    margin: 20px 0 0 20px;
}
.sb-button a.button-without-chevron {
    display: block;
    text-align: center;
    background-color: #A5221E;
    color: #FFF;
    padding: 8px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    font-size: 16px;
    line-height: normal;
}
.sb-button a.button-with-chevron {
    padding: 10px 14px 10px 20px !important;
}
.sb-button a.button-without-chevron:hover {
    background-color: #781B18;
    color: #FFF;
}
div.sb-dropdown {
    position: absolute;
    top: 41px;
    right: 0;
    z-index: 9999;
    padding: 20px;
    border: 1px solid #DDD;
    background-color: #FFF;
}
#sb-dropdown-login {
    padding: 8px;
}
#sb-dropdown-login a {
    color: #A73B33;
    font-weight: 600;
    text-decoration: underline;
}
#sb-dropdown-login input[type="text"], 
#sb-dropdown-login input[type="password"] {
    display: block;
    width: 300px;
    margin-top: 3px;
    margin-bottom: 0px;
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    background-color: #f9f9f9;
    font-size: 14px;
}
#sb-dropdown-login label {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 500;
}
#sb-dropdown-login div.forgot-password-container {
    text-align: right;
    margin-top: 2px;
}
#sb-dropdown-login a.forgot-password-link {
    font-size: 11px;
}
#sb-dropdown-login div.form-row {
    margin-bottom: 10px;
}
#sb-dropdown-login div.button-login {
    margin-top: 20px;
    margin-bottom: 10px;
}
#sb-dropdown-login div.button-login a {
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
}
#sb-dropdown-login div.terms {
    margin-top: 20px;
}
#sb-dropdown-login div.terms p.small {
    text-align: center;
    font-size: 10px;
    color: #4c4c4c;
    line-height: 1.4;
}
#sb-dropdown-login div.footermessage {
    text-align: center;
    font-size: 11px;
    color: #4c4c4c;
    padding-top: 10px;
}
.sb-menu {
    min-width: 200px;
    text-align: right;
}
.sb-menu a {
    clear: both;
    display: block;
    text-transform: uppercase;
    color: #1E1B1B;
    padding: 8px;
    font-weight: 500;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
}
.sb-menu a:hover {
    background-color: #f0f0f0;
}
.sb-menu a span {
    font-size: 12px;
    color: #A5221E;
}
.sb-menu a small {
    font-size: 10px;
    color: #555;
    font-weight: normal;
}
.sb-menu div.section {
    padding: 8px;
    text-transform: uppercase;
    color: #A5221E;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: 'Roboto', Arial, sans-serif;
}
.sb-menu div.separator {
    width: 100%;
    border-top: 1px solid #EEE;
    margin: 8px 0;
}
.sb-header .sb-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    border-top: 1px solid #DDD;
    padding: 10px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 1000;
    box-sizing: border-box;
}
.sb-header .sb-search .search-close {
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.sb-header .sb-search .search-close .search-close-title {
    float: left;
    color: #A5221E;
    font-weight: 600;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
}
.sb-header .sb-search .search-close .search-close-icon {
    float: right;
}
.sb-header .sb-search .search-close .search-close-icon .material-symbols-outlined{
    color: #888;
    cursor: pointer;
}
.sb-header .sb-search form input#search-query {
    width: 79%;
    padding: 8px;
    border: 1px solid #CCC;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    margin-top: 1px;
}
.sb-header .sb-search form button#search-submit {
    width: 18%;
    padding: 8px;
    text-align: center;
    background-color: #A5221E;
    color: #FFF;
    padding: 7px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Roboto', Arial, sans-serif;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}
.sb-header .sb-search form .search-radios {
    margin-top: 14px;
    font-size: 12px;
}
.sb-header .sb-search form .section-radio {
    float: left;
}
.sb-header .sb-search form .section-input {
    float: left;
    margin-right: 8px;
}
.sb-header .sb-search form .section-input input[type="radio"],
.sb-header .sb-search form .section-text label {
    cursor: pointer;
}
.sb-header .sb-search form .section-text {
    float: left;
    margin-right: 14px;
}

@media (max-width: 800px) {
    html, body {
        min-width: 100%;
        box-sizing: content-box;
    }
    .sb-container {
        padding: 5px 10px;
    }
    .sb-header {
        font-size: 13px;
    }
    .sb-header .sb-menu-icon {
        display: block;
    }
    .sb-header .sb-logo {
        float: left;
        display: block;
        padding: 10px 0;
    }
    .sb-header .sb-logo img {
        max-width: 180px;
    }
    .sb-options {
        display: none;
    }
    .sb-nav {
        float: none;
        margin-top: 0;
        width: 100%;
    }
    .sb-nav nav {
        clear: both;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }
    .sb-nav nav ul {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .sb-nav nav ul li a {
        font-size: 13px;
        padding: 8px 0;
    }
    .sb-button {
        float: right;
        position: static;
        margin: 20px 0 0 20px;
    }
    div.sb-dropdown {
        position: absolute;
        box-sizing: border-box;
        padding: 10px;
        top: 100%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        width: calc(100% - 20px);
        max-width: 365px;
    }
    #sb-dropdown-login input[type="text"], 
    #sb-dropdown-login input[type="password"] {
        width: 100%;
        box-sizing: border-box;
    }
    .sb-header .sb-search {
        position: static;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .sb-header .sb-search form input#search-query {
        width: 100%;
        margin-bottom: 8px;
        box-sizing: border-box;
    }
    .sb-header .sb-search form button#search-submit {
        width: 100%;
        margin-bottom: 8px;
    }
    .sb-header .sb-search form .search-radios {
        clear: both;
        overflow: hidden;
        width: 100%;
        padding-left: 15px;
    }
    .sb-header .sb-search form .section-radio {
        clear: both;
        overflow: hidden;
        width: 100%;
    }
    .sb-header .sb-search form .section-input {
        float: left;
        display: block;
        margin-right: 10px;
        margin-bottom: 6px;
    }
    .sb-header .sb-search form .section-text {
        float: left;
        display: block;
        margin-right: 10px;
        margin-bottom: 6px;
    }
    .sb-menu {
        min-width: 100px;
        text-align: left;
    }
}
