/*
|-------------------------------------------------------------------------
| SEDU-Internet global store styles.
| Author: Jesse Koerhuis
| Date: 02-02-2021
|
| Base styles
|-------------------------------------------------------------------------
*/
:root {
    --breakpoint-xs: 480px;
    --breakpoint-s: 640px;
    --breakpoint-m: 768px;
    --breakpoint-l: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-xxl: 1440px;

    --blue: #1f75ff;
    --dark-blue: #1b5bc7;
    --ghost-blue: #eff5fe;
    --red: #ff2000;
    --green: #5aba0c;
    --dark-green: #008600;
    --fading-grey: #fafafa;
    --yellow-gold: #ffc400;
    --angel-grey: #f5f5f5;
    --ghost-grey: #e5e5e5;
    --magento-grey: #cdcdcd;
    --grey: #303030;
    --soft-black: #202020;

    --transition: 0.2s ease-in-out;
    --main-border-radius: 4px;
}

body {
    overflow-x: hidden;
}

a {
    color: var(--blue);
}

a:hover, .alink:hover {
    color: var(--dark-blue);
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-size: 18px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    font-weight: bold;
}

p {
    font-size: 14px;
}

body, h1, h2, h3, p {
    color: var(--soft-black);
}

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
textarea {
    border-radius: var(--main-border-radius);
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    outline: none;
    box-shadow: none;
}

button, a.action.primary {
    border-radius: var(--main-border-radius);
}

.header-message-with-timer {
    width: 100%;
    box-sizing: border-box;
    background-color: var(--angel-grey);
    padding: 10px 40px 10px 10px;
}

.header-message-with-timer-inner {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
}

.header-message-timer {
    margin-top: 10px;
    font-weight: bold;
}

.close-header-message-with-timer {
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 20px;
    color: var(--red);
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
    right: 10px;
}

.close-header-message-with-timer::before {
    content: '\e61c';
    font-family: 'luma-icons', sans-serif;
    font-weight: bold;
}

.logo {
    z-index: 2 !important;
}

.logo img {
    width: 100%;
    height: auto;
}

.block-reorder,
li.ui-menu-item.all-category,
.page-header .panel.wrapper,
.header.links .greet.welcome {
    display: none;
}

.abs-toggling-title-mobile,
.block-wishlist-management .wishlist-select .wishlist-name,
.block-collapsible-nav .title {
    border-color: var(--ghost-grey);
}

.page-header {
    border-bottom: 1px solid var(--ghost-grey);
}

.nav-toggle:before {
    color: var(--soft-black);
}

.minicart-wrapper {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 15px;
}

.minicart-wrapper .action.showcart:before {
    color: var(--soft-black);
}

.minicart-wrapper .block-minicart {
    border-radius: var(--main-border-radius);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--magento-grey);
}

.minicart-wrapper .block-minicart strong.subtitle {
    font-size: 12px;
}

.minicart-wrapper.active .action.showcart:before {
    color: var(--blue);
}

.header-custombuttons,
.header-centerblock-wrapper-line {
    width: 100%;
}

.nav-sections-item-content {
    margin-top: 0;
    padding-top: 0;
}

.nav-sections-item-content .navigation {
    background-color: transparent;
}

.nav-sections {
    margin-bottom: 0 !important;
}

.section-item-title.nav-sections-item-title {
    display: none;
}

.navigation li.level0:last-child {
    border-bottom: 0;
}

ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    display: block !important;
    background-color: var(--angel-grey);
}

li.level0.nav-1 a.level-top {
    display: none;
}

.navigation .level0 {
    border: 0;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    border-bottom: 0 !important;
}

.navigation .level0 .submenu .active > a {
    border-left: 0 !important;
}

.customcat-main {
    width: 100%;
    font-size: 0;
}

.customcat-wrapper {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    box-sizing: border-box;
}

.customcat-side {
    width: 260px;
    display: inline-block;
    padding-left: 20px;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 14px;
}

.customcat-banner {
    width: 92.5%;
    margin-top: 25px !important;
    margin-bottom: 40px;
    margin-left: 3.5%;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-color: transparent;
    padding: 0;
    height: auto;
    border-radius: var(--main-border-radius);
}

.customcat-block-title {
    display: inline-block;
    padding: 0;
    width: 100%;
    border-radius: 3px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
}

.customcat-block-desc {
    width: 100%;
    color: #222222;
}

.customcat-block-products {
    width: 100%;
    margin-bottom: 40px;
}

.customcat-block-products .hp-product {
    display: inline-block;
    height: 254px;
    transition: 0s;
    width: 100%;
    margin-left: 0;
    box-shadow: 1px 2px 3px 1px rgba(0, 20, 0, 0.3);
    border: 2px solid transparent;
    border-radius: 0;
    margin-bottom: 40px;
}

.customcat-block-products .hp-product img {
    width: 180px;
    height: 180px;
    box-sizing: border-box;
}

.customcat-block-products .hp-product p {
    padding-top: 10px;
    width: 80%;
    display: block;
    margin: 20px auto 0;
    border-top: 1px solid #bdbdbd;
}

.customcat-block-products .hp-product:hover {
    box-shadow: 1px 2px 3px 1px rgba(0, 20, 0, 0.3);
    border-color: var(--blue);
}

.customcat-scrollbutton {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    margin-top: 10px;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
}

.customcat-scrollbutton:hover {
    color: var(--blue);
    cursor: pointer;
    text-decoration: underline;
}

.navigation .submenu:not(:first-child) ul {
    padding-left: 0;
}

ul.level0.submenu li.level1 {
    margin-bottom: 20px;
}

ul.level0.submenu li.level1 > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.ui-corner-all.a-1-1-1.arrow {
    background-color: var(--angel-grey);
    border-bottom: 1px solid var(--ghost-grey);
    color: var(--soft-black);
}

li.level2.nav-2-1-1.ui-menu-item > a {
    background-color: var(--angel-grey);
    font-size: 14px;
    color: var(--soft-black);
}

li.level2.nav-2-1-1.ui-menu-item > a,
li.level3.nav-3-1-1.ui-menu-item {
    border-bottom: 1px solid var(--ghost-grey);
}

.navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item {
    background-color: #ffffff;
}

.navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item a {
    width: 75%;
    color: var(--soft-black);
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item a::after {
    content: '\e622';
    transform: rotate(-90deg);
    font-family: 'luma-icons', sans-serif;
    float: right;
    position: absolute;
    right: 15px;
    font-weight: bold;
    margin-top: 3px;
    color: var(--blue);
    display: inline-block;
}

.sections.nav-sections {
    background-color: var(--blue);
}

div.block-search {
    position: relative;
    z-index: 1;
}

.header.content .block-search .control {
    border-top: 0;
    background-color: var(--blue);
}

.block-search input {
    position: initial;
    border-radius: var(--main-border-radius);
    border: 0;
}

.block-search .label {
    position: absolute;
    bottom: 16px;
    right: 10px;
}

.block-search .label:before {
    font-size: 18px;
    color: var(--soft-black);
    margin: 0;
}

.usp-bar {
    border-bottom: 1px solid var(--ghost-grey);
    padding: 10px 0;
    margin-bottom: 20px;
    display: none;
}

.usp-bar p:not(.usp-item),
.usp-bar .TextNextToSearch,
.sidebar-additional .TextNextToSearchFromRSB {
    display: none;
}

.usp-bar p.usp-item {
    display: inline-block;
    margin-bottom: 0;
    font-size: 11px;
    margin-right: 10px;
}

.usp-bar .usp-item span {
    color: #33a937;
    font-weight: bold;
    margin-right: 5px;
}

.header-custominfo {
    width: 100%;
}

.header-centerblock {
    margin-top: 10px;
}

.header-centerblock .header-account-status,
.header-centerblock .mobile-phone {
    display: none;
}

.header-centerblock .header-custombuttons {
    width: 100%;
}

.header-centerblock .header-contactinfo p::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f095';
    font-size: 16px;
    margin-top: -4px;
    transform: scaleX(-1);
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.header-centerblock .header-contactinfo p.open::before {
    color: var(--green);
}

.header-centerblock .header-button {
    display: inline-block;
    width: 32%;
    text-align: center;
    font-size: 10px;
    height: 20px;
    font-weight: bold;
}

.header-centerblock .header-button.header-button-branches {
    display: none;
}

.header-centerblock .header-button::before {
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
    color: var(--blue);
    transition: color var(--transition);
    font-family: "Font Awesome 5 Free", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.header-centerblock .header-button,
.header-centerblock .header-button span {
    vertical-align: top;
    color: var(--soft-black);
}

.header-button-my-account::before {
    content: '\f2bb';
    margin-top: -3px;
    font-size: 15px;
}

.header-button-login-logout::before {
    content: '\f007';
    font-size: 13px;
    margin-top: -1px;
}

.header-button-branches::before {
    content: '\f024';
    margin-top: 0;
    font-size: 14px;
}

.header-button-customer-service::before {
    content: '\f075';
    margin-top: -3px;
    font-size: 15px;
}

.header-centerblock .header-contactinfo p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 5px;
}

.header-centerblock .header-contactinfo p span {
    vertical-align: super;
}

.slider-wrapper {
    width: calc(100% + 30px);
    margin-top: -20px;
    margin-left: -15px;
}

.slider-wrapper .slider-inner {
    width: 100%;
    overflow-x: hidden;
}

.slider-wrapper .slider-inner .slider {
    width: 500%;
    font-size: 0;
    transition: margin 0.6s ease-in-out;
}

.slider-wrapper .slider-inner .slider .slide {
    display: inline-block;
    width: 20%;
    height: auto;
}

.slider-wrapper .slider-inner .slider .slide img {
    display: block;
    width: 100%;
    height: auto;
}

.slide-button {
    display: none;
}

.highlighted-products {
    margin-top: 20px;
}

.hp-products {
    margin-bottom: 15px;
    position: relative;
}

.hp-productlist {
    min-height: 125px;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 12px;
}

.hp-productlist::-webkit-scrollbar {
    display: none;
}

.hp-button {
    font-weight: bold;
    color: var(--soft-black);
    font-size: 16px;
}

.hp-product {
    height: 125px;
    width: 135px;
    display: inline-block;
}

.hp-product img {
    width: 120px;
    height: 120px;
    display: block;
}

.hp-product p {
    color: var(--soft-black);
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
    text-align: center;
    margin: 10px 0 20px 0;
    font-size: 12px;
}

.hp-product p:hover {
    text-decoration: underline;
}

.hp-more {
    margin-bottom: 8px;
    margin-top: 5px;
    color: var(--blue);
    font-size: 13px;
}

.hp-more a {
    color: var(--blue);
}

.hp-more::before {
    content: '\e622';
    transform: rotate(-90deg);
    font-family: 'luma-icons', sans-serif;
    font-weight: bold;
    margin-right: 5px;
    display: inline-block;
}

.hp-scrollbar {
    width: 100%;
    position: absolute;
    margin-top: -125px;
    box-sizing: border-box;
    padding: 0 10px;
}

.hp-scroll-button {
    width: 20px;
    height: 20px;
    border: 1px solid var(--ghost-grey);
    border-radius: var(--main-border-radius);
    background-color: #ffffff;
    margin-left: 5px;
    display: inline-block;
    text-align: center;
    transition: transform var(--transition);
}

.hp-scroll-button.hidden {
    pointer-events: none;
    opacity: 0;
}

.hp-scroll-button::after {
    content: '\e622';
    transform: rotate(-90deg);
    font-family: 'luma-icons', sans-serif;
    font-weight: bold;
    margin-top: 0;
    display: inline-block;
}

.hp-scroll-button.hp-scroll-back::after {
    transform: rotate(90deg);
}

.hp-scroll-button.hp-scroll-forth {
    float: right;
}

.welcome-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 99999998;
    box-sizing: border-box !important;
    padding: 20px;
}

