.page-header .ui-menu-item.level0.classic.parent {
    display: none !important;
}
.porto-block-html-top p {
    margin-bottom: 0;
}
body .page-wrapper .page-header .header-row .header-center {
    padding-left: 45px;
    padding-right: 0;
}
.page-header .toggle-search-veh {
    background: #C2C2C2;
    border-radius: 5px;
    line-height: 42px;
    min-width: 150px;
    height: 42px;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .page-header .toggle-search-veh {
        line-height: 37px;
        min-width: 125px;
        height: 37px;
        font-size: .8em;
    }
}

.page-header .toggle-search-veh:after {
    content: "\e81c";
    font-family: 'porto-icons';
    padding-left: 8px;
}
body.veh-search-active .page-header .toggle-search-veh:after {
    content: "\e81b";
}
.page-header .search-by-veh br {
    display: none !important;
}
.page-header .amfinder-vertical,
.page-header .amfinder-horizontal {
    background: #fff;
}
.page-header .search-by-veh {
    position: absolute;
    top: 130px;
    width: calc(100% - 20px);
    max-width: 1420px;
    z-index: 11;
    display: none;
}
.page-header .search-by-veh .amfinder-horizontal .amfinder-toggle {
    overflow: auto;
}
.page-header .search-by-veh .amfinder-horizontal .amfinder-toggle .am-item {
    width: 33.33% !important;
    margin: 0;
    padding: 0 10px;
    float: left;
}
.page-header .amfinder-horizontal .last,
.page-header .amfinder-vertical .last {
    clear: both;
    float: left;
    padding: 0 10px;
}
.page-header .search-by-veh .findbrand-title {
    display: none;
}
body.veh-search-active .page-header .search-by-veh {
    display: block;
}
body.veh-search-active .page-header .toggle-search-veh:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent;
}
.page-header .my-account {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    background: #656A67;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-left: 30px;
}
.page-header.type2 .my-account i {
    background: url(../images/user_icon.svg) no-repeat center;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 21px;
}
.page-header.type2 .my-account i:before {
    display: none;
}
.minicart-wrapper .action.showcart::after {
    display: none !important;
}
.minicart-wrapper .action.showcart .minicart-icon::before {
    display: none;
}
.minicart-wrapper .action.showcart .minicart-icon {
    background: url(../images/cart.svg) no-repeat center;
    width: 40px;
    height: 40px;
    background-size: 40px;
}
.minicart-wrapper .action.showcart .counter.qty {
    right: -7px;
    top: -1px;
}
body .page-header.type2 .minicart-wrapper {
    margin-left: 40px;
}
body .page-header.type2 .header-contact {
    font-size: 16px;
}
.header-contact .custom-block div {
    display: flex;
    align-items: center;
}
/***** START NAVIGATION ******/
.qw-static-navigation {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    max-width: 400px;
    height: 100%;
    display: none;
    padding: 0 15px;
    z-index: 10;
    overflow: auto;
}
.qw-static-active .qw-static-navigation {
    display: block;
}
.qw-static-active .header-link.hamburger:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,0.4);
    z-index: 1;
}
.qw-static-navigation h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #000;
}
.qw-static-navigation .nav-parent .child a {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.qw-static-navigation .nav-parent .child a:hover {
    font-weight: 600;
}
.qw-static-navigation .nav-parent .child {
    border-bottom: 1px solid #f3f3f3;
    padding: 7px 0;
}
.qw-static-navigation .nav-parent .child:last-child {
    border-bottom: none;
}
.qw-static-navigation .header {
    background: #000;
    padding: 20px 15px;
    line-height: 1;
    margin: 0 -15px;
    position: relative;
}
.qw-static-navigation .header span.title {
    font-size: 20px;
    text-transform: uppercase;
}
.qw-static-navigation .header span.close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.qw-static-navigation .header span.close:before,
.qw-static-navigation .header span.close:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transform: rotate(46deg);
}
.qw-static-navigation .header span.close:after {
    transform: rotate(315deg);
}
.mst-searchautocomplete__item.magento_catalog_product .price {
    font-size: 18px;
}
.mst-searchautocomplete__item.magento_catalog_product .title {
    font-size: 16px;
}
.mst-searchautocomplete__item.magento_catalog_product .description {
    font-size: 13px;
}
.mst-searchautocomplete__highlight {
    color: #c80408;
}
.mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
    font-size: 18px;
    color: #000;
}
.mst-searchautocomplete__index.popular ul li a {
    font-size: 18px;
    color: #575757;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
    height: 5rem;
    width: 5rem;
    margin-right: 1rem;
}
.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
    height: 5rem;
    max-width: 5rem;
}
.mst-searchautocomplete__autocomplete {
    border-top: 2px solid #c80408;
}
/***** END NAVIGATION ******/
@media (min-width: 992px) {
    .page-wrapper .page-header.type2 .navigation .header-link.hamburger:before {
        color: #c4c4c4;
        content: '\f827';
        font-size: 18px;
        font-family: 'porto-icons';
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: 1em;
        margin-right: 0.5em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        line-height: 1em;
        margin-left: 0.1em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: unset;
    }
    .nav-holder {
        width: 100% !important;
        display: block !important;
        padding: 0 10px;
    }
    .nav-holder .pagebuilder-column-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-right: 0;
        margin-left: 0;
    }
    .nav-holder .pagebuilder-column-group .pagebuilder-column {
        width: auto !important;
        padding: 0 !important;
    }
    .nav-holder .pagebuilder-column-group .pagebuilder-column:first-child {
        justify-content: flex-start !important;
        display: flex !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        -ms-flex-align: center;
        align-items: flex-start;
    }
    .nav-holder .pagebuilder-column-group .pagebuilder-column:last-child {
        justify-content: flex-end !important;
        display: flex !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 1px;
        flex-basis: 1px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        -ms-flex-align: center;
        align-items: flex-end;
    }
    .nav-holder .pagebuilder-column-group .pagebuilder-column:last-child .level0:last-child {
        margin-right: 0 !important;
    }
    .page-wrapper .page-header.type2 .navigation ul > li.level0:first-child {
        background: transparent;
        border-radius: 0;
    }
    .page-wrapper .page-header.type2 .navigation .level0.parent > a:after {
        visibility: hidden;
    }

    .page-wrapper .page-header.type2 .navigation {
        padding: 0;
    }

    .page-wrapper .page-header.type2 .navigation div a.header-link {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 600;
        line-height: 18px;
        letter-spacing: .2px;
        padding: 16px 0 16px 0;
        text-align: center;
        text-transform: uppercase;
        display: block;
    }
    .page-wrapper .page-header.type2.sticky-header .navigation div a.header-link {
        font-size: .8rem;
        padding: 7px 0 7px 0;
    }

    .page-wrapper .page-header.type2 .navigation div.nav-holder li.ui-menu-item a.header-link.link-red,
    .page-wrapper .page-header.type2.sticky-header .navigation div.nav-holder li.ui-menu-item a.header-link.link-red {
        color: #ED1C24;
    }

    .page-wrapper .page-header.type2.sticky-header .navigation div a.header-link,.page-header.sticky-header .navigation ul > li.level0:first-child a.level-top {
        color: #201F1F;
    }

    .page-header.sticky-header .minicart-wrapper .action.showcart .minicart-icon {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .page-header.sticky-header .custom-bottom-header {
        line-height: 35px;
    }
    .page-header.type2 .navigation:not(.side-megamenu) .level0 {
        display: block;
        float: left;
    }
    body .search-area .block.block-search {
        max-width: 100%;
    }
    body .page-header.type2 .search-area {
        padding-left: 60px;
        max-width: 100%;
        padding-right: 25px;
        z-index: 11;
    }
    body.qw-static-active .page-header.type2 .search-area {
        z-index: 1;
    }
}
@media (min-width: 1200px) {
    html body.layout-1220 .page-wrapper>.breadcrumbs >ul {
        max-width: 1296px;
    }
}
@media (max-width: 991px) {
    body.searchautocomplete__active .page-wrapper > .page-header {
        z-index: 9999 !important;
    }
    body .page-header.type2 .block-search input {
        height: 55px;
        font-size: inherit;
        line-height: 55px;
    }
    .search-area.show-icon-tablet a.search-toggle-icon:after {
        content: "×";
        position: fixed;
        z-index: 99999;
        top: 0;
        right: 0;
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        margin: 0;
        left: auto;
        font-size: 35px;
    }
    .mst-searchautocomplete__autocomplete {
        border-top: none !important;
    }
    .page-header.type2 .search-area .block.block-search {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: rgb(0 0 0 / 40%);
        height: 100%;
        max-width: 100%;
        border-radius: 0;
        margin: 0;
        border: none;
        min-width: 100px;
        right: 0;
    }
    .block-search .block-content {
        width: 100%;
        max-width: 600px;
        position: relative;
        margin: 45px auto;
    }
    .block-search .block-content #search_mini_form {
        background: #fff;
        margin: 0 25px;
        display: block;
        position: relative;
    }
    .block-search .block-content #search_mini_form .actions {
        position: absolute;
        right: 3px;
        top: 8px;
    }
    .mst-searchautocomplete__autocomplete ul {
        max-height: 50vh;
    }
    .nav-holder .pagebuilder-column-group {
        display: flex;
        flex-direction: column;
    }
    .sw-megamenu.navigation li.ui-menu-item > a {
        font-size: 1rem;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 0;
        margin: 5px 0;
    }
    .sw-megamenu.navigation li.ui-menu-item > a span {
        color: #000;
    }
    body .nav-sections {
        background-color: #ffffff;
    }
    body .navigation li.level0:last-child,
    body .navigation .level0 {
        border-bottom: 1px solid #f3f3f3;
        border-top: none;
    }
    .nav-holder .pagebuilder-column-group .pagebuilder-column {
        width: 100% !important;
    }
    .qw-static-navigation {
        display: block;
        position: relative;
        padding: 0;
    }
    .qw-static-navigation .nav-parent .child a {
        padding: 10px 0;
        margin: 5px 0;
        color: #000;
    }
    .qw-static-navigation .nav-parent .child {
        padding: 0;
    }
    .qw-static-navigation .header {
        display: none;
    }
    .qw-static-active .header-link.hamburger:after {
        display: none !important;
    }
    .nav-holder .pagebuilder-column-group .pagebuilder-column:first-child {
        order: 3;
    }
    .qw-static-navigation .hide-mobile {
        display: none !important;
    }
    .page-header .search-by-veh {
        width: calc(100% - 30px);
        top: 99px;
    }
    .page-header .custom-bottom-header {
        height: 0 !important;
        padding: 0;
    }
    .page-header .custom-middle-header.row {
        display: none;
    }

}
@media (max-width: 767px) {
    .page-header .amfinder-vertical .amfinder-title,
    .page-header .amfinder-horizontal .amfinder-title {
        display: none !important;
    }
    .page-header .amfinder-horizontal .amfinder-toggle {
        display: block !important;
        border: none;
    }
    .page-header .amfinder-vertical, .page-header .amfinder-horizontal {
        padding: 8px !important;
        background: #ffffff !important;
    }
    .page-header .search-by-veh {
        top: 89px;
    }
    .page-header .search-by-veh .amfinder-horizontal .amfinder-toggle .am-item {
        width: 100% !important;
        margin-bottom: 10px;
    }
}
@media (max-width: 540px) {
    .page-header .my-account {
        display: none !important;
    }
    .page-header .toggle-search-veh {
        background: #656a67;
        line-height: 1;
        min-width: 42px;
        height: 42px;
        text-align: center;
        cursor: pointer;
        font-size: 0;
        border-radius: 50%;
        margin-left: 20px;
    }
    .page-header .toggle-search-veh:after {
        content: "";
        padding-left: 0;
        background-color: #ffffff;
        -webkit-mask-image: url(../images/jeep.svg);
        mask-image: url(../images/jeep.svg);
        width: 22px;
        height: 22px;
        display: inline-block;
        line-height: 1;
        margin-top: 9px;
        margin-right: 1px;
    }
    body .page-wrapper .page-header .header-row .header-center {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
    body .page-header.type2 .minicart-wrapper {
        margin-left: 20px;
    }
}
@media (max-width: 540px) {
    .mst-searchautocomplete__item.magento_catalog_product {
        display: block;
    }
    .mst-searchautocomplete__item.magento_catalog_product > a {
        display: inline-block;
    }
    .mst-searchautocomplete__item.magento_catalog_product .meta {
        display: inline-block;
        width: calc(100% - 90px);
    }
    .mst-searchautocomplete__item.magento_catalog_product .store {
        text-align: right;
    }
}