@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');

@font-face {
    font-family: 'A4SPEED';
    src:  url('/assets/non-vite/custom/fonts/a4speed/A4SPEEDBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Arial Black';
    src:  url('/assets/non-vite/custom/fonts/Arial-Black.ttf') format('ttf');
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

@keyframes pulse-black {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}


@keyframes pulse-purple {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(160, 124, 197, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(160, 124, 197, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(160, 124, 197, 0);
	}
}

.social-row {
    justify-content: space-between;
    max-width:120px;
    margin-top:15px;
}

.social-item a {
    width:30px;
    height:30px;
    border-radius:50%;
    border: 1px solid black;
    line-height: 30px;
    text-align:center;
    display:block;
    border: 1px solid black;
    opacity:0.7;
}

.social-item.social-ti a i {
    color: #000000 !important;
}

.social-item.social-svg a img {
    position:relative;
    top:-3px;
    max-height:17px;
}

img.logo-light, img.logo-dark {
    height:100% !important;
}

.custom-icon-container {
    min-width:50px;
}

.custom-icon-container i {
    font-size: 20pt;
}

#round-action-button {
    border: 0;
    background: url("/images/knop.svg");
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    margin: 10px;
    height: 140px;
    width: 140px;
    transform: scale(1);
    animation: pulse-white 2s infinite;
    font-family: 'A4SPEED';
    font-size:1.45rem;
    color:#000;
    position:relative;
    bottom:-25px;
}

#round-action-button.circular-text-image:before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    rotate: -20deg;
    top: 11px;
    right: -52px;
    background-image: url(/images/pijl.svg);
    background-repeat: no-repeat;
}

#round-action-button.circular-text-image:after {
    content: '';
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    bottom: -45px;
    right: -28px;
    background-image: url(/images/en_circular_text.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#round-action-button.circular-text-image.es:after {
    background-image: url(/images/es_circular_text.png);
}

.home-spacing-devider {
    font-size:15pt;
    color: #ffffff;
    margin-left:10px;
    margin-right:10px;
}

.page-banner-top h1, .page-banner-top p {
    color: #fafafa;
}

section.wrapper.bg-dark {
    background: linear-gradient(to bottom, #1E309A 0%,#49A27A 100%) !important;
}

.design-tool-wrapper {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.7;
    color: #60697b;
    background-color: #fefefe;
    border: 1px solid rgba(8,60,130,.07);
    border-radius: 0.4rem;
    box-shadow: 0px 3px 7px -1px rgba(0,0,0,.2);
    position: relative;
    z-index:2;
}

.design-tool-wrapper h2 {
    margin-top:10px;
    margin-bottom:30px;
    font-size:22px;
}

.design-tool-wrapper .form-control, .design-tool-wrapper .form-select-wrapper select {
    box-shadow: none;
}

.not-yet-arrived {
    opacity: 0.4;
}


div.active > div > .icon.btn.btn-circle.btn-primary {
    animation: pulse-purple 2s infinite;
}

.design-tool-wrapper #font-input {
    width:100%;
    overflow-x:auto;
    overflow-y:visible;
    white-space: nowrap;
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 #f5f5f5; /* For Firefox */
    padding-bottom:0.4em;
    cursor:pointer;
    padding-top:20px;
}

.design-tool-wrapper #font-input::-webkit-scrollbar {
    width: 8px;
    height:4px;
}

.design-tool-wrapper #font-input::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

.design-tool-wrapper #font-input::-webkit-scrollbar-thumb {
    background-color: #aaaaaa;
    border-radius: 4px;
}

.design-tool-wrapper #font-input::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.design-tool-wrapper #font-input > div {
    display:inline-block;
    background-color: var(--actual-main-theme-color);
    border-radius:20px;
    padding:0px 15px;
    padding-bottom:0px;
    padding-top:3px;
    text-transform: uppercase;
    color: #ffffff;
    font-size:1.1em;
    border:0;
    position:relative;
    margin-left:5px;
}

.design-tool-wrapper #font-input > div:nth-child(1) {
    margin-left:0px;
}

.design-tool-wrapper #font-input > div.selected:after {
    font-family: themify;
    content: "\e64c";
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #BAD400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -6px;
    top: -8px;
    color: #ffffff;
    font-size:10pt;
}

