.page-header .panel.wrapper,
.main-panel-top {
    background-color: #171717;
}

.submenu {
    z-index: 1000 !important;
}

.page-header.type9 .header-main {
    background: rgba(200, 200, 200, 0.3);
}

.cms-home {
    max-width: 1200px;
    margin: 0 auto;
}

/* NOTE: likely selector bug — 'nav-sections' is a class, not an element; should be '.sections.nav-sections' */
.sections nav-sections {
    background-color: #c4221e;
}

.footer .block-title {
    border: 0 none;
    font-size: 16px;
    font-weight: bold;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 27px 0 35px;
    text-transform: uppercase;
    color: white;
}

.logo-in-footer {
    width: 114px;
}

.product-info-main {
    position: relative;
}

.product-info-main .stock-info {
    position: absolute;
    right: 0;
}

.product-info-main .stock-info span {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 0 10px;
}

#product-addtocart-button {
    color: #fff;
    background-color: #c4221e;
}

.product-item-info .price-excluding-tax,
.product-item-info .price-excluding-tax .price {
    color: #da3838 !important;
}

#product-addtocart-button:hover {
    color: #fff;
    background-color: #c4221e;
}

.product-info-main .short-description {
    font-size: 13px;
    color: #252525;
    margin: 0;
    line-height: 24px;
}

/* removed duplicate — was declared twice identically */
.product-info-main .old-price {
    display: block !important;
}

.product-info-main .price-excluding-tax {
    display: inline !important;
    color: #da3838;
}

.product-info-main .price-including-tax {
    display: inline !important;
}

.footer-middle {
    color: white;
}

.wishlist {
    display: none;
}

#search {
    display: inline-block;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    font-size: 100%;
    margin: 0;
    line-height: 39px;
    height: 39px;
    padding: 0 10px;
    width: 100%;
    outline: none;
}

.page-main-inner {
    padding-top: 20px;
}

.color-green {
    color: #4CAF50;
}

/* merged two duplicate .service blocks; effective hover color is #ff8400 */
.service {
    padding: 19px 0;
    font-size: 12px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.service .service-item {
    padding: 20px 20px 20px 28px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    overflow: hidden;
}

.service .service-item .icon {
    width: 92px;
    height: 92px;
    float: left;
}

.service .service-item .info {
    padding-left: 110px;
}

.service .service-item .info p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: normal;
}

.service .service-item h3 {
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
}

.service .service-item .info a {
    border-bottom: 1px solid transparent;
    font-size: 14px;
    color: #36c;
    padding-top: 10px;
    display: inline-block;
    line-height: normal;
}

.service .service-item .info a:after {
    content: '\f101';
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 10px;
}

.service .service-item .info a:hover {
    border-color: #ff8400;
    color: #ff8400;
}

.schemecontainerwrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

.schemecontainer .dot {
    position: absolute;
    padding: 1px 6px;
    background: #e0e0e0;
    border: 1px solid #c4221e;
    border-radius: 3px;
    transition: all 0.5s;
}

.schemecontainer .dot:hover {
    background: #c4221e;
    border: 1px solid #333;
    color: #fff;
}

.schemecontainer .dot input[type='checkbox'] {
    margin: 0;
    padding: 0;
}

.schemecontainer .dot a:hover {
    color: #fff;
}

.schemecontainer .dot span {
    padding: 0 2px 0 3px;
    display: inline-block;
}

.subchildmenu {
    margin-left: 5px;
}

.subchildmenu a span {
    text-transform: capitalize !important;
}

header .ul-level-3 {
    display: none;
}

header .ui-menu-item.parent {
    position: relative;
}

header .ui-menu-item span {
    text-wrap: nowrap;
}

/* show nested submenu on hover */
header .ui-menu-item:hover > ul.ul-level-3.last-level {
    left: 50%;
    top: 20px;
    display: block;
    position: absolute;
    z-index: 1000;
    background: white;
    padding: 10px;
    border: 1px solid #ccc;
}

.col.item {
    max-width: 80%;
}

.col.item .product-item-name {
    text-wrap: wrap;
    display: inline-block;
}

.paypal-express-in-context-mini-cart-container,
#paypal-smart-button {
    display: none !important;
}

