:root {
    --primary-red-colour: #da291c;
    --primary-yellow-colour: #e5e811;

    --primary-red-hover-colour: #CC1E16;

    --neutral-light-colour: #f7f7f7;
    --neutral-white-colour: #fff;
    --neutral-dark-colour: #000;
}


/* Global */
/* Buttons */
.button.has-style-custom-1 {
    background-color: var(--primary-yellow-colour);
    color: black;
}

.button.has-style-custom-1:hover {
    color: var(--primary-red-colour) !important;
}

/* General - Start */
h1,
h2.title,
.homeFeaturedCategoriesTitleRow .title,
.bestsellers .title {
    text-transform: uppercase;
    font-size: 3.75rem !important;
    font-weight: 900;
    color: var(--neutral-dark-colour) !important;
}

h3 {
    text-transform: uppercase;
    font-size: 2.75rem !important;
    font-weight: 900;
    color: var(--neutral-dark-colour) !important;
}

h4 {
    font-size: 2rem !important;
    font-weight: 400 !important;
}



.catfish-button,
.button,
a {
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.catfish-button,
.button {
    background-color: var(--primary-red-colour);
    color: var(--neutral-white-colour);
    padding-left: 3rem;
    padding-right: 3rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.catfish-button:hover,
.button:hover {
    background-color: var(--primary-yellow-colour) !important;
    color: inherit !important;
}

.block.block-account-navigation .title span.object-round,
.page-catalog-product .title span.object-round {
    display: none;
}

@media screen and (min-width: 1088px) {
    .title {
        width: 105%
    }
}

@media screen and (max-width: 480px) {

    h1,
    h2.title,
    .homeFeaturedCategoriesTitleRow .title,
    .bestsellers .title {
        font-size: 2.75rem !important;
    }
}

/* General - End */

/* Custom Styling - Start */
.upper-menu a.navbar-item:hover {
    color: white;
}

section.bottom-header .column .icon-text h3 {
    font-family: inherit;
    font-weight: 500;
}


.section.has-columns-start .container .columns {
    justify-content: start !important;
}

.section.has-columns-end .container .columns {
    justify-content: end !important;
}

.section.has-top-bottom-border {
    border-top: 3px solid var(--primary-yellow-colour);
    border-bottom: 3px solid var(--primary-yellow-colour);
}

.has-title-bg-red .column:first-child {
    background-color: var(--primary-red-colour);
}

.has-xl-padding {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.has-vl-padding {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.has-title-line:before {
    content: '';
    display: block;
    width: 10%;
    height: 3px;
    background: var(--primary-red-colour);
    position: absolute;
    bottom: -0.5rem;
}

.column.is-12 .has-title-line:before {
    content: '';
    display: block;
    width: 5%;
    height: 3px;
    background: var(--primary-red-colour);
    position: absolute;
    bottom: -0.5rem;
}

section.has-icon-card .column:not(:first-child) {
    background-color: var(--neutral-white-colour);
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    margin: .5rem;
    margin-top: 5rem;
    position: relative;
    top: 0;
    left: 0;
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.has-icon-card .column:not(:first-child) .block {
    width: 100%;
    position: absolute;
    bottom: 8rem;
    left: 0;

}

section.has-icon-card .column.is-3-desktop {
    width: 23% !important;
}

section.has-icon-card h5.ict-sub-title {
    margin-top: 3rem;
}

.has-rounded-icons.block {
    gap: 1rem;
}

.has-rounded-icons.block .block {
    margin-bottom: 0;
}

.has-rounded-icons.block p a {
    font-size: 1.2rem;
}

.has-rounded-icons.block .is-inline-block {
    background-color: var(--primary-yellow-colour);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.has-rounded-icons.block .is-inline-block:hover {
    background-color: var(--primary-red-colour);
}

.has-rounded-icons.block .is-inline-block .ict-image {
    display: flex;
    justify-content: center;
}

.has-rounded-icons.block .is-inline-block .image img {
    width: 40% !important;
}

.has-rounded-footer-icons.block .ict-image a,
.has-rounded-icons.block:last-child .ict-image a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.has-footer-icons .ict-paragraph a {
    color: var(--neutral-white-colour) !important;
}

.has-rounded-footer-icons,
.has-footer-icons {
    gap: 1rem;
}

.has-footer-icons .block .is-inline-block .ict-image.image,
.has-footer-icons .block {
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.has-rounded-footer-icons.block .is-inline-block {
    background-color: var(--neutral-white-colour);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.has-rounded-footer-icons.block .is-inline-block:hover {
    background-color: #e4e2e2;
}

.has-rounded-footer-icons.block .is-inline-block .image img {
    width: 40% !important;
}

.has-rounded-footer-icons.block .is-inline-block .image {
    display: flex;
    justify-content: center;
}

.has-image-centered .ict-right-column .is-inline-block {
    display: flex !important;
    justify-content: center;
}

.is-image-width-75 {
    width: 50%;
}

.object-round {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--primary-yellow-colour);
    border-radius: 50px;
}

.is-spaced .object-round {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--primary-yellow-colour);
    border-radius: 50px;
    margin-left: .5rem;
}

@media screen and (min-width: 768px) {
    .section.bottom-header .column:nth-child(2) {
        display: flex;
        justify-content: center;
    }


    .section.bottom-header .column:nth-child(3) {
        display: flex;
        justify-content: end;
    }

}

@media screen and (max-width: 1087px) {
    .page-topic-topicdetails .section.has-columns-start .container .columns {
        justify-content: center !important;
    }

    section.has-icon-card .column.is-3-desktop {
        width: 40% !important;
    }

    section.has-icon-card .column:not(:first-child) {
        margin-top: 6rem;
    }

}

@media screen and (max-width: 768px) {
    section.has-icon-card .column:not(:first-child) {
        margin-top: 7rem;
    }

}


@media screen and (max-width: 767px) {
    .has-order-column :nth-child(1) {
        order: 2;
    }

    .has-order-column :nth-child(2) {
        order: 1;
    }

}

@media screen and (max-width: 480px) {
    section.has-icon-card .column.is-3-desktop {
        width: 80% !important;
    }

    section.has-icon-card .column:not(:first-child) {
        margin-top: 8rem;
    }

}

/* Custom Styling - End */

/* Modules - Start */

/* Header */
a.navbar-item,
a.navbar-item-within,
a.navbar-item,
a.navbar-item.is-active,
.navbar-link,
.navbar-link-within,
.navbar-link,
.navbar-link.is-active {
    transition: 0.2s;
}

a.navbar-item i {
    color: var(--neutral-white-colour);
}

.content-field-navbar .top-menu-split {
    position: relative;
    bottom: 1rem;
    font-size: 1rem;
}

#logorow .navbar .navbar-start .navbar-link::after,
.content-field-navbar .navbar-link:not(.is-arrowless)::after {
    border-color: var(--primary-red-colour);
}

.three-tier-menu-item .navbar-item .navbar-link:hover:not(.is-arrowless)::after {
    border-color: var(--neutral-white-colour);
}

i.fa-user.is-impersonated {
    display: none;
}

i.fa-user-secret {
    display: none;
}

i.fa-user-secret.is-impersonated {
    display: block;
}

.fa.fa-cog {
    font-size: 1.2rem;
}

img.is-header-logo {
    height: 4.5rem;
}

.navbar.two-tier-menu .split-menu-container {
    background-color: var(--primary-red-colour);
}

.content-field-navbar .bottom-menu-split {
    height: 8rem;
    position: relative;
    bottom: 2rem;
    display: flex;
    align-items: center;
    border-color: #eaeaea;
    background-color: var(--neutral-white-colour);
}

.two-tier-menu {
    position: absolute !important;
}

.top-menu-split .header-desktop-icons a,
.top-menu-split .header-search-column a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 1rem;
}

.column.header-desktop-logo-column {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.column.header-desktop-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-menu-split .header-search-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.top-menu-split .header-phone-column {
    display: flex;
    align-items: center;
}

.top-menu-split a {
    color: var(--neutral-white-colour);
}

.navbar.two-tier-menu,
.header-spacer.two-tier-spacer {
    height: calc(8.12rem + 5em - 1px);
}

/* Search */
.top-menu-search-wrapper {
    width: 100%;
}

#btn-small-search.searchbutton {
    padding-left: 0;
    padding-right: 0;
}

/* Search Input Button */
#logorow .catfish-button {
    background-color: var(--primary-yellow-colour);
    color: inherit;
}

#logorow .catfish-button:hover {
    color: white;
    background: var(--primary-red-colour);
    border-color: var(--primary-red-colour);
}

.container.top-search-container {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 1279px) and (min-width: 1089px) {
    .container.top-search-container {
        padding-left: 0x !important;
        padding-right: 64px !important;
    }
}

@media only screen and (min-width:1088px) {
    .badge {
        top: -.50rem;
        background-color: var(--neutral-white-colour);
        color: #555;
        z-index: 30;
    }

    .navbar.two-tier-menu,
    .header-spacer.two-tier-spacer {
        height: calc(12rem + 12px);
    }

    .two-tier-menu {
        position: absolute;
        transition: top 0.3s;
        width: 100%;
        z-index: 1000;
    }

    .navbar-start {
        /* margin-right: 25%; */
        justify-content: flex-start !important;
    }


    /* Hidden by default */
    .menu-hidden {
        top: -165px !important;
        /* Adjust the height of the menu */
    }
}

@media screen and (min-width:1088px) and (max-width:1279px) {
    #bottom-splitmenu .navbar-item {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

@media only screen and (max-width:1088px) {
    .navbar.two-tier-menu .split-menu-container {
        bottom: 2rem;
    }

    .content-field-navbar .top-menu-split {
        bottom: -0.25rem;
    }

    a.navbar-item i {
        color: #555;
    }

    .navbar-menu.is-hidden-desktop {
        margin-top: -.90rem;
    }

    .navbar-menu.is-active {
        margin-top: -.90rem;
    }

    .header-phone-column .navbar-item {
        position: absolute;
    }
}

@media only screen and (min-width: 1280px) {
    .navbar-dropdown.second-dropdown {
        margin-left: 100%;
    }

    #bottom-splitmenu .navbar-item.is-active .navbar-dropdown,
    #bottom-splitmenu .navbar-item.is-hoverable:focus .navbar-dropdown,
    #bottom-splitmenu .navbar-item.is-hoverable:focus-within .navbar-dropdown,
    #bottom-splitmenu .navbar-item.is-hoverable:hover .navbar-dropdown {
        max-height: 600px;
        opacity: 1;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .navbar-item.has-dropdown .navbar-dropdown {
        box-shadow: none;
        border-top: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar-item.has-two-dropdowns .navbar-dropdown.second-dropdown {
        border-left: solid 1px;
    }

    .bottom-menu-split #bottom-splitmenu.navbar-menu .navbar>.navbar-item.has-two-dropdowns .first-dropdown {
        max-width: 10rem;
    }

    .bottom-menu-split #bottom-splitmenu.navbar-menu .navbar>.navbar-item.has-two-dropdowns .second-dropdown {
        max-width: 10rem;
        margin-left: 100%;
    }

    .bottom-menu-split #bottom-splitmenu.navbar-menu .navbar>.navbar-item.has-two-dropdowns .first-dropdown a,
    .bottom-menu-split #bottom-splitmenu.navbar-menu .navbar>.navbar-item.has-two-dropdowns .second-dropdown a {
        white-space: normal;
    }

    .navbar-dropdown.second-dropdown {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 768px) {

    .navbar.is-fixed-top .navbar-menu,
    .navbar.is-fixed-top-touch .navbar-menu {
        max-height: calc(100vh - 9.5em);
    }

    .header-search-column .top-menu-search-icon {
        height: 2.75em;
        display: flex;
        align-items: center;
    }

    .navbar .container.burger-nav-container {
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .navbar-menu.is-hidden-desktop {
        margin-top: -1.6rem;
    }

    .navbar-menu.is-active {
        margin-top: -1.6rem;
    }
}

.header-search-column .top-menu-search-icon {
    color: var(--primary-red-colour);
}

.header-search-column .top-menu-search-icon:hover {
    color: var(--primary-red-hover-colour);
}

.header-search-column .fa-search {
    font-size: 1.5rem;
}


#main-nav .columns.is-gapless {
    margin-top: 1.5rem;
}

.header-desktop-logo-column a {
    line-height: 0;
}

.search-box .searchbox_wrapper .searchbutton {
    color: #555;
    background: var(--primary-yellow-colour);
    border: solid 1px var(--primary-yellow-colour);
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
}

.search-box .searchbox_wrapper .searchbutton:hover {
    color: var(--neutral-white-colour) !important;
    background: var(--primary-red-hover-colour) !important;
    border-color: var(--primary-red-hover-colour);
}


.search-box .searchbox {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1) !important;
    border: 1px solid var(--primary-red-colour);
    border-radius: 30px 0 0 30px;
    padding-left: 1.25rem;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
}

#small-searchterms {
    border: 1px solid var(--neutral-light-colour);
}

@media screen and (min-width:1088px) {
    .search-box .searchbox {
        background: var(--neutral-white-colour);
        border: 1px solid var(--primary-red-colour);
    }

    .navbar.two-tier-menu,
    .header-spacer.two-tier-spacer {
        height: calc(11rem + 12px);
    }

}

.top-menu-split .header-search-column {
    order: 1;
    justify-content: center;
}

.column.header-desktop-logo-column {
    order: 0;
    justify-content: flex-start;
}

.column.header-desktop-icons {
    order: 2;
}

@media only screen and (max-width:1087px) {
    .header-phone-column .navbar-item a {
        color: var(--neutral-white-colour);
    }

    .top-menu-split a {
        color: initial;
    }

    .top-menu-split a:hover {
        color: var(--primary-red-colour);
    }

    .top-menu-split a.is-shown:nth-child(2) {
        color: var(--neutral-white-colour);
    }

    .content-field-navbar .bottom-menu-split {
        border: none;
    }

    .navbar-start.mobile-account-icons {
        display: flex;
        justify-content: space-evenly;
    }

    .navbar-burger span {
        background-color: var(--neutral-white-colour) !important;
    }

    .navbar-burger {
        margin-left: 0;
    }

    .fa.fa-cog {
        transform: translatey(0.2rem);
        -webkit-transform: translatey(0.2rem);
        -moz-transform: translatey(0.2rem);
        -ms-transform: translatey(0.2rem);
        -o-transform: translatey(0.2rem);
    }


    .top-menu-search-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .top-menu-search-wrapper .search-box {
        max-width: 100%;
    }


    /* .top-menu-search-wrapper:after {
        content: "";
        position: fixed;
        top: calc(-1.38rem - 1px);
        left: -20px;
        width: calc(100% + 40px);
        height: calc(100% + 2.72rem);
        z-index: -1;
    } */

    .search-box .searchbox {
        border: none;
    }

    img.is-header-logo {
        max-height: 3.75rem;
    }

    .badge {
        right: -0.25rem;
        top: -0.65rem;
    }
}

.header-search-column .top-menu-search-icon {
    display: none;
}

@media screen and (max-width:1087px) {
    .navbar-divider {
        display: block;
    }

    .navbar-brand {
        position: absolute;
        width: 88% !important;
        transform: translatey(6.62rem);
        -webkit-transform: translatey(6.62rem);
        -moz-transform: translatey(6.62rem);
        -ms-transform: translatey(6.62rem);
        -o-transform: translatey(6.62rem);
        margin: 0;
    }

    .column.header-desktop-logo-column {
        justify-content: center;
    }

    .navbar.is-fixed-top .navbar-menu {
        z-index: 9999 !important;
    }
}

@media only screen and (max-width: 768px) {

    .top-menu-search-wrapper {
        /*position: fixed;
        left: 20px;
        */
        right: 20px;
        width: calc(100% - 40px) !important;
        transform: translatey(12.62rem);
        -webkit-transform: translatey(12.62rem);
        -moz-transform: translatey(12.62rem);
        -ms-transform: translatey(12.62rem);
        -o-transform: translatey(12.62rem);
    }

    #main-nav.upper-menu .columns .header-phone-column {
        width: 50% !important;
    }


    .navbar.two-tier-menu,
    .header-spacer.two-tier-spacer {
        height: calc(12.12rem + 5em - 1px);
    }

    .container.top-search-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .navbar-menu.is-hidden-desktop {
        margin-top: -1.6rem;
    }

    .navbar-menu.is-active {
        margin-top: -1.6rem;
    }

}

