.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    max-width: 1432px
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px
    }
}

.page-wrapper {
    margin: 0 80px;
}

@media (max-width: 960px) {
    .page-wrapper {
        margin: 0 40px;
    }
}

@media (max-width: 768px) {
    .page-wrapper {
        margin: 0 16px;
    }
}

.navbar-brand-new {
    width: unset !important;
}

.board-new {
    height: 467px;
}

.navbar-search-dropdown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #1f1f1f;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 24px;
    gap: 10px;
    line-height: 20px;
}

.navbar-search-dropdown-img {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    /*position: absolute;*/
    /*right: calc(var(--space-3) + 6px);*/
    /*top: calc(50% - 11px);*/
    cursor: pointer;
    background-image: url("../../img/icons/small-caret-down-3.svg");
}

@media (min-width: 768px) {
    .menu-drop {
        margin-left: 24px !important;
        padding: 0 8px;
    }
}

.header-items-wrapper-new .menu-drop:not(.user-menu-new,.header-cart-button){
    margin-right: 24px !important;
    margin-left: 24px !important;
}

.header-new {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: Montserrat;
    font-weight: 400;
}

.header-new a{
    text-decoration: none;
}

.header-new a:hover:not(.menu-drop-item){
    text-decoration: underline;
}

.menu-lang-item:hover {
    text-decoration: none !important;
}

.header-logo {
    margin-right: 24px;
}
@media (max-width: 768px) {
    .header-logo {
        margin-right: 0px;
    }
}

@media (max-width: 380px) {
    .header-logo {
        transform: scale(0.8);
    }
}

.navbar-divider {
    height: 70px;
    width: 1px;
    background-color:  #F0F0F0;
}

.navbar-brand-new img {
    height: 39px;
    object-fit: cover;
}

