:root {
    --accent-color: #f26223;
    --text-color-brand-background: #fff;
    --text-color-dark-background: #fff;
    --text-color-light-background: var(--evo-text-col);
}


@font-face {
    font-family: 'icomoon';
    src: url('https://unity-web-resources.b-cdn.net/fonts/icomoon.eot?ppd0q6');
    src: url('https://unity-web-resources.b-cdn.net/fonts/icomoon.eot?ppd0q6#iefix') format('embedded-opentype'),
    url('https://unity-web-resources.b-cdn.net/fonts/icomoon.ttf?ppd0q6') format('truetype'),
    url('https://unity-web-resources.b-cdn.net/fonts/icomoon.woff?ppd0q6') format('woff'),
    url('https://unity-web-resources.b-cdn.net/fonts/icomoon.svg?ppd0q6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="custom-icon-"],
[class*=" custom-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-icon-business-gifts:before {
    content: "\e914";
}

.custom-icon-printing:before {
    content: "\e904";
}

.custom-icon-open_box:before {
    content: "\e905";
}

.custom-icon-janitorial:before {
    content: "\e906";
}

.custom-icon-helmet:before {
    content: "\e907";
}

.custom-icon-desk:before {
    content: "\e908";
}

.custom-icon-catering:before {
    content: "\e909";
}

.custom-icon-education:before {
    content: "\e90a";
}

.custom-icon-healthcare:before {
    content: "\e90b";
}

.custom-icon-hygiene:before {
    content: "\e90c";
}

.custom-icon-managed_services:before {
    content: "\e90d";
}

.custom-icon-marque:before {
    content: "\e90e";
}

.custom-icon-office_supplies:before {
    content: "\e90f";
}

.custom-icon-print:before {
    content: "\e910";
}

.custom-icon-shredding:before {
    content: "\e911";
}

.custom-icon-workwear:before {
    content: "\e912";
}

.custom-icon-paper:before {
    content: "\e901";
}

.custom-icon-envelope:before {
    content: "\e902";
}

.custom-icon-battery:before {
    content: "\e903";
}

.custom-icon-interiors:before {
    content: "\e900";
}

.custom-icon-printer:before {
    content: "\e913";
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

.g-recaptcha {
    margin-bottom: 10px;
}

a,
img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/*** Utiliy classes ***/
.dflex, .container.dflex {
    display: flex;
}

.text-color-accent,
li.text-color-accent > a,
li.text-color-accent > *,
.menu.expanded .catalog .submenu li.text-color-accent a {
    color: var(--accent-color);
}

.text-brand-default {
    color: var(--evo-brand-default);
}


/** End Utility classes **/


/**************************/
/******** HEADER **********/
/**************************/

.headersection-1 .container-fluid {
    padding: 0;
}

.headersection-1 .container-fluid ul {
    margin: 0.25rem 0;
    padding: 0;
}

.headersection-1 .container-fluid li {
    margin: 0;
    padding: 0;
}

.container-fluid.headersection-1 .htmlcontent_container {
    padding: 0;
}

.top-bar {
    background: #eeeeee;
}

.top-bar .container:before,
.top-bar .container:after {
    content: none;
}

.top-bar .container.dflex {
    justify-content: space-between;
}

.top-bar ul {
    padding-bottom: 0;
    list-style: none;
}

.top-bar ul.dflex {
    gap: 2rem;
}

.top-bar ul li {
    display: flex;
    align-items: center;
}

.top-bar span.fa {
    font-size: 1.6rem;
    line-height: 0;
    margin-right: 0.5rem;
    color: var(--evo-brand-default);
}

.top-bar a {
    font-size: 0.9rem;
    font-weight: 600;
}

.top-bar a:hover {
    color: var(--accent-color);
}

/* Nav Visibility  */
.menu .catalog .catering,
.menu .catalog .education,
.menu .catalog .it-security{
    display: none;
}

.menu.expanded .catalog .submenu .has-image {
    /*height: 45%;*/
}

.menu.expanded .catalog .submenu .nav-image-20pc {
    width: 20%;
}
.menu.expanded .catalog .submenu .nav-image-40pc {
    width: 40%;
}
.menu.expanded .catalog .submenu .nav-image-60pc {
    width: 60%;
}
.menu.expanded .catalog .submenu .nav-image-80pc {
    width: 80%;
}

.header-mobile #mobileVueNav .catering,
.header-mobile #mobileVueNav .education {
    display: none;
}

/* Main Header */
.header-full,
.header-mobile {
    background: white;
}

header .header-mobile {
    justify-content: space-between;
}

header .header-mobile .header-right {
    margin-left: 0;
}

.headersection-2 .row-2 {
    padding: 0.5rem 0;
}

.headersection-2 .row-2 > div[class^="col"] {
    width: auto;
    float: none;
}

.logo img:first-of-type {
    max-width: 14rem !important;
    max-height: 5rem !important;
}

header section.search .search-form .form-group input {
    border: none;
    height: 3rem;
    border-bottom: 1px solid var(--evo-brand-default);
    font-size: 1rem;
    font-weight: 500;
}

header section.search .search-form .form-group input:focus {
    border-bottom: 1px solid var(--accent-color);
}

.search_container {
    flex: 1;
}

.search_container .fa-search {
    font-size: 2rem;
}

header section.search .search-form button[type=submit] {
    top: 50%;
    transform: translateY(-50%);
}

.toolbar .account-btn span.welcome-message.line1 {
    display: none;
}

.toolbar .account-btn span {
    color: white;
}

.toolbar .account-btn:hover {
    background: #292c2e;
}

.toolbar .account-btn span:first-of-type {
    margin: 0;
}

.shoppingtools_container.col-md-2 .account-btn .arrow-your-account {
    bottom: 0;
}

.toolbar .account-btn > span > br {
    display: none;
}

.toolbar a.account-btn,
.toolbar a.account-btn:hover,
.toolbar .cart-btn > a.btn,
.toolbar .cart-btn > a.btn:hover,
.toolbar .vuequicklistdropdown_elem > a,
.toolbar .vuequicklistdropdown_elem > a:hover {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background: #eeeeee;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    gap: 0.5em;
    min-height: 58px;
}

.toolbar .cart-btn b.minicart_total,
.toolbar .account-btn .welcome-message,
.toolbar .vuequicklistdropdown_elem > a > span {
    font-size: 1rem;
    color: var(--evo-text-col);
    flex: 1 1 100%;
    text-align: center;
    font-weight: 700;
}


.toolbar .account-btn:hover .user-icon {
    color: var(--accent-color);
}

.toolbar .cart-btn > .btn span {
    background-color: var(--accent-color);
    border-radius: 0.5rem;
    top: 7px;
    right: 7px;
}

header .toolbar a i {
    color: var(--evo-brand-default);
}

.toolbar .fa-list-alt {
    font-size: 2.5rem;
}

.toolbar .account-btn i.user-icon {
    font-size: 3rem;
    padding: 0;
}

.toolbar .cart-btn b.minicart_total {
    margin-top: 12px;
}

.toolbar .cart-btn > .btn i {
    font-size: 2.5rem;
    margin: 0;
    color: var(--evo-brand-default);
}

.toolbar .cart-btn > .btn b {
    line-height: 1;
    font-weight: 700;
}

.toolbar .cart-btn {
    max-width: 200px;
}

.toolbar .cart-btn:hover > a > i.fa-shopping-bag,
.toolbar .shopping-tools-wrapper .btn-outlined-invert:hover > i.fa {
    color: var(--accent-color);
}

/*Fixing cart hover position*/
.cart-dropdown {
    top: 70px
}

/* Account Side Bar */
.customertools .customertools-container {
    background: white;
}

.customertools .your-account {
    background: linear-gradient(90deg, var(--evo-brand-default) 50%, transparent 110%);
    padding-bottom: 1.5rem;
    margin-bottom: 0.25rem;
}

.customertools .close-panel {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.customertools .close-panel:hover {
    transform: scale(1.1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.customertools a {
    color: var(--evo-text-col);
}

.customertools li[class^="sidebar-"]:hover i {
    color: var(--accent-color);
}


/**************************/
/****** END HEADER ********/
/**************************/

/**************************/
/******** FOOTER **********/
/**************************/

footer.footer .footersection-1 {
    margin: 2rem auto;
}

footer.footer .footersection-1 section > h4,
footer.footer .footersection-1 .contacts > h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-color-dark-background);
    margin-bottom: 1.4rem;
}

footer.footer .footersection-1 section > :not(h4),
footer.footer .footersection-1 .contacts > :not(h4) {
    font-size: 0.9rem;
    color: var(--text-color-dark-background);
}

footer.footer .footersection-1 section li {
    line-height: 1.4;
    position: relative;
    width: 100%;
}

footer.footer .footersection-1 section li:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    line-height: 1.4;
    position: absolute;
    right: 2rem;
    transition: all 0.3s ease-in-out;
}

footer.footer .footersection-1 section li:hover:after,
footer.footer .footersection-1 section li.active:after,
footer.footer .footersection-1 section li:focus:after {
    color: var(--accent-color);
    transform: scale(1.3);
    transform-origin: center;
}

footer.footer .address-block {
    font-size: 1.2rem;
}

.ex-loggedin .footer_login {
    display: none;
}

.ex-loggedout .footer_logged-in {
    display: none;
}

/**************************/
/****** END FOOTER ********/
/**************************/

/**************************/
/******** PRODUCT **********/
/**************************/

.catalog-single {
    padding: 0;
}

.catalog-single .container {
    padding: 0 30px;
}

.mainproductpagedesktop,
.mainproductpagemobile{
    background: #fff;
}

.catalog-single div.mainproductpagemobile {
    padding: 0 15px;
}

.ex-product .catalog-single .product-title .product-name {
    font-weight: 400;
}


.catalog-single .product-brand {
    /*    display: block;
        position: absolute;
        right: 0;
        max-width: 60px;
        top: -50px;
        background: #fff;*/

}

.catalog-single .product-brand a {
    display: block;
}

.product-summary .product-brand img {
    max-width: 60px;
    height: auto;
    display: block;
}


@media (min-width: 992px) {
    .productimage_container {
        width: 50%;
    }

    /*    .productsummary_container {
            width: 50%;
        }
        .productaddtocart_container {
            width: 50%;
            float: right;
        }*/
}


.ex-product .row-breadcrumb {
    margin-bottom: 15px;
}


.ex-product .productaddtocart_container {
    margin-top: 15px;
}

.ex-product .catalog-single .product-shopping-actions {
    text-align: left !important;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.product-shopping-actions {
    clear: both;
}

#htmlcontent_197704 {
    padding: 0 !important;
}

@media (min-width: 992px) {
    body.ex-product .onecolumn .catalog-single .product-shopping-actions {
        margin: 0;
    }
}

.ex-product .product-summary .buttons.group {
    display: flex;
}

.ex-product .product-shopping-actions-quoteme {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.ex-product .quoteme-button {
    margin: 0 15px;
    /* display: block; */
}

.ex-product .mainproductpagemobile .product-summary .buttons.group {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ex-product .mainproductpagemobile .product-summary .buttons.group > .btn {
    flex: 1 1 100%;
    width: 90%;
}


.live-inventory-v2-add-to-cart-wrapper {
    max-width: 100%;
}

.ex-product .catalog-single .buttons .qnt-count {
    flex: 0;
    padding: 0;
}
.ex-product .catalog-single .product-shopping-actions .live-inventory-v2-add-to-cart-wrapper {
    flex: 1;
}

.ex-product .catalog-single .product-shopping-actions .live-inventory-v2-add-to-cart-wrapper button.btn-add-to-cart,
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart button,
.ex-product .catalog-single .quick-product .productdetails button {
    flex: 1;
    margin-left: 15px;
}

.ex-product .catalog-single .softgraybackground,
.softgraybackground {
    background: transparent;
}

.productaddtocart_container.mobile-widget-wrapper {
    display: none;
}

.ex-product .catalog-single .price {
    display: inline-block;
    padding: 0.4em 20px 0.4em 0;
    font-size: 1.6rem;
    white-space: nowrap;
}

.ex-product .product-summary span.price-label-inc-vat {
    display: inline-block;
    background: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    vertical-align: top;
    margin-top: 13px;
}

.ex-product .catalog-single .product-summary .productdetails .margindiv.margindiv.product-indicators,
.ex-product .catalog-single .product-summary .productdetails .margindiv.margindiv.prod-category,
.ex-product .catalog-single .product-summary .productdetails .margindiv.manufacturer-name {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #ccc;
}

.ex-product .catalog-single .product-summary .productdetails .margindiv.margindiv.product-indicators {
    border-left: 0 none;
    padding-left: 0;
}

.ex-product .productspecs_container,
.ex-product .productdescription_container {
    padding: 0 30px;
}

.ex-product .product-shopping-actions-row:first-of-type {
    display: flex;
    margin: 0;
    align-items: center;
}

.ex-product .mobile .product-shopping-actions-row:first-of-type {
    padding-top: 1rem;
    flex-direction: column-reverse;
}
body.ex-product .product-options {
    flex-direction: row;
    flex-wrap: wrap;
}

body.ex-product .product-options .option-group:nth-child(1) {
    flex: 1 0 100%;
}

body.ex-product .product-options .option-group:nth-child(2) {
    flex: 1 0 50%;
    margin-right: 0;
    padding-right: 30px;
}

body.ex-product .product-options .option-group:nth-child(3) {
    flex: 1 0 50%;
    margin-right: 0;
    padding-right: 30px;
}

body.ex-product .product-options .option-group select {
    width: 100%;
    border: 1px solid #ccc;
}

body.ex-product .product-options .option-group .option-group-values {

}

body.ex-product .product-options .option-group .option-group-radiobox {
    display: inline-block;
    border: 1px;
}

body.ex-product .product-options .option-group .option-group-radiobox {
    align-items: center;
    border: 1px solid #cacaca;
    border-radius: 5px;
    cursor: pointer;
    display: inline-flex;
    margin: 0 5px 5px 0;
    padding: 5px 15px 5px 10px;
}

body.ex-product .product-options .option-group .option-group-radiobox label.label-radio {
    vertical-align: middle;
    margin: 0 0 0 10px;
}

body.ex-product .product-options .option-group .option-group-radiobox input[type=checkbox],
body.ex-product .product-options .option-group .option-group-radiobox input[type=radio] {
    margin: 0;
}

body.ex-product #accordion .panel-border {
    border: 0 none;
    box-shadow: none;
}

body.ex-product .catalog-single #collapseDescription .panel-body {
    padding-left: 0;
}

.ex-product .panel-group .panel-heading {
    border-bottom: 1px solid #ccc;
}

.ex-product .catalog-single .product-description {
    padding: 1em 2em;
}

.ex-product .catalog-single .product-specs {
    padding: 0;
}

.ex-product .catalog-single .product-points {
    display: flex;
    flex-wrap: wrap;
}

.ex-product .catalog-single .product-points > ul {
    flex: 1 0 60%;
    order: 1;
}

.ex-product .catalog-single .product-points .product-points-show-more {
    flex: 1 0 100%;
    order: 3;
}

.ex-product .catalog-single .product-points .icons-block {
    flex: 1 0 40%;
    order: 2;
}

.ex-product .productaddtocart_container .social-links {
    display: none;
}

.ex-product .product-shopping-actions-row:nth-child(3),
.ex-product .product-compare-action {
    display: inline-block;
    border: 0 none;
    margin: 0;
    padding: 10px 0;
    vertical-align: middle;
    float: right;
    line-height: 27px;
}

/*START Icon Menu Items */

.icon-category-menu {
    --gap: 1rem;
}

.icon-category-menu h4.title {
    font-size: 1.5em;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    text-transform: capitalize;
}

.icon-category-menu > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: var(--gap);
}

.icon-menu-item {
    background-color: var(--evo-brand-default);
    width: 100%;
    margin-bottom: 0;
    display: flex;
    transition: all 300ms ease-in-out;
    padding: 0.25rem;
    border-radius: 5px;
}

.icon-menu-item:hover {
    transform: scale(1.05);
}

.icon-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    min-height: 60px;
    width: 100%;
    margin: auto;
    padding: 1.6rem 0;
}


