:root {
    --green-color: #006938;
    --gray-color: #454545;
    --gray-h-color: #292929;
    --white-color: #fff;
    --black-color: #000;
    --lightgray-color: #f9f9f9;

    --primary-color: var(--green-color);
    --secondary-color: var(--gray-color);
    --secondary-h-color: var(--gray-h-color);

    --neutral-white-color: var(--white-color);
    --neutral-black-color: var(--black-color);
    --neutral-lightgray-color: var(--lightgray-color);

    /* Infigo Brand colors  */
    --primary-navy-color: #002e47;
    --primary-coral-color: #ff6867;
}

/* Global changes */


@media screen and (max-width:1087px) {
    .has-text-center-tablet {
        text-align: center !important;
    }

    .is-justify-content-center-tablet {
        justify-content: center !important;
    }
}


@media screen and (max-width:767px) {
    .has-text-center-mobile {
        text-align: center !important;
    }

    .is-justify-content-center-mobile {
        justify-content: center !important;
    }

    .is-1-mobile {
        order: 1;
    }
}


/* General - Start */
.catfish-button,
.button,
a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

h1,
h2 {
    font-weight: 600;
}

.bestsellers h3.title {
    font-size: 2.3em;
    font-weight: 600;
}

.catfish-button,
.button {
    border-radius: 40px;
    padding: 0 2rem;
    font-weight: 500;
}

/* General - End */
/* Custom Styling - Start */
.section.has-overlay-glass .columns .column {
    position: relative;
    z-index: 2;
}

.section.has-overlay-glass .columns .column::before {
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(141, 46, 136);
    background: radial-gradient(circle, rgba(141, 46, 136, .5) 0%, rgba(18, 109, 181, .5) 100%);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ict-title.has-style-custom-1,
.section.related-products-section h3.title,
.bestsellers h3.title,
.ict-title.has-style-custom-2 {
    position: relative;
    margin-bottom: 4rem !important;
}

.ict-title.has-style-custom-1:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    display: block;
    height: 5px;
    width: 150px;
    background-color: var(--primary-color);
}

.ict-title.has-style-custom-2:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 50%;
    display: block;
    height: 5px;
    width: 150px;
    background-color: var(--primary-red-color);
    transform: translateX(-50%);
}

.bestsellers h3.title:before,
.section.related-products-section h3.title::before,
.bestsellers h3.title:before {
    content: '';
    position: absolute;
    bottom: -2rem;
    left: 50%;
    display: block;
    height: 5px;
    width: 150px;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}

.subtitle.has-text-custom-1,
.title.has-text-custom-1 {
    color: var(--primary-coral-color);
}

.subtitle.has-text-custom-2,
.title.has-text-custom-2 {
    color: var(--primary-navy-color);
}

.mimaki-brand-box .subtitle.has-text-custom-1,
.mimaki-brand-box .title.has-text-custom-1 {
    color: var(--primary-darkred-color);
}

.mimaki-brand-box .subtitle.has-text-custom-2,
.mimaki-brand-box .title.has-text-custom-2 {
    color: var(--primary-lightred-color);
}

.has-banner-offset .column {
    transform: translateX(-36%);
    -webkit-transform: translateX(-36%);
    -moz-transform: translateX(-36%);
    -ms-transform: translateX(-36%);
    -o-transform: translateX(-36%);
    padding-left: 20rem;
    padding: 2rem 4rem 2rem 25% !important;
    position: relative;
}

.infigo-brand-box.has-background-primary {
    background-color: var(--primary-navy-color) !important;
}

.infigo-brand-box.has-background-secondary {
    background-color: var(--primary-coral-color) !important;
}

.section.mimaki-brand-box .has-background-primary {
    background-color: var(--primary-lightred-color) !important;
}

.section.mimaki-brand-box .has-background-secondary {
    background-color: var(--primary-darkred-color) !important;
}

.box-block h3:nth-child(3),
.box-block h3:nth-child(1) {
    font-weight: 400;
}

.box-block h3:nth-child(2) {
    margin-top: .5em;
    margin-bottom: .5rem !important;
}

.box-block h3:nth-child(3) {
    margin-top: 0em;
    margin-bottom: 1rem;
}

.box-block h3:nth-child(1) {
    margin-top: 1rem;
    margin-bottom: 0;
}

