.elementor-kit-62{--e-global-color-primary:#1FACDD;--e-global-color-secondary:#005893;--e-global-color-text:#292C2B;--e-global-color-accent:#005893;--e-global-color-895495e:#DEF3FA;--e-global-color-0bbd611:#CCCCCC;--e-global-color-05c4a3f:#FFFFFF;--e-global-typography-primary-font-family:"Kimberley Bl";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:700;color:var( --e-global-color-text );}.elementor-kit-62 button,.elementor-kit-62 input[type="button"],.elementor-kit-62 input[type="submit"],.elementor-kit-62 .elementor-button{background-color:var( --e-global-color-secondary );font-weight:700;text-transform:uppercase;color:var( --e-global-color-05c4a3f );padding:13px 35px 13px 35px;}.elementor-kit-62 button:hover,.elementor-kit-62 button:focus,.elementor-kit-62 input[type="button"]:hover,.elementor-kit-62 input[type="button"]:focus,.elementor-kit-62 input[type="submit"]:hover,.elementor-kit-62 input[type="submit"]:focus,.elementor-kit-62 .elementor-button:hover,.elementor-kit-62 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-05c4a3f );}.elementor-kit-62 e-page-transition{background-color:#FFBC7D;}.elementor-kit-62 a{color:var( --e-global-color-primary );}.elementor-kit-62 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-62 h1{font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* HEADER */

/* --> Cart Icon */
.elementor-widget-woocommerce-menu-cart .elementor-menu-cart__toggle .elementor-button {
    background: red;
    padding-left: 10px;
    margin-left: 14px;
    background: transparent;
}

/* --> Search */
.dgwt-wcas-ico-magnifier > path,
svg.dgwt-wcas-ico-magnifier-handler {
    fill: var(--e-global-color-secondary) !important;
}

/* --> Wishlist */
header a.wishlist_products_counter.top_wishlist-heart:before {
    font-size: 30px;
    color: var(--e-global-color-secondary);
    margin: 0;
}

header div.wishlist_products_counter .wishlist_products_counter_number {
    background-color: var(--e-global-color-primary);
    border-radius: 100%;
    color: var(--items-indicator-text-color, #fff);
    display: block;
    font-size: 10px;
    height: 1.6em;
    inset-inline-end: -.7em;
    line-height: 1.5em;
    min-width: 1.6em;
    position: absolute;
    text-align: center;
    top: -12px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    min-height: 1px;
}



/* TITLE WITH BACKGROUND */
.elementor-widget-heading.background .elementor-heading-title {
        box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: var(--e-global-color-primary);
    display: inline;
    padding: 6px 17px 9px 13px;
    line-height: 1.2;
}

.elementor-widget-heading.background.dark .elementor-heading-title {
background-color: var( --e-global-color-secondary );
}

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

.elementor-widget-heading.background .elementor-heading-title {
padding: 6px 10px 6px 9px;
margin-left: 10px;
}

}


/* IMAGE WITH TAPE */

.tape.elementor-widget-image img {
    border: solid 1px #ddd;
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3px;
}

.tape.elementor-widget-image:before {
    content: '';
    position: absolute;
    width: 64px;
    height: 50px;
    background: url(/wp-content/themes/hello-theme-child/img/tape-up.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    top: -20px;
    left: -20px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.tape.elementor-widget-image:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 55px;
    background: url(/wp-content/themes/hello-theme-child/img/tape-up.png);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    bottom: -20px;
    right: -20px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

/* PRODUCT LOOP */

select.orderby {
    font-size: 14px;
    border-color: #efefef;
    margin-top: -5px;
}

p.woocommerce-result-count {
    font-size: 14px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    left: auto;
    right: 20px;
    top: 8px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
    font-size: 28px;
}

.archive .term-description {
    max-width: 900px;
}

.woo-variation-swatches .variable-items-wrapper {
    margin: 0 !important;
}

.swiper-slide.e-loop-item li.woo-variation-items-wrapper:nth-child(1) {
    margin: -15px 0 0 0 !important;
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
    margin-left: 5px;
}

li.product.alleen_winkel .add_to_cart_button.ajax_add_to_cart,
li.product.alleen_winkel .woocommerce-loop-product__buttons {
    display: none;
}

li.product .winkelafspraak_button,
.woocommerce-loop-product__buttons a {
    width: 100%;
    text-align: center;
}

.custom_labels_outer {
    position: absolute;
    top: 0;
    left: 0;
}

span.custom_labels {
    display: block;
    background-color: var(--e-global-color-secondary);
    font-size: 12px;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
    line-height: 30px;
    margin: 0px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-left: 13px;
    padding-right: 13px;
}

span.onsale + img + .custom_labels_outer {
    top: 35px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--e-global-color-primary) !important;
}

.woocommerce.widget_price_filter h5,
h3.fibofilters-block__headline-box-inner {
    font-family: "Kimberley Bl", Sans-serif;
    text-transform: uppercase;
    font-size: 18px !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    font-size: 14px;
    background: #f3f3f3;
    font-family: "Kimberley Bl", Sans-serif;
    text-transform: uppercase;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
}

.woocommerce nav.woocommerce-pagination ul li span, .woocommerce nav.woocommerce-pagination ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0 3px;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel h2,
.woocommerce div.product.elementor .woocommerce-tabs .panel h3,
.woocommerce div.product.elementor .woocommerce-tabs .panel h4,
.woocommerce div.product.elementor .woocommerce-tabs .panel h5,
.woocommerce div.product.elementor .woocommerce-tabs .panel h6,
.archive .category_seo h2,
.archive .category_seo h3,
.archive .category_seo h4,
.archive .category_seo h5,
.archive .category_seo h6 {
    font-family: "Kimberley Bl", Sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel h2,
.archive .category_seo h2 {
    font-size: 1.5rem;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel h3,
.archive .category_seo h3 {
    font-size: 1.2rem;
}

/* SINGLE PRODUCT */

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
    background-color: var(--e-global-color-secondary);
    font-size: 12px;
    border-radius: 0px;
    min-width: 100px;
    min-height: 30px;
    line-height: 30px;
    right: auto;
    left: 0;
    margin: 0px;
    top: 0;
}

.variations th.label,
.variations td.value {
    text-align: left;
    background-color: white !important;
}

.woocommerce div.product form.cart .reset_variations {
    display: none !important;
}

.woocommerce-variation-description {
    display: none !important;
}

.variations th.label {
    padding: 0;
}

.variations th.label label {
    padding: 0;
    line-height: 2em;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 20px !important;
}
    
.woo-variation-swatches .variable-items-wrapper {
    margin-bottom: 20px;
}

span.woo-selected-variation-item-name {
    margin: 0 !important;
}

body.alleen_winkel .quantity,
body.alleen_winkel button.single_add_to_cart_button.button.alt{
    display: none !important;
}

.single-product .sale .mplus_alleen_winkel {
        position: relative;
    top: 40px !important;
}

.single-product #maattabel {
    display: none;
    cursor: pointer;
}

.single-product .product-type-variable #maattabel {
    display: block;
}

.woocommerce table.shop_attributes td.woocommerce-product-attributes-item__value {
    padding-left: 20px;
    font-style: normal;
}

.single-product #tab-description h2:nth-child(1) {
    display: none;
}

