.header__right .custom-dropdown .cart-items__item--price span {
    color: #B30707;
    margin-bottom: 10px;
    text-decoration: line-through;
    line-height: 11px;
}
.cart_discount {
    color: #AB0000;
}
.cart_discount_text {
    color: #AB0000 !important;
    text-decoration: line-through;
}
.store_button {
    padding: 15px 35px !important;
    background-color: #034146 !important;
}
.store_button:hover {
    background: #fff !important;
}

.header__right .custom-dropdown .cart__packages--item label p svg {
    margin-right: 3px;
    width: 12px;
    height: 12px;
}

.discount_text {
    color: #AB0000 !important;
    text-decoration: line-through;
}


.search_loader_animation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site_search_no_results {
    display: flex;
    justify-content: center;
}

.menu__main-links li.active a::after {
    width: 100%; 
}
.menu__main-links li.active img {
    opacity: 1; 
} 