@media screen and (min-width: 1088px) {
    .extra-large-padding {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .very-large-padding {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .very-large-padding .columns .column {
        margin-top: 2rem;
    }

    .very-large-padding .columns .column .block:first-child .is-inline-block {
        width: 50%;
    }

    .banner-padding {
        padding-bottom: 8rem !important;
    }

    .banner-padding .block:first-child {
        width: 350px;
    }


    .section.has-overlay-glass .columns .column {
        padding-right: 2rem;
    }
}

@media screen and (min-width: 769px) {
    .has-banner-offset .column::before {
        content: '';
        height: 100%;
        width: 100%;
        background-color: var(--primary-color);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }
}

@media screen and (max-width: 1088px) {
    .extra-large-padding {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }

    .very-large-padding {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }

    .has-banner-offset .column {
        padding: 2rem 4rem 2rem 30% !important;
    }

    .has-banner-offset .column.is-8-tablet {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .section.mobile-text-align-center .column {
        text-align: center;
    }

    .has-banner-offset .column {
        padding: 1rem !important;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        text-align: center;
    }

    .has-banner-offset .column {
        background-color: var(--primary-navy-color);
    }

    .has-banner-offset .column.is-8-tablet {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .section.mimaki-mobile-centered .column.is-8-mobile {
        width: 100%;
        text-align: center;
    }

}

/* Custom Styling - End */
/* Modules - Start */
/* Header */
#main-nav {
    background: var(--primary-color);
}

a.navbar-item,
.navbar-item .buttons .button {
    color: var(--neutral-white-color);
    font-size: 1rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: .5rem;
    text-decoration-thickness: 2px;
    -moz-text-decoration-color: transparent;

    &:hover {
        color: var(--neutral-white-color);
        text-decoration-color: inherit;
        -moz-text-decoration-color: inherit;

    }
}

.navbar-item a.navbar-link {
    color: var(--neutral-white-color);
    font-size: 1rem;
}

a.navbar-item:focus {
    color: var(--neutral-white-color);
}

.navbar-item .buttons .button {
    background: transparent;
}

.navbar-item .buttons .button:focus,
.navbar-item .buttons .button:hover {
    box-shadow: none;
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    border-color: var(--neutral-white-color);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.navbar-dropdown {
    background-color: var(--secondary-color);
    width: 10rem;
}

@media screen and (min-width: 1088px) {
    #main-navbar .navbar-item.active {
        border-bottom: 3px solid var(--secondary-color);
        padding-top: .8rem;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    #main-navbar .navbar-dropdown .navbar-item.active {
        border-bottom: none;
    }

    .navbar-dropdown {
        left: 1.5rem;
    }

    .ict-navbar .navbar-item.has-two-dropdowns .second-column {
        margin-left: 100%;
        margin-left: 120%;
    }

    .navbar-dropdown a.navbar-item:hover {
        color: var(--primary-color) !important;
        text-decoration: unset !important;
        text-decoration: transparent !important;
    }
}

@media screen and (max-width: 1087px) {
    #main-navbar {
        background: var(--secondary-color);
    }

    .a.navbar-item,
    .navbar-item a.navbar-link,
    .navbar-item .buttons .button {

        &:hover {
            color: var(--neutral-white-color);
        }
    }
}

@media screen and (min-width: 768px),
print {
    .navbar-burger span {
        background-color: var(--neutral-white-color);
    }
}

@media screen and (max-width: 767px),
print {
    .navbar-burger span {
        background-color: var(--neutral-white-color);
    }
}

@media screen and (max-width: 389px) {
    .is-header-logo {
        height: 2.2rem;
    }
}

/* Footer */
.ict-dedicated-footer .image img {
    object-fit: contain;
}

.footer-column-content a,
.ict-dedicated-footer .columns .column .ict-list li a {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: .3s;
    text-underline-offset: 0.25rem;
}

.footer-column-content a:hover,
.ict-dedicated-footer .columns .column .ict-list li a:hover {
    color: inherit;
    text-decoration: underline !important;
}

.ict-dedicated-footer h3.subtitle {
    font-weight: 700;
}

.ict-dedicated-footer .block .ict-list a {
    font-weight: 500;
}

/* Product Cards */
.product-item--info .product-item--content {
    text-align: center;
}

.product-item--info .level-item.multi-selector-switch {
    display: none;
}


.product-item--info .description {
    font-size: 1.2rem !important;
    font-weight: 500;
}

.related-products .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices {
    display: none !important;
}

.product-item--info .flex-container {
    justify-content: center;
}

.product-item--info .product-title a {
    color: inherit;
    font-weight: 700;
}

.product-item--info .buttons {
    justify-content: center;
}

.product-item--info .buttons .productlistproductdetailbutton {
    width: 50% !important;
}

.listItem .product-item--image .picture {
    transition: .3s;
    padding: 1rem;
}

.listItem:hover .product-item--image .picture {
    padding: -0rem;
}

@media screen and (max-width: 767px) {
    .listWrapper .listItem.column.is-6-mobile {
        width: 50%;
    }
}

@media screen and (max-width: 475px) {
    .listWrapper .listItem.column.is-6-mobile {
        width: 100%;
    }
}

/* Mega Edit - Screen */
.loadingScreen .loadingLogo .ME_loading_hints {
    display: none;
}

.loadingScreen .loadingLogo .loadScreenStepIndicator {
    color: var(--neutral-white-color);
    font-size: 1.5rem;
    margin-top: 2rem;
}

.loadingScreen .fa-cog {
    height: 13rem !important;
    width: 13rem !important;
    border-right-color: var(--secondary-color);
}

@media screen and (min-width: 1089px) {
    #loadingScreen {
        background-size: 100% 110%;
    }
}

@media screen and (max-width: 926px) {
    .loadingScreen .loadingLogo::before {
        top: -4rem;
    }

    .loadingScreen .loadingLogo::after {
        top: 13rem;
    }
}

@media screen and (max-width: 720px) {
    .loadingScreen .loadingLogo::before {
        top: -1rem;
    }

    .loadingScreen .loadingLogo::after {
        top: 9rem;
    }

    .loadingScreen .loadingLogo::before {
        width: 13rem;
    }

    .loadingScreen .fa-cog {
        height: 7rem !important;
        width: 7rem !important;
    }

    .loadingScreen .loadingLogo::after {
        width: 15rem;
    }
}

/* Megaedit editor */
.DynamicProductWrapper .toggleCollapseTab {
    background-color: var(--neutral-black-color) !important;
}

.leftPaneTabbedContentArea .catfish-classes.ui-draggable {
    background-color: var(--primary-color);
}

.megaedit-preview #addToBasketButton {
    top: 1rem;
    right: 6rem;
}

