.page-layout-2columns-left .alocolumns,
.page-layout-2columns-right .alocolumns {
    position: relative;
}
.customer-welcome .customer-menu {
    display: block;
    position: static;
    padding: 0;
    border: none;
    min-width: auto;
}

.modals-overlay {
    z-index: 899 !important;
}
.header.links li.customer-welcome span.customer-name {
    display: none;
}
.alo-toggle .toggle-content:before {
    background: #fff;
}
.header.links,
.header.links .customer-menu .links.header,
.alo-toggle .toggle-content:before {
    background: rgb(34, 44, 93);
}
.modal-popup.popup-authentication .block-authentication {
    border: none;
}
.block-authentication .block[class] ul {
    padding-inline-start: 0;
}
.popup-authentication .fieldset.login {
    margin: 0;
    padding: 0;
}
.modal-popup.popup-authentication .actions-toolbar {
    padding-top: 15px;
}
.popup-authentication .block-authentication .action.action-login {
    padding: 0 20px;
}
.modal-popup.popup-authentication .modal-inner-wrap {
    height: auto !important;
}
.modal-popup.popup-authentication .modal-content {
    padding-bottom: 60px;
}
.modal-popup.popup-authentication .block-authentication {
    display: flex;
    flex-wrap: wrap;
}
.modal-popup.popup-authentication .block-new-customer {
    order: 2;
}
.modal-popup.popup-authentication .block-customer-login {
    order: 1;
}
.block-authentication .actions-toolbar > .secondary {
    text-align: start;
}
.popup-newsletter.modal-popup.modal-slide .modal-inner-wrap {
    height: auto !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
}
.magicslider .slick-prev:before,
.magicslider .slick-next:before {
    font-family: "FontAwesome";
    color: #555555;
}
.magicslider .slick-prev:before {
    content: "\f104";
}
.magicslider .slick-next:before {
    content: "\f105";
}
.stickyCart .product-qty .custom-qty {
    width: 130px;
    position: relative;
}
.stickyCart .stickyChild .clSticky .quantity .qty {
    width: 100% !important;
}
.stickyCart .clSticky .items {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.stickyCart .clSticky .items.reduced {
    left: 5px;
}
.stickyCart .clSticky .items.increase {
    right: 5px;
}
.blog-page .post-list .post-header .post-title a {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    outline: medium none;
    text-decoration: none;
    text-transform: uppercase;
}
.block-recent-posts .post-image {
    display: none;
}
.product-info-main .brand .title {
    display: none;
}
.block-collapsible-nav .block-collapsible-nav-content .item {
    border-bottom: 0 !important;
}
.block-collapsible-nav .block-collapsible-nav-content .item:first-child {
    border-bottom: 0 !important;
}
#block-collapsible-nav {
    padding: 26px 18px;
}
/*RESPONSIVE*/
@media (min-width: 768px) {
    .modal-popup.popup-authentication .block[class] {
        padding: 0;
        padding-top: 10px;
        padding-inline-start: 30px;
    }
    .modal-popup.popup-authentication .block[class] + .block {
        padding-inline-start: 0;
        padding-inline-end: 30px;
        border: none;
        border-inline-end: 1px solid #c1c1c1;
    }
    .modal-popup.popup-authentication .block[class] + .block:before {
        margin: 0;
        margin-top: -19px;
        margin-inline-end: -18px;
        left: auto;
        right: 0;
    }
    .popup-authentication .block-authentication .block .actions-toolbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .popup-authentication .block-authentication .block .actions-toolbar:before,
    .popup-authentication .block-authentication .block .actions-toolbar:after {
        display: none;
    }
    .popup-authentication
        .block-authentication
        .block-new-customer
        .actions-toolbar
        > .primary {
        float: none;
        display: block;
        width: 100%;
    }
    .popup-authentication
        .block-authentication
        .block-new-customer
        .actions-toolbar
        > .primary
        .action {
        width: 100%;
        display: block;
    }
}
@media (max-width: 768px) {
    .modal-popup.popup-authentication .modal-inner-wrap {
        background: #fff !important;
    }
}
@media (max-width: 767px) {
    .modal-popup.popup-authentication {
        left: 0;
    }
    .modal-popup.popup-authentication .modal-inner-wrap {
        width: 100% !important;
    }
    .popup-authentication .block-authentication .block[class] + .block {
        padding-top: 0;
        border: none;
    }
    .popup-authentication .block-authentication .block[class] + .block::before {
        display: none;
    }
    .modal-popup.popup-authentication .block[class] {
        width: 100%;
    }
    .modal-popup.popup-authentication .block-new-customer {
        margin-top: 40px;
    }
    .modal-popup.popup-authentication .block-customer-login {
        margin-top: 0 !important;
    }
}
/*RTL*/
@media (min-width: 768px) {
    .rtl .modal-popup.popup-authentication .block[class] + .block:before {
        left: 0;
        right: auto;
    }
    .rtl .stickyCart .clSticky .items.reduced {
        left: auto;
        right: 5px;
    }
    .rtl .stickyCart .clSticky .items.increase {
        right: auto;
        left: 5px;
    }
}