@media screen and (max-width: 768px) {
    .header-search-column {
        position: absolute;
        left: 0;
        width: 100% !important;
    }
}


@media screen and (max-width: 350px) {
    .page-customer-login .navbar-item {
        padding: 0;
    }

    .page-customer-login .navbar-item:nth-child(2) {
        font-size: .825rem;
    }
}

/* Burger menu animation */
@media screen and (max-width: 1087px) {
    .navbar-menu {
        display: block;
        transform: translatex(100%);
        -webkit-transform: translatex(100%);
        -moz-transform: translatex(100%);
        -ms-transform: translatex(100%);
        -o-transform: translatex(100%);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .navbar-menu.is-active {
        display: block;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }

    .navbar-menu {
        top: 6rem;
        border-top: solid 1px #eaeaea;
    }
}

/* Mobile toggle */
@media screen and (max-width:1087px) {
    /* Everything in this MQ is to give the arrow toggle functionality on tablet/mobile devices */

    .navbar-item.has-dropdown .navbar-dropdown,
    .navbar-item.has-dropdown .navbar-dropdown .navbar-item {
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0rem;
        opacity: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .header-desktop-icons .navbar-item:first-child {
        padding: 0;
    }

    .navbar-item.has-dropdown .navbar-dropdown .navbar-item span.currency-selector,
    .navbar-item.has-dropdown .navbar-dropdown .navbar-item span.language-list-container {
        /* Important required due to specificity. If this is not hidden when the My Account container is not active, the padding etc. will still be shown and cause a pointless scroll.
     Thanks to the transition time for the My Account dropdown's height, there is no transition needed for showing/hiding this section*/
        display: none !important;
    }

    .navbar-item.has-dropdown {
        z-index: 10;
    }

    .navbar-item.has-dropdown.is-active .navbar-dropdown .navbar-item span.currency-selector,
    .navbar-item.has-dropdown.is-active .navbar-dropdown .navbar-item span.language-list-container {
        display: block !important;
    }

    .navbar-item.has-dropdown.is-active .navbar-dropdown {
        max-height: 100rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        opacity: 1;
    }

    .navbar-item.has-dropdown.is-active .navbar-dropdown .navbar-item {
        max-height: 100rem;
        opacity: 1;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .navbar-item.has-dropdown .navbar-link:not(.is-arrowless)::after {
        transform: rotate(-135deg) translatey(-0.2rem);
        -webkit-transform: rotate(-135deg) translatey(-0.2rem);
        -moz-transform: rotate(-135deg) translatey(-0.2rem);
        -ms-transform: rotate(-135deg) translatey(-0.2rem);
        -o-transform: rotate(-135deg) translatey(-0.2rem);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .navbar-item.has-dropdown.is-active .navbar-link:not(.is-arrowless)::after {
        transform: rotate(-45deg) translatey(-0.2rem);
        -webkit-transform: rotate(-45deg) translatey(-0.2rem);
        -moz-transform: rotate(-45deg) translatey(-0.2rem);
        -ms-transform: rotate(-45deg) translatey(-0.2rem);
        -o-transform: rotate(-45deg) translatey(-0.2rem);
    }

    .navbar-search-toggle .fa-search {
        font-size: 1.3rem;
    }

    a.mobile-dropdown-toggle {
        width: 4rem;
        height: 2.5rem;
        position: absolute;
        right: 0;
        z-index: 25;
    }
}

@media screen and (min-width: 1088px) {

    .navbar-dropdown a.navbar-item,
    .navbar-dropdown a.navbar-item {
        background-color: transparent;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .navbar-dropdown a.navbar-item:focus,
    .navbar-dropdown a.navbar-item:hover {
        background-color: var(--primary-red-hover-colour);
        color: white;
    }
}

/* Three tier menu NEW APPROACH */
.three-tier-menu-item>.navbar-dropdown a.navbar-link {
    font-size: .875rem;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.three-tier-menu-item .navbar-dropdown a.navbar-link:hover {
    color: var(--neutral-white-colour);
}

.three-tier-menu-item>.navbar-dropdown>a.navbar-link.single-tier:after {
    display: none;
}

.navbar-dropdown.third-tier-dropdown a:hover,
.navbar-dropdown.second-tier-dropdown a:hover {
    color: inherit;
    background: transparent;
}

.navbar-link.single-tier::after {
    content: none;
}

@media screen and (min-width:1088px) {

    .three-tier-menu-item .navbar-dropdown .third-tier-dropdown-inner,
    .three-tier-menu-item>.navbar-dropdown>.second-tier-dropdown-inner {
        padding-left: 0;
        position: relative;
    }

    .three-tier-menu-item>.navbar-dropdown>.navbar-link {
        padding-top: 0.375rem;
        padding-bottom: 0.375rem;
    }

    .navbar-item.third-tier-dropdown-inner,
    .navbar-item.second-tier-dropdown-inner {
        width: 100%;
        padding-top: 0rem;
        padding-bottom: 0rem;
        padding-right: 0;
    }


    .contains-second-tier .second-tier-dropdown:hover {
        border-top: 2px solid var(--primary-red-colour);
    }

    .navbar-item.third-tier-dropdown-inner .third-tier-dropdown .navbar-item:hover {
        background-color: var(--primary-red-colour);
        color: var(--neutral-light-colour);
    }

    .navbar-item.third-tier-dropdown-inner>.navbar-link,
    .navbar-item.second-tier-dropdown-inner>.navbar-link {
        display: flex;
        justify-content: space-between;
    }

    .navbar-item.is-hoverable:hover .navbar-dropdown.third-tier-dropdown,
    .navbar-item.is-hoverable:hover .navbar-dropdown.second-tier-dropdown {
        position: absolute;
        top: 0;
        left: 100%;
        display: none;
    }

    .navbar-item.is-hoverable:hover .third-tier-dropdown-inner:hover .navbar-dropdown.third-tier-dropdown,
    .navbar-item.is-hoverable:hover .second-tier-dropdown-inner:hover .navbar-dropdown.second-tier-dropdown {
        display: block;
    }

    .navbar-item.is-hoverable .third-tier-dropdown-inner .contains-third-tier,
    .navbar-item.is-hoverable .second-tier-dropdown-inner .contains-second-tier {
        width: 100%;
    }

    .navbar-item.is-hoverable .third-tier-dropdown-inner .contains-third-tier:after,
    .navbar-item.is-hoverable .second-tier-dropdown-inner .contains-second-tier:after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transition: 0.15s;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -ms-transition: 0.15s;
        -o-transition: 0.15s;
    }

    .navbar-item.is-hoverable .third-tier-dropdown-inner:hover .contains-third-tier:after,
    .navbar-item.is-hoverable .second-tier-dropdown-inner:hover .contains-second-tier:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }

    .navbar-dropdown.third-tier-dropdown a:hover,
    .navbar-dropdown.second-tier-dropdown a:hover {
        background: transparent;
    }

    .second-tier-dropdown .third-tier-dropdown-inner:hover,
    .navbar-link.single-tier:hover,
    .second-tier-dropdown .navbar-link.single-tier:hover,
    .navbar-item .second-tier-dropdown-inner:hover {
        background: var(--primary-red-colour);
    }

    .navbar-item .second-tier-dropdown-inner:hover .contains-second-tier::after,
    .second-tier-dropdown .third-tier-dropdown-inner:hover .contains-third-tier::after {
        border-color: var(--neutral-white-colour);
    }

    .navbar-item .second-tier-dropdown-inner .second-tier-dropdown,
    .navbar-item .third-tier-dropdown-inner .third-tier-dropdown {
        box-shadow: 5px 8px 8px #ccc;
    }

    .navbar-item .second-tier-dropdown-inner:hover .contains-second-tier::after .three-tier-menu-item .navbar-dropdown .navbar-item .navbar-link {
        color: initial;
    }

    .three-tier-menu-item .navbar-dropdown .navbar-item:hover .navbar-link.contains-second-tier,
    .three-tier-menu-item .navbar-dropdown .navbar-item.second-tier-dropdown-inner:hover .second-tier-dropdown .navbar-link.single-tier:hover,
    .three-tier-menu-item .navbar-dropdown.second-tier-dropdown .navbar-item.third-tier-dropdown-inner:hover .navbar-link.contains-third-tier {
        color: var(--neutral-white-colour);
    }
}

@media screen and (max-width:1087px) {
    #main-navbar.navbar-menu.is-active {
        overflow: hidden;
    }

    .navbar-item.has-dropdown.three-tier-menu-item.is-active .navbar-dropdown .third-tier-dropdown-inner:not(.is-active) .navbar-dropdown,
    .navbar-item.has-dropdown.three-tier-menu-item.is-active .navbar-dropdown .second-tier-dropdown-inner:not(.is-active) .navbar-dropdown {
        max-height: 0;
        opacity: 0;
        pointer-events: none;
        padding-top: 0;
        padding-bottom: 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .navbar-item.has-dropdown.three-tier-menu-item.is-active .navbar-dropdown .third-tier-dropdown-inner:not(.is-active) .navbar-link:not(.is-arrowless)::after,
    .navbar-item.has-dropdown.three-tier-menu-item.is-active .navbar-dropdown .second-tier-dropdown-inner:not(.is-active) .navbar-link:not(.is-arrowless)::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transition: 0.15s;
        -webkit-transition: 0.15s;
        -moz-transition: 0.15s;
        -ms-transition: 0.15s;
        -o-transition: 0.15s;
    }

    .navbar-item.has-dropdown.three-tier-menu-item.is-active .navbar-dropdown .third-tier-dropdown-inner:not(.is-active) .navbar-item,
    .navbar-item.has-dropdown.three-tier-menu-item.is-active .navbar-dropdown .second-tier-dropdown-inner:not(.is-active) .navbar-item {
        max-height: 0;
        margin: 0;
    }

    .navbar-item.has-dropdown.is-hoverable.three-tier-menu-item.is-active>.navbar-dropdown>.navbar-item {
        margin-bottom: 0;
    }


    .three-tier-menu-item .second-tier-dropdown-inner,
    .three-tier-menu-item .third-tier-dropdown-inner {
        padding: 0;
    }

    .navbar-item.third-tier-dropdown-inner,
    .navbar-item.second-tier-dropdown-inner {
        padding: 0 !important;
    }

    .navbar-item.second-tier-dropdown-inner {
        padding-right: 0.2rem !important;
    }
}

/* Footer */
.main-footer {
    clear: both;
}

.main-footer li a {
    color: var(--neutral-white-colour);
}

.main-footer li a:hover {
    color: #ccc;
}

.page-catalog-product .main-footer h3.ict-sub-title,
.main-footer h3.ict-sub-title {
    font-family: inherit !important;
    font-weight: 600;
    font-size: 1.2rem !important;
}

.bottom-footer li a {
    text-decoration: underline;
}

.section.main-footer .content ul,
.section.bottom-footer .content ul {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.bottom-footer .columns .column {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px),
print {

    section.main-footer .column.is-6,
    section.main-footer .column.is-6-tablet {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    section.main-footer .column.is-12-mobile {
        width: 100%;
    }

    section.main-footer .column.is-12-mobile:nth-child(1) .block:not(:first-child) {
        justify-content: center;
    }

    section.main-footer .column.is-12-mobile:nth-child(1) .block:nth-child(1) {
        margin-left: 1.4rem;
    }

    section.main-footer .ict-left-column.column {
        padding-right: 5rem !important;
    }

    section.main-footer .column.is-12-mobile:nth-child(2) {
        text-align: center;
    }

    section.main-footer .column.is-12-mobile:nth-child(3) {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center !important;
    }

    section.main-footer .column.is-12-mobile:nth-child(3) .block {
        justify-content: center;
    }

    section.main-footer .column.is-12-mobile:nth-child(2) .block ul,
    section.main-footer .column.is-12-mobile:nth-child(3) .block ul {
        width: 100%;
        text-align: center !important;
    }

    section.main-footer .column.is-12-mobile:nth-child(4) {
        text-align: center;
    }

    section.main-footer .column.is-12-mobile:nth-child(4) .block .ict-list li {
        text-align: center;
    }

    section.main-footer .column.is-12-mobile:nth-child(5) {
        order: 5;
    }

    section.main-footer .column.is-12-mobile:nth-child(1) .block:first-child {
        display: flex;
        justify-content: center;
    }

    section.main-footer .column.is-12-mobile:nth-child(4) ul {
        display: flex;
        align-items: baseline;
        gap: 1rem
    }

    .has-rounded-footer-icons {
        justify-content: center;
    }
}

/* Flex Slider */
@media screen and (max-width: 769px) {
    .flexslider .slides li {
        background-image: none !important;
    }

    .flexslider .slides li .column {
        width: 100%;
    }
}

/* Bottom Header */

section.bottom-header {
    background-color: var(--primary-yellow-colour);
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

section.bottom-header .column .icon-text {
    display: flex;
    align-items: center;
}

section.bottom-header .column .icon-text .icon {
    padding-right: 1rem;
}

section.bottom-header .column .icon-text span h3 {
    font-size: 1rem !important;
}

/* Featured Categories/Category - Cards*/
.listWrapper {
    justify-content: center;
}

.homePageCategories .listWrapper .listItem {
    margin: 1rem;
    max-width: 30% !important;
}

.homeFeaturedProducts .listWrapper .listItem,
.product-grid .listWrapper .listItem {
    max-width: 30% !important;
    padding: 1rem !important;
    margin: .75rem;
}

.homeFeaturedCategoriesWrapper .small-product-item::after {
    padding-bottom: 70%;
}

.homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
    content: "";
    display: block;
    height: 3px;
    background-color: var(--primary-red-colour);
    width: 25%;
    position: absolute;
    left: 0;
    bottom: 4rem;
}

.homeFeaturedProducts .listWrapper .listItem,
.product-grid .listItem,
.homeFeaturedCategoriesWrapper .listItem {
    background-color: var(--neutral-light-colour);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item {
    display: flex;
    flex-direction: column;
}

.homeFeaturedProducts .listItem .product-item,
.product-grid .listItem .product-item {
    display: flex;
    flex-direction: row !important;
    position: unset;
    gap: 2rem;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title,
.homeFeaturedCategoriesWrapper .small-product-item .category-item .category-short-description,
.homeFeaturedCategoriesWrapper .small-product-item .category-item .homepage-category-details-button {
    padding: .75rem;
}

.homeFeaturedProducts .listItem .product-item .product-item--image,
.product-grid .listItem .product-item .product-item--image,
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture {
    width: 25%;
}

.homeFeaturedProducts .listItem .product-item .product-item--image .picture a img,
.product-grid .listItem .product-item .product-item--image .picture a img,
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture a img {
    object-fit: contain;
}


.homeFeaturedCategoriesWrapper .small-product-item .category-item:hover .product-title,
.homeFeaturedCategoriesWrapper .small-product-item .category-item:hover .category-short-description {
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    opacity: unset;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title {
    position: absolute;
    right: 0;
    width: 60%;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    opacity: unset;
    white-space: inherit !important;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title a {
    font-size: 1.5rem;
    color: #555;
    font-weight: 700;
}

.homeFeaturedProducts .listItem .product-item .product-item--image,
.product-grid .listItem .product-item .product-item--image,
.homeFeaturedCategoriesWrapper .small-product-item .category-item .picture {
    height: 50%;
    width: 25%;
    top: 2rem;
    left: 2rem;
}

.homeFeaturedCategoriesWrapper .small-product-item .category-item .category-short-description {
    font-size: 1rem;
    width: 60%;
    position: absolute;
    right: 0;
    top: 3.5rem;
    color: rgba(46, 46, 46, 0.7);
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    opacity: unset;
    font-style: unset;
}

.homeFeaturedCategoriesWrapper .small-product-item .homepage-category-details-button {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 55%;
    position: absolute;
    right: 0;
    bottom: 1rem;
    background: var(--primary-red-colour);
    color: var(--neutral-white-colour);
    padding: 1rem;
    margin: 1rem;
    margin-right: .5rem;
    max-height: 41px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.homeFeaturedCategoriesWrapper .small-product-item .homepage-category-details-button:hover {
    background-color: var(--primary-yellow-colour);
    color: inherit !important;
}

.homeFeaturedProducts .listItem .product-item,
.product-grid .listItem .product-item {
    flex-direction: row;
}

.homeFeaturedProducts .listItem .product-item .product-item--image,
.product-grid .listItem .product-item .product-item--image {
    width: 50%;
}

.homeFeaturedProducts .product-item .product-item--info,
.product-grid .product-item .product-item--info {
    height: 95%;
}

.product-grid .product-item .product-item--image {
    height: 0;
    padding-bottom: 25%;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--image {
    height: 50%;
    padding-bottom: 25%;
}

.homeFeaturedProducts .listItem .product-item .product-item--content .product-title a,
.product-grid .listItem .product-item .product-item--content .product-title a {
    font-size: 1.4rem;
    color: #555;
}


.homePageCategories .listItem:nth-child(n + 10) .category-short-description {
    display: none !important;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .alternate--prices,
.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .description,
.listItem .product-item .product-item--info .alternate--prices,
.listItem .product-item .product-item--info .description,
.addtocart.level.level-left {
    display: none !important;
}

.page-catalog-category .homeFeaturedCategoriesWrapper {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Subcategories */

/* .category-subcategory-section {
    display: none;
} */

.sub-category-grid .listWrapper .item-box {
    border: none;
    background: #f7f7f7;
    position: static;
}

.sub-category-grid .listWrapper .listItem {
    background: #f7f7f7;
    width: 80%;
    margin: 1rem;
    border-radius: 5%;
    padding: 2rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width:768px) {
    .sub-category-grid .listWrapper .listItem {
        width: 45%;
    }

}

@media screen and (min-width:1088px) {
    .sub-category-grid .listWrapper .listItem {
        width: 30%;
    }
}

.sub-category-grid .listWrapper .item-box .sub-category-item .picture {
    order: -1;
    width: 30%;
    position: relative;
    overflow: visible;
    max-height: 5rem;
}

.sub-category-grid .listWrapper .listItem .sub-category-item {
    display: flex;
    background: transparent;
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
    align-items: center;
    height: 100%;
}

.sub-category-grid .listWrapper .item-box:after {
    display: none;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    position: static;
    transform: none;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .short-description {
    display: block !important;
    margin-top: 3rem;
    width: 100%;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .picture::after {
    content: "";
    display: block;
    height: 3px;
    background-color: var(--primary-red-colour);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1rem;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a {
    color: #555;
    font-weight: 700;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: all;
    cursor: pointer;
}

.sub-category-grid .listWrapper .listItem {
    transform: scale(1);
    transition: 0.15s;
}

.sub-category-grid .listWrapper .listItem:hover {
    transform: scale(1.05);
}

.sub-category-grid .listWrapper .item-box .sub-category-item:hover .category-title {
    background: none;
    transform: none;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .picture img {
    object-fit: contain;
}


#homeFeaturedCategoriesTitleRow h2.ict-title {
    margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 1281px) {

    .homeFeaturedProducts .listItem.column.is-3-widescreen,
    .product-grid .listItem.column.is-3-widescreen {
        width: 33.333333% !important;
    }

}

@media screen and (max-width: 1280px) {

    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }
}

@media screen and (min-width: 1089px) {
    .homeFeaturedProducts .column.is-3-widescreen {
        width: 50% !important;
    }
}

@media screen and (max-width: 1087px) {
    .homePageCategories .listWrapper .listItem {
        margin: 1rem;
        max-width: 45% !important;
    }

    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }

    .homeFeaturedProducts .listWrapper .listItem,
    .product-grid .listWrapper .listItem {
        max-width: 45% !important;
    }

    .homeFeaturedProducts .listItem .product-item .product-item--content .product-title a,
    .product-grid .listItem .product-item .product-item--content .product-title a {
        font-size: 1rem;
    }

}

@media screen and (max-width: 1023px) and (min-width: 770px) {
    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }
}

@media screen and (max-width: 850px) and (min-width: 770px) {

    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }
}

@media screen and (max-width: 769px) {
    .homePageCategories .listWrapper .listItem {
        margin: 1rem;
        max-width: 45% !important;
    }

    .homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title {
        padding: 0rem;
    }

    .homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title {
        padding: 0.75rem;
    }

    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }
}

@media screen and (max-width: 768px) {
    .homePageCategories .listWrapper .listItem {
        max-width: 75% !important;
    }

    .homePageCategories .listWrapper .column.is-6-mobile {
        width: 70%;
    }
}

@media screen and (max-width: 599px) {
    .homePageCategories .listWrapper .listItem {
        margin: 1rem;
    }

    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }



    .homeFeaturedProducts .listWrapper .listItem.column.is-6-mobile,
    .product-grid .listWrapper .listItem {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .homePageCategories .listWrapper .listItem {
        margin: 1rem;
        max-width: 100% !important;
    }

    .homePageCategories .listWrapper .listItem.column.is-6-mobile {
        width: 90%;
    }

    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }

    .homeFeaturedProducts .listWrapper .listItem,
    .product-grid .listWrapper .listItem {
        max-width: 75% !important;
    }

    .homeFeaturedCategoriesWrapper .small-product-item .category-item .product-title,
    .homeFeaturedCategoriesWrapper .small-product-item .category-item .category-short-description,
    .homeFeaturedCategoriesWrapper .small-product-item .category-item .homepage-category-details-button {
        padding: .75rem;
    }

}

@media screen and (max-width: 375px) {
    .homePageCategories .listWrapper .listItem .category-item .homepage-category-details-button::before {
        left: 0;
        bottom: 4rem;
    }
}

.listWrapper .listItem .product-title a {
    font-size: 1rem !important;
}

.listWrapper .listItem .category-short-description {
    font-size: 0.875rem !important;
}

.listWrapper .listItem .product-title {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (min-width:1440px) {
    .listWrapper .listItem .product-title a {
        font-size: 1.25rem !important;
    }

    .listWrapper .listItem .category-short-description {
        font-size: 1.25rem !important;
    }
}

/* Side Menu */
.navbar-side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 20%;
    min-height: 100vh;
    display: block;
    z-index: 200;
    background-color: var(--neutral-white-colour);
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}

.navbar-side-menu.is-active {
    right: 0;
}

.section.navbar-side-menu {
    padding-top: 0 !important;
}

.close-window,
.burger-nav {
    border: none;
    background-color: var(--neutral-white-colour);
    cursor: pointer;
}

.close-window i,
.burger-nav i {
    color: #555;
}

.close-window i:hover,
.burger-nav i:hover {
    color: var(--primary-red-hover-colour);
}

.close-window {
    padding-top: 1rem;
    padding-left: 1rem;
}

.navbar-side-menu .navbar-item {
    justify-content: center;
    font-size: 1.2rem !important;
}

.container.burger-nav-container {
    padding-left: 152px !important;
}

/* Scroll to Top button */
.scroll-to-top-button {
    display: none;
    position: fixed;
    bottom: 10rem;
    right: 15rem;
    z-index: 29;
    font-size: 1.5rem;
    background-color: rgba(12, 50, 64, .25);
    color: var(--neutral-white-colour);
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.scroll-to-top-button .icon {
    height: 2.5rem;
    width: 2rem;
}

.scroll-to-top-button:hover {
    background-color: rgba(21, 86, 112, .5);
}


@media screen and (max-width: 1087px) {
    .scroll-to-top-button {
        bottom: 15rem;
        right: 1.5rem;
        z-index: 29;
        font-size: 1rem;
        background-color: rgba(12, 50, 64, .25);
        color: var(--neutral-white-colour);
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }

}

/* Modules - End */

/* Pages - Start */
/* Category Pages */
.category-hero-section {
    background-color: var(--neutral-white-colour) !important;
    border-top: 3px solid var(--primary-yellow-colour);
    border-bottom: 3px solid var(--primary-yellow-colour);
}

/* .category-hero-section .hero-body .subtitle{
    font-family: Korolev-heavy;
    font-size: 2.875rem;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
    height: auto;
    background: var(--primary-red-colour);
    color: var(--neutral-white-colour);
    padding: 1rem 2rem;
} */

.category-intro-wrapper {
    display: none !important;
}

.hero .hero-body {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.breadcrumb.level li a {
    color: silver;
    font-size: 1.2rem;
    font-family: 700 !important
}

.breadcrumb.level li a:hover {
    color: var(--primary-red-hover-colour);
}

.breadcrumb.level li:last-child a {
    color: #2e2e2e;
}

@media screen and (max-width: 1087px) {
    .category-hero-section .hero-body .subtitle {
        width: 35%;
    }
}

@media screen and (max-width: 768px) {
    .category-hero-section .hero-body .subtitle {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .category-hero-section .hero-body .subtitle {
        width: 100%;
    }
}

/* Product Landing */
.page-catalog-product h3.ict-sub-title {
    font-family: inherit;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    font-weight: inherit;
}

.column.picture-wrapper {
    width: 45% !important;
}

.picture-wrapper .block .picture {
    width: 80%;
}

.product-variant-list .after-attributes-wrapper {
    position: absolute;
    left: 1rem;
    bottom: 3.5rem;
    width: 40%;
    background: var(--primary-yellow-colour);
}

.product-variant-list .after-attributes-wrapper .price {
    display: flex;
    justify-content: center;
}

.column.details-wrapper .title {
    font-family: inherit;
    font-size: 2rem !important;
    font-weight: 600;
    margin-bottom: .5rem !important;
}

.column.details-wrapper .subtitle.subtitle.short-description-wrapper {
    font-weight: 700;
}

#priceHide {
    display: flex;
    justify-content: center;
}

.bigpicture img {
    display: none;
}

.newProductPriceWrapper.updateProductPrice.level-item {
    margin-top: 0 !important;
}

.column.details-wrapper .title.invalidPrice{
    font-size: 1.2rem !important;
    margin-top: 1.5rem;
}

/* 
.column.details-wrapper .subtitle.short-description-wrapper::before {
    content: '';
    display: block;
    width: 10%;
    height: 3px;
    background: var(--primary-red-colour);
    position: relative;
    top: 2.5rem;
} */

.add-to-cart-buttons-wrapper {
    display: flex;
    align-items: end;
}

.product-variant-line .block.is-medium:not(:last-child) {
    margin-top: 1.5rem;
    margin-bottom: 0 !important;
}

.product-variant-line .attribute-item .catfish-select.attributeLogic {
    font-weight: 700;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.newProductPriceWrapper.updateProductPrice.level-item {
    background-color: var(--primary-yellow-colour);
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    margin-top: 3rem;
}

.picture-wrapper .product-details-info {
    display: flex;
    justify-content: center;
}

.product.cart--productinfo .product__title a{
    pointer-events: none;
}

/* Multipart */
.multipartUi-V2-Container .column.back-button {
    display: none;
}

/*Expand Button  */
.kit-item-group-table .cart-item-row .cart--groupexpand-button i{
    position: absolute;
    right: 1rem;
    top: 35%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
}

@media screen and (max-width: 1471px) and (min-width: 1088px) {
    .picture-wrapper .block .picture {
        width: 80%;
    }

    .column.picture-wrapper {
        width: 50% !important;
    }

    .product-variant-list .after-attributes-wrapper {
        left: 5.5rem;
    }
}


@media screen and (max-width: 1346px) {
    .picture-wrapper .block .picture {
        width: 100%;
    }

    .product-variant-list .after-attributes-wrapper {
        left: 7rem;
    }

}

@media screen and(max-width: 1087px) {
    .product-info-section .picture-wrapper {
        width: 100% !important;
    }
}

@media screen and (max-width: 1087px) {
    .column.picture-wrapper {
        width: 100% !important;

    }

    .product-variant-list .after-attributes-wrapper {
        position: inherit !important;
        margin-left: .025rem;
    }

}

@media screen and (min-width: 768px),
print {
    .column.quantity-wrapper .field.is-horizontal {
        flex-direction: column;
        gap: .5rem;
    }
}

@media screen and (max-width: 768px) {
    .product-variant-list .after-attributes-wrapper {
        width: 100%;
    }


    .column.picture-wrapper {
        width: 100% !important;
    }

    .picture-wrapper .block .picture {
        width: 100%;
    }

}

/* Faqs */
.ict-accordion .accordion-item .button {
    border: 2px solid var(--primary-red-colour);
    background: var(--neutral-white-colour);
    color: var(--primary-red-colour);
}

.ict-accordion .accordion-item .button:hover {
    background-color: var(--primary-yellow-colour);
    color: inherit !important;
}

.ict-accordion .accordion-item .button .has-text-dark {
    color: var(--primary-red-colour) !important;
}

.ict-accordion .accordion-item .button:hover .has-text-dark {
    color: var(--neutral-dark-colour) !important;
}

.ict-accordion .accordion-item.is-active .accordion-content {
    padding: 1.5rem;
}

/* Contact Pages */


/* Login page */
.login__wrapper {
    background-position: 45rem 50%;
}

footer.catfish-footer {
    display: none;
}

.login__wrapper .page-title {
    display: flex;
    justify-content: center;
}

.login__wrapper .page-title::before {
    display: none;
}

.login__wrapper .page-title .title {
    width: 75% !important;
    text-align: center;
}

.login__wrapper .returning-wrapper .login-title {
    display: inline-block;
    width: 100%;
    position: relative;
}

.login__wrapper .catfish-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login__wrapper .columns {
    display: flex;
    justify-content: center;
}

.login__wrapper .columns .returning-wrapper__inner .login-title {
    display: flex;
    justify-content: center;
}

.login__wrapper .catfish-container {
    float: unset;
}

.login__wrapper .catfish-container {
    margin: 0 !important;
}


@media screen and (min-width: 1089px) {
    .login__wrapper .catfish-container {
        width: 60% !important;
    }
}

/* Basket page */

/* .page-shoppingcart-cart .object-round, */
.page-multipartproduct-editor .object-round {
    display: none;
}

.basketEditButton,
.updatecartbutton,
.checkoutbutton {
    background-color: var(--primary-yellow-colour);
    color: #555;
}

.basketEditButton:hover,
.updatecartbutton:hover,
.checkoutbutton:hover {
    background-color: var(--primary-red-colour);
    color: #555;
}

.continueshoppingbutton {
    border: 2px solid var(--primary-red-colour) !important;
    color: var(--primary-red-colour) !important;

}

.continueshoppingbutton:hover {
    border: 2px solid var(--primary-yellow-colour) !important;
    background-color: var(--primary-yellow-colour) !important;
    color: var(--neutral-white-colour) !important;
}

.rawAttributeInfo__item span.object-round {
    display: none;
}

/* .rawAttributeInfo__item {
    display: flex;
    margin-top: .75rem;
    flex-direction: column;
} */

.rawAttributeInfo__item .title {
    margin-bottom: 0;
    margin-top: 0 !important;
    width: auto;
    font-weight: 600;
}

.rawAttributeInfo__item .title .separator {
    margin-left: .2rem;
}




@media screen and (min-width: 1600px){
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
        min-height: 35vh;
    }
}

@media screen and (min-width: 1472px) and (max-width: 1599px) {
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
        min-height: 50vh;
        max-height: 100%;
    }

    .page-checkout-onepagecheckout .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo {
        flex-grow: 1;
    }

    .page-checkout-onepagecheckout .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--itemtotal,
    .page-checkout-onepagecheckout .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity,
    .page-checkout-onepagecheckout .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--itemtotal,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice {
        flex-grow: .1;
    }

    .page-checkout-onepagecheckout .cartform .cartTableWrapper .cart tr.cart-item-row td.productpicture,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.productpicture {
        flex-grow: 0;
    }

    .cartform .cart-item-row {
        position: relative;
    }

    .cartform .cart--actions {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions {
        width: 25.4rem;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--actions__buttons {
        flex-direction: row;
        gap: .5rem;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--edititem,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--groupexpand{
        flex-direction: row;
        gap: .5rem;
        width: 100%;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--actions .cart--groupexpand i::before{
        position: absolute;
        top: 35%;
        right: 1rem;
    }


    .cart--actions__buttons.buttons .basketEditButton,
    .cart--actions__buttons.buttons #deleteCartItem,
    .cart--actions .cart--groupexpand .cart--groupexpand-button {
        font-size: .825rem;
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .rawAttributeInfo .rawAttributeInfo__item {
        width: 100%;
    }
}

@media screen and (max-width: 1471px) {
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row {
        display: inline-block;
        width: 100%;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.productpicture {
        align-items: center;
    }

    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--quantity,
    .shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--unitprice {
        width: 50%;
        float: left;
    }

    .rawAttributeInfo .rawAttributeInfo__item {
        flex-grow: 1;
    }
}

/* Customer Page */
.account-page--customerinfo .section-body .customer-info-box .customer__section:nth-child(3) tr.tablerow:nth-child(5) {
    display: none;
}

.layout--accountPage li.cf_accountlinks_CustomerInfo,
.layout--accountPage li.cf_accountlinks_CustomerAddresses,
.layout--accountPage li.cf_accountlinks_CustomerChangePassword {
    display: none;
}

/* Privacy Page */
.Privacy_Policy ul {
    list-style: none !important;
}

.Privacy_Policy ul li::before {
    content: "\2022";
    color: var(--primary-red-colour);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: bold;
    font-size: 1.8em;
}

.Privacy_Policy .main-footer ul li:before {
    display: none;
}

.Privacy_Policy .bottom-footer ul li:before {
    display: none;
}

/* Customer Info */

/* Pages - End */

/* Popup Modal */
div#popup-modal .modal-content {
    width: 90%;
    max-width: 44.5rem;
    overflow: visible;
}


div#popup-modal .modal-content>.box {
    padding: 3rem;
    border-radius: 2.5rem;
}

div#popup-modal .modal-content>.box button.close-button {
    position: absolute;
    font-size: 2rem;
    background: transparent;
    border: none;
    color: #fff;
    top: 1rem;
    right: 1.5rem;
    height: 2rem;
    outline: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

div#popup-modal .modal-content>.box button.close-button:hover {
    color: var(--primary-yellow-colour);
}

div#popup-modal .modal-content button.close-button {
    cursor: pointer;
}

/* Hide info attribute inputs */
.attribute.type_Info .attribute-item input {
    display: none;
}

/* Table */
section.price-table-section .subtitle {
    font-size: 2rem !important;
    margin-bottom: 0;
}

section.price-table-section .price-table th {
    text-align: center;
    font-weight: bold;
}

section.price-table-section .price-table td {
    text-align: center;
}

section.price-table-section .price-table tbody tr {
    background: transparent;
    transition: 0.3s;
}

section.price-table-section .price-table tbody tr:hover {
    background: #eeeeeeaa;
}

/* Cart */
.product.cart--productinfo .rawAttributeInfo__item.attributeinfo_Stock {
    display: none;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .rawAttributeInfo {
    margin: 0;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .summaryShortDescription {
    margin: 0;
}

.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row td.cart--productinfo .product__title {
    margin: 0;
}

.one-page-checkout .step-title {
    text-transform: uppercase;
    color: var(--neutral-dark-colour);
    font-size: 2rem;
    position: relative;
}

.one-page-checkout .step-title h2:after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    background: var(--primary-yellow-colour);
    border-radius: 50px;
    margin-left: 0.5rem;
    position: absolute;
    bottom: 1.725rem;
    right: -2rem;
}


.one-page-checkout .step-title h2 {
    width: min-content;
    position: relative;
    margin: 0 auto;
    margin-bottom: 3rem;
}

@media screen and (min-width:450px) {
    .one-page-checkout .step-title h2 {
        width: fit-content;
    }
}

.basketEditButton:hover,
.updatecartbutton:hover,
.checkoutbutton:hover {
    background: var(--primary-red-hover-colour) !important;
    color: white !important;
}

/* Password recovery */
input.changepasswordbutton.catfish-button {
    background: transparent;
}

.customer-pass-recovery .button:hover input {
    color: #555 !important;
}

input.changepasswordbutton.catfish-button:hover {
    background: transparent !important;
    color: #555 !important;
}

/* Subcategories */
.sub-category-grid .listWrapper .listItem {
    transform: none;
    transition: none;
}

.sub-category-grid .listWrapper .listItem:hover {
    transform: none;
}

.sub-category-grid .listWrapper .listItem .sub-category-item {
    display: block;
    position: static;
    overflow: visible;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title {
    display: block;
    float: right;
    width: 55%;
    text-align: left;
    padding: 0;
    position: static;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .picture {
    float: left;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .short-description {
    float: right;
    margin: 0;
    display: block !important;
    width: 55%;
    padding-top: 0.5rem;
    font-size: 0.875rem;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a:after {
    display: none;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .picture::after {
    /* background: none; */
    overflow: visible;
    width: 50%;
    left: unset;
    right: -100%;
}

.sub-category-grid .listWrapper .listItem {
    padding-bottom: 6rem;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a:after {
    content: "View";
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a:after {
    content: "View";
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: var(--primary-red-colour);
    width: 51%;
    max-height: 41px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: normal;
    transition: 0.3s;
    left: unset;
    top: unset;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a:hover:after {
    background: var(--primary-yellow-colour);
    color: #555;
}

.sub-category-grid .listWrapper .item-box .sub-category-item .category-title a {
    position: static;
}

.sub-category-grid .listWrapper .listItem {
    position: relative !important;
}

.sub-category-grid .listWrapper .item-box {
    position: static;
    overflow: visible;
}

/* Translate Required fields text using pseudo element. Required as no language string exists */
html[lang="nl"] .login__wrapper .requiredMarker {
    color: transparent;
    position: relative;
    pointer-events: none;
}

html[lang="nl"] .login__wrapper .requiredMarker:after {
    content: "* Vereiste";
    position: absolute;
    color: #CF4646;
    left: 0;
}

/* Product Landing */
@media screen and (max-width:1087px) {
    .product-info-section .is-tablet {
        display: flex;
    }

    .product-info-section .is-tablet .details-wrapper {
        order: 1;
    }

    .product-info-section .is-tablet .picture-wrapper {
        order: 2;
    }

    .product-info-section .is-tablet .picture-wrapper .bigpicture {
        display: flex;
        flex-direction: column-reverse;
    }

    .product-info-section .is-tablet .picture-wrapper .bigpicture .newProductPriceWrapper {
        margin: unset;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .product-info-section .product-variant-list.block {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    #client_side_errors_span {
        margin-top: 1.5rem;
    }
}

@media (max-width: 1087px) {

    /* Remove spin arrows on number input */
    input[type=number] {
        -moz-appearance: textfield;
    }

    /* Remove spin arrows on Chrome */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Optional: Fix appearance on Safari */
    input[type=number] {
        -webkit-appearance: textfield;
    }

    .field-body {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .catfish-input {
        width: 100%;
        text-align: center;
    }

    .increment-btn,
    .decrement-btn {
        width: 4rem;
        height: 3rem;
        font-size: 2rem;
        padding-bottom: .3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-red-colour);
        border: 1px solid #ccc;
        color: var(--neutral-white-colour);
        cursor: pointer;
        user-select: none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .increment-btn:active,
    .decrement-btn:active {
        background-color: #ddd;
    }
}

/* Estimate Page */
#BeforeMainContainer .page-title h1.title {
    margin-bottom: 0;
}

#Estimate-page-description,
#Products-page-description,
#Orders-page-description {
    display: none;
}

@media screen and (min-width: 1600px) {
    #BeforeMainContainer section .container {
        margin: 0;
    }
}

@media screen and (min-width: 1472px) {
    .page-custompages-page .catfish-container {
        max-width: 1600px;
    }
}

.cerm-container .level-right .level-item {
    gap: 1rem;
}

.field.has-addons p.control:nth-child(2) a.button.is-static {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Estimates Modal */
.modal-card-body .quantities .field.has-addons {
    width: 50%;
}

.modal-card-body .result div:nth-child(2) {
    display: none;
}

.estimate-page .actions-row .buttons > .estimates-delete{
    display: none;
}

/* Estimate - Products Tab */
/* Product Table Layout */
.account-page-Products .is-striped>thead>tr>th:nth-child(5) {
    width: 200px !important;
}

.account-page-Products .is-striped>thead>tr>th:nth-child(6) {
    width: 250px !important;
}

.account-page-Products .is-striped>thead>tr>th:nth-child(7) {
    width: 100px !important;
}

.account-page-Products .is-striped>thead>tr>th:nth-child(8) {
    width: 100px !important;
}

.account-page-Products .is-striped>thead>tr>th:nth-child(9) {
    width: 100px !important;
}

.account-page-Products .is-striped>thead>tr>th:nth-child(10) {
    width: 280px !important;
}

.cf-table-wrapper .actions-row .button i.fa-edit::before {
    content: "\f217";
}

.page-customer-addresses .catfish-button {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

@media screen and (min-width: 1088px) {

    /* Orders Table Layout */
    .account-page-Orders .is-striped>thead>tr>th:nth-child(5) {
        width: 250px !important;
    }

    /* order-quantity */
    .account-page-Products .is-striped .order-quantity span .field.has-addons .control {
        flex: 1;
    }

    /* Status - Upload Button */
    .account-page-Products .is-striped .status span {
        width: 100%;
        display: flex;
    }

    .account-page-Products .is-striped .status span a {
        display: flex;
        width: auto;
        flex-wrap: wrap;
        height: auto;
        padding: .75rem;
    }

    .account-page-Products .is-striped .status span a .icon {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .account-page-Products .is-striped .status span a span:nth-child(2) {
        text-wrap: wrap;
        text-align: center;
        width: 5.5rem;
    }

    html[lang="nl"] .account-page-Products .is-striped .status span a span:nth-child(2) {
        width: 5rem;
    }
}

@media screen and (max-width: 1087px) {

    /* Estimate Table Layout */
    .account-page-Estimates .is-striped>thead>tr>th:nth-child(6) {
        width: 200px !important;
    }

    .account-page-Estimates .is-striped>thead>tr>th:nth-child(6) div.th-wrap {
        justify-content: flex-start;
    }

    /* Orders Table Layout */
    .account-page-Orders .is-striped>thead>tr>th:nth-child(4) {
        width: 100px !important;
    }

    .account-page-Orders .is-striped>thead>tr>th:nth-child(5) {
        width: 125px !important;
    }

    .account-page-Orders .is-striped>thead>tr>th:nth-child(6) {
        width: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .cf-table .table-wrapper .table.is-striped {
        min-width: 100%;
    }

    .cf-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
        border-bottom: 1px solid #E4EEF2;
    }

    .estimate-page .per-page-select {
        padding-left: unset;
    }

    .actions-row .buttons {
        gap: .5rem;
    }

    .page-custompages-page .buttons:not(.is-fullwidth) .button:not(:last-child),
    .page-custompages-page .estimate-page .cerm-container .buttons .cf-tooltip {
        margin-right: unset;
    }
}

@media screen and (max-width: 600px) {
    .page-custompages-page .buttons .button {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media screen and (max-width: 475px) {
    .cf-table .table.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td::before {
        width: 50%;
    }

    .page-custompages-page .buttons {
        justify-content: flex-end;
    }
}

.account-page .vue-component-wrapper .cf-table-wrapper td {
    word-break: break-word;
}

@media screen and (min-width:768px){
    .estimate-page td.actions-row {
        min-width: 8rem;
    }
}

/* Address page */
.page-customer-info .customer__section .section-body table tbody {
    display: flex;
    flex-direction: column;
}

.page-customer-info .customer__section .section-body table tbody tr:nth-child(1) {
    order: 1;
}

.page-customer-info .customer__section .section-body table tbody tr:nth-child(2) {
    order: 2;
}

.page-customer-info .customer__section .section-body table tbody tr:nth-child(6) {
    order: 3;
    padding-bottom: 1.25rem;
}

.page-customer-info .customer__section .section-body table tbody tr:nth-child(3) {
    order: 4;
}

.page-customer-info .customer__section .section-body table tbody tr:nth-child(4) {
    order: 5;
}

/* Advance Search  */
.advanced-select .address-search-wrapper .column{
    display: flex;
}

.advanced-select .address-search-wrapper .column input.search{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
}

.advanced-select .address-search-wrapper .column button.button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}



/* Make CERM table buttons more responsive */
.estimate-page .actions-row .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


/* @media screen and (min-width:768px) {
    .estimate-page .actions-row .buttons .button {
        width: 100% !important;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: 0 !important;
    }
}

@media screen and (min-width:1088px) {
    .estimate-page .actions-row .buttons .button {
        width: 40% !important;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: 0.5rem !important;
    }
}

@media screen and (min-width:1280px) {
    .estimate-page .actions-row .buttons .button {
        width: 40% !important;
        padding-left: 2rem;
        padding-right: 2rem;
    }
} */

/* .estimate-page .actions-row .buttons .button {
    width: 100% !important;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-right: 0 !important;

    @media screen and (min-width:768px) {
        margin-right: 0.5rem !important;
    }

    @media screen and (min-width:1088px) {
        width: calc(50% - 0.5rem) !important;

    }

    @media screen and (min-width:1280px) {
        width: calc(33% - 0.5rem) !important;

    }

} */


.account-page .cerm-container .actions-row .buttons button,
.account-page .cerm-container .actions-row .buttons a {
    border-radius: 100%;
    padding-left: inherit;
    padding-right: inherit;
}

.estimate-page .actions-row .buttons>div {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-right: 0 !important;

    &>.button {
        margin: 0.25rem;
    }

    @media screen and (min-width:1440px) {
        width: fit-content;
    }

    @media screen and (min-width:768px)  and (max-width:1087px){
        width: 100%;
    }

}

@media screen and (min-width:1440px) {
    .account-page-Products .estimate-page .actions-row .buttons>div {
        width: 50%;
    }
}

/* Fix address buttons in my account */
html[lang="nl"] .account-page.account-page--addresses .address-item .address-item-row>td:last-child {
    max-width: 200px !important;
}

/* Hide My Account menu in account pages */
.layout--accountPage .block-account-navigation {
    display: none;
}

/* Remove hover effect on disabled buttons */

.catfish-button.is-danger[disabled]:hover,
.button.is-danger[disabled]:hover {
    background-color: #Cf4646 !important;
    color: white !important;
}

.catfish-button.is-primary[disabled]:hover,
.button.is-primary[disabled]:hover {
    background-color: #EB0000 !important;
    color: white !important;
}


/* Translate CERM page actions */
html[lang="nl"] div[data-label="Send email"].cf-tooltip:after {
    content: "E-mail verzenden" !important;
}


/* Hide unwanted add to basket button */
.estimate-page.products-page td[data-label="Acties"] div[data-label="Toevoegen aan winkelwagen"],
.estimate-page.products-page td[data-label="Actions"] div[data-label="Add to basket"] {
    display: none;
}

/* Float ATB buttons after scroll */
.estimate-page.products-page.float-atb-buttons>.level>.level-right {
    position: fixed;
    z-index: 100;
    top: 7.5vh;
    width: 100%;
    left: 0;
    justify-content: center;
    display: flex;

    &>.level-item.buttons {
        background: white;
        padding: 0.5rem;
        border-radius: 30px;

        .button {
            margin-bottom: 0;
        }
    }
}

/* Fix alignment for My Account address page */
@media screen and (min-width: 768px),
print {
    .account-page.account-page--addresses .address-item .address-item-row>td {
        width: 15% !important;
        display: flex;
        justify-content: center;
    }

    .account-page.account-page--addresses .address-item .address-item-row>td:nth-child(-n+2) {
        align-items: center;
    }


    @media screen and (min-width:1280px) {
        .account-page.account-page--addresses .address-item .address-item-row>td:nth-child(4) {
            width: auto !important;
        }
    }

    @media screen and (min-width:1080px) {

        .account-page.account-page--addresses .address-item .address-item-row>td {
            width: 10% !important;
        }

        .account-page.account-page--addresses .address-item .address-item-row>td:nth-child(4) {
            width: 60% !important;
        }
    }

}

.account-page.account-page--addresses .addAddressButtonWrapper {
    margin-right: 2.25rem;
    margin-top: 2.25rem;

    .addaddressbutton.catfish-button {
        width: auto;
    }
}

/* Hide shipping costs */
.cart_total--shipping {
    display: none!important;
}


/* My Account title - Dropdown */
select#Title option[value="Dr"],
select#Title option[value="Miss"],
select#Title option[value="Ms"]   {
    display: none;
}

/* Make error page less aggressive */
.vue-component-wrapper .cerm-container h1.subtitle,
.vue-component-wrapper .container h1.subtitle{
    font-size: 1.75rem!important;
    text-transform: none;
    font-weight: normal!important;
    font-family: 'Barlow-Regular';
    
}

/* Chnage the Shipping Address dropdown */
.advanced-select.is-extended{
    width: 100%;
    display: inline-block;
}

/* Multipart Upload Note */
.name_Multipart_Upload_Note{
    padding: 1rem 0;

    & .attributeHeader{
        display: flex;
    }

    & .attributeTitle{
        font-weight: bold;
        display: none;
    }
}

/* Hide Billing Address option */
.customer-addresses .address-item .box td:nth-child(2){
    display: none;
}

#checkout-step-billing .vue-component-wrapper-billing .footer-controls .action-button-wrapper{
    display: none;
}

/* Show Loading spinner */
.newProductPriceWrapper .catfish-classes{
    width: 100%;
}

.newProductPriceWrapper .catfish-classes:has(.is-hidden) {
    width: 0%;
}

.newProductPriceWrapper__icon.loader{
    border: 2px solid var(--primary-red-colour);
    border-right-color: transparent;
    border-top-color: transparent;
}

/* Hide Print Button */
.page-checkout-completed .order-summary-actions .orderSummaryPrint{
    display: none;
}

/* Date Picker Checkout Phase */
.OpcDeliveryDatePicker{

    .column{
        padding: 1rem;
    }

    h2.title{
        font-size: 2rem !important;
        text-transform: none;
    }

    h4{
        font-size: 1.75rem !important;
    }

    #selectedDateText{
        font-size: 1.5rem;
        font-weight: 600;
    }

    .deliveryDetails .column h4:first-of-type,
    .deliveryDetails .column p:first-of-type{
        display: none;
    }

    .deliveryDetails .column p{
        font-size: 1rem;
        font-weight: 600;
    }

    .deliveryDetails h2.title{
        display: none;
    }

     .deliveryDatePick h2{
        margin-bottom: 0 !important;
     }


    .deliveryDatePick .field .control .radio:first-child{
        display: none;
    }

    .deliveryDateSelected .subtitle{
        color: #000;
    }
}


.loading-overlay.is-active{
    display: flex;
    position: fixed;
}