.icon-menu-image-wrapper {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
}


.icon-menu-item p {
    width: 55%;
    color: var(--text-color-brand-background);
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    text-align: left;
    position: relative;
    word-break: break-word;
}


.icon-category-menu [class^="custom-icon-"],
.icon-category-menu [class*=" custom-icon-"] {
    font-size: 2.6rem;
    color: white;
    transition: color 400ms ease-in-out;
}

.icon-menu-item:hover [class^="custom-icon-"],
.icon-menu-item:hover [class*=" custom-icon-"] {
    color: var(--accent-color);
}

@media screen and (width >= 576px ) {
    .icon-menu-item {
        width: MAX(216px, calc((100% - (5 * var(--gap))) / 6));
    }

    .icon-menu-item a {
        justify-content: start;

    }
}

/*END Icon Menu Items */

/*Making sure content background is White*/
.ex-home .page-content,
.shopping-cart .page-content .container,
.ex-branch-view .page-content.container {
    background-color: #fff;
}

.ex-home .page-content .row .row > div {
    background-color: #fff;
}
.ex-branch-view .page-content.container {
    padding: 1rem;
}
.ex-branch-view .page-content.container > .row {
    margin-left: 0;
    margin-right: 0;
}
.ex-branch-view .contactform_container {
    display: flex;
}