.e-woocommerce-notices-wrapper .wcwl_notice.woocommerce-message {
    display: none;
}

button.wcwl_notice_dismiss {
    padding: 5px !important;
    line-height: 1;
    width: 30px;
    height: 30px;
}

button.woocommerce_waitlist.button {
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    font-family: "gotham_book", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 20px 12px 20px;
    margin-top: 0px !important;
    text-transform: none;
}

button.woocommerce_waitlist.button:hover {
    color: #FFFFFF;
    background-color: var( --e-global-color-secondary );
}

/* MAILCHIMP */

.mc4wp_input_fields {
    display: flex;
    flex-grow: 1;
    gap: 10px;
}

.mc4wp-form-fields input[type="submit"] {
    border: none !important;
        padding: 9px 35px;
}    

/* FOOTER */

.dagen {
    float: left;
    margin-right: 20px;
}



@media only screen and (max-width: 767px) {
    
.mc4wp-form-fields {
    display: block !important;
}

.mc4wp_input_fields {
        display: block !important;
    }
    
.mc4wp_input_fields input#email {
    margin: 10px 0;
}

.mc4wp-form-fields input[type="submit"] {
    width: 100%;
}
    
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Kimberley Bl';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://11sshop.nl/wp-content/uploads/2026/01/KimberleyBl-Regular.eot');
	src: url('https://11sshop.nl/wp-content/uploads/2026/01/KimberleyBl-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://11sshop.nl/wp-content/uploads/2026/01/KimberleyBl-Regular.woff2') format('woff2'),
		url('https://11sshop.nl/wp-content/uploads/2026/01/KimberleyBl-Regular.woff') format('woff'),
		url('https://11sshop.nl/wp-content/uploads/2026/01/KimberleyBl-Regular.ttf') format('truetype'),
		url('https://11sshop.nl/wp-content/uploads/2026/01/KimberleyBl-Regular.svg#KimberleyBl') format('svg');
}
/* End Custom Fonts CSS */