html.new-hp, html.new-hp body {
    font-family: Open-Sans, sans-serif;
    font-size: 1rem;
}



html.new-hp #cookie-bar {
    position: fixed;
    display: none;
    z-index: 1000;
    bottom: 0;
    width: 100%;
    padding: 8px;
}

.new-hp {
    background-color: #e6e6e6;
}

.new-hp-banner-wrapper {
    background-color: #fff;
}

.dropdown-menu.home-page-dropdown.show {
    width: unset;
    padding: .5rem 0;
    transform: unset!important;
    top: 100%!important;
}

a.dropdown-item.home-page-dropdown {
    height: auto;
    white-space: normal;
}


/* UTILITIES */
.autobro-bg-primary {
    background-color: #de5f4e!important;
}

.bg-primary-faded {
    background-color: rgba(222, 95, 78, 0.8)!important;
}

.bg-primary-70 {
    background-color: rgba(222, 95, 78, 0.7)!important;
}

.bg-secondary {
    background-color: #013950!important;
}

.bg-grey {
    background-color: #e6e6e6!important;
}

.bg-fade-blue {
    color: #07253f;
}

.text-primary {
    color: #de5f4e!important;
}

.text-secondary {
    color: #013950!important;
}

.text-fade-blue {
    color: #07253f;
}

.btn-outline-primary {
    color: #de5f4e!important;
    border-color: #de5f4e!important;
}

.btn-outline-primary:hover {
    color: #fff!important;
    background-color: #de5f4e !important;
}

.btn-shopping-cart {
    background-color: #013950;
    color: #f8f9fa;
}

.btn-shopping-cart:hover {
    color: #212529;
    background-color: #f8f9fa;
}
.logo {
    max-width: 62px;
    max-height: 44px;
}

.nav-item.active a.nav-link {
    color: #de5f4e!important;
}

a.dropdown-item::before {
    content: "\f105";
    font-family: fontawesome, sans-serif;
    position: absolute;
    margin-left: -10px;
}

a.dropdown-item {
    background: 0 0;
    color: #07253f;
    font-size: 15px;
    letter-spacing: 1px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 48px;
    line-height: 2.75rem;
}

button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #013950!important;
}

.searchBar,
.universalDropdown {
    width: 100% !important;
}

.universalDropdown .dropdown-item:hover{
    background-color: #de5f4e!important;
}

.universalDropdown .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#dropdownUniversal {
    height: 56px;
}

#navbarContent .navbar-nav {
    background-color: #013950;
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    top: 18px;
}


/* BANNER TOP START */
.banner-top {
    width: 100%;
    max-height: 74px;
}
/* BANNER TOP END */

.select-car a:hover {
    color: #fff;
}

/* MAIN CAROUSEL */
#carouselBanners .carousel-item img {
    max-height: 450px;
    width: 100%;
}

#carouselBanners .carousel-control-prev,
#carouselBanners .carousel-control-next {
    opacity: 1;
}
#carouselBanners .carousel-control-prev-icon,
#carouselBanners .carousel-control-next-icon {
    background-color: #013950;
}

.card-banner {
    width: 100%;
}


/* SELECT PARTS CATEGORY */
.subcategories {
    font-size: 0.85rem;
}

.subcategories li {
    list-style: none;
}

.subcategories a {
    text-decoration: none;
    color: #013950;
}

.category-img {
    max-height: 90px;
}

.subcategory-img {
    max-height: 30px;
}


/* CAR PARTS BY BRAND */
.carBrands li {
    list-style: none;
}

.carBrands img {
    max-height: 50px;
    padding: 5px;
}

.btn-more {
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/* BUSINESS FEATURES */
.business-features i {
    font-size: 2.75rem;
    padding-right: 20px;
}

.business-features p {
    font-size: 0.9rem;
    color: #07253f;
}


/* SPECIAL OFFERS CAROUSEL */
#specialOfferCarousel img {
    max-height: 195px;
}

#specialOfferCarousel .qty-wrapper--decrease,
#specialOfferCarousel .qty-wrapper--add {
    width: 1.875rem;
    vertical-align: middle;
    font-size: 1.5625rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    background-color: inherit;
    color: #14426b;
}

#specialOfferCarousel .carousel-control-next,
#specialOfferCarousel .carousel-control-prev {
    top: unset;
    bottom: -30px;
}

#specialOfferCarousel a.h6 {
    text-decoration: none;
}

.qty-wrapper--input {
    width: 2.75rem;
}

.request-offer-title {
    font-size: 1.25rem;
}

.btn-outline-primary.request-offer-btn {
    color: white!important;
    border-color: white!important;
}

/* FOOTER */
footer .links li a {
    position: relative;
    text-decoration: none;
    line-height: 2;
    font-size: 0.9rem;
    color: #07253f;
    padding-left: 15px;
}

footer .links li a:before {
    content: "\f105";
    position: absolute;
    font-family: fontawesome, sans-serif;
    color: #07253f;
    left: 0;
}

footer .items {
    line-height: 2;
    font-size: 0.9rem;
}

footer .items li a {
    color: #de5f4e;
}

footer p.h5 {
    letter-spacing: 1px;
}

footer .items label {
    line-height: 1.5;
}

