:root{
    --purple-dark-color: #221C35;
    --purple-light-color: #9F25B4;
    --yellow-color: #F8D12A;
    --white-color: #fff;
    --pale-grey: #EBF1F1;
    --red-color: #B52631;
    --turquoise-color: #00A3A3;

    --primary-color: var(--purple-dark-color);
    --secondary-color: var(--yellow-color);
    --tertiary-color: var(--purple-light-color);
    --pp-white: var(--white-color);
    --pp-grey: var(--pale-grey);
    --pp-red: var(--red-color);
}

/* ---------------------- */
/* ----General - Start--- */
/* ---------------------- */
/* Font */
@font-face {
    font-family: Paypoint-EB;
    src: url("/1327901228/Handler/CSSOverride/GetImage/3/PayPoint-Normal-900.ttf");
}

@font-face {
    font-family: FoundCon-EB;
    src: url("/82488046/Handler/CSSOverride/GetImage/3/FoundCon-Normal-900.ttf");
}


/* General */
.catfish-button,
.button,
a{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.catfish-button,
.button{
    background-color: var(--tertiary-color) !important;
    color: var(--pp-white) !important;
    font-weight: 600;
}

.catfish-button:hover,
.button:hover{
    background-color: var(--primary-color) !important;
    font-weight: 700;
}

.catfish-button:focus:not(:active), .catfish-button.is-focused:not(:active), .button:focus:not(:active), .button.is-focused:not(:active){
    box-shadow: unset;
}

h1,h2,h3{
    line-height: 1.3 !important;
}

.homebanners h2.title{
    font-family: Paypoint-EB, 'FOUNCON', sans-serif;
    font-size: 2.8em;
}

.word-in-progress-page--top .section-header .title,
h1.title,
.step-title h2,
h3.title{
    font-weight: 900 !important;
}

h1.title{
    font-family: FoundCon-EB, 'FOUNCON', sans-serif;
    color: var(--secondary-color) !important;
}

.word-in-progress-page--top .section-header .title,
.step-title h2,
.page-title h1.title,
h3.title{
    font-family: FoundCon-EB, 'FOUNCON', sans-serif;
    color: var(--primary-color) !important;
}
/* General - End */

/* ---------------------- */
/* Utility Classes -Start */
/* ---------------------- */
section.overlay{
    position: relative;
}

section.overlay::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(34,28,53,1) 0%, rgba(34,28,53,0.8) 60%, rgba(34,28,53,0.4) 90%, rgba(34,28,53,0));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* Utility Classes -End*/

/* ---------------------- */
/* Custom Styling - Start */
/* ---------------------- */

/* Custom Styling - End */

/* ---------------------- */
/* ----Module - Start ----*/
/* ---------------------- */
/* Header */
#main-nav{
    box-shadow: 0 2px 0 0 #F5F9FB;
}

.is-header-logo {
    height: 3rem;
}

a.navbar-item, a.navbar-link{
    color: var(--primary-color);
    font-weight: 500;
}

.content-field-navbar .navbar-link:not(.is-arrowless)::after{
    border-color: var(--primary-color);
}

.navbar-end .button:nth-child(2),
.ict-navbar .navbar-item .button.is-small{
    padding-left: 1rem;
    padding-right: 1rem;
}

.ict-navbar .navbar-item .button.is-small,
.ict-navbar .navbar-item .button.is-white{
    background-color: #fafafa !important;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;

    &:hover{
        background: var(--primary-color) !important;
        color: var(--pp-white);
    }
}

.navbar-end .button i{
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--primary-color);
}

.navbar-end .button:hover i{
    color: var(--pp-white);
}

.nav-search-container{
    background: rgba(235, 241, 241, .4);
}


