@media screen and (min-width: 1700px) {
    /* .header-right {
        right: 20%;
    } */
}
@media screen and (min-width: 768px) {

}

@media screen and (max-width: 700px) {
    .page-header {
        margin-bottom: 0;
        border: 0;
    }

    .nav-before-open .page-header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100000;
        left: 0;
        transition: all 1s;
    }

    .header.content {
        margin: 0 !important;
        display: flex;
        position: initial;
        padding-top: 0;
        padding-right: 0;
    }

    .header.content .logo {
        position: initial;
        margin: 16px 0;
        width: 151px;
    }

    .header.content .header-right {
        position: initial;
        height: initial;
        flex: 1;
        justify-content: flex-end;
    }

    .minicart-wrapper .action.showcart .counter-number {
        /* font-size: 12px; */
    }

    .minicart-wrapper .action.showcart .counter.qty {
        min-width: 10px;
        height: 17px;
        line-height: 15px;
        top: 8px;
        right: 10px;
    }

    .nav-toggle:before, .my-account a, .minicart-wrapper a {
        padding: 0 15px;
        color: #FFF;
        transition: all .5s;
    }

    .nav-toggle {
        position: initial;
    }

    .nav-toggle:before {
        animation: changeMenuIco .5s linear reverse;
        /* animation-fill-mode: forwards; */
    }

    .nav-before-open .nav-toggle:before {
        animation: changeMenuIco .5s linear normal;
        /* animation-fill-mode: forwards; */
        content: '\e616';
        font-size: 25px;
    }

    .cs-container__inner {
        position: relative;
        justify-content: flex-start;
        padding-top: 59px;
        padding-bottom: 62px;
        background-position-x: -500px;
    }

    .nav-before-open .cs-container__inner {
        margin-top: 58px;
    }

    #title-search {
        font-size: 28px;
    }

    #search-bg {
        height: 100%;
    }

    form.search-categries--form {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 29px !important;
        width: 90%;
    }

    form.search-categries--form .field input, 
    form.search-categries--form .field select, 
    form.search-categries--form .field button {
        opacity: 1;
    }

    form.search-categries--form .field {
        width: 100%;
        margin: 5px 0;
    }

    form.search-categries--form .field p {
        font-size: 20px;
        margin-bottom: 0;
        line-height: initial;
        text-align: left;
    }

    form.search-categries--form .field button,
    #submit_search_mini_form {
        margin-left: 0;
        width: 205px;
    }

    .page-wrapper footer.page-footer {
        margin: 0;
        padding: 40px 0;
    }

    footer.page-footer > br {
        display: none;
    }

    footer.page-footer .footer-logo {
        text-align: center;
        margin: auto;
        float: none;
    }

    footer.page-footer .footer.content .links {
        width: initial;
        height: initial;
        text-align: center;
        min-height: initial;
        padding: 0 0 15px;
    }

    footer.page-footer .footer.content .links:nth-child(1) {
        text-align: left;
        margin-bottom: 34px;
    }

    footer.page-footer .footer.content .links .address {
        margin: 8px 0 23px;
    }

    footer.page-footer .footer.content {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        border: 0;
        padding-top: 25px;
    }

    footer.page-footer .text-link {
        height: initial;
        margin: 35px 0 0;
    }

    footer.page-footer .copyright2 {
        text-align: center;
        margin: 0;
        margin-top: 26px;
    }

    footer.page-footer .tel-fax {
        text-align: center;
        margin-top: 10px;
    }

    .column.main .cwsFeatured ol.products.list.items.product-items {
        display: block !important; /* Remove important after moving media to bottom */
    }
    
    .column.main .cwsFeatured .products.wrapper.grid.products-grid .product-item {
        width: 100% !important; /* Remove important after moving media to bottom */
        margin: 0 0 20px;
    }

    #landingpage-block .landingpage-tile {
        width: 100%;
        height: 100vw;
    }

    #landingpage-block .landingpage-tile.r2 {
        height: 125vw;
    }

    #landingpage-block .landingpage-tile.c2 {
        height: 75vw;
    }

    .landingpage-tile .tile-btn-wrapper h1 {
        max-width: 90% !important; /* Remove important after moving media to bottom */
        margin-bottom: 0;
        font-size: 25px !important; /* Remove important after moving media to bottom */
        line-height: 1.4;
    }

    .landingpage-tile .tile-content {
        width: 100vw !important; /* Remove important after moving media to bottom */
    }

    .landingpage-tile .tile-content:hover .tile-btn-wrapper a {
        padding: 7px 30.5px !important; /* Remove important after moving media to bottom */
        font-size: 12px !important; /* Remove important after moving media to bottom */
        margin-top: 16px;
    }

    .cs-container__inner > span {
        width: 90% !important;
    }

    #contact-us-block {
        min-height: 0;
    }

    #contact-us-left-panel {
        padding: 10vh 5.5vw 0;
        max-width: 100%;
    }

    #contact-us-left-panel .contact-us-desc {
        max-width: 100%;
    }

    #contact-us-left-panel #contact-us-button {
        border: 0;
    }

    #contact-us-right-panel {
        display: none;
    }

    #contact-us-right-panel-mobile {
        display: block;
    }

    #contact-us-right-panel-mobile .contact-us-bg {
        position: absolute;
        width: 100vw;
        bottom: -38px;
        z-index: -1;
    }

    #contact-us-right-panel-mobile .contact-us-employee {
        width: 100vw;
        position: relative;
    }

    #contact-us-right-panel-mobile .contact-us-employee img {
        width: 100vw;
    }

    .nav-sections {
        background-color: #002f57;
    }

    .nav-open .nav-sections {
        width: 100%;
    }

    .nav-sections .navigation ul {
        background-color: #002f57;
    }

    .nav-sections .navigation .level0 > .level-top {
        color: #FFF;
        width: 100%;
        padding-left: 30px;
        box-sizing: border-box;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navigation .level0.has-active > a:not(.ui-state-active),
    .navigation .submenu:not(:first-child) .active > a,
    .navigation .level0.active .all-category .ui-state-focus {
        background-color: #FFF;
        border: 0;
        color: #002f57;
        width: 100%;
    }

    .navigation .submenu:not(:first-child) .active > a {
        padding-left: 15px;
    }

    .nav-sections .navigation .level0,
    .nav-sections .navigation li.level0:last-child {
        border: 0;
    }

    .nav-sections .navigation .level0 {
        margin-bottom: 20px;
    }

    .nav-sections .navigation .level0.submenu {
        margin-left: 30px;
    }

    .nav-sections .navigation li.level0:last-child {
        margin-bottom: 0;
    }

    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), 
    .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }

    .nav-sections .navigation .parent .level-top:after {
        right: 23px;
        /* top: 0; */
        padding-top: 3px;
    }

    .nav-sections .section-items .nav-sections-item-content {
        margin-top: 100px;
    }

    .nav-open .page-wrapper {
        left: 100%;
    }

    .nav-sections .section-items {
        margin-left: 0;
        width: 100%;
    }

    .navigation a, .navigation a:hover {
        color: #FFF;
    }

    .navigation .submenu:not(:first-child) ul > li a {
        color: #d6d6d6;
    }

    .nav-open .nav-toggle:after {
        display: none;
    }

    .nav-toggle:hover:before {
        color: #FFF;
    }

    #main-menu-mon-compte {
        display: block;
        position: absolute;
        bottom: 0;
        width: 90%;
        margin: 0 5%;
        border-top: 1px solid #FFF;
        padding: 25px 0 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        text-decoration: none;
    }

    #main-menu-mon-compte .icon {
        margin-right: 20px;
    }

    #main-menu-mon-compte .icon img {
        height: 23px;
    }

    #main-menu-mon-compte .text {
        font-family: 'Montserrat-Bold', sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    #pressurisation-header {
        height: 460px;
    }

    #pressurisation-header img {
        height: 460px;
        object-fit: cover;
    }

    #pressurisation-header img:first-child {
        display: none;
    }

    #pressurisation-header img:nth-child(2) {
        display: block;
    }

    #pressurisation-header .title h1 {
        font-size: 40px;
        word-break: break-all;
        margin: 0 40px;
    }

    #pressurisation #main-desc-cont {
        flex-direction: column;
        padding: 60px 5.5% 0;
    }

    #pressurisation #main-desc-cont .right-pane {
        margin-top: 40px;
    }

    #pressurisation #main-desc-cont .right-pane img {
        width: 100%;
    }

    #pressurisation .subtitle {
        margin: 0 0 27px;
        font-size: 35px;
    }

    #pressurisation .subtitle-cont {
        margin-bottom: 50px;
    }

    #pressurisation #model-cont .model {
        flex-direction: column;
        padding: 68px 5.5%;
    }

    #pressurisation #detail-cont {
        margin-top: 100px;
        padding: 0 5.5%;
    }

    #pressurisation #detail-cont .detail-list-cont {
        display: block;
        margin-right: 0;
    }

    #pressurisation #model-cont .model .desc-cont {
        margin-top: 20px;
    }

    #pressurisation #model-cont .model .desc-cont h4 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 12px;
    }
    
    #pressurisation #detail-cont .detail-list-cont .right-pane,
    #pressurisation #detail-cont .detail-list-cont .left-pane {
        padding: 0;
    }

    #pressurisation ~ #contact-us-block {
        margin-bottom: -6px;
    }

    #pressurisation ~ #contact-us-block .contact-us-title {
        font-size: 40px;
        margin-right: 20px;
        line-height: 1.25;
        margin-bottom: 35px;
    }

    #pressurisation-carousel-cont .item-content td img {
        height: initial;
    }

    .cart.item tr.item-info td:first-child {
        float: none;
    }

    .cart.item tr.item-info td:nth-child(2) {
        padding: 0;
    }

    .modal-popup .modal-inner-wrap {
        width: 75%;
    }
}