.block-minicart .subtotal .label:after,
.minicart-items .details-qty .label:after,
.minicart-items .price-minicart .label:after,
.order-details-items .order-gift-message .label:after,
.order-details-items .block-order-details-gift-message .label:after,
.block-wishlist-management .wishlist-select .wishlist-name-label:after {
    content: '' !important;
}

.product-info-main .price-final_price .price {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 700;
}

.product-info-main .product-options-bottom .price-box .price-including-tax+.price-excluding-tax .price,
.product-info-main .product-info-price .price-box .price-including-tax+.price-excluding-tax .price {
    font-size: 1.1rem;
    line-height: 16px;
    font-weight: 600;
}

.product.attribute.overview {
    display: none !important;
}

.products .product-item-info {
    text-align: left;
}

.products-related .price-including-tax+.price-excluding-tax::before {
    font-size: 1rem;
    line-height: 1.4rem;
    display: inline-block;
}

.products-related.small-list.products-grid .product-items .price {
    font-size: 1rem;
    display: inline-block;
    line-height: 1.4rem;
    vertical-align: baseline;
}

.products-related .price-container .price-including-tax+.price-excluding-tax {
    font-size: 1rem;
}

.products-related.small-list .product-items .product-item-details .product-item-actions {
    display: block !important;
}

.search-area .block.block-search {
    border-radius: 0 !important;
    border-color: var(--theme-color) !important;
}

/* removed duplicate flex/-ms-flex declarations and outdated -ms-flex prefix */
.small-list.products-grid .product-items .product-item-info .product-item-photo {
    width: 122px !important;
    flex: 0 0 122px !important;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 0;
    box-shadow: none;
    min-height: auto;
}

@media (min-width: 1200px), print {
    .products-grid.columns3 .product-item {
        width: 33.33333333% !important;
    }
}

.product-item-info:hover .product-item-photo:not(.porto-tb-featured-image):hover,
.product-item-info:hover .product-item-photo:not(.porto-tb-featured-image) {
    box-shadow: none !important;
}

.products-grid .product-item .product-item-info {
    border: 1px solid #e2e2e2;
}

.products-grid .product-item .product-item-info:hover {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}

.product-item-details {
    padding: 0 10px;
}

.product-item-info:hover .product-item-details .product-item-actions .tocart {
    background-color: #c4221e !important;
    border-color: #c4221e !important;
    color: #fff;
}

[data-price-type=oldPrice] {
    display: none !important;
}

[data-price-type=finalPrice] .price {
    font-size: 1.3rem !important;
}

[data-price-type=basePrice] .price,
[data-price-type=basePrice]::before {
    font-size: 0.9rem !important;
}

/* hide price on checkout for shipping method */
.table-checkout-shipping-method .col-price,
#label_method_calcshipment_calcshipment,
#label_method_freeshipping_freeshipping {
    display: none;
}

/* price in checkout netto */
.opc-block-summary .grand.incl+.grand.excl .mark,
.opc-block-summary .grand.incl+.grand.excl .amount {
    font-size: 1.1rem;
}

@media (min-width: 992px), print {
    .shipping-address-items {
        .shipping-address-item {
            width: 49% !important;
        }
    }
}

@media (max-width: 767px) {
    .logo {
        max-width: 120px !important;
        z-index: auto;
    }
}

@media (max-width: 991px) {
    .search-area.show-icon-tablet .block.block-search {
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        top: 71px !important;
    }

    .search-area.show-icon-tablet {
        position: unset !important;
    }
}

.mobile-hint-menu {
    display: none;
}

@media (max-width: 575px) {
    .product-item-details {
        padding: 0 5px;
    }

    .mobile-hint-menu {
        display: block;
    }

    .main-panel-top .header-left {
        display: none !important;
    }

    .main-panel-top {
        height: 0 !important;
    }

    .page-header.type9 .panel.wrapper {
        min-height: 0 !important;
    }

    .schemecontainer .dot {
        padding: 0;
        margin: 0;
        border: 0;
        line-height: 7px;
    }

    .schemecontainerwrapper {
        padding-bottom: 30px;
    }

    #schemecontainer {
        margin: -20px;
    }
}

