:root {
    /* --- colors --- */

    /* brand */
    --brand-navy: #1E3250;
    --brand-blue: #298AFF;
    --brand-gun-grey: #8CA5C4;

    /* brand hover */
    --brand-blue-hover: #1f71d4;

    /* tints */
    --tint-pink: #E97575;
    --tint-light-pink: #E9A3A3;
    --tint-light-blue: #F2F5FF;

    /* global */
    --global-white: #ffffff;
    --global-light-grey: #F6F6F6;
    --global-mid-grey: #999999;
    --global-dark-grey: #565656;


    /* border radius */
    --global-border-radius: 36px;
}


@media(max-width: 767.98px){
    :root {
        /* border radius */
        --global-border-radius: 15px;
    }
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden !important;
    background-color: #FFFFFF;
}

body {
    overflow: hidden;
}

/* --- Container Settings --- */
.container-fluid {
    width: 100%;
    /*max-width: 1920px;*/
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1366px;
    max-width: 100%;
}

@media(max-width: 1199.98px) {
    .container {
        /*padding-left: 40px;
        padding-right: 40px;*/
    }
}

@media(max-width: 991.98px) {
    .container-padding {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width: 767.98px) {
    /*.container {
        padding-left: 0px;
        padding-right: 0px;
    }*/

    .container-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.relative {
    position: relative;
}
img {
    max-width: 100%;
}

.one-hundred-height {
    height: 100%;
}
.white {
    color: #fff!important;
}
.opacity0 {
    opacity: 0;
}
.white_bg {
    background: #fff;
}
.grey_bg {
    background-color: #F5F5F5;
}
.tint-light-blue-bg {
    background-color: var(--tint-light-blue);
}
.blue-gradient-bg {
    background: rgb(43,52,246);
    background: -webkit-gradient(linear, left top, right top, from(rgba(43,52,246,1)), to(rgba(41,138,255,1)));
    background: -o-linear-gradient(left, rgba(43,52,246,1) 0%, rgba(41,138,255,1) 100%);
    background: linear-gradient(0deg, #11408b 0%, rgb(59 138 252) 50%);
}
body,
p {

}

p {

}
p.breadcrumbs {

}
a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

img {
    margin: 0;
    padding: 0;
}

ul, ul li
ol, ol li {
    margin: 0;
    padding: 0;
}

ul,
ol {

}

ul,
ol {

}
ul li,
ol li {

}




header ul,
header ol,
footer ul {
    padding: 0;
}
header ul li,
header ol li,
footer ul li {
    padding-left: 0;
}

footer a {
    color: var(--brand-navy);
}

footer ul li {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
footer ul li a {
    display: block;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: var(--brand-navy);
    margin-bottom: 15px;
}
@media(max-width: 767.98px) {
    footer ul li a {
        font-size: 15px;
        line-height: 20px;
    }
}

footer p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    color: var(--brand-navy);
    margin-bottom: 0;
}

footer a.backToTopLink {
    position: absolute;
    top: -27px;
    /*right: 50px;*/
    right:unset !important;
    left: 50%;
    transform: translateX(-50%);
}
@media(max-width: 767.98px) {
    footer a.backToTopLink {
        right: 10px;
    }
}
@media(min-width: 768px) and (max-width: 991.98px) {
    footer a.backToTopLink {
        right: 25px;
    }
}
@media(min-width: 992px) and (max-width: 1400px) {
    footer a.backToTopLink {
        right: 40px;
    }
}


@media(min-width: 576px) and (max-width: 767.98px) {
    .secure-payments-section,
    .range-of-payments-section {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

div.blue-gradient-bg a {
    color: var(--global-white);
}

a.link-no-underline {
    text-decoration: none;
}

img.social-media-icon {
    width: 37px;
    height: 37px;
}
img.payment-logo-icon {
    width: 63px;
    height: 39px;
}

header ul li,
header ol li {
    line-height: 1.125rem;
}

header ul li a,
header ol li a {
    display: block;
}

header ul li a,
header ul li a:hover,
header ul li a:visited,
header ol li a,
header ol li a:hover,
header ol li a:visited {

}
header ul li a:hover,
header ol li a:hover {
    opacity: 0.65;
}



i,
em,
.italic {
    font-style: italic;
}

b,
strong,
.bold {

}


header  {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 99;
}
.header-logo-and-menu-fluid-container {
    background: white;
}

#main-content {
    -webkit-transition: padding-top .15s ease-out;
    -o-transition: padding-top .15s ease-out;
    transition: padding-top .15s ease-out;
}

@media(max-width: 991.98px) {
    header {

    }
}

header.sticky {

}
.headerLogo {

}
header,
header > *,
.header-logo-and-menu,
.headerLogo {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}
header .header-promo-message {
    background-color: var(--brand-blue);
    padding-top: 12px;
    padding-bottom: 6px;
}
header .header-promo-message > * {
    color: #fff!important
}
header .header-promo-message p {
    margin-bottom: 0;
}
header .header-logo-and-menu-container {
    padding-top: 0;
    padding-bottom: 0;
}
header img.headerLogo {
    max-height: 48px;
    width: auto;
}

.navbar {
    padding: 0;
}
ul#menu-shop_menu li {
    margin-left: 32px;
}
ul#menu-shop_menu li a {
    position: relative;
    font-size: 1px;
    /*overflow:hidden;*/
    text-indent: 9999;
    color: transparent;
    width: 25px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
ul#menu-shop_menu li#menu-item-415 a {  /* my account */
    background-image: url('../img/account_icon.svg');
}

ul#menu-shop_menu li#menu-item-416 a {  /* cart */
    background-image: url('../img/basket_icon.svg');
}
ul#menu-shop_menu li#menu-item-416 a span,
ul#menu-shop_menu_mobile li#menu-item-416 a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -7px;
    right: -10px;
    background: var(--brand-navy);
    width: 19px;
    height: 19px;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
ul#menu-shop_menu_mobile li#menu-item-416 a span {
    top: -11px;
    right: -11px;
}

