.action.primary {
    color: #fff;
    background-color: #d5092e;
    border-color: #d5092e
}

.action.primary:focus,
.action.primary:hover,
.action.primary:active {
    color: #fff;
    background-color: #a80523;
    border-color: #a80523
}

.action.primary.home {
    color: #fff;
    background-color: #154e9f;
    border-color: #154e9f
}

.action.primary.home:focus,
.action.primary.home:hover,
.action.primary.home:active {
    color: #fff;
    background-color: #0f3872;
    border-color: #0f3872
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #d5092e
}

.form-cart .cart.table .item-actions .action {
    color: #154e9f;
    background-color: #fff;
    border-color: #154e9f
}

.form-cart .cart.table .item-actions .action:focus,
.form-cart .cart.table .item-actions .action:hover,
.form-cart .cart.table .item-actions .action:active {
    color: #0f3872;
    background-color: #fff;
    border-color: #0f3872
}

.form-cart .cart.main.actions .action {
    color: #fff;
    background-color: #154e9f;
    border-color: #154e9f
}

.form-cart .cart.main.actions .action:focus,
.form-cart .cart.main.actions .action:hover,
.form-cart .cart.main.actions .action:active {
    color: #fff;
    background-color: #0f3872;
    border-color: #0f3872
}

.navigation .level0 {
    margin: 0
}

.navigation .level0>.level-top {
    color: #d5092e;
    padding: 0 18px;
    border-right: 2px solid #d5092e;
    display: inline
}

.navigation .level0>.level-top:hover,
.navigation .level0>.level-top.ui-state-focus {
    color: #a80523
}

.navigation .level0>.level-top:hover span,
.navigation .level0>.level-top.ui-state-focus span {
    border-bottom: 2px solid #d5092e
}

.navigation .level0.active>.level-top,
.navigation .level0.has-active>.level-top {
    border-right: 2px solid #d5092e;
    border-bottom: none;
    color: #d5092e;
    display: inline
}

.navigation .level0.active>.level-top span,
.navigation .level0.has-active>.level-top span {
    border-bottom: 2px solid #d5092e
}

@media (max-width:767px) {

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active) {
        border-color: #d5092e
    }
}

.navigation .level0:last-child>.level-top {
    border-right: none
}

.mana-filter-block .filter-options-title {
    color: #d5092e
}

.mana-filter-block .filter-options-content .items {
    display: flex;
    flex-flow: row wrap
}

.mana-filter-block .filter-options-content .items .item {
    padding-right: 20px
}

.mana-filter-block .filter-options-content .items .item.mana-selected a,
.mana-filter-block .filter-options-content .items .item.mana-selected .count {
    color: #d5092e
}

.mana-filter-block .filter-options-content .items .item.mana-selected a::before {
    background: linear-gradient(45deg, transparent, transparent 46%, #2fa835 46%, #2fa835 54%, transparent 54%, transparent), linear-gradient(135deg, transparent, transparent 46%, #2fa835 46%, #2fa835 54%, transparent 54%, transparent)
}

.mana-filter-block .filter-options-content .items .item a::before {
    content: '';
    width: .8em;
    display: inline-block;
    height: .8em;
    position: relative;
    top: 2px;
    border-width: 1px;
    border-style: solid;
    margin-right: 3px
}

.columns {
    display: flex
}

.column.main .product-items {
    margin-left: 0
}

.block-compare {
    display: none
}

.block.vaproducts .item {
    margin-top: 1em;
    margin-left: .5em
}

.products.wrapper~.toolbar {
    display: none
}

.toolbar-products .limiter {
    display: none
}

.toolbar-products .sorter {
    display: none
}

.toolbar-products .toolbar-amount {
    padding-top: 3px
}

.product-item .price-box {
    display: none
}

.product-table-tocart {
    display: block;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0
}

.product-table-tocart .actions-primary {
    display: flex;
    justify-content: flex-end
}

.column.main {
    height: 100%
}

.products.table .table-wrapper {
    border: 1px solid #000
}

.products.table h2 {
    border-top: 1px solid #ccc;
    padding-top: 3.5rem;
    margin-top: 3.5rem
}

.products.table h2:first-child {
    border-top: none;
    padding-top: 0
}

.products.table .product-items {
    border-collapse: collapse;
    text-align: center
}

.products.table .product-items .product-item-link {
    width: 100%
}

.products.table .product-items>* {
    border-bottom: 1px solid #000
}

.products.table .product-items>*:last-child {
    border-bottom: none
}

.products.table .product-items>*>* {
    border-right: 1px solid #000;
    padding: 3.33333333px
}

@media (min-width:920px) {
    .products.table .product-items>*>* {
        padding: 10px
    }
}

.products.table .product-items>*>*:last-child {
    border-right: none
}

.products.table .product-items .table-header {
    background-color: rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
    font-size: initial
}

.products.table .product-items .table-header .primary {
    background-color: rgba(15, 56, 113, 0.8);
    color: #fff
}

.products.table .product-items .product-item.unavailable {
    background-color: rgba(0, 0, 0, 0.07000000000000001)
}

.products.table .product-items .product-item-name-inner {
    display: flex;
    justify-content: space-between
}

.products.table .product-items .product-item-name-inner>.product-item-link {
    color: #333;
    text-decoration: none;
    font-weight: 700
}

.products.table .product-items .product-image-container {
    display: block;
    margin: auto
}

.products.table .product-items .product-item-actions select {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.4)
}

.products.table .product-items .product-item-name {
    max-width: 220px
}

