@font-face {
    font-family: 'HelveticaNeueW01-45Light';
    src: url('../fonts/HelveticaNeueW01-45Light.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-45Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueW01-55Regular';
    src: url('../fonts/HelveticaNeueW01-55Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-55Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueW01-75Bold';
    src: url('../fonts/HelveticaNeueW01-75Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-75Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeueW01-medium';
    src: url('../fonts/HelveticaNeueW01-medium.woff2') format('woff2'), url('../fonts/HelveticaNeueW01-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'HelveticaNeueW01-45Light';
}
p{
    margin-bottom: 0;
}
a{
    color: #00A7E1;
}
@media (min-width: 768px), print{
    .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main,
    [data-content-type='row'][data-appearance='full-width']>.row-full-width-inner{
        max-width: 1600px;
    }
    .nav-sections{
        margin-bottom: 0;
    }
    .navigation{
        background: #ffffff ;
        font-size: 18px;
        padding: 0 10px;
        color: #545454;
        font-family: 'HelveticaNeueW01-75Bold';
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }
    .page-header{
        z-index: 800;
        background: #ffffff ;
    }
    .page-header.blur{
        background-color: #ffffff;
        backdrop-filter: blur(10px);
    }
    .page-header .header.panel{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .page-header .panel.wrapper{
        background-color: #545454;
        color: #ffffff;
        text-transform: uppercase;
    }
    .header.panel>.header.links{
        display: flex;
        flex-direction: row-reverse;
    }
    .header.panel>.header.links>li{
        margin: 0 0 0 90px;
    }
    .header.panel>.header.links>li a{
        color: #fff;
        font-family: 'HelveticaNeueW01-medium';
        font-size: 14px;
        text-decoration: none;
    }
    .logo {
        margin: 0 auto 0 0;
    }
    .header.content{
        display: flex;
        align-items: center;
        padding: 0 15px;
    }
    .minicart-wrapper{
        margin-right: 13px;
    }
    .minicart-wrapper .action.showcart:before, .minicart-wrapper .action.showcart.active:before{
        content: url('../images/shopping-cart.png');
        color: #545454;
        transform: scale(.75);
    }
    .block-search{
        /* width: 35px; */
        width: 250px;
        padding-left: 0;
        padding: 0 0 0 10px;
        border: 1px solid #c2c2c2;
        transition: width .5s;
    }
    .block-search input{
        /* max-width: 0; */
        padding: 0;
        border: none;
        transition: all .5s;
    }
    .block-search .control{
        padding: 0;
    }
    .block-search .nested{
        display: none;
    }
    .block-search input:focus {
        box-shadow: none;
    }
    .block-search .action.search {
        right: 0px;
        background-color: white;
        top: 50%;
        transform: translateY(-50%);
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .block-search .action.search:hover {
        background-color: white;
    }
    .block-search .action.search:before{
        font-size: 34px;
        color: #545454;
    }
    .block-search .action.search[disabled]{
        opacity: 1;
    }
    /* .block-search:hover{
        width: 250px;
    }
    .block-search:hover input{
        max-width: 250px;
    } */
}
.minicart-wrapper .action.showcart .counter.qty{
    background: #00A7E1;
    position: absolute;
    top: 2px;
    left: 13px;
    border-radius: 50%;
    margin: 0;
    height: auto;
    line-height: 18px;
}
.menu-content-list{
    list-style: none;
    margin: 0;
}
.menu-item{
    display: inline-block;
    margin: 0;
    padding: 30px 0;
}
.menu-item .menu-link{
    font-size: 18px;
    padding: 0 20px;
    color: #545454;
    font-family: 'HelveticaNeueW01-medium';
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.menu-item .menu-link:hover{
    color: #00A7E1;
}
.menu-item .sub-nav{
    position: absolute;
    max-height: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 900;
    left: 0;
    top: 87px;
    overflow: hidden;
    -webkit-transition: max-height .5s linear;
       -moz-transition: max-height .5s linear;
        -ms-transition: max-height .5s linear;
         -o-transition: max-height .5s linear;
            transition: max-height .5s linear;
}
.menu-item .sub-nav .container-section{
    padding: 60px 100px;
}
.menu-item .sub-nav h4 {
    font-size: 26px;
    margin-bottom: 20px;
}
.menu-item .sub-nav h4 a {
    text-decoration: none;
    color: #545454;
}
.menu-item .sub-nav ul{
    list-style: none;
    padding: 0;
}
.menu-item .sub-nav ul a{
    font-size: 17px;
    font-family: 'HelveticaNeueW01-45Light';
    color: #545454;
    text-decoration: none;
}
.menu-item .sub-nav ul a:hover{
    text-decoration: underline;
}
.menu-item:hover .sub-nav{
    max-height: 1000px;
}
.open-sub-nav:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 100;
}
.page-header .panel.wrapper .switcher{
    font-size: 14px;
}
header .sub-nav .row {
    max-height: 500px;
    overflow: auto;
}
.header.links li {
    position: relative;
}
.header.links li .logout-arrow:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.header.links li.li-active .logout-arrow:before {
    content: '\e621';
}
.header.links li .logout-link {
    display: none;
    position: absolute;
    z-index: 5;
    top: 27px;
    left: -8px;
    width: max-content;
    padding: 8px 8px 8px 8px;
    background-color: white;
    border-top: 0;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.header.links li .logout-link:before {
    top: -12px;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    width: 100%;
}
.header.links li .logout-link span:before {
    left: 10px;
    top: -12px;
    border: 6px solid;
    border-color: transparent transparent #fff transparent;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
.header.links li:first-of-type:hover .logout-link,
.header.links li:last-child:hover .logout-link,
.header.links li .logout-link:hover
{
    display: block;
}
.header.links li .logout-link span{
    display: block;
}
.header.links li .logout-link a {
    color: #1979c3 !important;
    width: 100%;
}
.modal-popup .modal-header {
    padding: 0;
    justify-content: flex-end;
}
.modal-popup .action-close {
    position: relative;
}
.modal-popup .modal-content {
    padding: 15px;
    font-size: 15px;
}
.modal-popup .modal-footer {
    padding: 15px;
}
.modal-popup .modal-footer button {
    padding: 8px 10px;
    font-size: 12px;
    min-width: 80px;
}
.page-footer{
    color: #5B6670;
}
.page-footer h3{
    font-family: 'HelveticaNeueW01-75Bold';
    margin-bottom: 0;
    font-size: 1.75rem;
}
.page-footer a{
    text-decoration: none;
    color: #5B6670;
}
.page-footer p{
    font-family: 'HelveticaNeueW01-55Regular';
    margin-bottom: 5px;
    font-size: 14px;
}
.page-footer table>tbody>tr>td{
    padding: 0;
    font-family: 'HelveticaNeueW01-55Regular';
    margin-bottom: 5px;
    font-size: 14px;
}
.page-footer tr td {
    width: 1% !important;
    white-space: nowrap;
}
.page-footer [data-content-type='row'][data-appearance='contained'] {
    max-width: 1600px;
}
.page-footer [data-content-type='row'][data-appearance='contained'] .pagebuilder-column {
    padding-left: 10%;
}
.page-footer [data-content-type='row'][data-appearance='contained'] h3 {
    padding-bottom: 15px;
}
.page-footer [data-content-type='row'][data-appearance='contained'] p img {
    margin-right: 5px;
}
.amqorder-search-block .amqorder-button.-empty {
    max-width: 100%!important;
}