.ex-branch-view .page-content h1 {
    width: 100%;
    text-align: center;
}
.ex-branch-view .contactform_container .contact-form {
    flex: 1;
    max-width: 600px;
    margin: auto;
}

/*
START Carousel etc
 */

.tile .footer-wrapper {
    min-height: auto !important;
}

.catalog-grid .tile .footer .footer-wrapper-price {
    margin-top: 5px;
}

.tile .footer .footer-wrapper-price {
    display: grid;
    grid-template-columns: min-content auto;
    gap: 0 0.5rem;
    grid-row: -1;
    min-height: 50px;
}

.tile .footer-wrapper-price .price-label {
    margin: 0;
    order: 1;
    grid-row: 1;
    font-size: 1.6rem;
    display: inherit;
    align-self: start;
}

.tile .footer .footer-wrapper-price:nth-of-type(3) {
    display: none;
}


.product .tile .footer-wrapper-price .price-label-inc-vat,
.product .tile .footer-wrapper-price span.uom.uomblock,
.catalog-single .tile .footer span.uom.uomblock,
.catalog-single .tile .footer .price-label-inc-vat {
    margin: 0;
    justify-content: left;
    display: inherit;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.tile .product-sku {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: .875em;
}

.tile .footer-wrapper-price .price-from {
    grid-row: 1;

}

.tile:hover .footer-wrapper-price .price-label-inc-vat,
.tile:hover .footer-wrapper-price span.uom.uomblock,
.tile:hover .product-sku {
    opacity: 1;
}


.catalog-grid .tile .footer-wrapper-price .price-label-inc-vat {
    grid-row: 1;
    order: 2;
    align-self: start;
}


.tile .footer-wrapper-price span.uom.uomblock {
    order: 3;
    grid-row: 2;
}


.tile .footer-wrapper-price div.product-price-rrp,
.tile .footer-wrapper-price div.rrp.live-pricing-fallback-option-evox{
    grid-column: 1 / span 2;
    display: flex ;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    font-size: 1rem;
}

.tile .footer-wrapper-price div.product-price-rrp > span {
    font-size: 1rem;
}

.tile .footer-wrapper-price div.product-price-rrp .save,
.tile .footer-wrapper-price div.rrp.live-pricing-fallback-option-evox .save{
    line-height: inherit;
}


.tile .addtoquicklist-wrapper,
.product-compare-action,
.tile span.product-category:first-of-type,
.tile div.product-category,
.catalog-grid .tile .list-attribute.product-stock,
.owl-item .tile .brand-label {
    display: none;
}

.stock-container {
    display: flex;
    flex-direction: column;
    /*position: absolute;*/
    top: 0;
    right: 0;
    inset-block-start: 0;
}

.stock-container .stock-location {
    display: flex;
    background-color: #ececec;
    width: max-content;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}

.tile .stock-container .stock-location {
    display: flex;
    justify-content: space-between;
}

.stock-location span {
    padding: 0.25rem 0.4rem;
}

.stock-location span:first-of-type {
    color: var(--accent-color);
    text-wrap: nowrap;
}


.stock-location span:last-of-type {
    background-color: #cecece;
    border-radius: 5px;
}

.ex-product .stock-location span:last-of-type {
    flex-grow: 1
}

.tile .footer-wrapper .footer-wrapper-description {
    display: flex;
    flex-direction: column;
    min-height: 128px;
}

.tile .footer .buttons.group {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-rows: 1fr auto auto;
    /*width: 100%;*/
}

.tile .footer .btn-add-to-cart {
    width: 100%;
    grid-column: 2;
    grid-row: 1;
    max-height: 40px;
}

@media (min-width: 1200px) {
    .griditems .btn-list {
        max-width: 100%;
    }
}

.tile .footer .quoteme-wrapper {
    grid-row: 2;
}
.tile .footer .addtoquicklist-wrapper {
    grid-row: 3;
}

.tile .indicators-grid {
    order: 1;
    margin: 0;
}

.tile .brand-label {
    order: 2;
    flex-shrink: 1;
    flex-basis: 5px;
    line-height: 1.4 !important;
}

.tile .product-name {
    order: 3;
}

.tile .product-sku {
    order: 4;
}

.owl-item .tile .indicators-grid {
    min-height: 29px;
}


.owl-item .tile .footer-wrapper {
    height: 190px !important;
    display: grid;
    grid-template-rows: auto 1fr 1fr;
}


.owl-item .tile .footer-wrapper-price {
    align-self: start;
    grid-template-rows:  auto auto 20px;
}

.tile .footer-wrapper .product-name {
    order: 2;
    /*grid-row: 1;*/
    /*margin-top: auto;*/
    flex: 1 1 100%;
}

.owl-item .tile .footer-wrapper .product-sku {
    order: 3;
    grid-row: 2;
}

.owl-item .tile .buttons.group .btn {
    width: 100%;
}

.owl-item .tile .footer-wrapper-price span.price-label {
    font-size: 1.6rem;
    align-self: start;
}

.owl-item .tile .footer-wrapper span.uom.uomblock {
    color: #b2b2b2;
}

/**************************/
/*** END PRODUCT TILE *****/
/**************************/


/**************************/
/*** START BREADCRUMB *****/
/**************************/


ol.breadcrumb {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: min-content;
    max-width: 100%;
    background: #ececec;
    padding: 0;
    margin: 0.8rem 0 0.6rem;
    display: flex;
}

ol.breadcrumb li {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-left: 1px solid #cecece;
    padding: 0 0.5rem;
    min-width: fit-content;
}

ol.breadcrumb li:before {
    content: none !important;
}

ol.breadcrumb li:first-of-type {
    border-left: none;
}

ol.breadcrumb li.breadcrumb_home a,
ol.breadcrumb li:first-of-type a{
    color: var(--accent-color)
}

ol.breadcrumb li:last-of-type,
ol.breadcrumb li.short_breadcrumb_link.hide
{
    background: #cecece;
    display: inline-block;
}

ol.breadcrumb li:last-of-type span,
ol.breadcrumb li:last-of-type a {
    color: var(--evo-text-col);
}

ol.breadcrumb li:last-of-type a:hover {
    font-weight: 700;
}

ol.breadcrumb .breadcrumb_home a i.fa-chevron-left:before {
    content: "\f015";
}
/**************************/
/***** END BREADCRUMB *****/
/**************************/

/**************************/
/***** START BANNERS ******/
/**************************/

.doublebanner_wrapper .banner_content,
.singlebanner_wrapper .banner_content {
    min-width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: 1fr auto;
    place-items: center;
    padding: 1em;
}

.doublebanner_wrapper .banner_content .banner_title ,
.singlebanner_wrapper .banner_title {
    align-self: start;
    justify-self: center;
    position: relative;
    grid-column: 1 / span 2;
    z-index: 10;
    font-size: clamp(2rem, 2.5vw, 3rem);
    padding: 0.1em 0.5em;
    border-radius: 5px;
    color: var(--text-color-brand-background);
}

.doublebanner_wrapper .banner_title:before ,
.singlebanner_wrapper .banner_title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0;
    border-radius: 5px;
    background-color: var(--evo-brand-default);
    opacity: 0.8;
    z-index: -1;
}