.checkout-cart-index .block-content,
.checkout-cart-index .block.crosssell {
    width: 100% !important;
}

/* shopping cart */

/* cart summary below the table; cart-summary appears first in DOM — flexbox order enforces correct sequence */
.cart-container {
    display: flex !important;
    flex-direction: column !important;
}

.cart-container .form-cart,
.cart-container .cart-gift-item {
    order: 1;
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
}

.cart-summary {
    order: 2;
    width: 100% !important;
    float: none !important;
    padding: 24px 10px !important;
    margin-top: 20px;
}

.cart-totals tbody .grand.totals .mark,
.cart-totals tfoot .grand.totals .mark {
    font-size: 16px;
}

.cart-totals tbody .grand.totals .amount,
.cart-totals tfoot .grand.totals .amount {
    font-size: 19px;
}

.cart.table-wrapper .product-item-photo {
    max-width: 65px !important;
}

.cart-summary > .title {
    text-align: center !important;
}

/* removed dead .actions-toolbar { padding-top: 10px } — overridden 80 lines later */
.actions-toolbar {
    padding-top: 0;
}

.actions-toolbar .action {
    width: 35px;
    height: 35px;
    border: 1px solid #e7e7e7 !important;
    border-radius: 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.order-actions-toolbar .action {
    width: auto !important;
    padding: 2px 10px;
}

.actions-toolbar > .secondary .action.back {
    padding: 2px 10px;
}

.order-actions-toolbar .action.order {
    float: left;
}

.cart.table-wrapper .actions-toolbar {
    display: inline-flex;
}

.cart.table-wrapper .actions-toolbar > .action {
    position: static !important;
    width: auto !important;
    padding: 2px 10px;
    border-radius: 0 !important;
    margin: 0;
    border-right-width: 0 !important;
}

.cart.table-wrapper .actions-toolbar > .action:first-child {
    border-radius: 3px 0 0 3px !important;
}

.cart.table-wrapper .actions-toolbar > .action:last-child {
    border-radius: 0 3px 3px 0 !important;
    border-right-width: 1px !important;
}

.cart.table-wrapper .col.subtotal {
    text-align: left;
}

.block.crosssell .product-item-info {
    display: flex !important;
    align-items: center !important;
}

.block.crosssell .product-item-photo {
    margin-bottom: 0 !important;
}

.block.crosssell .product-item-details {
    padding-top: 0 !important;
}

.products .product-item .qty.field .control,
.col.qty .control {
    align-items: center !important;
}

.products .product-item input[type="checkbox"] {
    margin: 0 !important;
}

.products .product-item sub {
    font-size: initial;
}

.product-item-info .product-item-details .price-box {
    margin-bottom: 0;
}

.product-item-details .info {
    padding: 20px 0;
    max-width: 70%;
}

.product-item-details .info .product-item-name a {
text-overflow: unset;
white-space: normal;
}

.products .product-item-name a {
    white-space: normal;
    font-size: .8rem;
}

.grid .tocart {
    margin-top: 10px;
}

.filterproducts.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.products-grid .product-item {
    display: flex;
    padding: 0.5em;
}

.product.details sub {
    font-size: 100%;
}

@media (max-width: 1200px) {
    form.form-cart {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    form.form-cart td {
        flex-basis: initial !important;
    }

    form.form-cart tr.item-info {
        display: flex;
        flex-direction: column;
    }

    .product.details.product-item-details {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        flex-shrink: initial;
    }

    .product-item-name a {
        white-space: initial;
    }

    .col.item .product-item-name {
        text-align: center;
    }

    .cart.table-wrapper .item .col.item {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    td.col.aaaa {
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    td.col.aaaa i {
        margin-right: 5px;
    }

    /* mobile: subtotal column left-aligned */
    #shopping-cart-table tbody td.col.subtotal {
        align-items: flex-start;
    }
}

/* merged two duplicate .cart.table-wrapper .product-item-details declarations */
@media (max-width: 576px) {
    .cart.table-wrapper .product-item-details {
        text-align: left;
        padding-top: 0;
        align-items: flex-start;
        flex-shrink: initial;
        min-width: 166px;
    }

    .cart.table-wrapper .product-item-photo {
        margin: initial;
        margin-bottom: 15px;
    }

    .product-item-photo img {
        max-width: 100px !important;
    }

    .product-item-name a {
        white-space: initial !important;
    }
}

.vertical-tabs {
    display: flex;
    flex-direction: row; /* Align items horizontally */
}

.vertical-tabs .tabs {
    flex-direction: column; /* Make tabs stack vertically */
    width: 20%; /* Adjust tab width */
}

.vertical-tabs .tabs .tab {
    margin-bottom: 10px;
}

.vertical-tabs .tabs-content {
    width: 80%; /* Adjust content width */
}

/* 22.01.2025 tabs */
@media (min-width: 769px), print {
    .product.data.items {
        width: 100% !important;
    }

    .product.data.items > .item.title {
        float: none !important;
        width: 20% !important;
    }

    .product.data.items > .item.content {
        width: 70% !important;
        transform: translateY(-82px) !important;
    }
}

.vertical-tabs
.data.item {
    border-color: #dfdfdf;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.filter-options-title::after {
    content: "\e81c";
    font-family: 'porto-icons';
    font-size: 17px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.filter-options-title {
    font-size: 13px !important;
    color: #777 !important;
}

/* mini-cart: net price stays small */
#mini-cart .price-excluding-tax:before,
#mini-cart .price-excluding-tax .minicart-price .price {
    font-size: 12px !important;
    color: #c4221e;
}

/* Cart table: top-align cells in both table-row and flex-row contexts */
#shopping-cart-table td {
    vertical-align: top;
}

#shopping-cart-table tr.item-info {
    align-items: flex-start;
}

#shopping-cart-table td.col.subtotal .actions-toolbar {
    order: 3;
    margin-top: 4px;
}