footer .contact {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer .copyright {
    margin-bottom: 72px;
}

footer .contact i {
    font-size: 2rem;
}

footer .contact a {
    text-decoration: none;
}

footer .contact p {
    font-size: 0.65rem;
}


/* START SHOPPING-CART */
.new-cart{
    background: #e6e6e6;
}

.continue-shopping {
    width: 100%;
}

.cart-image {
    max-height: 80px;
}

.custom-select {
    background: #fff url("../../images/cart-down-arrow.svg") no-repeat right .25rem center;
    background-size: 20px 15px;
}

.custom-select.arrow-up {
    background: #fff url("../../images/cart-up-arrow.svg") no-repeat right .25rem center;
    background-size: 20px 15px;
}

.cart-price .fa-trash {
    font-size: 1.25rem;
}

.cart-price .unit-price-title {
    font-size: 0.75rem;
}

.continue-shopping {
    white-space: normal;
}

.transport-info .fa-truck {
    font-size: 1.5rem;
}

.btn-account-type {
    color: #de5f4e;
    border-color: #de5f4e;
}

#account-type input[type='radio'],
#delivery-type input[type='radio'],
#client-address input[type='radio'],
#billing-data input[type='radio'],
#company-info input[type='radio'],
#payment-method input[type='radio'] {
    position: absolute;
    left: 6px;
    top: 13px;
}

#account-type input[type='radio']:checked + label,
#delivery-type input[type='radio']:checked + label,
#client-address input[type='radio']:checked + label,
#company-info input[type='radio']:checked + label,
#billing-data input[type='radio']:checked + label,
#payment-method input[type='radio']:checked + label {
    outline-style: inset;
    background: #de5f4e;
    color: #fff;
}

#account-type div,
#account-type label,
#delivery-type div,
#delivery-type label,
#client-address div,
#client-address label,
#company-info div,
#company-info label,
#billing-data div,
#billing-data label,
#payment-method div,
#payment-method label {
    width: 100%;
}

#account-type .white-space-wrap,
#delivery-type .white-space-wrap,
#client-address .white-space-wrap,
#billing-data .white-space-wrap,
#payment-method .white-space-wrap {
    white-space: normal;
}

.custom-control-label::before {
    background: #013950;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #de5f4e;
}

button.bg-primary:hover,
button.bg-primary:focus {
    background-color: rgba(222, 95, 78, 0.8)!important;
}

button.bg-primary:focus {
    box-shadow: 0 0 0 0.2rem #fff!important;
}

h5.transport-info {
    font-size: 1rem;
}

p.transport-cost {
    font-size: 0.9rem;
}


/* END SHOPPING-CART */

/* carousel height 100% and the other parent div wrappers*/
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
    height: 100%!important;
}

/*=============== MEDIA QUERIES ===============*/

@media (max-width: 992px) {
    #dropdownUniversal {
        background-color: #de5f4e!important;
        text-align: center !important; font-weight: bold;
    }

    #dropdownUniversal .universal-text {
        text-align: center !important;
        font-size: 28px;
        font-weight: bold;
        padding: 4px 28px;
        border: 5px solid #013950;
        border-radius: 16px !important;
        background-color: #de5f4e!important;
    }
}
@media (max-width: 576px) {
    .copyright-section {
        margin-bottom: 30px;
    }



    #carouselBanners .carousel-item img {
        max-height: 320px;
    }
}

@media (min-width: 576px) {
    .copyright-section {
        margin-bottom: 30px;
    }
    .universalDropdown .dropdown-menu {
        border-left: 1px solid #e6e6e6!important;
        border-right: 1px solid #e6e6e6!important;
    }

    .freeDelivery {
        font-size: 0.9rem;
    }

    .carBrands {
        margin: 0 -15px!important;
    }

    .request-offer-title {
        font-size: 1.5rem;
    }

    footer .contact p {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    .card-banner {
        max-height: 185px;
    }

    footer .contact p {
        font-size: 0.9rem;
    }

    .continue-shopping {
        width: unset;
    }
}

@media (min-width: 992px) {
    #dropdownUniversal {
        border: 5px solid #013950;
        border-radius: 16px !important;
        font-weight: 800;
        background-color: #de5f4e!important;
        font-size: 22px;
        padding: 10px!important;
    }
    .copyright-section {
        margin-bottom: 0;
    }
    .logo {
        max-width: 90px;
        max-height: 62px;
    }

    a.dropdown-item.home-page-dropdown {
        white-space: nowrap;
    }

    .searchBar .input-group {
        height: 48px;
    }

    .searchCode {
        height: 100%;
    }

    .searchBar,
    .universalDropdown {
        width: unset!important;
    }

    #dropdownUniversal {
        height: unset;
    }

    #navbarContent .navbar-nav {
        position: static;
        background-color: unset;
    }

    .dropdown-toggle::after {
        position: unset;
    }

    .subcategories {
        font-size: 1rem;
    }

    .engineCode-wrapper.input-group {
        height: 38px;
    }

    .request-offer-title {
        font-size: 1.75rem;
    }

    .request-offer-btn {
        font-size: 1.15rem;
    }

    /*  SHOPPING CART  */
    #account-type div,
    #account-type label,
    #delivery-type div,
    #delivery-type label,
    #billing-data div,
    #billing-data label,
    #payment-method div,
    #payment-method label{
        width: unset;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px!important;
    }

    #carouselBanners .carousel-item img {
        min-height: 390px;
    }
}