@media screen and (min-width: 1088px) {
    .ict-header-spacer {
        height: 5.2em;
    }

    .navbar-dropdown{
        background: #fff;
        padding-bottom: 0;
        padding-top: 0;
        border-color: var(--purple-light-color);
    }
    
    .navbar-dropdown a.navbar-item:hover{
        background: #fafafa;
        color: var(--primary-color);
    }

    .navbar-dropdown a.navbar-item:last-child{
        padding-bottom: 1rem;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .navbar-dropdown a.navbar-item:first-child{
        padding-top: 1rem;
    }

    .navbar-dropdown.first-column a.navbar-item:last-child{
        border-bottom-right-radius: 0px;
    }

    .navbar-dropdown.second-column a.navbar-item:last-child{
        border-bottom-left-radius: 0px;
    }

    .navbar-dropdown.first-column {
        border-bottom-right-radius: 0;
    }
    
    .navbar-dropdown.second-column{
        border-bottom-left-radius: 0;
    }

    .navbar-item .basket-link .badge{
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    .navbar-item .basket-link .badge{
        background: var(--tertiary-color);
        color: var(--pp-white);
        padding: .3rem .4rem;
        right: -0rem;

    }

    .navbar-item .basket-link:hover .badge{
        background: var(--primary-color);
        color: var(--pp-white);
    }

    .navbar-divider {
        background-color: var(--tertiary-color);
        margin: .2rem 0;
        margin-bottom: 0;
        height: 1px;
    }
}

@media screen and (min-width: 768px), print {
    .navbar>.container {
        height: 5.1em;
    }
}

@media screen and (max-width: 1087px) {
    #main-navbar {
        background: var(--secondary-color);
    }
    .navbar-item.has-dropdown.is-active  .navbar-link, 
    .navbar-item.has-dropdown.is-active  .navbar-dropdown:not(.first-column){
        border-bottom: 1px solid var(--purple-light-color);
    }
}
/* Footer */
.container.footer-copyright h4{
    margin-top: 1.5rem;
}

.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;
}

/* Homepage Banner */
@media screen and (max-width: 767px) {
    .banner .section{
        text-align: center;
    }
}

.has-background-custom-1.main-banner{
    background-color: #251C5D;
}

.main-banner {

    & h2{
        border-bottom: 4px solid #fff;
        padding-bottom: 1rem;
        font-weight: normal;
    }

    .ict-right-column .image{
        display: flex;
        justify-content: center;
    }

    .ict-right-column img{
        width: 80%;
    }

}


@media screen and (max-width: 1087px) {
    .main-banner .ict-space{
        display: none;
    }
}

/* Product card */
.listWrapper{
    justify-content: center;
}

.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info,
.listWrapper .listItem .product-item--info{
    background: #fafafa;
}


.homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .image img,
.listWrapper .listItem .item-box .catfish-default-product-box .image img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.product-title > a{
    width: 100%;
    display: flex;
    justify-content: center;
    font-weight: 400;
    color: var(--purple-dark-color);
}

.product-title > a:hover{
    color: var(--purple-light-color);
}

.item-box:hover .product-title > a{
    color: var(--purple-light-color);
}

.alternate--prices .flex-container span.productPrice {
    display: none !important;
}

/* Category Cards */
#homeFeaturedCategoriesTitleRow{ display: none; }

.homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item{
    border-top: unset !important;
}