/* Webba */

.product-item .product-item-info {
    border-color: #cccccc;
    border-radius: 12px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    padding: 12px;
}

.product-item .product-item-info .brand {
    font-size: 1rem;
}

.product-item .product-item-info .product-item-name .product-item-link {
    color: #222222;
}
.product-item .product-item-info .stock span {
    font-size: 1rem;
}
/*.product-item .product-item-info .price-box .weee::after {
    content: 'excl. BTW';
    font-size: 0.8rem;
    color: #222222;
    display: inline-block;
    margin-top: 5px;

}*/
.product-item .product-item-info .price-box .price {
    font-size: 1.2rem;
    color: rgb(34, 44, 93);
}

.sidebar .accordion-container .meanmenu-accordion,
.sidebar .block {
    border-radius: 12px;
}

.page-products .page-title-wrapper h1 span,
.catalog-category-view .page-title-wrapper h1 span,
.pagecrumbs-title {
    color: rgb(34, 44, 93);
}
.webba-category-wrapper {
    background-color: rgb(203, 213, 225);
    color: rgb(34, 44, 93);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px;
}
.webba-category-wrapper .page-title-wrapper {
    margin-bottom: 0;
}

.ui-slider-range {
    background-color: rgb(203, 213, 225);
}

.ui-slider-handle {
    background-color: rgb(34, 44, 93);
}

.product.data.items {
    border-radius: 12px;
    overflow: auto;
}

#product-attribute-specs-table th,
.table-wrapper .label {
    color: rgb(34, 44, 93);
}

.filter-options .filter-options-title {
    color: rgb(34, 44, 93);
    font-size: 1.4rem;
}

.product-add-form .add-to-cart button.button {
    width: auto;
    display: inline-block;
    background: rgb(34, 44, 93);
    height: auto;
    line-height: 38px;
    vertical-align: bottom;
}

.product-info-header {
    color: rgb(34, 44, 93);
    font-size: 1.8rem;
    font-weight: bold;
}

.block-related-heading {
}

.cms-index-index .sidebar-main {
    margin-top: 24px;
}

.sidebar .accor-title {
    color: rgb(34, 44, 93);
    font-size: 1.4rem;
}
input[type="checkbox"],
input[type="radio"] {
    vertical-align: baseline;
}

img.brand {
    max-height: 60px;
}

.header .header-content {
    background: linear-gradient(
        90deg,
        rgb(38, 45, 81) 25%,
        rgb(202, 212, 224) 50%,
        rgb(38, 45, 81) 75%
    );
    color: #cad4e0;
    padding: 12px;
}
@media (min-width: 992px) {
    .header .header-content {
        background: linear-gradient(
            90deg,
            rgb(38, 45, 81) 0%,
            rgb(202, 212, 224) 20%,
            rgb(38, 45, 81) 50%
        );
    }
}

.header .header-bottom {
    margin-top: 5px;
    margin-right: 18px;
    border-bottom-right-radius: 18px;
    border-top-right-radius: 18px;

    /*fix alignment*/
    margin-right: 0;
    padding-left: 18px;
    width: calc(100% - 18px);
}

/*fix menu*/
.header-info a,
.header-info a span {
    color: #666;
}
@media (min-width: 992px) {
    .header-info a,
    .header-info a span {
        color: #fff;
    }
    .header .header-bottom {
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #cad4e0;
        border-bottom-color: #cad4e0;
    }
}
/*fix more-info*/
.more-info .toggle-content.visible > div:nth-child(1) {
    flex: 1;
    display: flex;
}
.more-info .toggle-content.visible ul.links li {
    flex: 1;
}

