.menu-item-1626 > a {
    color: #a30000 !important;
}

.menu-item-5532 > a {
    color: #a30000 !important;
}

#relatedFiles li a {
     box-shadow: none;
      color: #0b249d;
   }

@media (min-width: 768px) {

  html {
    -webkit-text-size-adjust: 100%;
  }

  header .navigation-in > ul > li.ext > a {
    position: relative;
  }

  header .navigation-in > ul > li.ext > a::after {
    content: "\e900";
    font-family: 'apollo' !important;
    font-size: 5px !important; 
    line-height: 1 !important;
    color: #7c7e8f;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    display: inline-block;
  }
}


.flag.flag-discount:before {
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: none;
    background-color: #a50b1f;
    z-index: -1;
}

.flag.flag-discount:before {
    width: 76px;
    height: 36px;
    border-radius: 5px;
}

.p-image-wrapper .flags-extra .flag-discount:before {
    width: 75px;
    height: 40px;
}

.p-image-wrapper .flags-extra .flag-discount .price-save {
    font-size: 20px;
}

.p-image-wrapper .flags-extra .flag-discount .price-save sub {
    font-size: 20px;
		margin-left:3px;
}

@media (min-width: 768px) {
    .flags-extra {
        top: 0px;
        right: -20px;
    }
    
     .products-block .p-code {
        right: 5px;
        top: 15px;
}	
	}
  
  @media (max-width: 767px) {
    .columns-mobile-2 .products-block .flag.flag-discount:before {
        width: 42px;
        height: 26px;
    }

    .columns-mobile-2 .products-block .flags-extra {
        top: 0px;
        right: 0px;
    }
    
    .footer-icons .footer-icon a::before {
    width: 350px;
   
}
}

/* CTA mt*/

@media (max-width: 767px) {
    body.type-product.tg-sticky-cart-active {
        padding-bottom: 86px;
    }

    .tg-sticky-cart {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: none;
        align-items: center;
        gap: 10px;
        padding: 10px 14px calc(10px + env(safe-area-inset-bottom));
        background: #fff;
        box-shadow: 0 -4px 18px rgba(0, 0, 0, .16);
        border-top: 1px solid rgba(0, 0, 0, .08);
    }

    .tg-sticky-cart.is-visible {
        display: flex;
    }

    .tg-sticky-cart__qty {
        width: 74px;
        height: 48px;
        border: 1px solid #ddd;
        border-radius: 4px;
        text-align: center;
        font-size: 16px;
        background: #fff;
    }

    .tg-sticky-cart__btn {
        flex: 1;
        height: 48px;
        border: 0;
        border-radius: 20px;
        background: #0a249c;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
    }

    .tg-sticky-cart__btn:disabled {
        opacity: .55;
        cursor: not-allowed;
    }
}
#manufacturer-filter{display:none !important;}