@media screen and (max-width:859px) {

    .products.table .product-items .table-header-zinc,
    .products.table .product-items .product-item-zinc {
        display: none
    }
}

@media screen and (max-width:759px) {

    .products.table .product-items .table-header-category,
    .products.table .product-items .product-category-container {
        display: none
    }
}

.footer.content {
    display: flex;
    flex-flow: row wrap
}

.footer.content>*,
.footer.content>ul {
    flex: 1 1 auto;
    margin-bottom: 20px
}

.footer.content>.copyright {
    flex: 0 0 100%
}

.footer.content>.availability-legend .legend-item {
    margin-bottom: .5em
}

.footer.content>.availability-legend .legend-item .legend-image {
    vertical-align: top;
    margin-right: .2em
}

.ui-tooltip {
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    padding: .25em .5em
}

.block-minicart .items-total {
    float: none;
    text-align: center
}

.block-minicart .minicart-items .product-item:last-child {
    padding-bottom: 0
}

.minicart-wrapper .counter.qty {
    display: none
}

.va-inline,
.va-inline-block,
.va-product-actions,
.va-action,
.va-action .form {
    display: flex;
    flex-flow: row wrap
}

.va-action {
    justify-content: center
}

.va-inline-block {
    align-items: center
}

.va-inline-block>* {
    flex: 0 0 100%
}

@media (min-width:700px) {
    .va-inline-block>* {
        flex: 1 1 0
    }
}

.va-inline>* {
    flex: 1 1 0
}

.va-inline .art {
    color: #154e9f
}

.va-inline .breadcrumbs {
    text-align: right
}

.va-description .qtyincrement {
    display: inline
}

.va-description .qty-block {
    padding-top: 1em;
    display: table;
    color: #154e9f
}

.va-description .qty-block>* {
    display: table-row
}

.va-description .qty-block>*>* {
    display: table-cell;
    padding-right: 1em
}

.va-action {
    margin-top: 3em
}

.va-action .stock.unavailable>* {
    display: block
}

.va-media .gallery-placeholder {
    margin-bottom: 3em
}

.va-media .gallery-placeholder .loading-mask {
    padding-bottom: 100px
}

.va-media .fotorama-item .fotorama__stage {
    left: 0 !important
}

.va-media .fotorama-item .fotorama__nav-wrap--vertical {
    left: auto;
    left: unset;
    right: 0
}

.page-title-wrapper .page-title {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.checkout-container .col-price {
    display: none
}

.checkout-container .cart-price {
    display: none
}

.checkout-container .opc-block-summary .table-totals {
    display: none
}

.checkout-payment-method .payment-option .payment-option-title .action-toggle::after {
    display: none
}

.checkout-payment-method .payment-option._collapsible .payment-option-content {
    display: block !important
}

.cart.item .item-actions .actions-toolbar .gift-options-cart-item {
    display: none
}

.cart.item .item-actions .actions-toolbar .action.action-edit {
    display: none
}

.cms-home .page-main {
    display: flex;
    flex-direction: column
}

.cms-home .page-main .columns {
    flex-grow: 1
}

.cms-home .column.main {
    display: flex;
    flex-flow: column wrap
}

.cms-home .column.main .block-category-link {
    flex: 0 0 100%;
    margin-bottom: 0
}

@media (min-width:350px) {
    .cms-home .column.main .block-category-link {
        flex: 0 0 50%
    }
}

.cms-home .column.main .block-category-link a {
    display: flex;
    height: calc(100% - 10px);
    justify-content: center;
    align-items: center;
    margin: 5px;
    font-size: 1.4em
}

@media (min-width:350px) {
    .cms-home .column.main .block-category-link a {
        font-size: 1.6em
    }
}

@media (min-width:768px) {
    .cms-home .column.main .block-category-link a {
        font-size: 1.8em
    }
}

.va-cms-categories {
    flex: 1 0 auto;
    display: flex;
    flex-flow: row wrap
}

.va-cms-categories a.action.primary.home {
    background-color: #d5092e;
    border-color: #d5092e;
    border-radius: 0
}

.va-cms-categories a.action.primary.home:focus,
.va-cms-categories a.action.primary.home:hover,
.va-cms-categories a.action.primary.home:active {
    background-color: #a80523;
    border-color: #a80523
}

.product-archive-files .text-left {
    text-align: left
}

.product-archive-files .text-right {
    text-align: right
}

.product-archive-files td {
    padding: 0 5px
}

.productchange #product-selection .archived {
    background-color: #ffb8b8
}

li>a[href$="/review/customer/"],
li>a[href$="/downloadable/customer/products/"],
li>a[href$="/vault/cards/listaction/"] {
    display: none !important
}

.table-order-items .col.total {
    display: none !important
}

.block .box-billing-address {
    display: none !important
}

.block .box-shipping-address,
.block .box-address-shipping {
    float: none !important;
    width: 100% !important
}

#shopping-cart-table .col.price,
#shopping-cart-table .col.subtotal {
    display: none !important
}

.checkout-payment-method .payment-methods .step-title {
    display: none
}

.payment-option.discount-code {
    display: none !important
}

.payment-method .payment-method-content {
    padding-left: 0 !important
}

.payment-method .payment-method-billing-address {
    display: none !important
}

.customer-account-login .nav-sections-items {
    display: none !important
}

.sales-order-view .action.print {
    display: none !important
}

.form-address-edit .field.set.billing {
    display: none !important
}

.block.items-in-cart .title::after {
    display: none !important
}

.block.items-in-cart .content.minicart-items {
    display: block !important
}

.login-container .block {
    float: none;
    width: 100%
}