.mobile .doublebanner_wrapper .banner_title ,
.mobile .singlebanner_wrapper .banner_title {
    font-weight: bold;
    text-align: left;
    justify-self: left;
    font-size: 2.25rem;
}

.desktop .singlebanner_wrapper .banner_subtitle {
    align-self: center;
    grid-row: 2;
    grid-column: 1;
    z-index: 1;
    position: relative;
    color: var(--text-color-brand-background);
    padding: 0.1em 0.5em;
    line-height: 1.4;
    font-size: clamp(1.5rem, 1.45vw, 2rem);
}

.mobile .doublebanner_wrapper .banner_subtitle,
.mobile .singlebanner_wrapper .banner_subtitle {
    display: none;
}


.desktop .singlebanner_wrapper .banner_content .banner_button {
    align-self: center;
    justify-self: end;
    margin-right: 0.5em;
    box-shadow: 0 0 7px  rgba(0,0,0,0.3);
    grid-row: 2;
    z-index: 5;
}

.singlebanner_wrapper .banner_content .content_sub {
    width: 100%;
    grid-row: 2;
    grid-column: 1 / span 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.5em;
}

.singlebanner_wrapper .banner_content .content_sub:before {
    content: '';
    background-color: var(--evo-brand-default);
    border-radius: 5px;
    opacity: 0.8;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;

}