.login-container .block .block-title {
    border-bottom: 1px solid var(--ghost-grey);
    font-size: 16px;
}

.login-container .block .block-title strong {
    font-weight: bold;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap {
    width: 320px;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__stage {
    height: 250px !important;
    width: 250px !important;
    margin-right: -50px;
    float: right;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb,
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img,
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__frame {
    width: 60px !important;
    height: 60px !important;
    display: block;
    padding: 0 0 2px 0 !important;
    background-color: transparent !important;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img {
    transition: all var(--transition);
    box-sizing: border-box;
    border: 2px solid transparent !important;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft .fotorama__nav__frame .fotorama__thumb img:hover {
    border: 2px solid var(--blue) !important;
    cursor: pointer;
}

.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap--slide .fotorama__stage__frame,
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame.fotorama__active {
    width: 250px;
    height: 250px;
}


.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs,
.fotorama-item:not(.fotorama--fullscreen) .fotorama__wrap .fotorama__nav-wrap .fotorama__nav.fotorama__nav--thumbs .fotorama__nav__shaft {
    height: 250px !important;
    width: 60px !important;
}

.product-info-price,
.product-reviews-summary,
.product-social-links,
.product.attribute.overview,
.fotorama__arr,
.fotorama__thumb-border {
    display: none !important;
}

.gallery-placeholder__image,
.product.media > .fotorama > img {
    width: 250px;
    height: 250px;
}

.product-sizes {
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    border-radius: 4px;
    background-color: var(--angel-grey);
    padding: 50px 20px;
}

.product-size-info {
    width: 45%;
    display: inline-block;
    min-height: 200px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
}

input.size-input {
    margin-bottom: 5px;
    width: 50%;
    display: inline-block;
}

input.size-input.invalid {
    border: 1px solid #ff2000;
}

.size-input-comment {
    font-size: 12px;
    color: #ff2000;
    text-align: center;
}

input.size-input.disabled {
    border-color: #cecece;
    background-color: #f1f1f1;
    color: #848484;
    user-select: none;
    pointer-events: none;
}

.size-input:focus {
    border-color: var(--blue);
}

.size-label {
    font-size: 12px;
    margin-bottom: 5px;
    min-width: 130px;
    text-align: right;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 10px;
}

.product-sizes .inputs input + span.unit {
    margin-left: -30px;
    font-weight: bold;
}

.sizes-instructions {
    display: none;
}

.calculate-button {
    width: 50%;
    color: var(--blue);
    display: inline-block;
    margin-top: 10px;
}

.calculate-button:hover {
    cursor: pointer;
    text-decoration: underline;
}

.swatch-formaat {
    margin-bottom: 20px;
}

.sizes-wrapper {
    width: 100%;
}

.continue-size-button,
.continue-size-button-dwd {
    width: 200px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    background-color: var(--blue);
    transition: all 0.2s ease-in-out;
    border-radius: 3px;
    margin: 20px auto 0;
    font-size: 12px;
}

.continue-size-button:hover,
.continue-size-button-dwd:hover {
    cursor: pointer;
    background-color: #0CB517;
}

.welcome-popup {
    background-color: #ffffff;
    border-radius: var(--main-border-radius);
    box-sizing: border-box !important;
    padding: 20px;
    overflow-y: scroll;
}

.welcome-popup .block-customer-login {
    margin-bottom: 0;
}

.close-welcome {
    width: 250px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: var(--main-border-radius);
    background-color: #ef4954;
    color: #ffffff;
    text-align: center;
    margin: 20px auto 0;
    transition: all var(--transition);
    font-size: 12px;
}

.close-welcome:hover {
    background-color: #c22731;
    cursor: pointer;
}

.welcome-phone {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}

.welcome-logo {
    width: 140px;
    display: block;
    margin: 0 auto;
}

.welcome-popup-title,
.welcome-popup-description {
    width: 100%;
    text-align: center;
}

.welcome-popup .fieldset.login .actions-toolbar .secondary a.remind {
    margin-right: 5px;
}

.welcome-register {
    text-align: center;
}

.welcome-or {
    text-align: center;
    margin: 10px 0;
    color: var(--magento-grey);
}

body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content {
    background-color: var(--angel-grey);
    border-radius: var(--main-border-radius);
    border-color: transparent;
}

body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .item a,
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .item > strong {
    color: var(--soft-black);
}

body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .item.current a,
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .item.current > strong {
    border-color: transparent;
}

body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .item a:hover {
    background-color: transparent;
    text-decoration: underline;
}

body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .item .delimiter {
    border-color: var(--ghost-grey);
}

body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(3),
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(4),
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(7),
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(8),
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(9),
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(10),
body.account .page-wrapper .page-main .columns .sidebar.sidebar-main .block.block-collapsible-nav .content.block-collapsible-nav-content ul li.nav.item:nth-child(13),
body.account .messages,
.block.block-dashboard-orders {
    display: none;
}

.account.page-layout-2columns-left .sidebar-main .block {
    position: sticky;
    top: 20px;
}

.account .column.main .block:not(.widget) .block-title,
.whatsupdates-title {
    background-color: var(--angel-grey);
    border-radius: var(--main-border-radius);
    border-bottom: 0;
    box-sizing: border-box;
    padding: 10px 15px;
}

.account .column.main .block:not(.widget) .block-title strong,
.whatsupdates-title strong {
    font-size: 18px;
    font-weight: bold;
}

body.account .page-main,
body.cms-privacy-policy .page-main {
    padding-top: 0;
}

.columns .sidebar-main {
    order: 0;
    -webkit-order: 0;
}

.account .column.main .block .block-content {
    padding-left: 15px;
    box-sizing: border-box;
}

.abs-account-block-font-size,
.abs-account-block-font-size p,
.block-addresses-list address,
.block-addresses-list address p,
.box-billing-address .box-content,
.box-billing-address .box-content p,
.box-shipping-address .box-content,
.box-shipping-address .box-content p,
.box-address-billing .box-content,
.box-address-billing .box-content p,
.box-address-shipping .box-content,
.box-address-shipping .box-content p,
.box-information .box-content,
.box-information .box-content p,
.block-balance-giftcard .block-content,
.block-balance-giftcard .block-content p,
.block-reviews-dashboard .product-name,
.block-reviews-dashboard .product-name p {
    font-size: 12px !important;
}

.locations-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.locations-wrapper a {
    text-decoration: none;
}

.sedu-location {
    background-color: var(--angel-grey);
    border-radius: var(--main-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    overflow: auto;
}

.sedu-location h2 {
    color: var(--blue);
    margin: 20px 0;
    padding: 0 20px;
}

.sedu-location p {
    padding: 0 20px;
    font-size: 12px;
    margin-top: 10px;
}

.sedu-location img {
    width: 100%;
    height: 150px;
    display: none;
    border-top-left-radius: var(--main-border-radius);
    border-top-right-radius: var(--main-border-radius);
}

.sedu-location p.opening-hours::before {
    content: '\f017';
    margin-right: 5px;
    color: var(--blue);
    font-family: 'Font Awesome 5 Free', sans-serif;
}

.sedu-location p:last-child {
    margin-bottom: 20px;
}

.sedu-location-description {
    width: 100%;
    margin-top: 20px;
}

.sedu-location-contact-info p {
    font-size: 12px;
    margin-bottom: 20px;
}

.sedu-location-contact-info {
    width: 100%;
    font-size: 12px;
}

.sedu-location-banner {
    width: 100%;
    border-radius: var(--main-border-radius);
    margin-top: 20px;
}

.sedu-location-contact-info table {
    margin-bottom: 20px;
    width: 100%;
}

.sedu-location-description iframe {
    margin-bottom: 20px;
    width: 100%;
    border-radius: var(--main-border-radius);
}

.sedu-location-contact-info table tbody tr td {
    padding: 0 0 10px 0;
}

.sedu-location-contact-info table tbody tr td:first-child {
    font-weight: bold;
}

.sedu-location-contact-info table tbody tr td:last-child {
    padding-left: 10px;
}

.whatsupdates-dashboard {
    width: 100%;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 80px;
}

.whatsupdate {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--ghost-grey);
}

.whatsupdate:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.whatsupdate h3 {
    margin-top: 0;
    color: var(--blue);
    margin-bottom: 20px;
    font-size: 18px;
}

.whatsupdate img {
    max-width: 40%;
    width: 40%;
    background-color: #bdbdbd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.whatsupdate .details {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.whatsupdate-wrapper {
    width: 100%;
    display: block;
    margin-top: 20px;
}

.whatsupdate-wrapper .more-button-wrapper {
    width: 120px;
    height: 35px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
}

.whatsupdate-wrapper .more-button {
    width: 100%;
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    transition: all var(--transition);
    background-color: var(--blue);
    color: #ffffff;
}

.whatsupdate-wrapper .more-button:hover {
    cursor: pointer;
    background-color: var(--dark-blue);
    color: #ffffff;
}

.whatsupdate .read-more-less-button {
    height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 35px;
    text-align: center;
    transition: all var(--transition);
    background-color: var(--blue);
    color: #ffffff;
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 0 20px;
    margin-top: 20px;
}

.whatsupdate .read-more-less-button:hover {
    cursor: pointer;
    background-color: var(--dark-blue);
    color: #ffffff;
}

.whatsupdate .short-desc {
    margin-bottom: 5px;
}

.whatsupdate .short-desc p {
    font-size: 12px;
}

.whatsupdate .description {
    width: 100%;
    margin: 10px 0 0;
}

.whatsupdate .description p {
    display: none;
}

.whatsupdate .description.active p {
    display: block;
}

.whatsupdates-dashboard .whatsupdate .read-more-less-button,
.whatsupdates-dashboard .whatsupdate .description {
    display: none;
}

.whatsupdate .date {
    color: #a9a9a9;
    font-size: 12px;
    margin-top: 0;
}

.whatsupdates-collection {
    width: 100%;
}

.whatsupdates-collection .waiting-title {
    width: 100%;
    margin-bottom: 20px;
}

.whatsupdates-collection .waiting-title .inner {
    width: 45%;
    height: 27px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.whatsupdates-collection .waiting-text {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.whatsupdates-collection .waiting-text .inner {
    width: 100%;
    height: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.whatsupdates-collection .waiting-text .inner:last-child {
    width: 20%;
    height: 12px;
}

.whatsupdates-collection .waiting-image {
    width: 40%;
    height: 200px;
    display: inline-block;
}

.whatsupdates-collection .waiting-title .inner,
.whatsupdates-collection .waiting-image,
.whatsupdates-collection .waiting-text .inner,
.whatsupdates-collection .waiting-date {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: linear-gradient(90deg, #efefef, #dddddd, #efefef);
    background-size: 300% 100%;
    -webkit-animation: waiting 1s infinite;
    -moz-animation: waiting 1s infinite;
    animation: waiting 1s infinite;
}

.whatsupdates-collection .loading-notifier {
    text-align: center;
    font-size: 14px;
    color: #bdbdbd;
    margin-top: 50px;
    display: none;
}

.breadcrumbs {
    margin-top: 0;
    display: block !important;
}

.breadcrumbs a {
    color: var(--blue);
}

.page-title-wrapper {
    margin-top: 0;
}

.product-info-price,
.product-reviews-summary,
.product-social-links,
.product.attribute.overview,
.fotorama__arr,
.fotorama__thumb-border,
.sidebar.sidebar-additional .block.block-wishlist,
.sidebar.sidebar-additional .block.block-compare,
.columns .sidebar-additional,
.product-centerline,
.design-popup-contact,
.fotorama__caption,
.swatch-option-tooltip {
    display: none !important;
}

.scroll-swatch-button-wrapper {
    display: none;
}

.scroll-swatch-button {
    width: 50%;
    padding: 0 30px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: var(--green);
    display: block;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
    cursor: pointer;
}

.scroll-swatch-button-wrapper > .scroll-swatch-button {
    margin-left: 42%;
    display: inline-block;
    width: auto;
    margin-top: 0;
}

.scroll-swatch-button:hover {
    background-color: var(--dark-green);
}

.product-instructions {
    display: none;
}

.product-instructions span {
    color: transparent;
    pointer-events: none;
    user-select: none;
}

.product.data.items .data.item.title a {
    font-weight: bold;
}

.product.data.items > .item.content.active {
    font-size: 12px;
}

.product-add-form {
    width: 100%;
}

body.printproduct-index-index .product-add-form {
    min-height: 200px;
}

body.apparel-index-index .page-title-wrapper {
    display: none;
}

.product.attribute.description p,
div#faq\.tab p {
    font-size: 12px;
}

.werktekening,
.faq-question {
    height: 22px;
    font-size: 12px;
}

.werktekening img {
    float: right;
    width: 16px;
    height: 16px;
}

.werktekening-open-popup {
    padding-top: 10px;
    font-size: 12px;
    color: var(--soft-black);
}

.werktekening-open-popup:hover {
    cursor: pointer;
    text-decoration: underline;
}

.werktekening-popup {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9001;
}

.werktekening-popupbox {
    width: 600px;
    height: 500px;
    overflow-y: auto;
    padding: 20px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 15vh auto 0;
}

.werktekening-popupbox {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    margin: 0;
}

.werktekening-close-popup {
    font-weight: bold;
    color: #bdbdbd;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: right;
    transition: all 0.2s ease-in-out;
    margin-bottom: 20px;
}

.werktekening-close-popup:hover {
    color: #ff2000;
    cursor: pointer;
}

.werktekening-close-popup #deactivate_popup,
.werktekening-close-popup #deactivatePopUp {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
}

.werktekening-close-popup #deactivate_popup::before,
.werktekening-close-popup #deactivatePopUp::before {
    content: '\e61c';
    font-family: 'luma-icons', sans-serif;
    font-weight: bold;
}

.faq-question:hover {
    cursor: pointer;
    text-decoration: underline;
}

.faq-questions-pop-up-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.faq-questions-pop-up {
    width: 600px;
    margin: 200px auto 0;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 4px;
}

.close-faq-question {
    height: 35px;
    width: 150px;
    display: block;
    margin: 20px auto 0;
    border-radius: 4px;
    font-weight: bold;
    background-color: #e6e6e6;
    text-align: center;
    line-height: 35px;
    transition: all 0.2s ease-in-out;
}

.close-faq-question:hover {
    background-color: #bdbdbd;
    cursor: pointer;
}

.faq-questions {
    overflow-y: auto;
    max-height: 220px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 10px;
}

.faq-questions::-webkit-scrollbar {
    width: 10px;
}

.faq-questions::-webkit-scrollbar-track {
    background: var(--ghost-grey);
    border-radius: 4px;
}

.faq-questions::-webkit-scrollbar-thumb {
    background: #bdbdbd;
    border-radius: 4px;
}

.faq-questions::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

.swatch-option.disabled {
    display: none;
}

.swatch-opt {
    width: 100%;
    background-image: url('/pub/media/wysiwyg/Globaal/loading.gif');
    background-position: center center;
    background-size: 150px 150px;
    height: auto;
    background-repeat: no-repeat;
    overflow-y: hidden;
    transition: all var(--transition);
}

.swatch-opt .swatch-attribute {
    transition: all var(--transition);
    opacity: 0;
}

.swatch-opt .swatch-attribute {
    border-top: 1px solid var(--ghost-grey);
    padding: 10px;
}

.swatch-opt .swatch-attribute.open {
    background-color: #ffffff;
}

.swatch-opt .swatch-attribute.open .swatch-attribute-options {
    height: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.swatch-opt .swatch-attribute.open .swatch-attribute-options .swatch-select,
.swatch-opt .swatch-attribute.open .swatch-attribute-options .swatch-option {
    opacity: 1;
}

.swatch-opt .swatch-attribute.closed {
    background-color: #f3f3f3;
}

.swatch-opt .swatch-attribute.closed .swatch-attribute-options {
    height: 0;
    overflow-y: hidden;
}

.swatch-opt .swatch-attribute.closed .swatch-attribute-label {
    color: #bdbdbd;
}

.swatch-opt .swatch-attribute.open:not(.closed, .verified) .swatch-attribute-label {
    color: var(--blue);
}

#custom_product_sizes .swatch-attribute-label {
    margin-bottom: 20px;
}

#custom_product_sizes .swatch-attribute-label,
.swatch-opt .swatch-attribute .swatch-attribute-label {
    font-size: 14px;
    font-weight: bold !important;
}

.swatch-opt .swatch-attribute:not(.closed) .swatch-attribute-label::before {
    content: '\e622';
    font-family: 'luma-icons', sans-serif;
    font-weight: bold;
    margin-right: 10px;
    color: var(--magento-grey);
    display: inline-block;
    transform: rotate(-90deg);
}

.swatch-opt .swatch-attribute.verified .swatch-attribute-label::before {
    transform: rotate(180deg);
    color: var(--magento-grey);
}

.swatch-attribute-selected-option {
    font-size: 10px;
    padding-left: 10px;
    text-transform: capitalize;
    color: var(--grey);
    white-space: pre;
    font-weight: bold;
}

.swatch-attribute-selected-option::before {
    content: '\A';
}

.swatch-opt .swatch-attribute.closed .swatch-attribute-options .swatch-select,
.swatch-opt .swatch-attribute.closed .swatch-attribute-options .swatch-option {
    opacity: 0;
}

.swatch-opt .swatch-attribute.verified {
    background-color: var(--ghost-blue);
}

.swatch-opt .swatch-attribute.verified:hover {
    cursor: pointer;
}

.swatch-opt .swatch-attribute.verified .swatch-attribute-options {
    height: 0;
    overflow-y: hidden;
}

.swatch-opt .swatch-attribute.verified .swatch-attribute-options .swatch-select,
.swatch-opt .swatch-attribute.verified .swatch-attribute-options .swatch-option {
    opacity: 0;
}

.swatch-opt .swatch-attribute.closed .swatch-attribute-options,
.swatch-opt .swatch-attribute.verified .swatch-attribute-options {
    margin: 0;
}

.swatch-option {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: 90px;
    box-sizing: border-box;
    vertical-align: top;
    flex: 1 0 100%;
    border: 1px solid var(--ghost-grey);
    background: none;
    background-color: var(--fading-grey) !important;
    margin-bottom: 10px !important;
}

.swatch-option:not(.disabled) {
    transition: all var(--transition);
    border-radius: 5px;
}

.swatch-option:not(.disabled):hover {
    outline: 0 !important;
    border: 1px solid var(--blue) !important;
}

.swatch-option.selected {
    outline: 0 !important;
    border: 1px solid var(--blue) !important;
}

.swatch-opt .swatch-attribute.open {
    border-top: 1px solid transparent;
}

.swatch-option {
    background-size: 70px !important;
    box-shadow: none !important;
    background-position: 10px !important;
}

.swatch-option h1 {
    font-size: 10px;
    margin-top: 10px !important;
    pointer-events: none !important;
    box-sizing: border-box;
    font-weight: bold;
    text-align: left;
    padding-left: 90px;
    margin-bottom: 5px !important;
}

.swatch-option p {
    pointer-events: none;
    font-size: 11px;
    box-sizing: border-box;
    padding: 0 8px 0 90px;
    color: #aaaaaa;
    text-align: left;
}

.swatch-option.variable {
    height: auto;
}

.swatch-option.variable:hover {
    cursor: default;
    border-color: var(--ghost-grey) !important;
}

.swatch-option.variable .variable-option-input {
    width: calc(100% - 150px);
    background-color: transparent;
    border: none;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    outline: none;
    color: var(--soft-black);
    font-size: 22px;
}

.swatch-option.variable .variable-option-input.invalid {
    border-color: var(--red);
}

.not-found-image {
    width: 80%;
    display: block;
    margin: 20px auto 0;
}

.not-found-title {
    margin-top: 0;
    color: var(--blue);
}

.not-found-wrapper p {
    height: auto;
    font-size: 12px;
}

.minicart-items .product-item-name {
    font-weight: bold;
    color: var(--soft-black);
}

a.action.viewcart {
    background-color: var(--ghost-grey);
    padding: 6px 10px;
    border-radius: 4px;
    color: var(--grey);
    font-weight: 600;
}

.scroll-swatch-button {
    /*animation: pulseButton 1s infinite;*/
}

.scroll-swatch-button:after {
    content: '\e608';
    font-family: 'luma-icons', sans-serif;
    transform: scaleX(-1);
    display: inline-block;
    animation: pulseButtonBefore 1s infinite;
}

.variable-option-input-modifier {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 90%;
    line-height: 30px;
    background-color: var(--magento-grey);
    font-weight: 600;
    font-size: 25px;
    text-align: center;
    user-select: none;
    transition: all var(--transition);
    cursor: pointer;
}

.variable-modifier-more {
    background-color: var(--blue);
    color: #ffffff;
}

.variable-modifier-less:hover {
    background-color: var(--magento-grey);
}

.variable-modifier-more:hover {
    transform: scale(1.1);
}

.swatch-option.variable .variable-option-input.invalid {
    border-color: var(--red);
}

.swatch-option.variable .confirm-variable-option {
    width: 90%;
    border-radius: 4px;
    background-color: var(--blue);
    color: #ffffff;
    text-align: center;
    height: 35px;
    line-height: 35px;
    transition: all var(--transition);
    margin: 10px auto;
}

.pricing-details-instructions {
    margin-bottom: 15px;
    font-size: 12px;
    width: 100%;
}

.pricing-details {
    display: none;
    height: auto;
    background-color: var(--angel-grey);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    top: 20px;
}

.available-prices-wrapper table tbody tr td span {
    background-color: var(--blue);
    color: #ffffff;
}

.available-prices-wrapper ul li {
    margin-bottom: 10px;
    background-color: var(--angel-grey);
}

.available-prices-wrapper table tbody tr:nth-child(odd) td {
    background-color: var(--angel-grey);
}

.available-prices-wrapper table tbody tr:hover td {
    background-color: var(--blue);
    color: #ffffff;
}

.available-prices-wrapper .price-table-bottom-text {
    margin: 20px 0 0;
    font-size: 12px;
    color: var(--grey);
}

.chosen-options-wrapper {
    display: none;
    height: auto;
    background-color: var(--angel-grey);
    padding: 15px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 300px;
    top: 20px;
    margin-top: 40px;
}

.pricing-detail {
    margin-top: 5px;
}

.pricing-details h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.swatch-option.variable .confirm-variable-option:hover {
    cursor: pointer;
}

.swatch-attribute.verified,
.swatch-attribute.closed {
    border-radius: 4px;
    height: auto;
}

.swatch-attribute.verified {
    border: none !important;
}

.swatch-attribute.closed {
    border: 1px solid var(--ghost-grey) !important;
}

.swatch-attribute {
    margin-bottom: 10px;
}

.swatch-attribute.open {
    border: 1px solid transparent;
    border-top-color: var(--ghost-grey);
}

.message.success {
    margin-bottom: 20px;
}

.seo-short-description {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 50px;
    padding: 20px 10px 10px;
    box-sizing: border-box;
    border-top: 1px solid var(--ghost-grey);
    display: inline-block;
}

.pricing-main {
    width: 100%;
}

.pricing-inner {
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
}

.pricing-main table {
    width: 100%;
    border-radius: 3px;
}

.pricing-main table tr td {
    text-align: center;
}

.pricing-main table thead tr td span,
.pricing-main table tbody tr td span {
    font-size: 12px;
    color: #bdbdbd;
    font-weight: normal;
}

.pricing-inner table tbody tr td:first-child {
    width: 40px !important;
    min-width: 40px !important;
}

.pricing-main table tbody tr {
    transition: all 0.2s ease-in-out;
}

.pricing-table tbody tr td:first-child {
    width: 120px;
    min-width: 120px;
}

.pricing-main table thead {
    font-size: 12px;
}

.pricing-main table tbody tr:nth-child(odd) td {
    background-color: var(--angel-grey);
}

.pricing-main table tbody tr td:first-child {
    border-top-left-radius: var(--main-border-radius);
    border-bottom-left-radius: var(--main-border-radius);
}

.pricing-main table tbody tr td:last-child {
    border-top-right-radius: var(--main-border-radius);
    border-bottom-right-radius: var(--main-border-radius);
}

.pricing-main table tbody tr td {
    transition: all var(--transition);
    font-weight: 600;
}

body:not(.drukproductennew-index-index) .pricing-main table tbody tr:hover td {
    background-color: var(--blue);
    cursor: pointer;
    color: #ffffff;
}

body.fleetsupport-index-index .pricing-main {
    width: 100%;
}

body.drukproductennew-index-index table tbody tr td:not(.disabled):not(:first-child):hover {
    background-color: var(--blue);
    cursor: pointer;
    color: #ffffff;
    border-radius: var(--main-border-radius);
}

.add-to-cart-button-hidden {
    display: none;
}

.fotorama__nav:before,
.fotorama__stage:before,
.fotorama__nav:after,
.fotorama__stage:after {
    background-image: none !important;
}

.vat-switch-wrapper {
    padding: 0;
}

.pricing-loader-card {
    width: 100%;
}

.pricetable-col-excl-vat .delivery-desc,
.pricetable-col-incl-vat .delivery-desc {
    background-color: var(--angel-grey);
    font-size: 10px;
    border-radius: var(--main-border-radius);
    padding: 8px;
}

.pricing-arrow-banner {
    width: 200px;
    height: 40px;
    background-color: var(--blue);
    color: #ffffff;
    font-size: 12px;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    border-top-left-radius: var(--main-border-radius);
    border-top-right-radius: var(--main-border-radius);
    margin: 0 auto 20px;
}

.pricing-inner-arrow {
    width: 0;
    height: 0;
    border: 100px solid transparent;
    border-top: 10px solid var(--blue);
    border-bottom-width: 10px;
    position: relative;
    margin-top: 5px;
    margin-left: -5px;
}

.pricing-method {
    width: 100%;
    line-height: 40px;
    box-sizing: border-box;
    margin-bottom: 1px;
    font-weight: bold;
    color: var(--blue);
    font-size: 18px;
}

.waiting-instructions-core {
    display: none !important;
}

.deadline-info {
    font-size: 12px;
    width: 100%;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    color: #848484;
    margin-bottom: 40px;
}

.seo-short-description p {
    font-size: 12px;
}

.dwd-manual-upload-label {
    display: none;
}

.cart-manual-image {
    width: 250px;
    display: block;
    padding: 10px;
    background-color: var(--ghost-grey);
    border: 1px dashed var(--magento-grey);
}

.oa-form-wrapper {
    border-bottom: 2px solid #e5e5e5;
    width: 100%;
    height: auto;
}

.oa-input-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

input.real-submit {
    display: none;
}

input.oa-input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    border: 1px solid var(--ghost-grey);
}

input.oa-input:hover {
    box-shadow: none;
}

input.oa-input:focus {
    border-color: var(--blue);
}

input.oa-input.upload {
    height: 40px;
    padding-top: 10px;
    margin: 0;
    display: inline-block;
    border: 1px solid var(--ghost-grey);
    box-sizing: border-box;
}

textarea.oa-textarea {
    width: 100%;
    max-width: 100%;
    height: 100px;
    max-height: 300px;
    padding-left: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    border-radius: var(--main-border-radius);
    border: 1px solid var(--ghost-grey);
}

textarea.oa-textarea:hover {
    box-shadow: none;
}

textarea.oa-textarea:focus {
    border-color: var(--blue);
}

.oa-submit {
    width: 100%;
    height: 40px;
    text-align: center;
    color: #ffffff;
    background-color: var(--blue);
    border: none;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    font-size: 13px;
    box-shadow: none;
    line-height: 40px;
    border-radius: var(--main-border-radius);
}

.oa-submit:hover {
    background-color: var(--dark-blue);
    border-width: 1px;
    cursor: pointer;
}

select.oa-select {
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
    border: 1px solid var(--ghost-grey);
    border-radius: var(--main-border-radius);
}

select.oa-select:focus {
    box-shadow: none;
    border-color: var(--blue);
}

.oa-space {
    width: 100%;
    height: 30px;
}

.oa-span {
    width: 70%;
    height: 40px;
    padding-top: 9px;
    background-color: #ffffff;
    color: rgb(177, 171, 169);
    padding-left: 10px;
    box-sizing: border-box;
    border-top: 1px solid rgb(165, 165, 165);
    border-bottom: 1px solid rgb(165, 165, 165);
    border-left: 1px solid rgb(165, 165, 165);
    border-right: 0 solid rgb(165, 165, 165);
    display: inline-block;
}

.oa-required {
    color: #DF0101;
    padding-left: 10px !important;
    box-sizing: border-box;
}

.oa-title {
    font-family: sans-serif;
    font-weight: bold;
    padding-left: 10px !important;
    box-sizing: border-box;
}

.oa-warning {
    width: 100%;
    height: 60px;
    border: 2px solid #FF0000;
    background-color: #FFE6E6;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    color: #FF0000;
}

.oa-finished {
    width: 100%;
    height: 60px;
    border: 2px solid var(--blue);
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
    color: var(--blue);
}

.oa-sec {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    border: 1px solid rgb(165, 165, 165);
}

.oa-main {
    margin-top: 40px;
}

.security-check {
    width: 100%;
    height: 50px;
    background-color: #e5e5e5;
    margin-bottom: 5px;
    background-image: url(http://devshop.local/media/wysiwyg/algemeen/security-texture2.png);
    background-size: 100% auto;
    border: 1px solid #848484;
    box-sizing: border-box;
    opacity: 0.7;
    background-repeat: no-repeat;
}

.g-recaptcha div {
    margin: 0 auto;
}

.design-popup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.design-popup-box {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    position: relative;
    max-height: 100%;
    margin-top: 0 !important;
}

div#designoptions {
    height: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    overflow-y: auto;
}

.design-quit {
    height: 20px;
    margin-bottom: 10px;
    position: absolute;
    right: 20px;
    transform: rotate(45deg);
    top: 20px;
    font-weight: bold;
}

#popup_quit::before {
    content: '\e61c';
    font-family: 'luma-icons', sans-serif;
}

.design-quit span {
    float: right;
    color: #bdbdbd;
    margin-top: -10px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.design-quit span:hover {
    color: #ff2000;
    cursor: pointer;
}

.design-popup-box .field {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.design-popup-box .field .control {
    width: 100% !important;
    margin-top: 20px;
}

.design-popup-box .field .control .options-list .field {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
}

.checkout-shipping-address {
    width: 45%;
}

.design-popup-contact {
    display: none;
}

#Xpressiondesignerdiv {
    max-height: 70vh;
    float: left;
}

#Xpressiondesignerdiv, #Xpressiondesignersubmit {
    display: none;
}

#Xpressiondesignersubmit {
    width: 150px;
    height: 30px;
    background-color: var(--green);
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    margin-right: 20px;
}

Xpressiondesignersubmit:hover {
    background-color: var(--dark-green);
    cursor: pointer;
}

.design-popup-contact .store_logo {
    height: 150px !important;
}

.design-popup-contact .store_logo a img {
    height: auto !important;
    margin: 0 auto;
}

.design-popup-contact a.logo {
    max-width: 100%;
    width: 100%;
    margin-left: 0 !important;
}

.design-popup-contact hr {
    display: none;
}

.design-popup-choice {
    width: 100%;
    box-sizing: border-box;
    min-height: 150px;
    background-color: var(--angel-grey);
    border-radius: var(--main-border-radius);
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
    padding: 20px;
    position: relative;
}

.moreprice {
    position: absolute;
    right: 0;
    margin-right: 30px;
    top: 0;
    margin-top: 15px;
    color: var(--blue);
    font-size: 20px;
    font-weight: bold;
}

.design-popup-title {
    font-size: 24px;
    font-weight: bold;
}

.choice-image {
    height: 128px;
    width: 128px;
    display: block;
    vertical-align: top;
    margin: 0 auto;
}

.choice-image img {
    width: 100%;
    height: 100%;
}

.design-popup-choice .text {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 11px;
    vertical-align: top;
    margin-top: 15px;
    text-align: center;
}

.choice-title {
    margin-top: 0;
    text-align: center;
}

.design-popup-choice-confirm {
    color: #ffffff;
    border-radius: 3px;
    padding: 10px 15px;
    font-size: 14px;
    background-color: var(--blue);
    margin: 20px auto 0;
    display: block;
    transition: background-color var(--transition);
}

.waiting-instructions {
    width: 100%;
    text-align: center;
    color: #b3b3b3;
    margin-top: -70px;
    font-size: 12px;
}

.design-popup-choice-confirm:hover {
    background-color: var(--dark-blue);
    cursor: pointer;
}

.dwd-manual-upload-file-service {
    margin-top: 20px;
}

.dwd-manual-upload-label,
.dwd-manual-upload-label-service {
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
    transition: all var(--transition);
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 20px;
    background-image: linear-gradient(to left, var(--blue), var(--blue) 50%, var(--dark-blue) 50%, var(--dark-blue));
    background-position: 100% 0;
    background-size: 200% 100%;
    color: #ffffff;
    cursor: pointer;
}

.dwd-manual-upload-label.validated:hover,
.dwd-manual-upload-label-service.validated:hover {
    background-color: var(--dark-green) !important;
}

.dwd-manual-upload-label::before,
.dwd-manual-upload-label-service::before {
    content: '\e613';
    margin-right: 5px;
    font-family: 'luma-icons', sans-serif;
    color: #ffffff;
}

.dwd-manual-upload-file,
.dwd-manual-upload-file-service {
    display: none !important;
}

#Xpressiondesignerdiv {
    max-height: 70vh;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
}

#Xpressiondesignerdiv, #Xpressiondesignersubmit {
    display: none;
}

#Xpressiondesignersubmit {
    position: absolute;
    z-index: 9999999;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 20px;
}

