/*
Theme Name: Shoptimizer Child
Theme URI: https://www.commercegurus.com/wordpress-themes/shoptimizer
Template: shoptimizer
Author: CommerceGurus
Author URI: https://www.commercegurus.com/
Description: Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.8.6.1744034960
Updated: 2025-04-07 14:09:20

*/

li.wc-block-components-product-details__positie {
    margin-top: 15px;
}
.maatkeuze-tabel, .borduring-keuze, .borduring-locaties, .kleurkeuze-tabel, .bedrukking-locaties, .prijs-totaal {
    background: white;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #d4d4d4;
    margin-bottom: 20px;
}
h3 {
    margin: 0px;
}
.options {
	position: relative;
	min-width: 23%;
    box-shadow: 0px 0px 5px #b8b8b8;
    padding: 10px;
    margin-bottom: 10px;
	text-align: center;
	border-radius: 10px;
}
.single_add_to_cart_button {
    background: green;
    border: 1px solid green;
    color: white;
    padding: 10px 25px;
    cursor: pointer;
    font-weight: bold;
}
.kleurkeuze-opties, .borduring-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}
.borduring-options .option {
	width: 150px!important;
}
.borduring-options img {
	width: 100px!important;
	object-fit: contain;
	max-width: 100%!important;
}
.option {
    width: 125px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px #b8b8b8;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    min-height: 50px;
    margin-bottom: 0px!important;
	padding: 5px;
	text-align: center;
}
.option img {
	object-fit: contain;
	padding: 5px;
}
.summary table td {
	padding: 3px!important;
}
.option > input {
    display: none;
}
.option:has(input[type="radio"]:checked) {
    box-shadow: 0px 0px 5px #dc683a;
}
.option label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
dl.variation {
    display: grid;
    grid-template-columns: auto auto;
}
.options img {
	max-width: 50px;
	margin: 0 auto;
}
.borduring-locaties ul, .bedrukking-locaties ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0px;
	font-size: 12px;
		border-radius: 10px;
}
input[name="borduring_locaties[]"], input[name="bedrukking_locaties[]"] {
	display: none;
}
.borduring-location-checkbox:checked ~ .options, .bedrukking-location-checkbox:checked ~ .options {
    border: 1px solid green;
}
.options, .options label {
	cursor: pointer;
	display: block;
	font-size: 13px;
}
li.options.active {
	box-shadow: #dc683a 0px 0px 6px;
    border-radius: 10px;
    width: 100%;
}
li.options.active:after {
    content: "X";
    position: absolute;
    right: 15px;
    top: 5px;
    font-weight: bold;
    color: red;
    font-size: 20px;
	pointer-events: none;
}
#korting-melding > div {
	margin-top: 10px;
	font-size: 13px;
	background: #dc64311f;
    padding: 10px;
    border: 1px solid #dc6431;
    border-radius: 10px;
}
#korting-melding b {
	color: #dc6431;
}
@media screen and (min-width: 1024px) {
	.woocommerce-product-gallery {
		position: -webkit-sticky!important;
		position: sticky!important;
		top: 80px;
	}
}
body:not(.sticky-atc-open) .product-details-wrapper {
	min-height: 1500px;
	height: 100%;
}
.product, .product-details-wrapper {
	overflow: visible!important;
}
.shoptimizer-plp-image-wrapper img {
	max-height: 300px;
	object-fit: contain;
}
/* Popup box styling */
.zoom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0; top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.zoom-modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 12px;
    width: 90%;
    max-width: 600px;
    position: relative;
    text-align: center;
}