.mobile .singlebanner_wrapper .banner_content {
    min-width: auto;
    width: 453px;
    margin: 0 auto;
}

.singlebanner_wrapper .banner_button {
    padding: 0.5em 1em;
}



@media screen and (max-width: 1100px) {

    .singlebanner_wrapper .banner_content .content_sub {
        display: block;
        position: static;
    }
    .singlebanner_wrapper .banner_content .content_sub:before {
        content: none;
    }
    .singlebanner_wrapper .banner_content .banner_subtitle {
        display: none;
    }
    .desktop .singlebanner_wrapper div:not(.button-only) div.banner_content .banner_button, .mobile .singlebanner_wrapper div:not(.button-only) div.banner_content .banner_button {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 15;
        color: transparent;
        background-color: transparent;
        opacity: 0;
        grid-row: auto;
        padding: 0;
    }

    .desktop .singlebanner_wrapper .button-only div.banner_content, .mobile .singlebanner_wrapper .button-only div.banner_content {
        align-items: end;
    }
}

.doublebanner_wrapper .banner_content {
    background: transparent;
    z-index: 10;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
}

.doublebanner_wrapper .banner1:before,
.doublebanner_wrapper .banner2:before{
    content: '';
    width: 90%;
    height: 50%;
    border-radius: 5px;
    background-color: var(--accent-color);
    position: absolute;
    bottom: 17%;
    left: 50%;
    transform: translateX(-50%) rotate(-3deg);
    z-index: 1;

}