.welcome-popup {
    box-sizing: content-box !important;
}

.point-system-wrapper {
    width: 100%;
    padding: 5px;
    border-radius: var(--main-border-radius);
    box-sizing: border-box;
    background-color: var(--blue);
    margin-bottom: 40px;
}

.point-inner-wrapper {
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border: 4px dotted var(--yellow-gold);
    animation: signMilesBorder infinite 2s;
    color: #ffffff;
    position: relative;
}

.point-system-wrapper h2 {
    color: #ffffff;
}

.last-point-flag-section {
    position: absolute;
    right: 15px;
    margin-top: -25px;
}

.last-point-flag-section.flag-icon {
    margin-top: -28px;
}

.points-progress-bar {
    width: 100%;
    border-radius: var(--main-border-radius);
    height: 10px;
    background-color: #ffffff;
}

.car-progress-section {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.points-flag-section {
    display: table-cell;
}

.points-flag::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f024';
    font-size: 20px;
}

.points-car-wrapper {
    width: 100%;
    position: absolute;
    overflow-x: hidden;
    transition: padding 2s ease-in-out;
    box-sizing: border-box;
}

.points-car-wrapper:not(.may-drive) {
    padding: 0 !important;
}

.points-car {
    width: 30px;
    animation: carMovement infinite 0.5s;
}