.hover-blue-underline {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.hover-blue-underline:hover {
    border-bottom: 3px solid #00ADEF;
    padding-top: 3px;
}
.hover-blue-underline:active:not(.header-search-new,.header-logo) {

    background-color: #E5E5E5;
    border-bottom: none !important;
}

.nav-item-new {
    padding: 0 12px;
}

.nav-item-new a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.nav-item-about {
    /*min-width: 118px;*/
    text-align: center;
}

.nav-item-brands {
    /*width: 100px;*/
    text-align: center;
}

.header-items-wrapper-new a.nav-link {
    height: 100%;
    padding: 0 !important;
}

.header-items-wrapper-new a.menu-drop-item {
    padding: 0 !important;
}

.header-items-wrapper-new .header-cart-button a.menu-drop-item {
    width: 100%;
    text-align: center;
    padding: 25px 24px 0 !important;
    height: 100%;
}

.header-items-wrapper-new {
    padding-left: 16px;
    padding-right: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    flex-wrap: nowrap !important;
    margin-bottom: -1px;
    width: 100%;
    max-width: 1432px;
}

@media (min-width: 768px) {
    .header-items-wrapper-new {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.vehicle-search-btn {
    width: 50px;
    height: 50px;
    background-color: var(--gray-monochromatic-950, #0C0C0C);
    background-image: url("../../img/icons/search-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    flex-basis: 50px !important;
    flex-shrink: 0 !important;
    border-radius: 6px;
    cursor: pointer;
}

.header-new #navbar {
    height: 70px;
    border-bottom: 1px solid #F0F0F0;
}

.header-new .left-menu{
    flex-grow: 3;
}

.header-new .header-search-new{
    flex-grow: 3;
    transition: opacity 0.6s ease;
}

.header-new .header-cart-button{
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    /*min-width: 123px;*/
    margin: 0;
}

.header-new .header-cart-button .header-total{
    display: inline-block;
}

.items-in-cart-new {
    background-color: #4BABE9;
    line-height: 9px;
}

.user-menu-new {
    margin-right: 0 !important;
    margin-left: 0 !important;
    flex-direction: row !important;
    justify-content: center !important;
    padding: 0 24px;
}

.user-menu-new .menu-acc {
    top: 70px !important;
}

.mobile-header-menu {
    display: none;
}

@media (min-width: 767px) {
    .user-menu-new:hover {
        height: 100%;
        padding-bottom: 0 !important;
        padding-top: 3px !important;
    }

    .user-menu-new:hover .menu-drop-item-text {
        text-decoration: underline !important;
    }
}


@media (max-width: 767px) {
    .user-menu-new {
        padding-top: 12px !important;
    }

    #mob-menu.show {
        top: 77px;
    }

    .user-menu-new .menu-acc {
        top: 42px !important;
        right: -20px;
    }

    .hide-767i {
        height: 0 !important;
    }
}
@media (max-width: 576px) {
    .navbar-brand-new {
        margin-right: 0;
    }
    .header-items-wrapper-new .header-cart-button a.menu-drop-item {
        width: 100%;
        text-align: center;
        padding: 25px 8px 0 !important;
        height: 100%;
    }

    .header-new #navbar {
        height: 42px !important;
    }

    .header-new .header-cart-button {
        min-width: 70px;
        flex-basis: 70px;
        flex-grow: 10;
    }

    .user-menu-new {
        padding: 10px 8px 0 12px;
    }

    .mobile-header-menu {
        display: flex;
    }

    .hide-576 {
        display: none !important;
    }

    #mob-menu.show {
        top: 42px;
    }
}

.search-again-form-new  input,
.header-search-new  input {
    position: relative;
}

.search-again-form-new .invalid-feedback,
.header-search-new .invalid-feedback {
    position: absolute;
    bottom: 0;
    margin-bottom: -24px;
    color: red;
}

.header-search-new .invalid-feedback {
    margin-bottom: 0;
    left: 59px;
}

.header-search-tecdoc .invalid-feedback {
    margin-bottom: 0;
    left: 25px;
}

@media (max-width: 768px) {
    .search-again-form-new .invalid-feedback {
        font-size: 12px;
        margin-bottom: -18px;
    }
}


.board-title-new {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 5px;
    padding: 0 20px
}

.board-title-new-bold {
    font-weight: 700;
}

.header-search-new .invalid-feedback {
    font-size: 1rem;
    line-height: 1.05
}

.header2-top-new {
    width: 100%;
    background-color: #111111;
}

.header2-top {
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 1432px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .header2-top {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.header2-top-left-mail-to {
 margin: 8px 0;
}

.header2-top-left-mail-to a {
    color: #FFFFFF;
}

@media (min-width: 767px) {
    .header2-top-right {
        color: #FFFFFF !important;
    }

    .header2-top-right .menu-drop-item {
        color: #FFFFFF !important;
    }
}

.custom-switch {
    padding-left: 4rem;
}

.custom-switch .custom-control-label {
    padding-left: 0;
    vertical-align: top;
}

.custom-switch .custom-control-label::before {
    left: -4rem;
    width: 3rem;
    pointer-events: all;
    border-radius: 0.8rem;
    height: 1.6rem;
    box-shadow: none!important;
}

@media (min-width: 767px) {
    .custom-switch .custom-control-label::before {
        border-color: white;
    }
}


.custom-switch .custom-control-label::after {
    top: 3px;
    left: calc(-4rem + 2px);
    width: calc(1.6rem - 4px);
    height: calc(1.6rem - 4px);
    border-radius: .8rem;
    background-color: #FFFFFF;
    border: 1px solid #1f1f1f;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (min-width: 767px) {
    .custom-switch .custom-control-label::after {
        border: 1px solid #FFFFFF;
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00adef;
    border-color: #00adef;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    border-color: #00adef;
    transform: translateX(1.55rem);
}

.home-text-block {
    color: #111111;
    font-family: Montserrat;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    max-width: 600px;
    margin: 60px auto 40px;
}

.home-text-block-header {
    margin-bottom: 16px;
    font-size: 30px;
    line-height: 37px;
}

.home-text-block-content {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 20px;
}

.home-account-order-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    height: 147px;
    padding: 32px;
}

.home-account-order-block-placeholder {
    height: 44px;
}

.home-account-tile {
    width: 466px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.3s;
    color: #111111 !important;
    text-decoration: none !important;
}

.home-account-tile img {
    vertical-align: baseline;
}

.home-account-tile:hover .home-account-see-more-img {
    margin: 0 -4px 0 4px;
}

.home-account-img-text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}

.home-account-tile:hover {
    border: 1px solid #E0E0E0;
}


.home-account-divider {
    width: 1px;
    height: 100%;
    background-color: #BDBDBD;
    border: none;
    margin: 0 100px;
}

.home-account-see-more-img {
    width: 24px;
    height: 16px;
    opacity: 0;
    transition: 0.3s;
}

.home-account-tile:hover .home-account-see-more-img {
    opacity: 1;
    transition: 0.3s;
}

.home-account-see-more {
    opacity: 0 !important;
    transition: 0.3s;
}

.home-account-tile:hover .home-account-see-more {
    opacity: 1 !important;
    transition: 0.3s;
}

.home-account-text {
    display: inline-block;
    margin-left: 24px;
}

.home-account-text-header {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 8px;
}

.home-account-text-footer {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.home-reviews-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F0F0F0;
    margin-bottom: 60px;
}

.home-reviews-text {
    color: #111111;
    text-align: center;
    width: 550px;
}

.home-reviews-text-header {
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin: 60px 0 16px 0;
}

.home-reviews-text-footer {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 40px;
}

.home-reviews-tiles {
    margin: 0 auto;
    align-self: normal;
    max-width: 1300px;
    padding: 0 24px 0 20px;
    margin-bottom: 40px;
    gap: 17px;
    width: 100%;
}

.home-reviews-tiles .slick-list{
    width: 417px;
    margin: 10px;
    overflow: visible;
}

@media (max-width: 768px) {
    .home-reviews-tiles {
        gap: 12px;
    }
    .home-reviews-tiles .slick-list{
        width: 312px;
    }
}

.home-reviews-block .slick-slider{
    overflow-y: visible;
}

.home-reviews-tile {
    width: 400px;
    height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    position: relative;
    text-decoration: none;
    transition: box-shadow 0.3s ease-out;
}

.home-reviews-tile:hover {
    box-shadow: none;
}

.home-reviews-tile {
    text-decoration: none !important;
}

@media (max-width: 768px) {
    .home-reviews-tile {
        width: 300px;
    }
}


.home-reviews-tile.slick-slide{
    flex-basis: 400px !important;
    flex-shrink: 0 !important;
}

.home-reviews-tiles .slick-track{
    display: flex;
    gap: 17px;
}

@media (max-width: 768px) {
    .home-reviews-tile.slick-slide{
        flex-basis: 300px !important;
        flex-shrink: 0 !important;
    }

    .home-reviews-tiles .slick-track{
        display: flex;
        gap: 12px;
    }
}

.home-reviews-tiles-wrap {
    margin: auto;
    position: relative;
    max-width: 100vw;
}

.home-reviews-tiles-viewport {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1820px;
}

.home-reviews-tiles-slider {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    transition: left 0.6s ease-out;
}

    .home-reviews-tiles-wrap {
        width: 1272px;
    }

    .home-reviews-tiles-viewport {
        position: relative;
        height: 302px;
        padding-top: 24px !important;
        overflow: hidden !important;
    }

    .home-reviews-tiles {
        margin: 0 auto;
        align-self: normal;
        max-width: 1272px;
        padding: 0 12px;
        gap: 17px;
        width: 100%;
    }

    .home-reviews-tile {
        width: 400px;
        margin: 0 24px 0 0;
        flex-shrink: 0;
    }

    .home-reviews-tile:first-child {
        /*margin-right: 24px;*/
    }

    .home-reviews-tiles-up,
    .home-reviews-tiles-down {
        cursor: pointer;
        position: absolute;
        top: 136px
    }

    .home-reviews-tiles-up:hover,
    .home-reviews-tiles-down:hover img {
        filter: invert(50%) sepia(52%) saturate(2312%) hue-rotate(162deg) brightness(88%) contrast(102%);
    }

    .home-reviews-tiles-up {
        right: -20px;
    }

    .home-reviews-tiles-down {
        left: -20px;
    }

    .home-reviews-tiles-up img {
        transform: rotate(180deg);
    }

    @media (max-width: 1340px) {
        .home-reviews-tiles-viewport {
            max-width: 728px;
        }

        .home-reviews-tiles-wrap {
            width: 728px;
        }

        .home-reviews-tile {
            width: 340px;
        }

    }


.home-reviews-tile-stars {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 180px;
    margin-bottom: 28px;
}

.home-reviews-tile-star-wrapper {
    width: 25px;
    height: 25px;
    background-color: #28B352;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-right: 2px;
    border-radius: 2px;
}

.home-reviews-tile-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 8px;
    color: #1F1F1F;
}

.home-reviews-tile-text {
    overflow: hidden;
    max-height: 104px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #1F1F1F;
}

.home-reviews-tile-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4F4F4F;
    position: absolute;
    bottom: 24px;
    right: 24px;
    opacity: 0.67;
}

