/*
Correcciones/modificaciones propias de VW.
Quitar CSS del resto de stores mediante el default_head_blocks.xml de cada theme propio.
 */

/*
desplegable lifestyle vw
 */
.col-megamenu a.menu-column-header {
    font-weight: bold;
}
@media (min-width: 768px) {
    #navbarCollapse>ul.navbar-nav.mx-auto>li:nth-child(3)>div {
        height: 450px !important;
    }
}

/*
FIX precio oferta ficha de producto
 */
div.product-info-main span.special-price span.price {
    color: #008ED5 !important;
    font-size: 2rem !important;
}
body.page-with-filter.page-products span.special-price span.price {
    color: #008ED5 !important;
    font-size: 1rem !important;
}

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

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