.min50vh {
    min-height: 50vh;
}
.min70vh {
    min-height: 70vh;
}

/*** Awesome ACF Image Settings ***/

.image-4by3 {
    padding-bottom: 75%;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}

.image-16by9 {
    padding-bottom: 56.25%;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
}
.image-square {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.image-square.object > img {

}


.image-4by3 > img,
.image-16by9 > img,
.image-square > img {
    position: absolute;
    top: 0;
    -o-object-position: center;
    object-position: center;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}


.image-4by3.size-contain > img,
.image-16by9.size-contain > img,
.image-square.size-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}

a.fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.loader {
    margin-bottom: 0;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    border-top: 8px solid rgb(110, 112, 117);
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}



img.back-to-top-image {
    width: 212px;
}

p.post-grid-item-date-or-category {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--global-mid-grey);
    margin-bottom: 5px;
}
.grid-box h5 {
    font-family: "DM Sans", sans-serif;
    /*font-weight: 500;*/
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: var(--global-dark-grey);
    margin-bottom: 12px;
}

ul.categories-filter {
    list-style-type: none;
    padding-left: 0;
}
ul.categories-filter li label {
    margin-top: 0;
    margin-bottom: 5px;
}

span.filter-label {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: var(--global-dark-grey);
}

div.breadcrumbs {
    background-color: var(--global-light-grey);
}
div#nw-breadcrumbs {
    padding: 10px 0;
}

p.nw-breadcrumbs {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
}

p.nw-breadcrumbs span,
p.nw-breadcrumbs span.current {
    color: #C3CBE6;
}
p.nw-breadcrumbs span a {
    color: #7A8199;
    text-decoration: none;
}
p.nw-breadcrumbs span.bread-slash {
    padding-left: 15px;
    padding-right: 15px;
}



/***** cart ****/
.woocommerce-cart-form .quantity-label {
    display: none!important;
}