.doublebanner_wrapper  img {
    z-index: 4;
    position: relative;
}

.doublebanner_wrapper .banner_content .banner_title {
    padding: 0.1em 0.2em;
}
.mobile .doublebanner_wrapper .banner_content .banner_title {
    margin-left: 0.5em;
    padding: 0.1em 0.5em;
}

.doublebanner_wrapper .banner1 .banner_content,
.doublebanner_wrapper .banner2 .banner_content,
.doublebanner_wrapper .banner1 img,
.doublebanner_wrapper .banner2 img {
    transition: all 0.3s ease-in-out;
}

.doublebanner_wrapper .banner1:hover .banner_content,
.doublebanner_wrapper .banner2:hover .banner_content  {
    opacity: 0.2;
    z-index: 1 !important;
}
.doublebanner_wrapper .banner1:hover img,
.doublebanner_wrapper .banner2:hover img {
    z-index: 5;
    scale: 1.1;
}
/**************************/
/******* END BANNERS ******/
/**************************/

/**********************************/
/* START MODERN ITEM MERCHANDISER */
/**********************************/
.merchandising-content-static {
    overflow: hidden;
}
.merchandising-content-static .widget-box a.btn-widget-action:hover {
    border-color: var(--accent-color) !important;
    color: var(--accent-color);
}
/**********************************/
/** END MODERN ITEM MERCHANDISER **/
/**********************************/