.home-reviews-scroll-bar {
    position: relative;
    border: none;
    margin: 0 auto 60px;
    width: 207px;
    height: 5px;
    border-radius: 2px;
    background-color: #D2D2D2;
    overflow: hidden;

}

.home-reviews-scroll-pointer {
    position: absolute;
    border: none;
    width: 83px;
    height: 5px;
    border-radius: 2px;
    background-color: #1F1F1F;
    transition-property: left, width;
    transition-duration: 0.6s;
    transition-timing-function: ease-out;
}


.menu-cart-new {
    font-family: Montserrat, sans-serif;
    letter-spacing: 0;
    width: 496px;
    right: 80px !important;
    top: 70px !important;
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .menu-cart-new {
        top: 44px !important;;
    }
}

@media (max-width: 576px) {
    .menu-cart-new {
        right: 5% !important;
        top: 44px !important;
        width: 90%;
    }

    .header-new .mob-toggler.navbar-toggler {
        padding-right: 0;
    }
}

.menu-drop-item-active {
    background-color: #E5E5E5;
    border-bottom: none !important;
    padding-top: 0 !important;
}


.menu-cart-new .menu-cart-load {
    padding: 24px 12px 24px 24px;
    border-radius: 4px;
}

.menu-cart-header-new {
    background-color: #FFFFFF;
    padding: 0 !important;
    margin-right: 12px;
}