div#cookie-law-info-bar {
    padding: 20px 40px !important;
}
div#cookie-law-info-bar div.cli-bar-message {
    font-family: "DM Sans", sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding-right: 60px;
}
div#cookie-law-info-bar div.cli-bar-message a {
    color: var(--brand-blue);
}
div#cookie-law-info-bar div.cli-bar-btn_container {
    margin-left: 0;
}

div#cookie-law-info-bar div.cli-bar-btn_container a.cli_settings_button {
    font-family: "DM Sans", sans-serif;
    font-size: 15px;
    line-height: 26px;
    padding: 0;
    background-color: var(--global-white) !important;
    color: var(--brand-blue) !important;
    border-bottom: 1px solid var(--brand-blue) !important;
    margin: 0;
}
div#cookie-law-info-bar div.cli-bar-btn_container a.cli_settings_button:hover {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    color: var(--brand-blue);
    border-bottom-color: var(--brand-blue);
}

div#cookie-law-info-bar div.cli-bar-btn_container a.cli_action_button,
div.cli-modal a.wt-cli-privacy-btn {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    background-color: var(--brand-blue) !important;
    color: var(--global-white) !important;
    border-radius: 14px;
    padding: 15px 25px;
    margin: 0;
    margin-left: 20px !important;
}

div#cookie-law-info-bar div.cli-bar-btn_container a.cli_action_button:hover,
div.cli-modal a.wt-cli-privacy-btn:hover {
    -webkit-transform: scale(0.975);
    -ms-transform: scale(0.975);
    transform: scale(0.975);
    color: var(--global-white);
    border-color: var(--brand-blue-hover);
    background-color: var(--brand-blue-hover);
    opacity: 1.0 !important;
}

.cli-switch input:checked + .cli-slider {
    background-color: var(--brand-blue) !important;
}

@media(max-width: 991.98px) {
    div#cookie-law-info-bar {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    div#cookie-law-info-bar div.cli-bar-message {
        padding-right: 0;
    }
    div#cookie-law-info-bar div.cli-bar-btn_container {
        margin-top: 0;
        padding-top: 25px;
    }
}
@media(max-width: 767.98px) {
    div#cookie-law-info-bar {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media(min-width: 992px) and (max-width: 1199.98px) {
    div.footer-bottom-band {
        padding-left: 40px;
        padding-right: 40px;
    }
}

div.products-downloads div.last-free-download {
    margin-bottom: 40px;
}

div.free-download a.file-download::before,
div.protected-download a.file-download.protected::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: 16px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

div.free-download a.file-download::before {
    background-image: url('../img/available-download-icon.svg');
}
div.protected-download a.file-download.protected::before {
    background-image: url('../img/protected-download-icon.svg');
}