.points-car::before {
    font-family: "Font Awesome 5 Free", sans-serif;
    content: '\f5e4';
    font-size: 20px;
    font-weight: bold;
}

.points-inner-bar {
    border-radius: var(--main-border-radius);
    background-color: var(--yellow-gold);
    height: 100%;
    width: 0;
    transition: width 2s ease-in-out;
}

.points-inner-bar:not(.may-drive) {
    width: 0 !important;
}

.points-flag.reached::before {
    color: var(--yellow-gold);
    font-weight: bold;
}

.points-score-count {
    padding-top: 5px;
}

.point-inner-wrapper p {
    margin: 15px 0 0;
    color: #ffffff;
}

#images div div div button {
    height: 100px;
}

footer.page-footer {
    background-color: transparent;
}

.footer.content {
    border: 0;
    padding: 0;
}

.footer.content .links > li {
    display: none;
}

.footer-inner .footer-col,
.footer.content .block.newsletter {
    border-top: 1px solid var(--ghost-grey);
    padding: 0 15px 20px 15px;
}

.footer.content .block.newsletter {
    padding-top: 20px;
    margin-bottom: 0;
}

.footer-inner .footer-col p {
    margin-bottom: 0;
}

.footer-inner .footer-col ul li::before {
    content: '\e622';
    transform: rotate(-90deg);
    font-family: 'luma-icons', sans-serif;
    font-weight: bold;
    margin-right: 5px;
    color: var(--ghost-grey);
    display: inline-block;
}