.design-tool-wrapper .text-direction-wrapper {
    height: 300px;
    width: 36px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: absolute;
    right:15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.design-tool-wrapper .text-direction-choise {
    background-color: #f4f4f4;
    width:100%;
    padding: 10px 0px;
    border-radius:20px;
    position:relative;
    font-size: 1.1em;
    cursor:pointer;
}

.design-tool-wrapper .text-direction-choise.selected:after {
    font-family: themify;
    content: "\e64c";
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: #BAD400;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -6px;
    top: -8px;
    color: #ffffff;
    font-size: 10pt;
}

.design-tool-wrapper .text-direction-choise .letter-container {
    color: #444444;
    font-family:'Arial Black','arial','helvetica';
    font-weight:900;
    text-align:center;
}

.design-tool-wrapper .text-direction-choise .rotated-vertical-text {
    transform: rotate(-90deg);
}

.design-tool-wrapper .sock-designer-wrapper {
    height:400px; /* Overall tool height */
}

.design-tool-wrapper .sock-designer-wrapper > div {
    position:relative;
}

.design-tool-wrapper .sock-designer-wrapper .sock-designer {
    height:100%;
    width:100%;
    background: url('/images/sok-bg-canvas.png');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center top;
    position: relative;
}

.design-tool-wrapper .sock-designer-wrapper .sock-designer .render-container {
    width:100%; /* Gets changed dynamically with JS */
    height:100%; /* Gets changed dynamically with JS */
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    top:14%;
}

.design-tool-wrapper .sock-designer-wrapper .sock-designer .render-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.design-tool-wrapper .sock-check {
    height:300px;
}

.design-tool-wrapper .sock-check img {
    width:100%;
    height:100%;
    object-fit: contain;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.separator-row {
    border-top:  1px solid rgba(8,60,130,.07);
    margin-top:20px;
    padding-top:20px;
}

.btn.btn-secondary {
    background-color: #dbdde3;
    border-color: #dbdde3;
    color: #444444;
}

#colorpicker-wrapper {
    display:block;
    width: 36px;
    height: calc(40px * 7);
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

#colorpicker-wrapper .color-item {
    display:inline-block;
    position: relative;
    background-color: #ffffff;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 3px;
    margin-bottom: 0;
    z-index: 2;
    border-radius: 3px;
    box-shadow: inset 0px -1px 7px 1px rgba(0,0,0,.15);
    cursor:pointer;
}

#colorpicker-wrapper .color-item.selected:after {
    font-family: themify;
    content: "\e64c";
    text-align: center;
    display: block;
    border-radius: 50%;
    background-color: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #000000;
}

#colorpicker-wrapper .clr-picker {
    margin-top: 15px;
    margin-left: 12px;
}

.white-space-nowrap {
    white-space: nowrap;
}

.sock-thumb {
    height:100%;
    display:inline-flex;
    width:50%;
    object-fit:contain;
}

.remove-item-btn {
    position:absolute;
    top:0;
    right:0;
    padding:0;
    margin:0;
    border:0px solid transparent;
    background-color:transparent;
    outline:none !important;
}

.price-sm {
    text-align:center;
    line-height:1.4;
}

.loading .price-sm {
    position:relative;
}

.loading .price-sm .amount {
    opacity:0;
}

.loading .price-sm:after {
    content:'';
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    translate: -50% -50%;
    width: 1rem;
    height: 1rem;
    vertical-align: -0.125em;
    border: 0.2em solid #ababab;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.loading .table-order {
    position:relative;
}

.loading .table-order tbody {
    opacity:.5;
    animation: 1.2s linear infinite opacity-breathe;
}

.loading .table-order:after {
    content:'';
    display: inline-block;
    position:absolute;
    top:50%;
    left:50%;
    translate: -50% -50%;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid #707070;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.loading .table-order .text-end {
    opacity:0;
}

.loading button[type="submit"] {
    pointer-events: none;
}

.loading #applied-code:before {
    content:'';
    left: 50%;
    top:50%;
    translate: -50% -50%;
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -0.125em;
    border: 0.25em solid #707070;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.loading #applied-code .alert {
    opacity:0;
}