.menu-cart-header-new span:first-child  {
    color: #1E293B;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
}

.menu-cart-header-new .menu-cart-header-left span:nth-child(2),
.menu-cart-header-new .menu-cart-header-left span:nth-child(3) {
    color: #828282;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
}

.menu-cart-header-new .menu-cart-header-right .menu-cart-header span {
    color: #1E293B;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
}

.menu-cart-header-new .clean-cart {
    color: #1E293B;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
}

.menu-cart-header-new .clean-cart:hover {
    color: #00ADEF;
}

.menu-cart-header-new .close {
    position: absolute;
    top: 4px;
    right: 4px;
}


.menu-cart-header-new .close:hover {
    color: #00ADEF !important;
}

.menu-cart-header-divider {
    height: 1px;
    width: 97%;
    background-color: #E2E8F0;
    border: none;
    margin-top: 12px;
}

.menu-cart-new  .menu-cart-items {
    margin: 24px 0 !important;
    max-height: calc(100vh - 474px);
}

.menu-cart-new  .menu-cart-item {
    min-height: 143px;
    padding: 0;
    border-radius: 4px;
    margin-bottom: 8px;
    border: 1px solid #788694;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.menu-cart-new .menu-cart-items .custom-scroll::-webkit-scrollbar {
    width: 4px;

}

.menu-cart-new .menu-cart-items .custom-scroll::-webkit-scrollbar-track {
    background: #d2d2d2;
    border-radius: 0.3rem;
}



.menu-cart-new .menu-cart-item-picture {
    height: 143px;
    width: 135px;
    padding: 12px;
    margin-right: 12px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.menu-cart-new .cart-item-del {
    position: absolute !important;
    top: 14px;
    right: 14px;
    line-height: unset;
    margin: 0;
    padding: 0;
}

.menu-cart-new .menu-cart-item-header {
    color: #475569;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-top: 12px;
}

.menu-cart-new .menu-cart-item-number {
    color: #00ADEF;
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    text-align: left;
}

.menu-cart-new .menu-cart-item-parameters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 12px;
}

.menu-cart-new .menu-cart-item-parameters-names .cart-parameter-title {
    color: #94A3B8;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px;
    text-align: left;
}

.menu-cart-new .menu-cart-item-parameters-values {
    margin-left: 12px;
}

.menu-cart-new .menu-cart-item-parameters-values .cart-parameter-value {
    color: #1E293B;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 15px;
    text-align: left;
}

.menu-cart-new .menu-cart-item-parameters-values .cart-parameter-value-total {
    font-weight: 600 !important;
}

.menu-cart-new .menu-cart-item-parameters-values .cart-price-inc-vat {
    color: #828282;
    font-weight: 400 !important;
}

.menu-cart-new .menu-cart-total {
    background-color: transparent;
    color: #1E293B;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    margin-bottom: 8px;
    margin-right: 12px;
}

