/* Sale Category Bug Fix & Sale Price Text Colour Update - BAU-4865 & BAU-6705 */
.no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .sale-category>.category-link.level-1-link,
.sale-category>.category-link,
.product-tile .price-range .product-sales-price,
.product-tile .price-range .percent-off,
.product-tile .product-discounted-price .product-sales-price,
.product-tile .product-discounted-price .percent-off,
.product-detail .product-price .product-sales-price {
    color: #f40000;
}


/* .navigation-wrapper .level-1-list .level-1-item.christmas-class .level-1-link.category-link,
.navigation-wrapper .level-1-list .level-1-item.christmas-class .level-1-link.category-link:hover {
    color: #987338;
} */

.main-menu-sale-link {
  color: red !important;
}

.no-touch .has-dark-background.transparent-background:not(.has-reduced-header).home-page .level-1-link.main-menu-sale-link,
.no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .pt_category_landing .level-1-link.main-menu-sale-link,
.no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .pt_content .level-1-link.main-menu-sale-link {
  color: red;
}

@media only screen and (min-width: 767px) {

    /* Updating colour of shipping promo banner - BAU-4866 */
    .header-slot-holder {
        background: #333;
        color: #fff;
    }

    .header-slot-control {
        background: #333;
        color: #fff;
    }

    .desktop-text-white {
        color: #fff;
    }

    .desktop-text-bannerred {
        color: #FF5656;
    }

    /* .no-touch .has-dark-background.transparent-background:not(.has-reduced-header).home-page .header-main-content:hover .navigation-wrapper .level-1-list .level-1-item.christmas-class .level-1-link.category-link,
    .no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .pt_category_landing .header-main-content:hover .navigation-wrapper .level-1-list .level-1-item.christmas-class .level-1-link.category-link,
    .no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .pt_content .header-main-content:hover .navigation-wrapper .level-1-list .level-1-item.christmas-class .level-1-link.category-link {
      color: #987338;
    } */

    .no-touch .has-dark-background.transparent-background:not(.has-reduced-header).home-page .header-main-content:hover .level-1-link.main-menu-sale-link,
    .no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .pt_category_landing .header-main-content:hover .level-1-link.main-menu-sale-link,
    .no-touch .has-dark-background.transparent-background:not(.has-reduced-header) .pt_content .header-main-content:hover .level-1-link.main-menu-sale-link {
      color: red;
    }
}