div.protected-download a.file-download.protected::after {
    content: "";
    width: 8px;
    height: 10px;
    display: inline-block;
    background-image: url('../img/padlock-icon.svg');
    background-size: 8px 10px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

div.protected-download a.file-download.protected {
    color: var(--global-mid-grey);
}

.product-thumbnail.square > img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

li.product-grid-item {
    list-style-type: none;
}
li.product-grid-item a.woocommerce-LoopProduct-link {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}

div.categoryResults a {
    color: var(--brand-navy);
    text-decoration: none;
}
ul.productResults {
    padding-left: 0;
}

button.submitSiteSearchForm {
    float: right;
}

body.single-cw-blog footer {
    margin-top: 150px;
}
@media(max-width: 991.98px) {
    body.single-cw-blog footer {
        margin-top: 100px;
    }
}
@media(max-width: 767.98px) {
    body.single-cw-blog footer {
        margin-top: 50px;
    }
}

div.newsletter-signup-form input.sib-email-area {
    margin-right: 10px;
}

/** Overflow dynamicSearch issue **/
html.dynamicSearchLoaded::-webkit-scrollbar {
    width: 0px;
}

html.dynamicSearchLoaded {
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sib_signup_form {
    position: relative;
}
.sib_signup_form .sib_loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}




/* update 12/2022 */
.pewc-select-wrapper {
    border: none!important;
    padding: 0!important;
}
.pewc-select-wrapper  select {
    padding: 10px 17px!important;
    line-height: 24px!important;
}
h4.pewc-field-label {
    font-family: 'DM Sans', sans-serif!important;
    width: 100%!important;
    font-size: 18px!important;
    line-height: 26px!important;
    color: var(--global-dark-grey)!important;
    font-weight: 200!important;
    margin-top: 15px!important;
}
.category-grid-item--content a.button.secondary.blue_button {
    margin: 5px 0px 0px;
}
.products.row .category-grid-item--content a.button.secondary.blue_button {
    margin: 5px 0px 0px;
    background: transparent;
    color: var(--brand-blue);
    border: 0px;
    border-bottom: 1px solid var(--brand-blue);
    border-radius: 0px;
    padding: 0px;
}
.products.row .category-grid-item--content a.button.secondary.blue_button:hover {
    transform: none;
}
/* update 1/2024 */
.pewc-style-simple [data-field-type="select"] select.pewc-form-field {
    background-image: url(../img/dropdown_arrow.svg) !important;
    height: unset !important;
}

/* Update 05/2024 */
span.addon-tooltip {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url('../img/tooltip.svg');
    background-size: contain;
    display: inline-block;
    margin-left: 10px;
}
#product-addon-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility:hidden;
}
#product-addon-tooltip.show {
    opacity: 1;
    visibility: visible;
}
#product-addon-tooltip-container {
    background-color: white;
    width: 90%;
    max-width: 1000px;
    padding: 30px 60px;
    border-radius: 36px;
    border: 10px solid var(--brand-blue);
    height: auto;
    max-height: 800px;
    overflow: scroll;
}
#product-addon-tooltip-container img {
    width: 100%;
    height: auto;
}
#product-addon-tooltip-container img.small-image {
    max-width: 120px;
    max-height: 120px;
    margin-bottom: 15px;
}
#product-addon-tooltip-container img.small-image.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 15px;
}
#product-addon-tooltip-container button.close {
    margin-left: auto;
    width: 40px;
    height: 40px;
    background-image: url(../img/close_icon_white.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-color: var(--brand-blue);
    background-position: center;
    opacity: 1;
    border-radius: 100%;
}

#product-addon-tooltip-container button.close:after {
    display: none!important;
}