.additional-attributes .label {
    white-space: nowrap;
}

.bluebg {
    background-color: rgb(34, 44, 93);
    color: rgb(255, 255, 255);
}

.main-bottom {
    border: none;
}

.block-subscribe .block-content .block-title .title {
    color: #ffffff;
    text-transform: none;
}

.block-newletter .block-subscribe .block-content .block-title p,
.block-newletter .block-subscribe .block-content .block-title p strong {
    color: #ffffff;
    font-size: 1.2em;
}

/*.block-subscribe .block-content .actions button.button {
    color: rgb(34,44,93);
    background-color: rgb(255,255,255);
}*/

.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong,
.action.edit span,
.action.back span,
.action.remind span,
.login-container .fieldset::after,
.block.block-dashboard-orders .actions a {
    color: rgb(34, 44, 93);
}

.block-collapsible-nav .item a::before,
.block-collapsible-nav .item > strong::before {
    content: "";
}

.mark,
mark {
    background-color: #f5f5f5;
}

.message.notice {
    background-color: #cbd5e1;
    border-color: #cbd5e1;
    color: #222222;
}

.stock.available span {
    color: green;
}

.price-box .price::after,
.item.product-item .special-price .price::after,
.item.product-item .minimal-price .price::after,
.mini-item .price::after {
    content: "excl. BTW";
    font-size: 0.8rem;
    color: #222222;
    /* display: inline-block;
    margin-top: 5px;
    padding-left: 5px; */
    order: 3;
}
.price-box .price,
.item.product-item .special-price .price,
.item.product-item .minimal-price .price,
.mini-item .price {
    display: flex !important;
    gap: 0.25rem;
    align-items: baseline;
}
.price-box .ppm .price::before,
.item.product-item .special-price .ppm .price::before,
.item.product-item .minimal-price .ppm .price::before,
.mini-item .price::before {
    content: "p.p.m.";
    order: 2;
}
.price-box .pps .price::before,
.item.product-item .special-price .pps .price::before,
.item.product-item .minimal-price .pps .price::before,
.mini-item .price::before {
    content: "p.st.";
    order: 2;
}
.product-shop .price-box .ppm .price::before,
.product-shop .price-box .pps .price::before,
.mini-item .ppm .price::before,
.mini-item .pps .price::before {
    font-size: 1.5rem;
}

ul .header.links li a:hover,
ul .header .top-link-product a:hover,
ul .header.links li.customer-welcome span:hover {
    color: #cbd5e1;
}

.brand-view .image img {
    max-width: 300px;
}

.messages {
    z-index: unset;
}

.category-products.grid .item .product-image-photo,
.slick-track .product-image-photo {
    position: relative;
    object-fit: contain;
    height: 220px;
}

.category-products.grid .item .product-image-wrapper {
    height: 100%;
    padding-bottom: unset !important;
}

html > body {
    background-color: #fafafa;
}

.stickyCart {
    background-color: rgb(34, 44, 93);
}

.stickyCart .stickyChild .contentShow #btnSticky {
    color: rgb(34, 44, 93);
    background-color: #fafafa;
    border-color: #fafafa;
    border: 1px solid;
}
.stickyCart .stickyChild .contentShow #btnSticky:hover {
    color: #fafafa;
    background-color: rgb(34, 44, 93);
    border-color: #fafafa;
    border: 1px solid;
}

.fotorama-item .fotorama__stage__frame .fotorama__img {
    height: 100%;
    width: 100%;
    left: unset;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    object-fit: contain;
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset; /*translateY(-50%);*/
    /* transition-duration: 0.3s; */
    /* transition-property: width, height, top, left; */
    vertical-align: unset;
}

.fotorama-item .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    position: absolute;
    top: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item .hover-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
}

.products-textlink .sku {
    font-weight: bold;
    color: rgb(34, 44, 93);
    font-size: 1rem;
}
.product-next-prev .product-image-container {
    z-index: 10;
    position: relative;
    background-color: #ffffff;
}
.product-next-prev img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.opc-block-summary .message {
    margin-top: 50px;
}

.opc-sidebar {
    margin: 0 !important;
}

.modal-content,
.modal-header {
    background-color: #fafafa;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 0 !important;
}