.opc-block-summary .price-excluding-tax {
    display: none !important;
}

/* removed exact duplicate block; kept single declaration */
.main-panel-top,
.main-panel-top .panel.wrapper {
    background-color: #58585a !important;
    color: white !important;
}

@media (max-width: 575px) {
    .main-panel-top,
    .main-panel-top .panel.wrapper {
        background-color: transparent !important;
    }
}

.page-header .panel.wrapper::after {
    border: 0 !important;
}

.page-main .page-title-wrapper {
    padding: 25px 0;
}

#bss-fastorder-form .bss-search-bar {
    width: 100% !important;
    max-width: 100% !important;
}

#bss-fastorder-form .bss-search-input {
    width: 100% !important;
    max-width: 100% !important;
    padding: 5px 10px;
}

#bss-fastorder-form table td.bss-fastorder-row-qty .product_qty {
    background: none !important;
}

#bss-fastorder-form * {
    font-size: 1rem !important;
}

#bss-fastorder-form table td {
    text-align: right;
}

.bss-fastorde-bottom .multiple-wishlist {
    padding: 10px;
}

.bss-fastorde-bottom tr td .multiple-wishlist #bss-access-multiple {
    right: 5px;
    top: 5px;
}

#bss-fastorder-form tfoot button,
#bss-fastorder-form .foot1 button {
    box-shadow: none;
    border: none;
    padding: 15px 30px;
    font-size: 15px;
    letter-spacing: -.015em;
    color: #fff;
    background-color: #222529;
    border-radius: 0 !important;
}

.cms-fast-order .messages {
    display: none !important;
}

.bss-fastorde-bottom .primary {
    line-height: 0 !important;
}

#bss-access-multiple,
.bss-fastorde-bottom tr td .multiple-wishlist,
#bss-fastorder-form .bss-search-input,
#bss-fastorder-form .bss-fastorder-autocomplete2 .bt-search-template2 button {
    border-radius: 0 !important;
}

.cms-fast-order .page-title-wrapper {
    display: none !important;
}

.cms-fast-order input {
    border-color: #222529 !important;
    color: #222529 !important;
}

.sw-megamenu1.navigation > ul {
    position: relative;
}

.sw-megamenu1.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
}

.sw-megamenu1.navigation .open-children-toggle {
    display: none;
}

.sw-megamenu1.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
}

.sw-megamenu1.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
}

.sw-megamenu1.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
}

.sw-megamenu1.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
}

.sw-megamenu1.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
}

.sw-megamenu1.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
}

.sw-megamenu1.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
}