.zoom-close {
    position: absolute;
    top: 10px; right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.zoom-close:hover {
    color: #000;
}
.zoom-icon {
	position: absolute;
	right: 5px;
	top: 3px;
}
.options.active .zoom-img {
    display: block !important;
    width: 100%;
	max-width: 100% !important;
    height: 200px;
    object-fit: contain;
}
.options.active .checkbox-image {
	display: none!important;
}
.borduring-tekst-input > label, .borduring-logo-upload {
	display: block;
	margin-top: 10px;
}


.maatkeuze-tabel .quantity .input-text {
	height: 42px!important;
}
.maatkeuze-tabel .quantity.buttons_added {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
	height: 32px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.maatkeuze-tabel .quantity.buttons_added input.qty {
    width: 40px;
    height: 32px;
    border: none;
    text-align: center;
    font-size: 14px;
    outline: none;
    appearance: textfield;
}
.maatkeuze-tabel .quantity.buttons_added button.quantity-button {
    width: 32px;
    height: 32px;
    border: none;
    color: #444;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}
.maatkeuze-tabel .quantity.buttons_added button.quantity-button:hover {
    background-color: #e0e0e0;
}
/* Verberg pijltjes in Firefox */
.maatkeuze-tabel .quantity.buttons_added input.qty[type=number]::-webkit-inner-spin-button, 
.maatkeuze-tabel .quantity.buttons_added input.qty[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.maatkeuze-tabel .quantity-button:before {
	display: none!important;
}
.maatkeuze-tabel .quantity-button {
	position: relative!important;
	right: auto!important;
	left: auto!important;
}
.borduring-opties {
	display: flex;
	gap: 15px;
}
.borduring-opties img {
	min-height: 50px;
	max-height: 50px;
}
.borduring-opties label {
	min-width: 23%;
	background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px #b8b8b8;
    border-radius: 0px;
    font-size: 13px;
	border-radius: 10px;
    cursor: pointer;
    min-height: 85px;
    margin-bottom: 0px!important;
	padding: 15px;
	text-align: center;
}
.borduring-opties input {
	display: none;
}
.borduring-opties .active {
	box-shadow: #dc683a 0px 0px 6px;
    border-radius: 10px;
}
.product .cart .single_add_to_cart_button {
	width: 100%;
}
.cart-collaterals .checkout-button:before, #payment .place-order .button:before, .widget_shopping_cart .buttons .checkout:before {
	display: none;
}
.levertijd {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    background: #f2f2f2;
    padding: 10px 15px;
    border-radius: 10px;
}
.info-icon {
    cursor: pointer;
    margin-left: 8px;
    color: #0073aa;
    float: right;
    width: 20px;
}

.info-popup {
    display: none; /* verborgen standaard */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.info-popup-content {
    background: #fff;
    padding: 20px;
    max-width: 60%;
    margin: 10% auto;
    border-radius: 8px;
    position: relative;
}

.info-popup .close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 22px;
    cursor: pointer;
}
@media (min-width: 993px) {
  .site-header {
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 993px) {
  body:not(.header-4).sticky-d .col-full-nav {
    position: sticky;
    z-index: 0;
    top: 0;
  }
.info-popup {
    display: none; /* verborgen standaard */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}
}
@media (max-width: 992px) {
  body:not(.mobile-toggled).sticky-m .site-header {
    position: sticky;
    z-index: 0;
    top: 0;
    box-shadow: 0 1px 15px rgba(0,0,0,0.08);
  }
}
.info-icon2 {
    cursor: pointer;
    margin-left: 8px;
    color: #0073aa;
    float: right;
    width: 20px;
}

.info-popup2 {
    display: none; /* verborgen standaard */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}

.info-popup2 .close {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 22px;
    cursor: pointer;
}
@media (min-width: 993px) {
  .site-header {
    position: relative;
    z-index: 0;
  }
}
@media (min-width: 993px) {
  body:not(.header-4).sticky-d .col-full-nav {
    position: sticky;
    z-index: 0;
    top: 0;
  }
.info-popup2 {
    display: none; /* verborgen standaard */
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.6);
}
}
@media (max-width: 992px) {
  body:not(.mobile-toggled).sticky-m .site-header {
    position: sticky;
    z-index: 800;
    top: 0;
    box-shadow: 0 1px 15px rgba(0,0,0,0.08);
  }
}
.borduren-info {clear:both;}
.bedrukken-info {clear:both;}
.popup-box {
 box-shadow: 0px 0px 5px #b8b8b8;
 border-radius: 5px;
 float:left;
 width: 280px;
 padding: 15px;
 margin: 15px;
 text-align: center;
 min-height: 330px;
}

.popup-box-content {text-align: center; color: #000; font-family: Inter;
    font-size: 16px;
    font-weight: 400;}
.popup-titel{margin: 10px 0px; font-weight: 600;}
.popup-text {}

li.product:hover .woocommerce-image__wrapper .gallery-image,li.product:hover .woocommerce-image__wrapper .gallery-image img {
    top: 0;
    height: 100%;
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