/**************************/
/***** START CART PAGE ****/
/**************************/

.desktop div:has(> .cart-topbuttons) {
    margin-top: 1rem;
}

@supports not selector(:has(a,b)) {
    .desktop .cart-topbuttons {
        margin-top: 1rem;
    }
}

/**************************/
/***** END CART PAGE ******/
/**************************/

/************************/
/*** START INFO PAGES ***/
/************************/

.ex-content-page.ex-name-privacy .page-content .container,
.ex-content-page.ex-name-privacypolicy .page-content .container,
.ex-content-page.ex-name-termsconditions .page-content .container,
.ex-content-page.ex-name-termsandconditions .page-content .container,
.ex-content-page.ex-name-returns .page-content .container,
.ex-content-page.ex-name-aboutus .page-content .container,
.ex-content-page.ex-name-about .page-content .container,
.ex-content-page.ex-name-deliveryinformation .page-content .container,
.ex-content-page.ex-name-delivery .page-content .container{
    max-width: 80ch;
    margin: 0 auto;
}

/**********************/
/*** END INFO PAGES ***/
/**********************/

/*Minor fix to breadcrumb alignment on categories page*/
.shop-filters:not(.filterswrapper) .filter-title {
    bottom: 0;
}

.header_warning_message_row {
    background: #e80505;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
}

.header_warning_message {
    margin: 0 auto;
    font-weight: 700;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}

.header_warning_message p {
    margin: 0;
}

/******************************************/
/*** START CONTENT PAGE STYLING CLASSES ***/
/******************************************/

.unity-content-row {
    margin-bottom: 2rem;

    --starting_scale: 0.8;
    --starting_skew: 25deg;
    background: var(--evo-brand-default);
    border-radius: 0.5rem;
    border: 2px solid var(--accent-color);
}

.unity-content-row .row {
    display: flex;
}

.mobile .unity-content-row .unity-content-block {
    width: 100%;

}

.unity-content-row > .row > .col {
    min-height: 10rem;
}

.unity-content-row .unity-content-block {
    min-height: 10rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
}

.unity-content-row .unity-content-block:before {
    content: "";
    position: absolute;
    top: 0;
    width: 70%;
    height: 2px;
    background-color: var(--accent-color);
}

.unity-content-row.unity-content-row__text-form .unity-content-block:before {
    top: 100%
}

.unity-content-row .unity-media-image {
    margin: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 5;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0,0,0, 0.5);
}

.unity-content-block p,
.unity-content-block h1,
.unity-content-block h2,
.unity-content-block h3,
.unity-content-block h4,
.unity-content-page-banner-row p,
.unity-content-page-banner-row h1,
.unity-content-page-banner-row h2,
.unity-content-page-banner-row h3,
.unity-content-page-banner-row h4 {
    color: var(--text-color-brand-background);
    z-index: 10;
}

.unity-content-page-banner-row {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.business-gifts-banner-row {
    --img-link: url('https://eu.evocdn.io/dealer/1803/content/media/Content_Pages/bespoke-products/business-gifts-products.png');
    background-image: var(--img-link);
    background-size: auto calc(100% - 30px);
    background-repeat: repeat-x;
    background-position: center center;
    background-color: var(--evo-brand-default);
    position: relative;
}

.business-gifts-banner-row:after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0, 0.1));
}

.business-gifts-banner-content {
    position: relative;
    z-index: 10;
}


.unity-content-row .unity-content-block p {
    position: relative;
    font-size: clamp(1rem, 1.2rem, 1.75vw);
    width: calc(100% - 4rem);
    margin: 0.8em 0;
}

.unity-content-row .unity-content-form {
    position: relative;
    margin: 2em;
    background: var(--evo-brand-default);
    z-index: 5;
}

.unity-content-row .unity-content-form label {
    color: var(--text-color-brand-background);
}

.unity-content-row.unity-content-row__image-text > .row,
.unity-content-row.unity-content-row__text-form > .row {
    flex-direction: column;
}

.unity-content-row.unity-content-row__text-image > .row {
    flex-direction: column-reverse;
}