/* Modules - End */

/* Pages - Start */
/* Topic */
.topic-banner {
    position: relative;
}

.topic-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
}

/* Product Page */
.details-wrapper>h1.title {
    color: var(--primary-color);
}

.details-wrapper h1.title {
    font-size: 2.5em;
    font-weight: 700;
}

.details-wrapper .short-description-wrapper {
    display: none;
}

.details-wrapper .productPrice.title {
    font-size: 2em !important;
    font-weight: 400;
}


.price-quantity-start-wrapper .quantity-wrapper .catfish-input {
    background-color: #F2EBF5;
    border-color: transparent;
}

.price-quantity-start-wrapper {
    .quantity-wrapper {
        order: 1;
    }

    .add-to-cart-buttons-wrapper {
        order: 2;
    }

    .price {
        order: 3;
    }
}

.section.related-products-section {
    background-color: var(--neutral-white-color) !important;
}

.section.related-products-section h3.title {
    text-align: center;
    color: var(--neutral-black-color) !important;
    font-size: 2.728em !important;
    font-weight: 600;
}

.three-coloumn-icons .block {
    display: flex;
    justify-content: center;
}

.three-coloumn-icons .block .is-inline-block {
    width: 122px;
    height: 122px;
    background-color: var(--primary-color);
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

/* About Page */
.infigo-banner .column {
    background-color: var(--primary-navy-color);
    position: relative;
    padding: 2rem !important;
    padding-left: 1rem !important;
    padding-right: 2rem !important;
}

.infigo-banner .column::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 99%;
    background: var(--primary-navy-color);
}