.footer-col h3 {
    margin-bottom: 14px;
}

.copyright {
    padding: 15px 10px;
    background-color: #ffffff;
    color: var(--grey);
    border-top: 1px solid var(--ghost-grey);
}

body.checkout-index-index .page-wrapper .page-header {
    background-color: transparent;
}

body.checkout-index-index .page-wrapper .page-header .header.content .block.block-search,
body.checkout-index-index .page-wrapper .page-header .header.content .header-centerblock,
body.checkout-index-index .page-wrapper .page-header .header.content .minicart-wrapper {
    display: none !important;
}

li.opc-progress-bar-item._active:before {
    background-color: #2DB917;
    border-color: #2DB917;
}

li.opc-progress-bar-item._active > span:before {
    background-color: #2DB917;
    border-color: #2DB917;
}

li.opc-progress-bar-item._active > span:after {
    border-color: #2DB917;
}

div.opc-wrapper {
    width: 100% !important;
}

div.opc-wrapper li {
    width: 100% !important;
}

div.opc-wrapper .shipping-address-item.selected-item {
    border-color: var(--blue);
    border-radius: 3px;
}

.opc-wrapper .shipping-address-item.selected-item:after {
    background-color: var(--blue);
    border-bottom-left-radius: 3px;
}

.opc-wrapper .step-title {
    margin-bottom: 20px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    padding-left: 15px;
    height: 50px;
    line-height: 50px;
    padding-bottom: 0;
    background-color: #e5e5e5;
    margin-top: 45px;
}

.opc-wrapper .action-select-shipping-item {
    background-color: var(--blue);
    color: #ffffff;
    border: 0;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    margin-top: -20px;
}

.opc-wrapper .action-select-shipping-item:hover {
    background-color: #0069A1;
}

.opc-wrapper .shipping-address-item {
    width: 100% !important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 20px;
}

.opc-wrapper .shipping-address-item.selected-item {
    border-width: 2px;
}

.opc-wrapper .shipping-address-item:before {
    width: 0;
    display: none;
}

.opc-block-summary {
    border-radius: 3px;
}

.form-shipping-address {
    width: 100%;
    padding: 20px;
    border-radius: 3px;
}

.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item {
    font-size: 12px;
    color: #848484;
    padding: 10px 0 10px 50px !important;
    font-weight: normal;
    margin-bottom: 0;
}

.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item::before {
    margin-top: 10px;
    margin-left: 10px;
}

.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item {
    background-color: #f5f5f5;
}

.opc-subtitle {
    font-size: 15px;
    color: #848484;
    margin-top: 10px;
}

.shipping-address-item-title {
    color: #000000;
    font-size: 15px;
}

.shipping-new-address-item-title {
    color: #000000;
    font-size: 15px;
}

.shipping-address-item-title.branch::before,
.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item:first-child .shipping-address-item-title.branch::before {
    content: unset;
}

.opc-wrapper #checkout-step-shipping .shipping-address-items .shipping-address-item:after {
    margin-top: 10px;
    margin-left: 10px;
}

#pricing_overview .step-content form .actions-toolbar .primary {
    float: right;
}

#pricing_overview .step-content form .actions-toolbar .primary button {
    width: 100px;
    height: 40px;
}

.opc-wrapper #checkout-step-shipping {
    background: transparent !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address {
    width: 670px !important;
    padding: 0 !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address form {
    max-width: 1000px !important;
    width: 100% !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address {
    background-color: #f5f5f5;
}

.opc-wrapper #checkout-step-shipping .field.addresses {
    width: 40% !important;
    padding: 0 0 0 20px !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address form #shipping-new-address-form {
    display: none;
    width: 100% !important;
    padding: 20px !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address form #shipping-new-address-form .field {
    width: 200px;
    padding: 0;
    margin-right: 10px;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address form #shipping-new-address-form .field .control input {
    width: 100% !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address form #shipping-new-address-form .field .control {
    width: 100%;
}

form.form-shipping-address .fieldset.address .field.street .control .field.additional {
    display: none !important;
}

.opc-wrapper #checkout-step-shipping #opc-new-shipping-address .form.form-shipping-address .fieldset .field .label {
    display: inline-block !important;
}

#checkout-place-method-load {
    color: transparent;
}

#opc-new-shipping-address, .field.addresses {
    display: inline-block;
}

.ccol-main {
    width: 100%;
    height: auto;
    padding-top: 40px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.ccol-text {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}

.ccol-car {
    width: 22%;
    height: auto;
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
}

.ccol-car:hover {
    cursor: pointer;
    border-color: var(--blue);
}

.ccol-table {
    width: 100%;
    margin-bottom: 20px;
}

.ccol-usp-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: block;
}

.ccol-usp-title {
    text-align: center;
    font-size: 12px;
    color: #222222;
}

.ccol-usp-desc {
    padding: 0;
    font-size: 10px;
    text-align: center;
    color: #848484;
}

.ccol-car h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #222222;
    margin-top: 20px;
}

.ccol-car h3 {
    text-align: center;
    font-size: 15px;
    margin-top: 0;
    color: var(--blue);
    font-weight: normal;
    width: 100%;
}

.ccol-button {
    width: 140px;
    height: 35px;
    border-radius: 4px;
    background-color: var(--blue);
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin: 0 auto 20px;
    transition: all 0.2s ease-in-out;
}

.ccol-button:hover {
    cursor: pointer;
    background-color: #036ca7;
}

.ccol-car:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.cl-main {
    width: 100%;
    min-height: 400px;
    height: auto;
    box-sizing: border-box;
}

.cl-buttons {
    width: 100%;
    height: auto;
}

.cl-buttons h3 {
    margin-bottom: 15px;
    margin-top: 40px;
    font-size: 20px;
    padding-left: 2px;
    color: #989898;
    font-weight: normal;
}

.cl-button {
    width: 120px;
    height: 100px;
    line-height: 160px;
    border: 2px solid transparent;
    display: inline-block;
    text-align: center;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    color: #222222;
}

.cl-button:hover {
    border-color: #dcdcdc;
    cursor: pointer;
}

.cl-button.selected {
    border-color: var(--blue);
}

.cl-info {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-top: 1px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center -50px;
    background-size: 780px 513px;
    margin-top: -60px;
    transition: all 0.2s ease-in-out;
}

.cl-details {
    width: 200px;
    padding: 10px;
    margin-top: 40px;
    background-color: var(--angel-grey);
    border-radius: 4px;
}

