div.breadcrumbs li.item.tm_category {
    color: #122372;
}

.pages .item.current .page {
    color: #FFFFFF;
}

.minicart-items .cart.item.message.notice, .cart.item.message.notice {
    padding-top: 15px !important;
    text-align: center;
    padding-right: 16px;
    padding-bottom: 15px;
    padding-left: 16px;
    width: 100%;
}

.minicart-items .cart.item.message.notice div, .cart.item.message.notice div {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #cart-totals .table.totals .amount span.rule-amount {
        font-size: 12px !important;
    }
}

.action.primary.checkout.action-select-shipping-item {
    padding: 11px 19px 12px;
    margin-top: 5px;
}

.payment-method .payment-method-content > div.actions-toolbar {
    bottom: -10px;
    margin-left: -36px;
    position: absolute;
}

#checkout-payment-method-load .payment-group .payment-method .payment-method-content {
    display: block;
}

.payment-method .payment-method-content > div.actions-toolbar .action.primary.checkout {
    margin: 0;
}

.ceva-special-price .price-container .price-wrapper span {
    color: #A41122;
}
.ceva-special-price-info {
    font-size: 15px;
    display: inline-block;
}

.ceva-special-price-info:before {
    content: "\e88f";
    display: inline-block;
    font-family: "Material Icons";
    font-size: 21px;
    line-height: 24px;
    padding-right: 4px;
    vertical-align: text-top;
}

.wishlist-filter-form {
    .filter-label {
        padding: 0px 0 10px 0;
        color: #122372
    }

    .wishlist-filter-reset {
        font-weight: bold;
        padding: 10px 0 0px 0;
        color: #122372
    }
}

.wishlist-filter-items {
    font-size: 12px;
    padding: 5px 0 20px 0;

    .filter-selected {
        font-weight: bold;
    }

    .wishlist-filter-row {
        margin-bottom: 3px;
    }
}

.wishlist-index-index {
    .toolbar-amount {
        display: none;
    }

    .category-navigation-image {
        float: left;
        display: inline-block;
        width: 19px;
        height: 19px;
        overflow: hidden;
        margin-top: 3px;
        margin-right: 3px;
    }

    .category-navigation-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .wishlist-toolbar {
        .pages {
            display: block;
            float: left;
        }
    }
}

.checkout-cart-index {
    .cart-products-toolbar {
        .pager {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .pager .pages {
            display: block;
            order: 1;
        }

        .pager .toolbar-amount {
            order: 2;
            position: static;
            width: auto;
            padding: 0;
            text-align: right;
        }
    }
}

.catalog-category-view {
    .category-static-block {
        color: #636363;
        margin-top: 13px;
    }

    .category-static-block .item-label {
        color: #636363;
    }

    .category-static-block a:hover .item-label {
        color: #00AEEF;
    }

    .category-static-block a:hover {
        color: #00AEEF;
    }
}
