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

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

/*
category headers in menu
 */
a.menu-column-header {
    font-weight: 800;
    color: #000 !important;
    font-size: 1.1rem;
}
.dropdown-menu.h-fit-content {
    height: fit-content !important;
    padding-bottom: 2rem;
}

/*
tiktok icon
 */
.fa-tiktok {
    background-image: url("../images/rrss/tiktok.svg");
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

/*
barra de navegación de modelos por años
 */
.navigation-modelyears {
    background-color: #b00e0a;
}
.navigation-modelyears li.modelyears-link {
    color: #FFF;
    font-weight: 800;
}
.navigation-modelyears li.modelyears-link a {
    color: #FFF;
    font-weight: 800;
}

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

/*
enlaces visitados
 */
a.visited-ducati:visited {
    text-decoration: none;
    color: #FFFFFF;
}