.cl-details h3 {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

.cl-specs {
    width: 100%;
}

.cl-spec {
    width: 100%;
    height: auto;
    line-height: 30px;
    padding-left: 5px;
    box-sizing: border-box;
    padding-bottom: 10px;
    margin: 5px 0 0;
}

.cl-spec::before {
    margin-right: 5px;
    content: '-';
}

.cl-spec:not(:last-child) {
    border-bottom: 1px solid var(--ghost-grey);
}

.cl-priceinfo {
    margin-top: 20px;
    width: 200px;
    height: 60px;
    padding: 10px;
    border-radius: 4px;
    background-color: var(--blue);
    color: #ffffff;
}

.cl-priceinfo b {
    font-size: 12px;
    font-weight: normal;
}

.cl-price {
    font-size: 30px;
    margin-top: -5px;
    color: #ffffff;
}

.pricetag {
    width: 0;
    height: 0;
    border: 40px solid transparent;
    position: absolute;
    margin-left: 208px;
    margin-top: -77px;
    border-left-color: var(--blue);
}

.cl-sides {
    width: 200px;
    height: 60px;
    margin: 20px auto 0;
}

.cl-sides img {
    height: 100%;
    margin: 0 auto;
    display: block;
    user-select: none;
    opacity: 0.2;
    transition: all 0.2s ease-in-out;
}

.cl-sides img:hover {
    cursor: pointer;
    opacity: 0.6;
}

.cl-alert-error {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    display: none;
    margin-bottom: 20px;
    background-color: #ffd5d5;
}

.message-error {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #ffd5d5;
}

.cl-alert-success {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-size: 15px;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    display: none;
    background-color: #b4ffb3;
}

.cl-form {
    width: 250px;
    height: auto;
    min-height: 500px;
    background-color: var(--angel-grey);
    box-sizing: border-box;
    float: right;
    margin-top: -230px;
    padding-bottom: 20px;
    border-radius: 4px;
}

.cl-form p {
    text-align: center;
    font-size: 12px;
    width: 90%;
    margin: 0 auto 20px;
}

.cl-description {
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    margin: 120px auto 0;
    border-top: 1px solid #e5e5e5;
}

.cl-form .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0 0;
    margin-left: 8px;
    margin-top: 5px;
}

.cl-extra-info {
    width: 200px;
    padding: 5px;
}

.cl-form h3 {
    color: var(--blue);
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.cl-form input:not([type="submit"]),
.cl-form select {
    width: 90%;
    height: 30px;
    display: block;
    font-size: 13px;
    padding-left: 5px;
    box-sizing: border-box;
    margin: 5px auto 0;
}

.cl-form select {
    cursor: pointer;
}

#quote_upload_label {
    width: 90%;
    height: 30px;
    display: block;
    font-size: 13px;
    box-sizing: border-box;
    margin: 5px auto 0;
    line-height: 30px;
    border: 1px solid #bdbdbd;
    transition: all 0.2s ease-in-out;
    border-radius: 4px;
    text-align: center;
    background-color: #f1f1f1;
}

#quote_upload_label:hover {
    cursor: pointer;
    background-color: #e5e5e5;
}

.cl-form input[type="submit"] {
    width: 70%;
    height: 30px;
    display: block;
    text-align: center;
    font-size: 13px;
    box-sizing: border-box;
    margin: 10px auto 0;
    border: 0;
    background-color: var(--blue);
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    border-radius: var(--main-border-radius);
}

.cl-form textarea {
    width: 90%;
    max-width: 90%;
    height: 60px;
    min-height: 60px;
    max-height: 100px;
    display: block;
    font-size: 13px;
    padding-left: 5px;
    box-sizing: border-box;
    margin: 5px auto 0;
}

.cl-form input[type="submit"]:hover {
    background-color: #036ca7;
}

.klantenservice-block {
    width: 100%;
}

.klantenservice-top {
    width: 100%;
    min-height: 100px;
}

.klantenservice-contactinfo {
    width: 300px;
    display: inline-block;
}

.klantenservice-top h3 {
    color: var(--blue);
}

.klantenservice-center {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background-color: var(--blue);
    color: #ffffff;
    border: 0;
    transition: background-color var(--transition);
}

.cart-continue-shopping {
    border: 0;
    background-color: var(--ghost-grey);
    transition: background-color var(--transition);
}

.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background-color: var(--dark-blue);
}

.cart-continue-shopping:hover {
    border: 0;
    text-decoration: underline;
    background-color: var(--ghost-grey);
}

.klantenservice-center h2 {
    margin: 0;
    margin-top: 10px;
    font-weight: bold;
}

.klantenservice-center-inner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    font-size: 0;
    margin-top: 20px;
}

