
body {
    font-family: 'Helvetica', sans-serif;
}


/*
logo
 */
.navbar-brand img {
    height: auto !important;
    width: auto !important;
    max-width: 120px;
}
@media screen and (min-width: 480px) {
    .navbar-brand img {
        height: auto !important;
        width: auto !important;
        max-width: initial;
    }
}
@media screen and (min-width: 769px) {
    .navbar-brand img {
        height: auto !important;
        width: auto !important;
        max-width: initial;
    }
}


/*
barra de navegación de modelos por años
 */
.navigation-modelyears {
    background-color: #1E1E1E;
}

.navigation-modelyears li.modelyears-link {
    color: #FFF;
}

.navigation-modelyears li.modelyears-link a {
    color: #FFF;
}

/*
botones y enlaces
 */
.btn.btn-secondary {
    color: #1E1E1E;
    background-color: #FFD54F;
    border-color: #FFD54F
}

button.action-primary,
button.action.primary,
button.action-primary:hover,
button.action.primary:hover,
button.action-primary.action-accept,
button.action-primary.action-accept:hover {
    color: #fff;
    background-color: #1E1E1E;
    border-color: #1E1E1E
}

button.btn-outline-secondary {
    color: #1E1E1E !important;
    border-color: #1E1E1E !important;
}

button.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #1E1E1E !important;
    border-color: #1E1E1E !important;
}

a.action.viewcart,
a.action.viewcart:hover,
a.action.back,
a.action.back:hover {
    color: #1E1E1E;
}

.minicart-items .product-item-details .product-item-name a,
.minicart-items .product-item-details .product-item-name a:hover {
    color: #1E1E1E;
    text-underline: none;
    text-decoration: none;
}

/*
ocultar social link pagina producto
 */
div.product-social-links {
    display: none;
}

/*
barra de navegación header general
 */
ul.navbar-nav.mx-auto {
    font-size: 1rem;
}
nav.navbar #navbarCollapse .dropdown-menu {
    margin-top: -60px !important;
    padding-bottom: 50px;
}
nav.navbar #navbarCollapse .dropdown-menu .card-body.brp-card-body {
    background-color: #FFFFFF;
}
a.text-dark.menu-column-header {
    font-weight: bold;
}
div.col-6.col-md-2.text-center.mb-10 div.col-megamenu div.mb-3 {
    text-align: left;
}
li.list-styled-item.merchan-styled-item {
    padding: 2px 0;
    text-align: left;
}
.dropdown-menu.h-fit-content {
    height: fit-content !important;
}
li.merchan-styled-item {
    font-size: 1rem;
}
/*
tabs información página de producto
 */
main#maincontent .product.info .data .active {
    border-bottom: 3px solid #FFD54F;
}

/*
FIX precio oferta ficha de producto
 */
div.product-info-main span.special-price span.price {
    color: #FFD54F !important;
    font-size: 2rem !important;
}

body.page-with-filter.page-products span.special-price span.price {
    color: #FFD54F !important;
    font-size: 1rem !important;
}

/*
FIX precio final los mas vendidos
 */
#most-selled span.special-price span.price {
    color: #FFD54F !important;
}

/**
fix banners
 */
div.bg-cover.swiper-slide {
    background-size: contain !important;
    background-color: rgb(0, 0, 0) !important;
}