.menu-cart-new .menu-cart-price-text {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

.menu-cart-new .menu-cart-header-divider-2 {
    margin-bottom: 24px;
}

.menu-cart-new .menu-cart-button {
    margin-right: 12px;
    margin-bottom: 8px;
}


.menu-cart-new .menu-cart-button a {
    line-height: 1rem;
}

.menu-cart-new .menu-cart-button-checkout a {
    background-color: #00ADEF;
    color: #FFFFFF;
}

.menu-cart-new .menu-cart-visa-line {
    margin-top: 12px;
}

.menu-cart-new .menu-cart-pay-logo {
    height: 40px;
    width: 81px;
    background-color: #F2F1F3;
    object-fit: scale-down;
    border-radius: 4px;
}

.show-768 {
    display: none;
}

.show-768-f {
    display: none;
}

.brand-items {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    max-width: 1432px;
}

@media (min-width: 768px) {
    .brand-items {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 1440px) {
    .board-new {
        height: 400px;
        margin-bottom: 40px;
    }

    .home-text-block {
        margin: 40px auto;
    }
}

@media (max-width: 1240px) {

    .home-banner-img {
        display: none;
    }

    .hide-1240 {
        display: none;
    }
}


@media (max-width: 992px) {
    .hide-992 {
        display: none;
    }

    .hide-1240 {
        display: block;
    }

    .home-account-divider {
        margin: 0 70px;
    }
}

@media (max-width: 768px) {
    #navbar {
        height: 42px !important;
    }

    .header-items-wrapper-new {
        height: 42px !important;
    }

    .navbar-divider {
        height: 42px !important;
    }

    .header-items-wrapper-new .header-cart-button a.menu-drop-item {
        padding-top: 12px !important;
    }

    .home-text-block-content {
        padding: 0 16px;
    }

    .hide-768 {
        display: none !important;
    }

    .show-768 {
        display: block;
    }
    .show-768-f {
        display: flex;
    }

    .home-account-order-block {
        flex-direction: column;
        height: 220px;
    }

    .home-account-order-block>div:first-child {
        margin-left: 42px;
    }

    .home-account-order-block>div:last-child {
        margin-left: 36px;
    }

    .home-account-tile {
        justify-content: flex-start;
        padding: 0;
        max-width: 100%;
    }

    .home-account-tile:first-child {
        margin-bottom: 32px;
    }

    .home-account-img-text .home-account-text {
        margin-left: 33px;
    }

    .home-reviews-text {
        width: unset;
    }

    .home-reviews-text-footer {
        margin: 0 16px 20px 16px;
    }

    .home-reviews-tiles {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        height: 326px;
        overflow: scroll;
    }

    .home-reviews-tiles::-webkit-scrollbar {
        width: 0;
    }

    .home-reviews-tiles .hide-992 {
        display: block;
    }

    .brand-items-tiles {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        height: 610px;
        overflow: scroll;
    }

    .home-items-tiles .brand-items-tile {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 303px;
        width: 303px;
        height: 566px;
        margin-right: 12px;
        margin-bottom: 0;
    }


    .brand-categories-tiles {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        height: 216px;
        overflow: scroll;
    }

    .brand-categories-tiles .brand-categories-tile {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 300px;
        width: 300px;
        height: 203px;
        margin-right: 12px;
        margin-bottom: 0;
        max-width: unset;
    }

    .find-banner {
        padding-bottom: 10rem;
    }

}

.empty-cart-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 220px;
    align-items: center;
}

.empty-cart-text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    margin-top: 20px;
}

.modal-open:not(.modal-open-not-header) .user-menu-new {
    background-color: #E5E5E5 !important;
    border-bottom: none !important;
}

.modal {
    width: 100vw !important;
}