.klantenservice-list {
    width: 50%;
    height: 300px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.klantenservice-list h3 {
    color: var(--blue);
    padding: 10px;
    background-color: var(--angel-grey);
    border-radius: var(--main-border-radius);
}

.klantenservice-list p {
    padding-left: 10px;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

.klantenservice-list p a span {
    color: #000000;
}

.klantenservice-list p a span:hover {
    color: var(--blue);
    cursor: pointer;
    text-decoration: underline;
}

form.form.create.account {
    width: 100%;
}

.form-create-account #street_2 {
    display: none;
}

.form-create-account .fieldset {
    border-radius: var(--main-border-radius);
    background-color: var(--angel-grey);
    padding: 20px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}

.form-create-account .fieldset > .legend {
    border-bottom: 0;
}

.form-create-account .fieldset > .legend span {
    font-weight: bold;
}

.form-create-account .fieldset .field {
    margin-bottom: 20px;
}

.form-create-account .fieldset .field .control {
    margin-top: 10px;
}

.form-create-account .fieldset .field label {
    margin-bottom: 0;
}

.form-create-account .fieldset .field label span {
    font-weight: 600;
}

.block-customer-login .action.primary,
.block-customer-login .action-primary,
.block-new-customer .action.primary,
.block-new-customer .action-primary,
.form-create-account .action.submit.primary {
    background-color: var(--blue);
    color: #ffffff;
    border: 0;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.od-actions {
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
}

.od-actions input {
    display: none;
}

.od-action {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    background-color: #e5e5e5;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
}

.od-action:hover {
    cursor: pointer;
    background-color: var(--blue);
    color: #ffffff;
}

.od-action[data-action='go-back']::before {
    font-family: 'luma-icons', sans-serif;
    content: '\e617';
    margin-right: 10px;
}

.mention-subject {
    width: 100%;
    margin-bottom: 10px;
}

.od-action[data-action='mention']::before {
    font-family: 'luma-icons', sans-serif;
    content: '\e601';
    margin-right: 10px;
}

.mention-message {
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 400px;
    margin-bottom: 10px;
}

.od-action[data-action='approve-invoice'] {
    color: #ffffff;
    background-color: var(--blue);
    float: right;
}

.od-action[data-action='approve-invoice']:hover {
    background-color: #35a700;
    cursor: pointer;
}

.od-action[data-action='approve-invoice']::before {
    font-family: 'luma-icons', sans-serif;
    content: '\e610';
    margin-right: 10px;
}

.approve-invoice-confirm-pop-up {
    width: 100%;
    border-radius: 4px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    height: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}

.oo-preview-button {
    background-color: var(--blue);
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.approve-invoice-confirm-pop-up.visible {
    margin-bottom: 20px;
    margin-top: 20px;
    height: auto;
    opacity: 1;
    pointer-events: all;
    padding: 20px;
}

.mention-subject.invalid,
.mention-message.invalid {
    border: 1px solid #ff2000;
}

.approve-invoice-confirm-pop-up.loading {
    opacity: 0.5;
    pointer-events: none;
}

.approve-invoice-confirm-pop-up h2 {
    font-weight: 400;
}

.od-message {
    border-radius: 4px;
    background-color: #ffefba;
    color: #a28c39;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.od-warning {
    border-radius: 4px;
    background-color: #ffc3ba;
    color: #ff2000;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.approve-invoice-confirm,
.approve-invoice-cancel {
    transition: all 0.2s ease-in-out;
    display: inline-block;
    border-radius: 4px;
    padding: 6px 15px;
    cursor: pointer;
}

.approve-invoice-confirm {
    background-color: #35a700;
    color: #ffffff;
}

.approve-invoice-cancel {
    background-color: #e5e5e5;
}

.approve-invoice-confirm:hover {
    background-color: #2f9400;
}

.approve-invoice-cancel:hover {
    background-color: #bdbdbd;
}

.od-pagination-form {
    margin: 20px 0;
    width: 100%;
    min-height: 35px;
}

.search-term-odoo {
    padding: 5px 12px;
    color: #000000;
    display: inline-block;
    font-size: 14px;
}

.search-term-odoo b {
    color: var(--blue);
}

.odoo-search-form {
    position: relative;
    margin-bottom: 20px;
}

input.odoo-search-input {
    width: 100%;
    height: 40px;
}

button.odoo-search-submit,
input.odoo-search-submit {
    background-color: #1f75ff;
    border: none;
    box-shadow: none;
    border-radius: var(--main-border-radius);
    outline: none;
    color: #ffffff;
    position: absolute;
    font-weight: 600;
    right: 5px;
    height: 30px;
    padding: 0 15px;
    top: 5px;
}

button.odoo-search-submit:hover,
input.odoo-search-submit:hover {
    text-decoration: underline;
    border: none;
    box-shadow: none;
    outline: none;
}

.odoo-search-submit::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons', sans-serif;
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.odoo-search-clear-form {
    margin-bottom: 20px;
}

.odoo-search-submit:hover::before {
    color: var(--blue);
}

input.odoo-search-clear {
    background-color: #e5e5e5;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 7px 12px;
    transition: all 0.2s ease-in-out;
    border-radius: var(--main-border-radius);
}

.block.block-dashboard-orders {
    display: none !important;
}

input.odoo-search-clear:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: var(--blue);
}

.od-button {
    display: inline-block;
    background-color: #e5e5e5;
    border-radius: 3px;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    box-shadow: none;
    transition: all 0.2s ease-in-out;
    vertical-align: top;
}

.od-button:hover {
    cursor: pointer;
    background-color: var(--blue);
    color: #ffffff;
}

.older-od {
    float: right;
}

.order-date {
    margin: 0 !important;
}

.block-order-details-comments {
    margin-top: 20px !important;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.fieldset > .field.required > .label:after,
.fieldset > .fields > .field.required > .label:after,
.fieldset > .field._required > .label:after,
.fieldset > .fields > .field._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

@media screen and (max-width: 460px) {
    .opc-wrapper #checkout-step-shipping #opc-new-shipping-address {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .opc-wrapper #checkout-step-shipping #opc-new-shipping-address form #shipping-new-address-form .field {
        display: block !important;
    }

    .opc-wrapper #checkout-step-shipping .field.addresses,
    .checkout-payment-method .payment-option-inner,
    #sudo-opc-sidebar .opc-block-summary,
    #sudo-opc-sidebar .custom-field,
    #sudo-opc-sidebar .opc-block-summary .data.table.table-totals {
        width: 100% !important;
    }

    .checkout-payment-method .custom-field .content {
        width: 100% !important;
        margin-bottom: 20px !important;
    }

    .checkout-payment-method .payment-option.discount-code, .checkout-payment-method .items.payment-methods {
        padding-left: 0 !important;
    }

    .cl-form {
        float: none;
        width: 100%;
        margin-top: 0;
        height: 100px;
        overflow-y: hidden;
        overflow-x: hidden;
        min-height: 100px;
    }

    .cl-form:hover {
        height: auto;
    }

    .cl-button {
        width: 80px;
        height: 80px;
        line-height: 130px;
        background-repeat: no-repeat;
    }

    .cl-form .g-recaptcha {
        transform: scale(1);
        width: 100%;
    }

    .cl-info {
        margin-top: 60px;
        box-sizing: border-box;
        background-size: 100% auto;
    }

    .cl-details {
        margin-top: 180px;
        box-sizing: border-box;
        width: 100%;
    }

    .cl-extra-info {
        width: 100%;
    }

    .cl-priceinfo {
        width: 100%;
        box-sizing: border-box;
        height: auto;
    }

    .cl-description {
        margin-top: 50px;
    }

    .ccol-usp-title {
        font-size: 20px;
    }

    .ccol-usp-desc {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 12px;
    }
}

@media screen and (max-width: 764px) {
    .logo {
        margin: 0 auto;
        display: block;
        float: none;
    }
}

/*
|--------------------------------------------------------------------------
| XS - Extra small screens
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 480px) {

}

/*
|--------------------------------------------------------------------------
| S - Small screens
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 640px) {

}

/*
|--------------------------------------------------------------------------
| M - Medium screens (native breakpoint to desktop)
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 768px) {

}

/*
|--------------------------------------------------------------------------
| L - Large screens (custom breakpoint to desktop)
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 1024px) {
    h1 {
        font-size: 22px;
        font-weight: bold;
    }

    h2 {
        font-size: 20px;
        font-weight: bold;
    }

    h3 {
        font-size: 18px;
        font-weight: bold;
    }

    .header-message-with-timer-inner {
        position: relative;
        box-sizing: border-box;
        padding-left: 100px;
        padding-right: 100px;
    }

    .nav-submenu-shadow {
        width: 100vw;
        position: absolute;
        left: -8px;
        background-color: rgba(0, 0, 0, 0.4);
        transition: all var(--transition);
        opacity: 0;
        pointer-events: none;
        box-shadow: 0 0 1000px 1000px rgba(0, 0, 0, 0.4);
        z-index: 10000;
    }

    .nav-submenu-background {
        width: 100%;
        background-color: #ffffff;
        border-bottom: 1px solid var(--ghost-grey);
    }

    .nav-submenu-wrapper {
        width: var(--breakpoint-xl);
        background-color: #ffffff;
        display: block;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px 20px 20px 12px;
        height: auto;
        min-height: 600px;
    }

    .scroll-swatch-button-wrapper {
        display: block;
    }

    .minicart-wrapper .action.showcart:before,
    .minicart-wrapper.active .action.showcart:before {
        color: var(--soft-black);
        font-size: 18px;
        margin-top: -10px;
    }

    .minicart-wrapper.active .action.showcart:before {
        color: var(--blue);
    }

    .oa-form-wrapper {
        width: 50%;
    }

    .section-items.nav-sections-items,
    .navigation li.level0:last-child {
        height: 65px;
    }

    nav.navigation,
    nav.navigation > ul.ui-menu,
    .navigation li.level0 {
        position: initial;
    }

    nav.navigation > ul.ui-menu {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navigation li.level0:last-child {
        padding-right: 90px;
        color: #ffffff;
    }

    .navigation li.level0:last-child > a {
        height: 100%;
        padding-top: 8px;
        display: inline-block;
        color: #ffffff !important;
        padding-left: 0;
    }

    .navigation .level0 > .level-top:hover, .navigation .level0 > a.level-top.ui-state-focus {
        color: #ffffff;
    }

    li.level0.nav-1:hover a.level-top {
        text-decoration: underline;
    }

    .navigation ul.level0 .submenu a {
        color: var(--soft-black);
    }

    nav.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
        background: transparent !important;
    }

    li.level0.nav-1:hover .nav-submenu-shadow {
        opacity: 1;
        pointer-events: all;
    }

    ul.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
        display: block !important;
        transition: all var(--transition);
        background-color: #ffffff !important;
        width: 230px;
        padding: 0;
        box-shadow: none;
        border: 0;
        position: relative;
    }

    ul.level0.submenu li.level1 {
        margin-bottom: 0;
        position: initial;
        border-radius: var(--main-border-radius) !important;
    }

    ul.level0.submenu li.level1 > a {
        font-size: 14px;
        padding: 10px 8px;
        background-color: transparent !important;
        border: 0;
        border-radius: var(--main-border-radius) !important;
    }

    ul.level0.submenu li.level1 > a > span {
        padding-right: 10px;
        box-sizing: border-box;
    }

    ul.level0.submenu li.level1:hover,
    ul.level0.submenu li.level1 > a:hover {
        background-color: var(--angel-grey) !important;
    }

    ul.level0.submenu li.level1 > a::after {
        content: '\e622';
        transform: rotate(-90deg);
        font-family: 'luma-icons', sans-serif;
        font-weight: bold;
        margin-top: 0;
        display: inline-block;
        float: right;
        color: var(--ghost-grey);
    }

    ul.level0.submenu li.level1:hover > a::after,
    ul.level0.submenu li.level1 > a:hover::after {
        color: var(--blue);
    }

    .navigation li.level0 .submenu ul.level1.submenu {
        width: 1015px;
        border: 0;
        box-shadow: none;
        top: 0;
        min-height: 100%;
        flex-flow: row wrap;
        column-count: 4;
        padding: 0 0 0 20px;
        box-sizing: border-box;
    }

    .form-create-account .fieldset {
        width: 42%;
        vertical-align: top;
        margin-right: 40px;
    }

    .customcat-block-desc {
        width: 500px;
        color: #ffffff;
    }

    .customcat-block-title {
        padding: 10px 20px 10px 20px;
    }

    .customcat-block-products .hp-product {
        margin-left: 3.5%;
        width: 254px;
    }

    .customcat-banner {
        height: 250px;
        padding: 20px;
        margin-top: 40px !important;
        background-color: #bdbdbd;
    }

    .locations-wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sedu-location p {
        font-size: 14px;
    }

    .sedu-location img {
        display: block;
    }

    .sedu-location-description {
        display: inline-block;
        width: 45%;
        float: right;
        vertical-align: top;
        margin-top: 0;
    }

    .sedu-location-contact-info p {
        font-size: 14px;
    }

    .sedu-location-contact-info {
        width: 50%;
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }

    .sedu-location-description iframe {
        margin-bottom: 40px;
    }

    nav.navigation li.level2.nav-2-1-1.ui-menu-item {
        display: inline-block;
        vertical-align: top;
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
        /*float: left;*/
    }

    nav.navigation li.level2.nav-2-1-1.ui-menu-item:nth-child(4n+1) {
        clear: left;
    }

    li.level2.nav-2-1-1.ui-menu-item > a {
        background-color: transparent !important;
        font-weight: bold;
        border: 0;
    }

    li.level2.nav-2-1-1.ui-menu-item > a:hover {
        background-color: transparent !important;
    }

    li.level2.nav-2-1-1.ui-menu-item > ul.level2.submenu {
        box-shadow: none;
        border: 0;
        display: block !important;
        position: relative;
        top: 0;
        left: 0 !important;
        height: auto !important;
        background-color: transparent !important;
        padding: 0;
    }

    li.level2.nav-2-1-1.ui-menu-item > ul.level2.submenu:hover {
        background-color: transparent !important;
    }

    .chosen-options-wrapper {
        display: inline-block;
    }

    .navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item {
        border: 0;
        background-color: transparent !important;
    }

    .navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item:hover {
        background-color: transparent !important;
    }

    .navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        border: 0;
    }

    .close-header-message-with-timer {
        top: -3px;
    }

    .pricing-loader-card {
        width: 400px;
    }

    .navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item:hover a {
        background-color: transparent !important;
    }

    .navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item a:hover {
        border: 0 !important;
        background-color: transparent !important;
        text-decoration: underline;
    }

    .navigation .submenu:not(:first-child) ul > li.level3.nav-3-1-1.ui-menu-item a::after {
        display: none;
    }

    .block.block-search {
        position: absolute;
        bottom: -52px;
        right: 20px;
        width: 1000px;
    }

    .block.block-search input {
        height: 40px;
        font-size: 14px;
    }

    .block.block-search .action.search:before {
        line-height: 40px;
        color: var(--soft-black);
    }

    .header-centerblock {
        margin-top: -8px;
        padding-right: 80px;
        box-sizing: border-box;
    }

    .header-custominfo {
        margin-top: -6px;
    }

    .header-centerblock .header-button {
        width: auto;
        font-weight: normal;
        font-size: 14px;
        margin-left: 15px;
    }

    .header-centerblock-wrapper-line {
        height: 20px;
        position: relative;
    }

    .header-centerblock .header-custombuttons,
    .header-centerblock .header-contactinfo {
        width: auto;
        display: inline-block;
        position: absolute;
        right: 0;
    }

    .header-centerblock .header-custombuttons a:hover {
        text-decoration: none;
    }

    .header-centerblock .header-button:hover > span {
        text-decoration: underline;
    }

    .header-centerblock .header-contactinfo p {
        text-align: left;
        padding-top: 10px;
    }

    .header-centerblock .header-contactinfo p::before {
        font-size: 16px;
        margin-top: -4px;
    }

    .header-button-login-logout::before {
        font-size: 15px;
    }

    .header-button-my-account::before {
        margin-top: -2px;
        font-size: 17px;
    }

    .header-centerblock .header-button:hover::before {
        color: var(--blue);
    }

    .header-button-customer-service::before {
        margin-top: -2px;
        font-size: 17px;
    }

    .header-centerblock .header-button.header-button-branches {
        display: inline-block;
    }

    .product-instructions {
        display: block;
    }

    body.catalog-product-view .product-instructions {
        padding-bottom: 50px;
    }

    .usp-bar {
        display: flex;
        justify-content: space-between;
    }

    .page-title-wrapper {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    body.fleetsupport-index-index .page-title,
    body.search-index-index .page-title {
        margin-top: 40px;
    }

    body.account .page-title-wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .breadcrumbs ~ .page-main .page-title-wrapper {
        margin-top: 0;
    }

    body.drukproductennew-index-index .page-main > .page-title-wrapper {
        display: none;
    }

    body.drukproductennew-index-index .page-title-wrapper {
        margin-bottom: 80px;
    }

    body.drukproductennew-index-index .columns .sidebar.sidebar-additional,
    body.printproduct-index-index .sidebar.sidebar-additional,
    body.apparel-index-index .sidebar.sidebar-additional {
        margin-top: 160px;
    }

    body.fleetsupport-index-index .sidebar.sidebar-additional {
        margin-top: 160px;
    }

    body.printproduct-index-index .page-title,
    body.apparel-index-index .page-title {
        margin-top: 40px;
        margin-bottom: 80px;
    }

    .swatch-mini-loader {
        display: none;
    }

    .slider-wrapper {
        margin-top: 0;
        margin-left: 0;
        width: 100%;
    }

    .oa-input-wrapper {
        width: 100%;
    }

    .not-found-wrapper {
        padding-top: 20px;
    }

    .not-found-image {
        width: auto;
        height: 500px;
        float: right;
        margin-right: 150px;
        margin-bottom: 20px;
        margin-top: -60px;
    }

    .not-found-title {
        font-size: 30px;
        font-weight: 600;
        color: var(--blue);
        width: 600px;
        margin-left: 20px;
        display: inline-block;
        margin-top: 25px;
    }

    .not-found-wrapper p {
        width: 600px;
        margin-left: 20px;
        margin-top: 40px;
        display: inline-block;
        font-size: 14px;
    }

    .hp-scrollbar {
        display: none;
    }

    .hp-button {
        font-size: 18px;
    }

    .hp-productlist {
        overflow: initial;
        white-space: normal;
        margin-top: 30px;
    }

    .hp-products {
        margin-bottom: 30px;
    }

    .hp-product {
        height: 175px;
        width: 200px;
        margin-bottom: 10px;
    }

    .hp-product img {
        width: 180px;
        height: 180px;
    }

    .hp-product p {
        font-size: 14px;
    }

    .breadcrumbs {
        margin-top: 20px;
    }

    .product.data.items > .item.content.active {
        font-size: 14px;
    }

    .product.data.items .data.item.content {
        padding: 20px 20px 0 0;
        min-height: 250px;
        height: auto;
    }

    div.product.data.items > .item.content,
    div.product.data.items .data.item.title a,
    div.promotional-product-info-tab-button,
    .product.data.items > .item.title:not(.disabled) > .switch:active,
    .product.data.items > .item.title.active > .switch,
    .product.data.items > .item.title.active > .switch:focus,
    .product.data.items > .item.title.active > .switch:hover {
        border: 0;
    }

    .product.data.items .data.item.title {
        cursor: pointer;
    }

    .product.data.items .data.item.title a {
        box-sizing: border-box;
        background-color: var(--ghost-grey);
        transition: all var(--transition);
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
        font-size: 12px;
        color: var(--soft-black);
        border-radius: var(--main-border-radius);
        font-weight: normal;
    }

    .product.data.items .data.item.title a:hover,
    .product.data.items .data.item.title a:focus,
    .product.data.items .data.item.title.active a,
    div.product.data.items > .item.title.active > .switch:focus,
    div.product.data.items > .item.title.active > .switch:hover {
        background-color: var(--blue);
        color: #ffffff;
    }

    .product-sizes {
        width: 50%;
        min-height: 200px;
    }

    .product-sizes .inputs input + span.unit {
        display: inline-block;
    }

    .size-label {
        min-width: 140px;
        margin-left: 30px;
        font-size: 14px;
    }

    .sizes-instructions {
        min-height: 150px;
        height: auto;
        box-sizing: border-box;
        padding-top: 20px;
        width: 45%;
        display: inline-block;
        padding-left: 20px;
        text-align: left;
        margin-bottom: 25px;
    }

    .sizes-instructions p {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .continue-size-button,
    .continue-size-button-dwd {
        margin-top: 40px;
        font-size: 14px;
    }

    body.account .page-main .columns {
        margin-top: 40px;
    }

    .minicart-wrapper {
        top: 28px;
        right: 20px;
    }

    .abs-account-block-font-size,
    .abs-account-block-font-size p,
    .block-addresses-list address,
    .block-addresses-list address p,
    .box-billing-address .box-content,
    .box-billing-address .box-content p,
    .box-shipping-address .box-content,
    .box-shipping-address .box-content p,
    .box-address-billing .box-content,
    .box-address-billing .box-content p,
    .box-address-shipping .box-content,
    .box-address-shipping .box-content p,
    .box-information .box-content,
    .box-information .box-content p,
    .block-balance-giftcard .block-content,
    .block-balance-giftcard .block-content p,
    .block-reviews-dashboard .product-name,
    .block-reviews-dashboard .product-name p {
        font-size: 14px !important;
    }

    .cart-summary .checkout-methods-items .action.primary.checkout {
        margin-bottom: 20px;
    }

    .cart-summary > .title,
    .cart-summary > .cart-totals,
    .cart-discount,
    .cart.main.actions {
        display: none !important;
    }

    .cart.table-wrapper .cart > .item,
    .cart.table-wrapper .cart thead tr th.col {
        border-color: var(--ghost-grey) !important;
    }

    .cart.table-wrapper .actions-toolbar > .action-edit:before,
    .cart.table-wrapper .actions-toolbar > .action-delete:before {
        color: var(--blue) !important;
    }

    .paypal-review .table-paypal-review-items .col.price .price-including-tax,
    .paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
    .paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
    .paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
    .cart.table-wrapper .col.price .price-including-tax,
    .cart.table-wrapper .col.price .price-excluding-tax,
    .cart.table-wrapper .col.subtotal .price-including-tax,
    .cart.table-wrapper .col.subtotal .price-excluding-tax,
    .cart.table-wrapper .col.msrp .price-including-tax,
    .cart.table-wrapper .col.msrp .price-excluding-tax,
    .order-details-items .col.price .price-including-tax,
    .order-details-items .col.price .price-excluding-tax,
    .order-details-items .col.subtotal .price-including-tax,
    .order-details-items .col.subtotal .price-excluding-tax {
        color: var(--soft-black);
    }

    .swatch-option {
        max-width: 23%;
        min-height: 120px;
        width: 23%;
        flex: 1 0 21%;
        height: auto;
    }

    .swatch-option p {
        display: block;
        text-align: center;
        padding: 0 8px;
    }

    .swatch-option h1 {
        font-size: 16px;
        text-align: center;
        padding: 110px 10px 0 10px;
    }

    .swatch-option {
        background-size: 100px 100px !important;
        box-shadow: none !important;
        background-position: center 10px !important;
    }

    .pricing-details {
        width: 300px;
        margin-left: 20px;
    }

    #custom_product_sizes .swatch-attribute-label,
    .swatch-opt .swatch-attribute .swatch-attribute-label {
        font-size: 20px;
    }

    .swatch-opt .swatch-attribute.open .swatch-attribute-options {
        margin-top: 40px;
    }

    .swatch-opt .swatch-attribute.closed .swatch-attribute-label,
    .swatch-opt .swatch-attribute.verified .swatch-attribute-label {
        font-size: 16px;
        line-height: 30px;
    }

    .swatch-attribute-selected-option {
        font-size: 14px;
        float: right;
        padding-left: 0;
        line-height: 30px;
    }

    .swatch-attribute-selected-option::before {
        content: '';
    }

    .swatch-attribute.verified,
    .swatch-attribute.closed {
        height: 30px;
    }

    .welcome-logo {
        width: 170px;
    }

    .product-add-form {
        padding-top: 40px;
        margin-top: 50px;
        border-top: 1px solid var(--ghost-grey);
    }

    .pricing-method {
        height: 60px;
        padding-left: 10px;
    }

    .welcome-popup {
        width: 60%;
        height: auto;
        overflow-y: auto;
        margin: 100px auto 0;
    }

    .welcome-popup .block-customer-login {
        width: 50%;
        margin: 15px auto 0;
    }

    .pricing-inner table tbody tr td:first-child {
        width: 100px !important;
        min-width: 100px !important;
    }

    .pricing-arrow-banner {
        float: right;
        display: block;
        margin-bottom: 1px;
        margin-right: 60px;
        margin-top: -5px;
    }

    .product-info-main {
        width: 58% !important;
    }

    .product.media {
        width: 40% !important;
    }

    .pricing-main {
        width: 62%;
        float: right;
    }

    .design-popup-box .field .control .options-list .field {
        width: 45% !important;
        margin-right: 20px;
        margin-bottom: 15px;
        display: inline-block;
    }

    .columns .sidebar-additional {
        display: block !important;
    }

    .seo-short-description p {
        font-size: 14px;
    }

    .product.attribute.description p,
    div#faq\.tab p {
        font-size: 14px;
    }

    .werktekening,
    .faq-question {
        height: 22px;
        font-size: 14px;
    }

    .werktekening img {
        width: 20px;
        height: 20px;
    }

    .werktekening-open-popup {
        font-size: 14px;
    }

    .design-popup-choice .text {
        width: 60%;
        margin-left: 10px;
        text-align: left;
        margin-top: 0;
    }

    .choice-image {
        display: inline-block;
    }

    .choice-title {
        text-align: left;
    }

    .design-popup-choice-confirm {
        margin: 20px 0 0 0;
        display: inline-block;
    }

    .sidebar-usp {
        width: 100%;
        margin-bottom: 15px;
    }

    .sidebar-usp-img {
        width: 36px;
        height: 36px;
        padding: 6px;
        box-sizing: border-box;
        border-radius: 90%;
        background-color: var(--ghost-grey);
        display: inline-block;
        vertical-align: top;
    }

    .sidebar-usp-img.phone {
        padding: 10px;
    }

    .sidebar-usp-img img {
        display: block;
        width: 100%;
    }

    .sidebar-usp-text {
        font-size: 12px;
        width: 175px;
        display: inline-block;
        vertical-align: top;
        margin-left: 10px;
    }

    .sidebar-image-block {
        width: 100%;
        min-height: 150px;
        padding: 15px 0 15px 0;
        box-sizing: border-box;
        border-bottom: 1px solid var(--ghost-grey);
        border-top: 1px solid var(--ghost-grey);
    }

    .sidebar-contact-title {
        font-size: 18px;
        margin-top: 10px;
        font-weight: bold;
    }

    .sidebar-usp-text.phone {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        margin-bottom: 0;
        margin-left: 6px;
    }

    .sidebar-contact-link {
        width: 100%;
        padding-left: 46px;
        font-size: 12px;
        margin: 0;
    }

    .sidebar-contact-link.last {
        margin-bottom: 20px;
    }

    .sidebar-image-block img {
        width: 100%;
        height: auto;
        background-color: #bdbdbd;
    }

    #Xpressiondesignerdiv {
        max-height: 70vh;
        float: left;
    }

    #Xpressiondesignerdiv,
    #Xpressiondesignersubmit {
        display: none;
    }

    footer.page-footer {
        padding-top: 10px;
        border-top: 1px solid var(--ghost-grey);
    }

    .footer-inner {
        width: 100%;
        margin-top: 55px;
    }

    .footer-col {
        width: 25%;
        display: inline-block;
        padding: 0 12px 0 12px;
        box-sizing: border-box;
        height: 200px;
        max-height: 200px;
        vertical-align: top;
    }

    .footer-col h3 {
        margin-bottom: 20px;
    }

    .footer-inner .footer-col, .footer.content .block.newsletter {
        border-top: 0;
    }
}