@media screen and (min-width: 751px) {
    .unity-content-row {
        border: none;
    }
    .unity-content-row .unity-content-block {
        justify-content: center;
        align-items: start;
    }
    .unity-content-row.unity-content-row__image-text > .row,
    .unity-content-row.unity-content-row__text-form > .row,
    .unity-content-row.unity-content-row__text-image > .row {
        flex-direction: row;
    }
    .unity-content-row .unity-content-block:before {
        content: none;
    }
    .unity-content-row .unity-content-block:after {
        content: "\e914";
        border-radius: 0.5rem;
        position: absolute;
        inset: 0;
        border: 3px solid var(--accent-color);
        background: rgba(0,0,0,0.1);
        font-family: "icomoon";
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        font-size: 7em;
        line-height: 1em;
        padding: 1rem;
        box-sizing: border-box;

        color: rgba(0,0,0,0.2);
    }
    .unity-content-row:nth-of-type(odd) .unity-content-block {
        transform: scale(var(--starting_scale)) translateX(-120%);
        padding-left: 1.8rem;
    }
    .unity-content-row:nth-of-type(even) .unity-content-block {
        transform: scale(var(--starting_scale)) translateX(120%);
        padding-left: 3.8rem;
    }
    .unity-content-row:nth-of-type(odd) .unity-content-block.unhide {
        animation: untransformleft 750ms ease-in-out 10ms;
        animation-fill-mode: forwards;
    }
    .unity-content-row:nth-of-type(even) .unity-content-block.unhide {
        animation: untransformright 750ms ease-in-out 10ms;
        animation-fill-mode: forwards;
    }

    .unity-content-row .unity-content-block:after {
        inset: initial;
        top: 2rem;
        bottom: 2rem;
    }
    .unity-content-row:nth-of-type(odd) .unity-content-block:after {
        left: 0;
        right: 2rem;
    }
    .unity-content-row:nth-of-type(even) .unity-content-block:after {
        left: 2rem;
        right: 0;
    }
    .unity-content-row .unity-content-block p {
        /*margin: clamp(1rem, 2rem, 2vw);*/
    }
    .unity-content-row:nth-of-type(odd) .unity-media-image {
        margin-right: 0;
    }
    .unity-content-row:nth-of-type(even) .unity-media-image {
        margin-left: 0;
    }

}

@keyframes untransformleft {
    5% {
        transform: scale(var(--starting_scale)) translateX(-120%) skewX(calc(var(--starting_skew)*-1));
    }
    50% {
        transform: scale(var(--starting_scale)) translateX(0);
    }
    75% {
        transform: scale(1.025) translateX(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes untransformright {
    5% {
        transform: scale(var(--starting_scale)) translateX(120%) skewX(var(--starting_skew));
    }
    50% {
        transform: scale(var(--starting_scale)) translateX(0);
    }
    75% {
        transform: scale(1.025) translateX(0);
    }
    100% {
        transform: scale(1);
    }
}

.ex-content-page .row-breadcrumb {
    margin-bottom: 1rem;
}

.ex-content-page .page-content div[role="row-section"] {
    margin-bottom: 1rem;
}

/****************************************/
/*** END CONTENT PAGE STYLING CLASSES ***/
/****************************************/

/****************************************/
/*** START MY ACCOUNT CHANGES ***/
/****************************************/

.myaccount .myaccount-title .row {
    display: flex;
    flex-direction: column-reverse;
}

/****************************************/
/*** END MY ACCOUNT CHANGES ***/
/****************************************/

/****************************************/
/**********START CONTACT US  ************/
/****************************************/

.ex-name-contactus .contactdetails_container .contacts h4 {
    font-size: 1.7rem;
}

.ex-name-contactus .row-breadcrumb {
    margin-bottom: 1rem;
}

.ex-name-contactus .dealer-contact_details-row .contactdetails_container {
    display: flex;
    max-width: 800px;
    margin: auto;
    min-width: min(800px, 100%);
}

.ex-name-contactus .contactform_container {
    display: flex;
    flex-basis: 100%;
    justify-content: center;
}

.ex-name-contactus .dealer-contact_details-row .contactdetails_container .dealer-contact_details-content,
.ex-name-contactus .contact_us-contact_form {
    max-width: 800px;
    min-width: min(800px, 100%);
}


/****************************************/
/**********  END CONTACT US  ************/
/****************************************/

/*********************************************/
/**********  START ORDER HISTORY  ************/
/*********************************************/

.ex-customer .page-content .myaccount.container,
.ex-customer .page-content .myaccount .container {
    background-color: #fff;
}

.ex-customer .page-content .myaccount-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.ex-customer .page-content .myaccount-title .title-tools {
    display: flex;
    flex-direction: column;
}
.ex-customer .page-content .myaccount-title div:has(#breadcrumb) {
    min-width: 100%;
}

.ex-customer .page-content .myaccount-title [class*="col-"] {
    width: auto;
}



.ex-customer .page-content .myaccount-title .breadcrumb {
    padding: 0;
}