.sw-megamenu1.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
}

.sw-megamenu1.navigation a:hover > span > span.cat-label {
    text-decoration: none;
}

.sw-megamenu1.navigation li > a > span {
    position: relative;
    padding-left: 5px;
}

.sw-megamenu1.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
}

.sw-megamenu1.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
}

.sw-megamenu1.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
}

.sw-megamenu1.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
}

.sw-megamenu1.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
}

.sw-megamenu1.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
}

.sw-megamenu1.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    left: -35px;
}

.sw-megamenu1.navigation li .subchildmenu li > a > span > span.cat-label:before {
    right: -6px;
    bottom: 3px;
}

.sw-megamenu1.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
}

.sw-megamenu1.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
}

.sw-megamenu1.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
}

.sw-megamenu1.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
}

.sw-megamenu1.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
}

.sw-megamenu1.navigation li.level0.fl-left {
    float: left;
}

.sw-megamenu1.navigation li.level0.fl-right {
    float: right;
}

.sw-megamenu1.navigation li.level0.fl-right.staticwidth .submenu {
    right: auto;
    left: 0;
    border-radius: 0;
}

.sw-megamenu1.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
}

.sw-megamenu1.navigation li.level0 .submenu > ul {
    margin-top: 0;
}

.sw-megamenu1.navigation li.level0 .submenu > ul:before,
.sw-megamenu1.navigation li.level0 .submenu > ul:after {
    display: none;
}

.sw-megamenu1.navigation li.level0.parent > .submenu.popup-left {
    right: auto;
    left: 0;
    border-radius: 0;
}

.sw-megamenu1.navigation li.level0.fullwidth {
    position: static;
}

.sw-megamenu1.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
}

.sw-megamenu1.navigation li.level0.fullwidth > .submenu,
.sw-megamenu1.navigation li.level0.staticwidth > .submenu {
    padding: 0 0 0 25px;
    right: 0;
}

.sw-megamenu1.navigation li.level0.fullwidth .submenu li.parent > a:after,
.sw-megamenu1.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
}

.navigation .level0 .submenu .active > a {
    background-color: white !important;
    color: #c4221e !important;
    border-color: white !important;
    border-width: 0 !important;
}

.sw-megamenu1.navigation li.level0.fullwidth .submenu li.level1 > a,
.sw-megamenu1.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    color: #333;
    text-transform: unset;
    padding-bottom: 5px;
}

/* NOTE: '.sw.meagamenu.navigation' is a likely typo — should be '.sw-megamenu1.navigation' */
.sw-megamenu1.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
.sw.meagamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
}

.sw-megamenu1.navigation li.level0.fullwidth .submenu a,
.sw-megamenu1.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
}

.sw-megamenu1.navigation li.level0.fullwidth .submenu a:hover > span,
.sw-megamenu1.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: unset !important;
}

.sw-megamenu1.navigation li.level0.fullwidth .submenu .menu-top-block,
.sw-megamenu1.navigation li.level0.fullwidth .submenu .menu-left-block,
.sw-megamenu1.navigation li.level0.fullwidth .submenu .menu-right-block,
.sw-megamenu1.navigation li.level0.fullwidth .submenu .menu-bottom-block,
.sw-megamenu1.navigation li.level0.staticwidth .submenu .menu-top-block,
.sw-megamenu1.navigation li.level0.staticwidth .submenu .menu-left-block,
.sw-megamenu1.navigation li.level0.staticwidth .submenu .menu-right-block,
.sw-megamenu1.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
}

.sw-megamenu1.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
.sw-megamenu1.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
}

.sw-megamenu1.navigation li.level0.classic .submenu {
    padding: 5px 0;
}

.sw-megamenu1.navigation li.level0.classic .submenu > .row {
    margin: 0;
}

.sw-megamenu1.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
}

.sw-megamenu1.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
}

.sw-megamenu1.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 6;
}

.sw-megamenu1.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    right: auto;
    left: 100%;
    border-radius: 0;
}

.sw-megamenu1.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sw-megamenu1.navigation li.level0.classic li.parent a > span {
    margin-left: auto;
}

.sw-megamenu1.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    right: auto;
    left: 100%;
    border-radius: 0;
}