/*
|--------------------------------------------------------------------------
| XL - Extra large screens
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 1280px) {
    .header-message-with-timer {
        padding: 15px 0 15px 10px;
    }

    .header-message-with-timer-inner {
        width: var(--breakpoint-xl);
        font-size: 14px;
    }
}

/*
|--------------------------------------------------------------------------
| XXL - Extra extra large screens
|--------------------------------------------------------------------------
*/
@media screen and (min-width: 1440px) {

}

@keyframes loadFile {
    from {
        background-position: 100% 0;
    }
    to {
        background-position: 0 0;
    }
}

@-webkit-keyframes waiting {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@-moz-keyframes waiting {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes waiting {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes pulseButton {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1.05);
    }
    25% {
        transform: scale(1);
    }
}

@keyframes pulseButtonBefore {
    0% {
        transform: scaleX(-1) translateX(0);
    }
    20% {
        transform: scaleX(-1) translateX(-10px);
    }
    40% {
        transform: scaleX(-1) translateX(0);
    }
}

@keyframes signMilesBorder {
    0% {
        border-color: #ffffff;
    }
    50% {
        border-color: var(--yellow-gold);
    }
    100% {
        border-color: #ffffff;
    }
}

@keyframes carMovement {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: -2px;
    }
    100% {
        margin-top: 0;
    }
}