#product-addon-tooltip-container button.close:hover {
    opacity: 0.75;
}
#product-addon-tooltip .tooltip-content {
    opacity: 0;
    visibility:hidden;
    display: none;
}
#product-addon-tooltip .tooltip-content.show {
    opacity: 1;
    visibility:visible;
    display: block;
}
.product-addon-tooltip-container__content .header-box {
    text-transform: uppercase;
    margin-bottom: 5px;
    border: 1px solid;
    width: fit-content;
    padding: 15px;
    background: var(--global-light-grey);
    font-weight: 700;
    /*border-radius: 12px;*/
    max-width: 85%;
    min-width: 85%;
}
.tooltip-50-button span.addon-tooltip {
    background: none;
    background-color: unset;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 1px solid #70be59;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s ease-all;
    background-color: #70be59;
    color: var(--global-white);
}
.tooltip-50-button span.addon-tooltip:hover {
    background: var(--global-white);
    border: 1px solid #70be59;
    transition: 0.3s ease-all;
    color: #70be59;
}
.tooltip-50-button {
    display: inline-flex;
    width: 50%;
    margin-bottom: 15px;
}
.tooltip-50-button:first-child {
    padding-right: 5px;
}
.tooltip-50-button:nth-child(2) {
    padding-left: 5px;
}
#product-addon-tooltip-container .left-col {
    padding-right: 15px;
    /*border-top-left-radius: 12px;*/
    /*border-bottom-left-radius: 12px;*/
}
#product-addon-tooltip-container .right-col {
    padding: 15px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    /*border-top-right-radius: 12px;*/
    /*border-bottom-right-radius: 12px;*/
}
#product-addon-tooltip-container .brand-blue_background {
    background-color: var(--brand-blue);

}
#product-addon-tooltip-container .col-12.col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#product-addon-tooltip-container .brand-blue_background * {
    color: #fff;
}
#product-addon-tooltip-container .global-light-grey_background {
    background-color: var(--global-light-grey);
}
#product-addon-tooltip-container .global-light-grey_background * {
    color: var(--brand-blue);
}
#product-addon-tooltip-container .right-col h6 {
    font-weight: 400;
    margin-bottom: 20px;
}
#product-addon-tooltip-container .right-col h6 strong {
    font-weight: 600;
}
#product-addon-tooltip-container .right-col h6:last-of-type {
    margin-bottom: 0px;
}
#product-addon-tooltip-container  .recommend-box {
    border: 1px solid;
    margin: 30px 0px 0px;
    padding: 10px;
    text-align: left;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
}
#product-addon-tooltip-container::-webkit-scrollbar {
    display: none;
}
#product-addon-tooltip-container img.small-image.left-image {
    max-width: 25px;
    max-height: 30px;
    margin-right: 10px;
}
#product-addon-tooltip-container .brand-blue_background p.pill-background {
    background: white;
    color: var(--brand-blue);
    border-radius: 24px;
    padding: 6px;
}
#product-addon-tooltip-container .brand-blue_background p.pill-background strong {
    color: var(--brand-blue);
    font-size: 20px;
    line-height: 30px;
}
#product-addon-tooltip-container .global-light-grey_background p.pill-background strong {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
#product-addon-tooltip-container .global-light-grey_background p.pill-background {
    background: var(--brand-blue);
    border-radius: 24px;
    padding: 6px;
}
#product-addon-tooltip-container p {
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
}
#product-addon-tooltip-container p.large {
    font-size: 18px;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 15px;
}
@media(max-width: 1199.98px){
    #product-addon-tooltip-container {
        max-height: 500px;
    }
}
@media(min-width: 768px) and (max-width:1199.98px) {
    #product-addon-tooltip-container {
        padding: 20px 40px;
    }
}
@media(max-width: 991.98px){
    #product-addon-tooltip-container img.small-image.bottom-right {
        position: relative;
        float: right;
        margin-bottom: 0px;
        right: 0px;
        max-width: 100px;
        max-height: 100px;
    }
}
@media (max-width:767.98px) {
    #product-addon-tooltip-container {
        padding: 20px 30px;
        border: 5px solid var(--brand-blue);
    }
    #product-addon-tooltip-container button.close {
        width: 30px;
        height: 30px;
        background-size: 12px;
    }
    .tooltip-50-button {
        width: 100%;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #product-addon-tooltip-container {
        height: 95%;
        border-radius: 24px;
        max-height: 650px;
    }
    #product-addon-tooltip-container img.small-image.bottom-right {
        position: relative;
        float: right;
        margin-bottom: 0px;
        right: 0px;
        max-width: 80px;
        max-height: 80px;
    }
}
@media(max-width: 575.98px){
    .product-addon-tooltip-container__content .header-box {
        font-size: 1.1em;
    }
    #product-addon-tooltip-container {
        padding: 20px 10px;
    }
    /*#product-addon-tooltip-container .left-col {*/
    /*border-top-right-radius: 12px;*/
    /*border-bottom-left-radius: 0px;*/
    /*}*/
    /*#product-addon-tooltip-container .right-col {*/
    /*border-top-right-radius: 0px;*/
    /*border-bottom-left-radius: 12px;*/
    /*}*/

}

.trust-logos-checkout {
    text-align: right;
    margin-top: 30px;
}
.place-order .trust-logos-checkout {
    display: block;
    width: 100%;
    margin-top: 10px;
}
.pewc-item-field-image-wrapper {
    display: none;
}