@media screen and (max-width: 1439px) {
    .has-height-100-sm-device .column>.block {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1088px) {
    .infigo-banner .columns::before {
        content: "";
        width: 5rem;
        height: 5rem;
        position: absolute;
        bottom: -2.5rem;
        left: 37%;
        background: var(--primary-coral-color);
    }
}

@media screen and (min-width: 1087px) and (max-width: 768px) {
    .infigo-banner .columns::before {
        content: "";
        width: 5rem;
        height: 5rem;
        position: absolute;
        bottom: -2.5rem;
        left: 45%;
        background: var(--primary-coral-color);
    }
}

ul.simple-link {
    display: flex !important;
    align-items: baseline;
    margin-left: 0;
}

ul.simple-link li:nth-child(1) {
    padding-right: .5rem;
    border-right: 2px solid var(--secondary-blue-color);
}

ul.simple-link li:nth-child(2) a:nth-child(1) {
    padding-left: .5rem;
}

ul.simple-link li a:hover {
    color: var(--secondary-blue-color);
}

/* Faq Page */
.faq-accordion .button.is-rounded.accordion-title {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0;
    background-color: transparent;
    border: unset;
    border-top: 3px solid var(--primary-red-color);
    color: var(--neutral-black-color);
    font-size: 1.3rem;
}

.faq-accordion .accordion-item.is-active:last-child .accordion-content,
.faq-accordion .accordion-item.is-active:last-child .button .accordion-content,
.faq-accordion .accordion-item:last-child .button.is-rounded.accordion-title {
    border-bottom: 3px solid var(--primary-red-color);
}

.faq-accordion .accordion-item.is-active:last-child .button.is-rounded.accordion-title,
.faq-accordion .accordion-item.is-active .accordion-item:last-child .button {
    border-bottom: none;
}

.faq-accordion .accordion-item.is-active .accordion-content {
    padding: 1rem .5rem;
}

.faq-accordion .accordion-item .button i {
    position: absolute;
    right: 0;
}

.faq-accordion .accordion-item .button i.has-text-dark {
    color: var(--primary-red-color) !important;
}


.faq-accordion .ict-accordion .fa-plus::before {
    content: "\f078";
}

.faq-accordion .ict-accordion .fa-minus::before {
    content: "\f077";
}

.faq-accordion .accordion-item .button .accordion-content .ict-sub-title {
    font-weight: 400 !important;
}

/* Basket Page */
.shoppingcart__wrapper .deals {
    padding: 2rem;
    background: var(--primary-color);
    color: var(--neutral-white-color);
}

.shoppingcart__wrapper .deals #discountcouponcode {
    background: transparent;
    border-width: 3px;
    color: var(--neutral-white-color);
}

.shoppingcart__wrapper #applydiscountcouponcode {
    background: (transparent);
    color: var(--neutral-white-color);
    border: 2px solid var(--neutral-white-color);
}

.shoppingcart__wrapper input#discountcouponcode:hover {
    border-color: var(--neutral-black-color);
}

.shoppingcart__wrapper #applydiscountcouponcode:hover {
    background: var(--neutral-white-color);
    color: var(--neutral-black-color);
    border: 2px solid var(--neutral-white-color);
}

.shoppingcart__wrapper #cartTotals {
    background: var(--neutral-lightgray-color);
    padding: 2rem;
}

.shoppingcart__wrapper #cartTotals #continueshoppingDummy {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.shoppingcart__wrapper #cartTotals #continueshoppingDummy:hover {
    background: var(--secondary-color);
    color: var(--neutral-white-color);
    border-color: transparent;
    0
}

.shoppingcart__wrapper .cartTableWrapper table td {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

.shoppingcart__wrapper .cartTableWrapper table tr:last-child {
    border-bottom: 2px solid #dbdbdb;
}

.shoppingcart__wrapper .common-buttons {
    margin-top: 3rem;
}

#cartTotals {
    height: 10%;
    border-radius: 10px;
}

input.deletecartbutton {
    background-color: #CF4646;

    &:hover {
        background-color: #cc3c3c;
    }
}

#addToBasketScreenMsg {
    color: var(--neutral-white-color) !important;
}

@media screen and (min-width: 1088px) {
    #cartTotals {
        width: 30%;
    }
}

/* Check out page */
#checkout-step-confirm-order #discountcouponcode {
    width: 250px !important;
}