.sw-megamenu1.navigation li.level0.classic .submenu,
.sw-megamenu1.navigation li.level0.classic .subchildmenu .subchildmenu {
    right: 0;
}

.sw-megamenu1.navigation li.level0.staticwidth .submenu {
    right: 0;
}

.sw-megamenu1.navigation li.level0 > em,
.sw-megamenu1.navigation li.level0 i {
    color: inherit;
    margin-left: .5rem;
}

/* side mega menu */
.sw-megamenu1.navigation.side-megamenu {
    padding: 0;
}

.sw-megamenu1.navigation.side-megamenu li {
    margin: 0;
    position: relative;
}

.sw-megamenu1.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
}

.sw-megamenu1.navigation.side-megamenu li.parent > a:before {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: -2px;
    transform: rotate(180deg);
    line-height: inherit;
}

.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    margin-right: -2px;
    margin-left: 0;
}

.sw-megamenu1.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
    display: inline-block;
    font-family: 'porto-icons';
}

.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
}

.sw-megamenu1.navigation.side-megamenu li.level0.classic > .submenu {
    right: 100% !important;
    top: 0;
    padding: 5px;
}

.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    right: auto !important;
}

.sw-megamenu1.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
}

.sw-megamenu1.navigation ul {
    background-color: white !important;
}

.navigation.sw-megamenu1 .level0.parent.active .submenu,
.navigation.sw-megamenu1 .level0.parent.is-open .submenu {
    position: relative !important;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    padding: 5px 12px 5px 14px;
    color: inherit;
}

.sw-megamenu1.navigation .level0 .submenu {
    min-width: unset;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
}

.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: left;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-right: 10px;
    padding: 0 2px;
    top: 0;
    left: 0;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-left-color: #0cc485;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-left-color: #eb2771;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-left-color: #0ae3eb;
}

.sw-megamenu1.navigation.side-megamenu li.level0 > a > em,
.sw-megamenu1.navigation.side-megamenu li.level0 > a > i {
    color: inherit;
    margin-left: .5rem;
}

.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0 > a > em,
.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0 > a > i {
    margin-right: .5rem;
    margin-left: 0;
}

.sw-megamenu1.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
}

.sw-megamenu1.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
}

.page-layout-2columns-right .sw-megamenu1.navigation.side-megamenu li.level0 > .submenu::before {
    border-right: 12px solid #fff;
    left: -12px;
    right: auto;
    border-left: none;
}

.sw-megamenu1.navigation.side-megamenu li.level0.active {
    background-color: #fff;
    color: #c4221e;
}

.sw-megamenu1.navigation.side-megamenu li.level0.active + .level0 > a {
    border-top: 0;
}

/* 1) highlight active menu item */
.sw-megamenu1.navigation li.is-active > a,
.sw-megamenu1.navigation li.active > a,
.sw-megamenu1.navigation li.current > a {
    background-color: #fff;
    color: #c4221e;
}

/* 2) show submenus for active/open nodes */
.sw-megamenu1.navigation li.active > .submenu.level0 {
    display: block;
    visibility: visible;
    opacity: 1;
}

.sw-megamenu1.navigation .submenu.level0 li .level2.parent .ul-level-3 {
    display: none;
}

/* 4) side menu: rotate arrow on open nodes */
.sw-megamenu1.navigation.side-megamenu li.level0.parent > a:after {
    transition: transform .2s ease;
}

.sw-megamenu1.navigation.side-megamenu li.level0.parent.is-open > a:after,
.sw-megamenu1.navigation.side-megamenu li.level0.parent.active  > a:after,
.sw-megamenu1.navigation.side-megamenu li.level0.parent.current > a:after {
    transform: rotate(90deg);
}

.page-layout-2columns-right
.sw-megamenu1.navigation.side-megamenu li.level0.parent.is-open > a:after,
.page-layout-2columns-right
.sw-megamenu1.navigation.side-megamenu li.level0.parent.active  > a:after,
.page-layout-2columns-right
.sw-megamenu1.navigation.side-megamenu li.level0.parent.current > a:after {
    transform: rotate(-90deg);
}