.modal-dialog .modal-content {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.part-cards-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.brand-items .slick-list {
    width: 304px;
}

.categories-items .slick-list {
    width: 100%;
}

.vertical-align-fix {
    height: 100%;
    display: inline-block;
}

.brands-block-cell {
    display: inline-block;
}

.brands-block {
    font-family: Montserrat, sans-serif;
    width: 100%;
    background-color: #FEFEFE;
    padding: 24px 74px;
    margin-bottom: 24px;
}

.brands-block-header, .brands-block-body {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.brands-block-header {
    margin-bottom: 16px;
}

.brands-block-col {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}


.brands-block-header .brands-block-col {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.brands-block-cell, .brands-block-cell-header-mobile {
    margin: 0 6px;
    border-radius: 6px;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.our-manufacturers-block {
    margin-bottom: 16px;
}

.brands-block-body .brands-block-cell {
    cursor: pointer;
}

.brands-block-body .brands-block-cell:hover {
    background-color: #F0F0F0;
}

.brands-block-header .brands-block-cell, .brands-block-cell-header-mobile {
    background-color: #FFFFFF;
    padding: 23px;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: #111111;
    border: 1px solid #F9F8F9;
}

.brands-block-body .brands-block-cell {
    background-color: #F9F8F9;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    padding: 16px 24px;
    margin-bottom: 4px;

}


.brands-block-body .brand-item-lnk .brand-item-arrow {
    right: 48px;
}

.brands-block-body .brand-item-lnk:hover .brand-item-arrow {
    right: 24px;
    opacity: 1;

}

@media (max-width: 992px) {
    .brands-block {
        padding: 24px 34px;
    }

}

@media (max-width: 768px) {
    .brands-block {
        padding: 24px 10px;
    }

    .brands-block-body, .brands-block-header, .brands-block-col {
        display: block;
    }

    .brands-block-header:not(:first-child) {
        margin-top: 24px;
    }

    .brands-category-hider-mobile {
        overflow: hidden;
        margin-bottom: 16px;
    }

    .category-to-hide {
        display: none;
    }

    .brands-category-hider-button {
        height: 40px;
        border-radius: 6px;
        padding: 8px 0;
        text-align: center;
        background-color: white;
        color: #111111;
        cursor: pointer;
        margin: 0 6px;

        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
    }

    .brands-category-hider-button:active {
        background-color: #111111;
        color: white;
    }
}

.contact-us-map-wrapper {
    padding: 24px 80px;
    /*background: url("../../img/contact-us-map.webp") right;*/
    /*background-size: cover;*/
    position: relative;
}

.contact-us-map-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    mix-blend-mode: normal;
    opacity: 0.8;
    top: 0;
    right: 0;
}

.contact-us-tile-address-location-wrapper {
    position: absolute;
    top: 272px;
    right: 224px;
}

.contact-us-tile-address-location-wrapper > img {
    float: right;
}

.contact-us-map-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.contact-us-column-1 {
    flex-basis: 517px;
    flex-grow: 0;
    flex-shrink: 0;
}

.contact-us-column-2 {
    flex-basis: 356px;
    flex-grow: 0;
    flex-shrink: 0;
}

.contact-us-column-3 {
    flex-basis: 228px;
    flex-grow: 10;
    flex-shrink: 0;
    height: 251px;

}

.contact-us-tile {
    background-color: #FFFFFF;
    border: 0.2px solid rgba(15, 23, 42, 0.2);
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 12px;
    margin-right: 12px;
    color: #111111;
}

.contact-us-tile-1 {

}

.contact-us-tile-2 {

}

.contact-us-tile-3 {
    margin-bottom: 0;
}

.contact-us-tile-4 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.contact-us-tile-4 .form-group {
    margin-bottom: 16px !important;
}


.contact-us-tile-4 button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    box-shadow: none !important;

    background: #00ADEF;
    height: 39px;

    border: none;
}


.contact-us-tile-4 button:hover:not(:disabled) {
    opacity: 1;
}



.contact-us-tile-address {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    padding: 8px 12px;
    max-width: 440px;
    margin: 0 0 12px 0;
}

.contact-us-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 16px;
    white-space: nowrap;
}

.contact-us-string {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.contact-us-string:not(:last-child) {
    margin-bottom: 12px;
}

.contact-us-string span {
    font-weight: 600;
}

.contact-us-string a {
    font-weight: 600;
    color: #00ADEF;
}

.alert-success-new {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;

    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 24px 110px 24px;
}

.alert-success-new img {
    margin-bottom: 12px;
}

.contact-us-success-text {
    font-family: Montserrat;
    color: rgba(16, 16, 16, 0.6);;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
}

@media (max-width: 1630px) {
    .contact-us-tile-address-location-wrapper {
        top: 249px;
    }

    .contact-us-tile-address {
        max-width: 250px;
    }
}

@media (max-width: 1440px) {
    .contact-us-tile-address-location-wrapper {
        right: 47px;
    }

    .contact-us-tile-address-location-wrapper > img {
        float: left;
    }
}

@media (max-width: 1260px) {
    .contact-us-map-wrapper {
        padding: 24px 43px;
    }
    .hide-1260{
        display: none;
    }

    .contact-us-map-wrapper {
        /*background: url("../../img/contact-us-map-960.webp") right 0;*/
        /*background-size: 1060px;*/
    }

    .contact-us-column-2 {
        flex-grow: 10;
    }

    .contact-us-column-3 {
        flex-basis: 320px;
    }

    .contact-us-tile-address-location-wrapper {
        right: 99px;
        top: 642px;
    }

    .contact-us-tile-address-location-wrapper > img {
        float: right;
    }

    .contact-us-tile-address {
        margin: 84px 0 0 0;
        max-width: 440px;
    }
}

@media (min-width: 1261px) {
    .show-1260{
        display: none;
    }
}

@media (max-width: 960px) {
    .contact-us-column-1, .contact-us-column-2  {
        flex-grow: 10;
        flex-basis: 40px;
    }

    .contact-us-column-3 {
        flex-basis: 600px;
    }
}

@media (max-width: 768px) {
    .contact-us-map-flex-container {
        flex-direction: column;
    }

    .contact-us-tile {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .contact-us-map-wrapper {
        /*background: url("../../img/contact-us-map-768.webp") bottom right;*/
        /*background-size: 570px;*/
        height: 1600px;
    }

    .contact-us-tile-address-location-wrapper {
        right: 50px;
        bottom: 194px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .contact-us-tile-address {
        width: 272px;
    }

    .contact-us-tile-address-location-wrapper > img {
        width: 72px;
        margin-right: 168px;
    }

    .show-768c {
        display: block !important;
    }
}

/*search-result-page*/
/*nothing-found-page*/
.nothing-found-new {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 66px;
}
.nothing-found-new > img {
    max-width: calc(100% - 64px);
    margin: 0 32px;
}


.nothing-found-new .home-text-block-content {
    max-width: 420px;
    text-align: center;
    font-family: Montserrat;
}

.search-again-form-new {
    width: 100%;
    height: 56px;
    position: relative;
}

.search-again-form-new:not(.search-category-form-new) {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    max-width: 590px !important;
    height: 56px;
    margin-bottom: 10px !important;
}

.search-again-form-new > img {
    position: absolute;
    top: 19px;
    left: 14px;
    z-index: 3;
}

.search-again-form-new  input {
    z-index: 1 !important;
    padding-left: 38px;
}

.search-again-form-new .input-group {
    height: 100%;
}

.search-again-form-new .input-group>.form-control {
    border-radius: 12px !important;
    background-color: #F1F5F9;
    border: 1.2px solid #F1F5F9;
    font-size: 14px;
}

.search-again-form-new .input-group>.form-control:hover {
    background-color: #E2E8F0;
    border: 1.2px solid #E2E8F0;
}

.search-again-form-new .input-group>.form-control:focus {
    background-color: white;
    border: 1.2px solid #93C5FD;
}

.search-again-form-new .search-btn {
    background-color: #00ADEF;
    border: none;
    text-transform: none;
    min-width: 70px;

    padding: 0;
    z-index: 3;

    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 8px;
    height: 40px;
}


.nothing-found-new a {
    color: #94A3B8;
    text-decoration: underline;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}


.mb-0-find-banner .find-banner {
    margin-bottom: 0 !important;
}

.categories-modal-window-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.categories-modal-window-container > img {
    max-width: calc(100% - 64px);
    margin: 24px 32px;
}


.categories-modal-window-container .categories-modal-header {
    text-align: center;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #394457;
    margin-bottom: 12px;
}

.categories-modal-window-container .categories-modal-header-name {
    text-transform: lowercase;
    font-weight: 600 !important;
}

#categories-modal-header-category, #categories-modal-header-subcategory {
    display: none;
}

.categories-modal-window-container a {
    color: #94A3B8;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 32px;
}

.categories-modal-window {
    animation: submenu-show .3s ease;
}

.categories-modal-window-close {
    position: absolute;
    top: 30px;
    right: 30px;
}

.search-results-new .search-results-text {
    font-weight: 500;
    color: #202427;
}

.search-results-new .search-results-header {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #111111;
}

@media (min-width: 768px) {
    .search-results-new .search-row {
        font-size: 14px;
        font-weight: 800;
        line-height: 17px;
        color: #333333;
        height: 60px;
    }
}

.search-results-new .search-row .search-part, .search-results-new .search-row .search-description {
    font-weight: 500;
}

.search-results-new .search-results-header .search-price {
    padding-right: 161px;
    text-align: right !important;
}

.shipping-info-new {
    border-radius: 12px;
    background-color: #F59E0B;
}

.custom-margin-wrapper {
    margin-left: 80px;
    margin-right: 80px;
}

@media (max-width: 1440px) {
    .custom-margin-wrapper {
        margin-left: 80px;
        margin-right: 80px;
    }
}

@media (max-width: 1240px) {
    .custom-margin-wrapper {
        margin-left: 80px;
        margin-right: 80px;
    }
}


@media (max-width: 992px) {
    .custom-margin-wrapper {
        margin-left: 40px;
        margin-right: 40px;
    }
}

@media (max-width: 768px) {
    .custom-margin-wrapper {
        margin-left: 16px;
        margin-right: 16px;
    }
}

.home-reviews-tile-star-wrapper img {
    width: 17px;
    height: 17px;
}

.invalid-message-fix textarea:nth-child(2) + div {
    display: none !important;
}

.menu-country .select2-container .select2-dropdown {
    width: 370px !important;
}

.menu-country .select2-container--open:nth-child(3) {
    top: 50px !important;
}

@media (max-width: 768px) {
    .menu-country .select2-container .select2-dropdown {
        width: 170.75px !important;
    }
    .menu-country .select2-container--open:nth-child(3) {
         top: 9.52084px !important;
     }
}

.menu-acc-click-fix {
    background-color: #e5e5e5!important;
    border-bottom: none !important;
    text-decoration: none !important;
    padding-bottom: 0 !important;
    padding-top: 3px !important;
}


/*footer_new_4*/
.login-form-field .invalid-feedback {
    line-height: 1.4
}

.footer-password-field {
    margin-bottom: 1.7rem;
}
.ask-question-new {
    box-shadow: 0px 4px 24px 0px #0000001F;
}

.ask-question-new>.btn:not(.collapsed) {
    background-color: #FFFFFF;
    padding-bottom: 0;
    font-size: 14px;
}

.ask-question-new>.btn:not(.collapsed)>.hide {
    opacity: 0;
}

.ask-question-form-new {
    border: none;
    font-family: Montserrat;
    font-style: normal;
    padding: 0 24px 24px 24px;
    border: none  !important;
}

.ask-question-form-new .form-control {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
}

.ask-question-form-new .form-comment {
    height: 72px;
}

.ask-question-form-new .btn-primary {
    background-color: #00ADEF;
    height: 36px;
    margin: 24px 0 0;
    padding: initial;
    width: 100%;
    text-transform: none;
    border: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.ask-question-form-new .form-group-label {
    margin-top: 24px;
    margin-bottom: 8px;
}

.ask-question-form-new .leave-question-header {
    color: #111111;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    margin-top: -1px;
}

.ask-question-form-new .leave-question {
    color: #8D929F;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.login-modal-dialog-scrollable {
    width: 400px !important;
    position: fixed;
    top: 88px;
    right: 80px;
    animation: submenu-show .3s ease;
}

.login-modal-dialog-scrollable .modal-content {
    min-height: 600px;
}

@media (max-width: 768px) {
    .login-modal-dialog-scrollable {
        top: 62px;
    }
}

@media (max-width: 768px) {
    .login-modal-dialog-scrollable {
        position: absolute !important;;
        right: 12.5vw !important;
        width: 75% !important;;
        top: 40px !important;;
        margin: 0; !important;
    }
}

.login-form-sign {
    border: none;
    border-radius: 16px;
    background-color: #FFFFFF;
    padding: 24px;
    max-width: 400px;
    box-sizing: border-box;
    max-height: 89vh;
}

.login-close-button {
    float: right;
    width: 14px;
    height: 14px;
}

.login-form-sign .modal-header {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-top: 24px;
    color: #111111;
}

.login-form-sign .modal-subheader {
    font-size: 14px;
    padding: 0 44px;
    margin-top: 12px;
    color: #8D929F;
    margin-bottom: 32px;
}

.login-form-sign form {
    width: 100%;
}

.login-form-sign .input-title {
    font-size: 14px;
    color: #3B3F49;
    margin-bottom: 2px;
}

.login-form-sign .pass-title-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: -17px;
}

.login-form-sign .pass-title-line>div {
    margin-right: 12px;
}

.login-form-sign .forgot {
    text-decoration: underline;
    font-size: 12px;
    color: #989BA3;
}

.filled + .forgot-wrapper {
    top: 14px;
    position: relative;
}

.login-form-sign .view-icon {
    float: right;
    position: relative;
    top: 36px;
    margin-right: 14px;
    width: 17px;
    cursor: pointer;
}

.login-form-sign .view-icon-open {
    width: 18px;
}

.form-register #parsley-id-multiple-company_terms,
.form-register #parsley-id-multiple-personal_terms {
    bottom: 26px;
}


.login-form-sign .button {
    width: 100%;
    height: 36px;
    border-radius: 8px;
    margin-top: 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

.login-form-sign .button:not(.button-black) {
    color: #FFFFFF;
    background-color: #00ADEF;
    border: none;
}

.login-form-sign .invalid-feedback {
    position: relative;
    width: fit-content;
}

.login-form-sign .sing-up-button:not(.button-black) {
    background-color: #111111;
}

.login-form-sign .sing-in-button {
    margin-top: 24px;
}

.checkbox-line {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-bottom: 12px;
    align-items: flex-start;
}

.label {
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    width: 74%;
}

.hide-pass, .show-pass {
    top: 5px !important;
}

.btn-primary-new {
    color: #FFFFFF;
    background-color: #00ADEF;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.modal-backdrop {
    background-color: transparent;
}

.dont-have-an-acoount-text {
    font-family: Montserrat, sans-serif;
    padding: 16px 35px 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #1E293B;

}

.footer-additional-imgs {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    justify-content: start!important
}

@media (max-width:768px) {
    .footer-additional-imgs {
        -ms-flex-pack: center!important;
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
}

.selected-vehicle {
    background-color: #F8F8F8;
    font-size: 1.4rem;
    flex-direction: column;
    align-items: end;
}
@media (min-width:1200px) {
    .selected-vehicle {
        align-items: center;
        flex-direction: row;
    }
}
.remove-vehicle {
    cursor: pointer;
}