@media screen and (min-width: 1088px) {
    .homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box:hover .add-info,
    .listWrapper .listItem .item-box .catfish-default-product-box:hover .add-info{
        background: var(--pp-grey);
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .product-item--info,
    .listWrapper .listItem .product-item--info{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (max-width: 1087px) {
    .homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box .add-info,
    .listWrapper .listItem .item-box .catfish-default-product-box .add-info{
        background: var(--secondary-color) !important;
        border-radius: 20px;
        padding-bottom: 1.5rem !important;
    }

    .homeFeaturedProductsWrapper .listWrapper .listItem .item-box .catfish-default-product-box{
        border-radius: 20px;
    }
}

@media screen  and (max-width: 767px) {
    .homeFeaturedCategoriesWrapper .listWrapper .listItem .small-product-item .category-item .product-title{
        background-color: #fafafa;
        padding: 2rem .5rem 2rem .5rem;
    }
}

@media screen and (max-width: 475px) {
    .listWrapper .listItem{
        width: 100%;
    }
}

/* Product landing */
.bigpicture img{
    border-radius: 20px;
}

.details-wrapper h1.title{
    color: var(--primary-color) !important;
}

.breadcrumb.level li a{
    font-size: 600;
}

.breadcrumb.level li a:hover{
    color: var(--primary-color);
}

/* Megaedit */
.loadingScreen .ME_loading_hints ul li{
    color: var(--secondary-color);
}

.loadingScreen .fa-cog{
    border-right-color: var(--secondary-color);
}

#addToBasketScreenMsg,
.loadScreenStepIndicator{
    color: var(--pp-white) !important;
}

.addtoBasketScreen .fa-cog, .addtoBasketScreen .fa-spinner, #loadingArea .fa-cog, #loadingArea .fa-spinner, .loadingArea .fa-cog, .loadingArea .fa-spinner, .loadingScreen .fa-cog, .loadingScreen .fa-spinner{
    border-right-color: var(--secondary-color);
}

.loadingScreen .loadingLogo::before {
    content: "";
    background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/3/ME-Color-Logo.png");
    width: 20rem;
    height: 50%;
    position: absolute;
    top: -2rem;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.loadingScreen .loadingSpinner{
    position: relative;
    top: 5rem;
}

.loadingScreen .loadingLogo .loadScreenStepIndicator{
    font-size: 1.5rem;
    margin-top: 2rem;
}

.loadingScreen .fa-cog{
    height: 10rem !important;
    width: 10rem !important;
}


/* Basket*/
.shoppingcart__wrapper .cartform .cartTableWrapper .cart tr.cart-item-row,
.one-page-checkout .cartTableWrapper .cart tr.cart-item-row {
    background: rgba(235, 241, 241, .4);
    border: 2px solid rgba(159, 37, 180, .4);
}

.shoppingcart__wrapper .cart-footer .cart-footer__container{
    border: 2px solid rgba(159, 37, 180, .4);
}

.product.cart--productinfo .product__title a{
    color: var(--primary-color);
}

#deleteall,
#deleteCartItem{
    background-color: var(--red-color) !important;
}

#deleteall:hover,
#deleteCartItem:hover{
    background-color: #9D1923 !important
}

#continueshoppingDummy {
    background-color: transparent !important;
    border: 2px solid var(--tertiary-color);
    color: var(--tertiary-color) !important;
}

#continueshoppingDummy:hover {
    background-color: var(--primary-color)!important;
    border-color: transparent;
    color: var(--pp-white) !important;
}
/* Modules - End */

/* ---------------------- */
/* -----Pages - Start-----*/
/* ---------------------- */
/* Category Page*/
.pager .catfish-container{
    margin-top: 1.5rem;
}

/* Work in progress */
.headermenu--workflownav{
    background: var(--pp-grey);
}

.headermenu--workflownav ul li a {
    color: var(--tertiary-color);
    font-weight: 500;
}

.headermenu--workflownav ul li a.is-active{
    color: var(--primary-color);
}

.headermenu--workflownav ul li a:hover {
    color: var(--primary-color);
}

/* Checkout */
.advanced-select .box{
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

/* FAQ */
.accordion-item .button{
    background-color: #fafafa !important;
    color: var(--purple-dark-color) !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;

    & .has-text-dark{
        color: var(--purple-dark-color) !important;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
    }

    &:hover{
        background-color: var(--purple-dark-color) !important;
        color: var(--pp-white) !important;

        & .has-text-dark{
            color: var(--pp-white) !important;
        }
    }
}

.ict-accordion .accordion-item.is-active .accordion-content{
    padding-top: 1rem;
    padding-bottom: 1rem;
}


/* Pages - End */

/* ---------------------- */
/* -----Responsiveness----*/
/* ---------------------- */

@media only screen and (max-width: 1600px) {
    
}

@media only screen and (max-width: 1280px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 768px) {
    
}

@media only screen and (max-width: 320px) {
    
}
/* Responsiveness - End */