/* 5) minor adjustment for active labels */
.sw-megamenu1.navigation li.is-active > a > span.cat-label,
.sw-megamenu1.navigation li.active    > a > span.cat-label,
.sw-megamenu1.navigation li.current   > a > span.cat-label {
    filter: brightness(1.05);
}

.sw-megamenu1.navigation ul.subchildmenu .parent .subchildmenu {
    display: none;
}

.sw-megamenu1.navigation ul.subchildmenu .parent.active > .subchildmenu {
    display: block !important;
    padding-left: 15px;
}

.sw-megamenu1.navigation .level0 .submenu {
    box-shadow: unset !important;
}

.product-item-info .porto-section.p-0 {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    justify-content: space-between;
}

.product-item-info .porto-section.p-0 > :last-child {
    margin-top: auto;
}

.sw-megamenu1.navigation .level2.parent > a:before {
    content: '' !important;
}

.sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
.sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-ribbon span {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 18px;
}

.page-wrapper > .breadcrumbs {
    background-color: unset !important;
}

.page-wrapper > .breadcrumbs .items > li a {
    color: #333 !important;
}

.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
    color: #333 !important;
}

.main-panel-top a,
.main-panel-top,
.header links a {
    font-size: 13px !important;
}

@media (min-width: 992px) {
    .sw-megamenu-top
    .level0 {
        min-height: 60px;
    }
}

.plumrocket-product-filter.ppf-pos-toolbar .filter-options-item.active:after {
    border-bottom-color: #ccc !important;
}

@media (max-width: 991.98px) {
    .filter-content {
        display: none;
    }

    .sw-megamenu-top .level0.active > .submenu.level0 {
        visibility: visible !important;
        height: auto;
        opacity: 1 !important;
    }

    .sw-megamenu-top .level0.active {
        background: white !important;
    }
}

.sw-megamenu-top
.level0 {
    margin-right: 0 !important;
    padding: 0 25px;
}

.sw-megamenu-top
.submenu a {
    text-transform: unset !important;
}

.sw-megamenu-top
.submenu a:hover span {
    text-decoration: unset !important;
    color: #c4221e;
}

.sw-megamenu-top
.submenu
.ul-level-3 li {
    padding: 0 10px !important;
}

.catalog-product-view .block.crosssell {
    width: 100% !important;
    padding: 0;
}

.catalog-product-view .block.crosssell .product-item .product-item-info {
    flex-direction: column;
    width: 100% !important;
    padding-left: 5px;
}

.catalog-product-view .products-grid.crosssell .product.actions {
    text-align: center;
}

.catalog-product-view .products-grid.products-crosssell {
    width: 100% !important;
}

.stock-info.user-guest {
    margin-top: -25px;
}

.catalog-product-view .products-grid.products-upsell {
    width: 100% !important;
}

.catalog-product-view .products-grid.products-upsell .product-item {
    width: 33% !important;
}

.catalog-product-view .products-grid.products-upsell .product.actions {
    text-align: center;
}

/* ── price-details-box: labeled price rows (Listenpreis / Rabatt / mein Netto-EK) ── */
.product-options-bottom,
.product-info-price {
    font-size: inherit !important;
}

.price-details-box {
    display: block;
    font-size: 0.85rem;
    line-height: 1.6;
}

.price-details-row {
    display: flex;
    align-items: baseline;
}

.pdl {
    flex: 0 0 auto;
    padding-right: 5px;
    color: #555;
    white-space: nowrap;
    font-weight: normal;
}

.pdv {
    flex: 0 0 auto;
}

/* mein Netto-EK / Netto Gesamt row: red & bold */
.price-details-row.mein-ek .pdl,
.price-details-row.mein-ek .pdv,
.price-details-row.mein-ek .price {
    color: #c4221e !important;
    font-weight: 600;
}

/* suppress per-type font-size overrides inside the box */
.price-details-box [data-price-type] .price {
    font-size: inherit !important;
}

.action.primary:hover {
    background: #c4221e !important;
}

.totals.shipping.incl {
    display: none;
}

.cart-totals .totals-tax-summary .amount .price::after {
    display: none;
}

.cart-totals .totals-tax-summary .amount .price {
    padding-right: 0;
}

.cart-totals .totals-tax-summary .amount .price::after, .opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
    right: 0px;
}