.loading .shopping-cart:empty:before {
    content:'';
    left: 50%;
    translate: -50% 6px;
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.2em solid #707070;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.loading [type="submit"]:before {
    content:'';
    position: relative;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -0.125em;
    border: 0.2em solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.loading [type="submit"] span {
    display:none;
}

.form-control {
    border-color: rgba(0,0,0,.12) !important;
}

@keyframes opacity-breathe {
    0% {
        display: none;
        opacity: .35;
    }

    50% {
        display: block;
        opacity: .5;
    }

    100% {
        display: block;
        opacity: .35;
    }
}

.btn-xs {
    --bs-btn-padding-y: 0.3rem;
    --bs-btn-padding-x: .8rem;
    --bs-btn-font-size: 0.7rem;
    --bs-btn-border-radius: 0.4rem;
}

.fade-in-on-load {
    opacity:0;
}

.ti-spin-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    text-align:center;
    animation: rotate 2s linear infinite;
    font-size: 30pt;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

button.basket {
    background:none;
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    font-size:18pt;
    border:0;
}

/* START: This CSS is for ALL themes (some edits might be required for specific themes). */
.mce-content-body, .mce-content-body * {
    box-sizing: border-box;
}


.mce-content-body {
    margin:0 0 0 0;
    padding:0px 100px;
}

.mce-content-body > :first-child {
    margin-top:0!important;
}

.mce-content-body > :last-child {
    margin-bottom:0!important;
}

.mce-content-body blockquote {
    padding: 10px 20px;
    margin: 40px auto;
    font-size: 17.5px;
    border-left: 5px solid #eee;
    width:90%;
}

.mce-content-body blockquote footer {
    display: block;
    font-size: 90%;
    line-height: 1.42857143;
    color: #777;
}

.mce-content-body blockquote footer .quotee,
.mce-content-body blockquote footer cite {
    font-size:110%;
    font-style:italic;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5 {
    margin:30px 0 10px;
    font-weight:400;
}

.mce-content-body p {
    margin:0 0 24px 0;
}

.mce-content-body ul {
    list-style-type:disc;
}

.mce-content-body ul,
.mce-content-body ol {
    width:90%;
    margin:40px auto;
    padding-left: 21px;
}

.mce-content-body li {
    float:none;
}

.mce-content-body table {
    width:90%;
    border-collapse:collapse;
    margin:40px auto;
}

.mce-content-body table tr td {
    border:0px solid transparent;
    padding:12px;
    border-bottom:1px solid #dddddd;
}

.mce-content-body table tr:nth-child(even) {
    background-color:#f9f9f9;
}

.mce-content-body img {
    display:block;
    width:75%;
    padding:0 10px;
    margin:40px auto;
}

.mce-content-body img.direction-inline {
    display:inline-block;
    margin: 10px auto;
}

.mce-content-body img.direction-left {
    float:left;
    padding:15px 15px 15px 0px;
    margin: auto auto;
}

.mce-content-body img.direction-right {
    float:right;
    padding:15px 0px 15px 15px;
    margin: auto auto;
}

.mce-content-body img.width-100 {
    width:100%;
}

.mce-content-body img.width-75 {
    width:75%;
}

.mce-content-body img.width-50 {
    width:50%;
}

.mce-content-body img.width-33 {
    width:33.33333333%;
}

.mce-content-body img.width-25 {
    width:25%;
}

.mce-content-body .embed-responsive {
    position: relative;
    display: block;
    width: 75%;
    margin:40px auto;
    padding: 0;
    height:auto;
    overflow: hidden;
}

.mce-content-body .embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.mce-content-body .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mce-content-body .defaultContent {
    box-sizing:border-box;
    border:1px solid rgb(185,185,185);
    background-color:rgb(220,220,220);
    padding:2px;
    width:100%;
    display:block;
    margin:15px auto;
}

.mce-content-body .defaultContent:before {
    content:"Standaard Pagina Content";
    color:#000;
    font-weight:bold;
    display:block;
    width:100%
}
.mce-content-body .defaultContent:after {
    content:"Op deze locatie komt de standaard vooraf geprogrammeerde content van de pagina te staan. Let op: niet alle pagina's hebben vooraf geprogrammeerde content.";
    width:100%;
    color:#000;
    display:block;
}
.full-width-mce .mce-content-body {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 991px) {
    .mce-content-body .embed-responsive,
    .mce-content-body img,
    .mce-content-body img.direction-inline,
    .mce-content-body img.direction-left,
    .mce-content-body img.direction-right,
    .mce-content-body img.width-100,
    .mce-content-body img.width-75,
    .mce-content-body img.width-50,
    .mce-content-body img.width-33,
    .mce-content-body img.width-25 {
        display:block;
        width:100%;
        padding:0;
        margin:30px auto;
    }

    .mce-content-body {
        padding-left:0;
        padding-right:0;
    }
}

/* END: This CSS is for ALL themes (some edits might be required for specific themes). */

.faq-item .mce-content-body {
    padding:0;
    margin-bottom:1rem;
}

.form-floating>textarea.form-control {
    height:100px;
}

.support-line {
    height:30px;
    margin-top:14px;
}

.display-1-overwrite {
    font-weight:600;
    font-size:50px;
    letter-spacing:2px;
}

.display-1-overwrite span {
    font-size:68px;
    position:relative;
    bottom:-15px;
}

.new-font-overwrite {
    font-family: 'Black Han Sans', sans-serif;
    letter-spacing:1px;
    color:#C3D443;
    padding-bottom:4px;
    font-size:97%;
}

#new-round-action-button::after {
    content:'';
    display:flex;
    position:absolute;
    top: -23px;
    right: -37px;
    width: 115px;
    height: 129px;
    background-image:url('/images/arrow.png');
    background-size:contain;
    background-repeat:no-repeat;
}

#new-round-action-button {
    font-family: 'Black Han Sans', sans-serif;
    margin:0;
    padding: 21px 75px 14px 75px;
    font-size:48px;
    letter-spacing:1px;
    outline:none !important;
    border-radius:150px;
    position:relative;
    color:#000;
    display:inline-flex;
    line-height:1;
    box-shadow:0px 3px 4px 0px rgba(0,0,0,.3);
    background:linear-gradient(to bottom, #F7F9DD 0%, #DFE783, 40%, #C4D544 60%, #C3D443 100%);
}

.underline-3.style-2.yellow:after {
    background-image:url('/images/line-design-element.png');
}

.underline-3:after {
    height:8px;
    bottom:0;
    width:100%;
    left:48%;
}

.new-bg {
    background: linear-gradient(to bottom, #001624 0%,#498DCE 100%);
    border-bottom:150px solid white;
    position:relative;
}

.new-bg:after {
    height:150px;
    width:100%;
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    bottom:-146px;
    background-image:url('/images/design-element-png-placeholder.png');
    background-size:100% 100%;
}

.logo-initial {
    height:60px;
    display: flex;
    position: relative;
}

.logo-scrolled {
    height:55px;
}

.navbar-other.hamburger-wrapper {
    position:absolute;
    left:0;
}

.navbar-other.basket-wrapper {
    position:absolute;
    right:0;
}

.navbar-brand {
    margin-left:auto;
    margin-right:auto;
}

.navbar-stick {
    border-radius:0px 0px 6px 6px;
}

.fs-ow-c1 {
    font-size:1.2rem;
}

.small-icon-btn {
    display:flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    line-height:20px;
    border: 1px solid #d3d3d3;
    background-color:white;
    position: absolute;
    left: 120px;
    border-radius:50px;
    color:#555;
    font-size:20px;
    text-align: center;
}

.popover-body {
    padding:.5rem 1rem;
}

@media (max-width: 991.98px) {
    .logo-initial {
        height:34px;
    }

    .navbar-expand-lg .navbar-brand {
        padding-top:.8rem;
        padding-bottom:.8rem;
    }
    
    
    .display-1-overwrite {
        font-size:40px;
    }
    
    .display-1-overwrite span {
        font-size:52px;
        bottom:-15px;
    }
    
    
}

@media (max-width: 574.98px) {

    .navbar-other.hamburger-wrapper {
        left:10px;
    }

    .navbar-other.basket-wrapper {
        right:10px;
    }
    
    .display-1-overwrite {
        font-size:30px;
        margin-bottom:50px !important;
    }
    
    .display-1-overwrite span {
        font-size:42px;
        bottom:-15px;
    }

    .fs-ow-c1 {
        font-size:.9rem;
    }

    #new-round-action-button {
        padding:16px 65px 10px 65px;
        font-size:42px;
    }
}

.page-banner-top > .container {
    padding-top:7rem;
    padding-bottom:5rem;
}

.wrapper-p-overwrite {
    padding-bottom: 4.5rem;
    padding-top: 5rem;
}

@media (max-width: 574.98px) {
    .page-banner-top > .container {
        padding-top:5rem;
        padding-bottom:1rem;
    }

    .wrapper-p-overwrite {
        padding-top: 2rem;
    }
}

#open-basket {
    color:#fff !important;
    outline:none !important;
    font-size:24px;
}

.desktop-cart {
    display: inline-flex;
    align-items: center;
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .desktop-cart {
        display: none;
    }
}

.new-new-bg {
    background-image:url('/images/achtergrond-mobiel_DEF.png');
    background-size: 100% 100%;
}

@media (min-width:1024px) {
    .new-new-bg {
        background-image:url('/images/achtergrond_desktop_DEF.png');
        background-size: 100% 100%;
    }
}

.homepage-text-special {
    text-shadow:2px 5px 4px rgba(0,0,0,.2);
}

.final-home-cta {
    text-decoration: underline;
    color:white;
    word-spacing: normal;
}

.form-select {
    color: #414347 !important;
}