@media screen and (max-width: 768px) {
    #checkout-step-confirm-order #discountcouponcode {
        width: 190px !important;
        margin-bottom: .5rem;
    }
}

.one-page-checkout #checkout-step-confirm-order .cartTableWrapper .cart tr.cart-item-row {
    background: transparent;
    border-bottom: 2px solid var(--neutral-lightgray-color);
    border-radius: 0;
}

.one-page-checkout #checkout-step-confirm-order .cartTableWrapper .cart tr.cart-item-row:first-child {
    border-top: 2px solid var(--neutral-lightgray-color);
}

.one-page-checkout .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription {
    -webkit-line-clamp: 3;
}

.cart-footer #cartTotals {
    background: var(--lightgray-color);
}

.page-checkout-onepagecheckout #cartTotals {
    display: none;
}

/* Pages - End */

/* ----------------------------------------------------------------- */

/* Homepage Banner */
.fullwidth-pic-left {

    .picture-column>.block {
        display: flex !important;
    }

    .picture-column .image {
        margin-top: -3rem;

        @media screen and (min-width:1088px) {
            margin-left: calc(-50%);
            margin-bottom: -3rem;
        }

        @media screen and (min-width:1440px) {
            margin-left: calc(-50% - 64px);
        }

        @media screen and (max-width:899px) {
            margin-left: -64px;
            margin-right: -64px;
        }
    }
}

.section.has-background-left {
    background-position: top;

    @media screen and (max-width:1087px) {
        background-size: 203% auto;
        background-position: top left;

        position: relative;

        &.has-grey-overlay-touch:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #3333339d;
            pointer-events: none;
        }
    }

    @media screen and (max-width:499px) {
        background-size: cover;
    }
}


/* White underline */
.title.has-white-underline {
    margin-bottom: 3rem;
    width: fit-content;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        background-color: white;
        width: 45%;
        height: 3px;
        left: 0;
        bottom: -1.5rem;
    }

    @media screen and (max-width:767px) {

        &.has-text-center-mobile {
            margin-left: auto;
            margin-right: auto;
        }

        &:after {
            width: 100%;
        }
    }


    &.margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    &.fullwidth-underline:after {
        width: 100%;
    }

}

/* Green underline */
.title.has-green-underline {
    margin-bottom: 3rem;
    width: fit-content;
    position: relative;

    &:after {
        content: "";
        position: absolute;
        background-color: var(--green-color);
        width: 45%;
        height: 3px;
        left: 0;
        bottom: -1.5rem;
    }

    @media screen and (max-width:767px) {

        &.has-text-center-mobile {
            margin-left: auto;
            margin-right: auto;
        }

        &:after {
            width: 100%;
        }
    }

    &.margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    &.fullwidth-underline:after {
        width: 100%;
    }
}


/* Custom FAQs */
/* FAQ */
.custom-faqs .accordion-columns .accordion-item>.button.accordion-title {
    background: transparent;
    color: #333;
    margin-bottom: 0;
    justify-content: space-between;
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    border-radius: 0;
    font-size: 1.25rem;
}

.custom-faqs .accordion-columns .accordion-item:nth-child(1) {
    border-top: solid 5px var(--green-color);
}

.custom-faqs .accordion-columns .accordion-item {
    border-bottom: solid 5px var(--green-color);
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}

.ict-accordion .accordion-item:not(:first-of-type) .button.is-rounded.accordion-title {
    margin-top: 0;
}

.custom-faqs .accordion-columns .accordion-item>.button.accordion-title .fas {
    order: 1;
}

.ict-accordion .accordion-item.is-active .accordion-content {
    padding: 0.8rem;
    padding-top: 0;
}

.ict-accordion .accordion-item .accordion-content {
    background: transparent;
}

.custom-faqs .accordion-columns .accordion-item>.button.accordion-title .fas.fa-plus {
    display: block !important;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
}

.custom-faqs .accordion-columns .accordion-item.is-active>.button.accordion-title .fas.fa-plus {
    transform: rotate(315deg);
}

.custom-faqs .accordion-columns .accordion-item>.button.accordion-title .fas.fa-plus:before {
    content: "";
}

.custom-faqs .accordion-columns .accordion-item>.button.accordion-title .fas.fa-minus {
    display: none !important;
}