/* ################################
||                            ||
||            CSS             ||
||                            ||
################################ */

@media only screen and (max-width: 767px)  {
	.woo_amc_container_wrap.woo_amc_show {
    width: 100vw !important;
}
	.woo_amc_head {
		padding: 20px 20px 0px 20px !important;
	}
	.woo_amc_footer {
		padding: 20px !important;
	}
	.woo_amc_items {
		padding: 0px 20px 20px 20px !important;
	}
	.woo_amc_container_side {
		width:calc(100vw - 16px) !important;
}
}
.charmins-free-shipping-notice {
    font-family: var(--e-global-typography-64299bd-font-family), Sans-serif;
    font-size: var(--e-global-typography-64299bd-font-size);
    font-weight: var(--e-global-typography-64299bd-font-weight);
    text-transform: var(--e-global-typography-64299bd-text-transform);
    line-height: var(--e-global-typography-64299bd-line-height);
    color: var(--e-global-color-secondary);
}
.woo_amc_footer_lines {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0px;
}
.woo_amc_footer_lines:has(.charmins-free-shipping-notice) {
    gap: 12px !important;
}
small.tax_label {
	display:none !important;
}
span.woocommerce-Price-currencySymbol {
	display:none !important;
}
.woo_amc_bg:after {
    background: #000000 !important;
    opacity: 0.28 !important;
}
.woo_amc_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: transparent !important;
	padding: 28px 28px 0px 28px;
}
.woo_amc_flex {
    display: flex;
    align-items: center;
    flex-direction: column;
	gap:28px !important;
	width:100% !important;
}
.woo_amc_head_title {
	font-family: var(--e-global-typography-98f6b27-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-98f6b27-font-size) !important;
    font-weight: var(--e-global-typography-98f6b27-font-weight) !important;
    text-transform: var(--e-global-typography-98f6b27-text-transform) !important;
    line-height: var(--e-global-typography-98f6b27-line-height) !important;
    letter-spacing: var(--e-global-typography-98f6b27-letter-spacing) !important;
	color: var(--e-global-color-3885d94) !important;
}
.woo_amc_value {
    display: flex !important;
    flex-direction: row;
    gap: 4px;
}
.woo_amc_footer {
    background: #FFFFFF !important;
	border-top:1px solid var(--e-global-color-0a264cb);
	padding:24px;
}
a.woo_afrekenen:before {
	width: 14px;
    height: 18px;
    background-color: var(--e-global-color-3e96f4a) !important;
	content:"";
	-webkit-mask: url(/wp-content/uploads/2026/02/slot.svg) no-repeat center center;
    mask: url(/wp-content/uploads/2026/02/slot.svg) no-repeat center center;
    background-color: var(--e-global-color-1b576aa);
	mask-position: center;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}
.woo_amc_item_quanity_wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
input.woo_amc_item_quanity {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    box-sizing: content-box !important;
    color: var(--e-global-color-secondary) !important;
    width: 0 !important;
    visibility: hidden;
}


.woo_amc_item_quanity_minus, .woo_amc_item_quanity_plus {
    display: flex;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    cursor: pointer;
}
.woo_amc_item_quanity_plus {
    -webkit-mask: url(/wp-content/uploads/2026/02/uitklappen-icon.svg) no-repeat center center;
    mask: url(/wp-content/uploads/2026/02/uitklappen-icon.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--e-global-color-secondary);
	transform: rotate(180deg);
}
.woo_amc_item_quanity_minus {
    -webkit-mask: url(/wp-content/uploads/2026/02/uitklappen-icon.svg) no-repeat center center;
    mask: url(/wp-content/uploads/2026/02/uitklappen-icon.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: var(--e-global-color-secondary);
}


.woo_amc_delete, .woo_amc_item_delete {
    flex-grow: 1;
    display: flex;
    cursor: pointer;
    width: 16px;
    height: 18px;
    -webkit-mask: url(/wp-content/uploads/2026/02/prullenbak.svg) no-repeat center right;
    mask: url(/wp-content/uploads/2026/02/prullenbak.svg) no-repeat center right;
    background-color: var(--e-global-color-accent) !important;
    mask-position: right;
    mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-position: right;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    justify-content: flex-end;
}
.woo_amc_footer_lines {
    width: 100%;
}
.woo_amc_footer_total {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.woo_amc_footer_total .woo_amc_label, .woo_amc_footer_total .woo_amc_value *, .woo_amc_footer_total .woo_amc_value:after {
    font-family: var(--e-global-typography-2ac2622-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-2ac2622-font-size) !important;
    font-weight: var(--e-global-typography-2ac2622-font-weight) !important;
    text-transform: var(--e-global-typography-2ac2622-text-transform) !important;
    line-height: var(--e-global-typography-2ac2622-line-height) !important;
    letter-spacing: var(--e-global-typography-2ac2622-letter-spacing) !important;
    color: var(--e-global-color-3885d94) !important;
}
.woo_amc_value:after {
    content: "EUR";
}
.woo_amc_items {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
	padding: 0px 28px 28px 28px;
}
.woo_amc_item_wrap {
	padding:0 !important;
	border:none !important;
	background:transparent !important
}
.woo_amc_item .woo_amc_img {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    width: 127px !important;
    height: 127px !important;
}
.woo_amc_item .woo_amc_container {
    border-left: 1px solid var(--e-global-color-0a264cb);
	display: flex;
    flex-direction: column;
    justify-content: center;
	gap:0 !important;
	flex-grow:1 !important;
}
.woo_amc_title {
	width:100% !important;
}
.woo_amc_merk_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}
.woo_amc_merk_wrapper .woo_amc_maat {
    font-family: var(--e-global-typography-e1dc14f-font-family), Sans-serif;
    font-size: var(--e-global-typography-e1dc14f-font-size);
    font-weight: var(--e-global-typography-e1dc14f-font-weight);
    text-transform: var(--e-global-typography-e1dc14f-text-transform);
    line-height: 1em !important;
    color: var(--e-global-color-bbb6b8b);
	padding: 3px 6px;
    border-radius: 8px;
    background-color: var(--e-global-color-8fa1963);
}
.woo_amc_item .woo_amc_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap:6px;
	padding:16px;
}
.woo_amc_hoeveelheid {
	padding: 16px;
    border-top: 1px solid var(--e-global-color-0a264cb);	
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	gap:6px;
}
.woo_amc_merk {
    font-family: var(--e-global-typography-4e7e568-font-family), Sans-serif;
    font-size: var(--e-global-typography-4e7e568-font-size);
    font-weight: var(--e-global-typography-4e7e568-font-weight);
    text-transform: var(--e-global-typography-4e7e568-text-transform);
    line-height: var(--e-global-typography-4e7e568-line-height);
    letter-spacing: var(--e-global-typography-4e7e568-letter-spacing);
    word-spacing: var(--e-global-typography-4e7e568-word-spacing);
    color: var(--e-global-color-3885d94);
}
.woo_amc_title a {
    font-family: var(--e-global-typography-3fc14e7-font-family), Sans-serif;
    font-size: var(--e-global-typography-3fc14e7-font-size);
    font-weight: var(--e-global-typography-3fc14e7-font-weight);
    text-transform: var(--e-global-typography-3fc14e7-text-transform);
    line-height: var(--e-global-typography-3fc14e7-line-height);
    letter-spacing: var(--e-global-typography-3fc14e7-letter-spacing);
    word-spacing: var(--e-global-typography-3fc14e7-word-spacing);
    color: var(--e-global-color-secondary);
	height: auto !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	max-width:230px !important;
}
.woo_amc_prijs * {
	font-family: var(--e-global-typography-fc20fe5-font-family), Sans-serif;
    font-size: var(--e-global-typography-fc20fe5-font-size);
    font-weight: var(--e-global-typography-fc20fe5-font-weight);
    text-transform: var(--e-global-typography-fc20fe5-text-transform);
    line-height: var(--e-global-typography-fc20fe5-line-height);
    letter-spacing: var(--e-global-typography-fc20fe5-letter-spacing);
    word-spacing: var(--e-global-typography-fc20fe5-word-spacing);
    color: var(--e-global-color-3885d94);
}


.woo_amc_img a img {
	max-width:58px !important;
	width:100% !important;
	object-fit:contain !important;
}
.woo_amc_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0px;
	overflow: hidden !important;
    border-radius: 8px;
    border: 1px solid var(--e-global-color-0a264cb) !important;
}
a.woo_afrekenen {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
	border-radius:4px !important;
	padding:20px 28px !important;
	background-color:var(--e-global-color-bbb6b8b);
	color:var(--e-global-color-8fa1963);
	
	font-family: var(--e-global-typography-4e7e568-font-family), Sans-serif;
    font-size: var(--e-global-typography-4e7e568-font-size);
    font-weight: var(--e-global-typography-4e7e568-font-weight);
    text-transform: var(--e-global-typography-4e7e568-text-transform);
    line-height: var(--e-global-typography-4e7e568-line-height);
    letter-spacing: var(--e-global-typography-4e7e568-letter-spacing);
}
a.woo_afrekenen:hover {
	background-color:var( --e-global-color-3885d94 ) !important;
	color:var( --e-global-color-8fa1963 ) !important;
}
.woo_amc_close {
	width:20px;
	cursor:pointer !important;
	aspect-ratio:1 / 1;
	display:block;
	background-image: url(/wp-content/uploads/2026/02/kruisje.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.woo_amc_container_wrap.woo_amc_show{
    width: 500px;
}
.woo_amc_container_side{
    width: 492px;
    position: absolute;
	right:8px;
	left:0;
    top: 8px;
    bottom: 8px;
	border-radius: 8px;
    overflow: hidden;
	display: flex;
	flex-direction: column;
}

/* ################################ */

body{
    position: relative;
}
.woo_amc_open{
    width: 60px;
    height: 60px;
    z-index: 10000;
    cursor: pointer;
}
.woo_amc_open.right-top{
    position: absolute;
    right: 30px;
    top: 30px;
}
.woo_amc_open.left-top{
    position: absolute;
    left: 30px;
    top: 30px;
}
.woo_amc_open.right-top-fixed{
    position: fixed;
    right: 30px;
    top: 30px;
}
.woo_amc_open.left-top-fixed{
    position: fixed;
    left: 30px;
    top: 30px;
}
.woo_amc_open.right-bottom-fixed{
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.woo_amc_open.left-bottom-fixed{
    position: fixed;
    left: 30px;
    bottom: 30px;
}
.woo_amc_open_count{
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: -10px;
    border-radius: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 17px;
    overflow: hidden;
}
.woo_amc_open_active .woo_amc_open_count{
    display: block;
}
.woo_amc_open_image{
    display: flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
}
.woo_amc_open_image svg{
    width: 50px;
    max-height: 100%;
}

.woo_amc_bg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woo_amc_bg.woo_amc_show{
    visibility: visible;
    opacity: 1;
}
.woo_amc_bg.woo_amc_show:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.woo_amc_head{
    position: relative;
    display: flex;
    align-items: center;
}

.woo_amc_footer{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woo_amc_flex{
    display: flex;
    align-items: center;
}
.woo_amc_footer_link{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.woo_amc_footer_lines .woo_amc_label, .woo_amc_footer_lines .woo_amc_value{
    display: inline-block;
}
.woo_amc_container_wrap_center{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
    z-index: 999999;
}
.woo_amc_container_wrap_center .woo_amc_bg{
    visibility: visible;
    opacity: 1;
    z-index: 1;
    position: absolute;
}
.woo_amc_container_center{
    margin: 0 auto;
    max-width: 647px;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.woo_amc_container_center .woo_amc_container{
    position: relative;
}
.woo_amc_container_center .woo_amc_items_wrap{
    padding-bottom: 110px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.woo_amc_container_center .woo_amc_center{
    margin: 0 auto;

}
.woo_amc_container_wrap{
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999999;
}
.woo_amc_container_wrap_right{
    right: 0;
}
.woo_amc_container_wrap_left{
    left: 0;
}
.woo_amc_items_scroll{
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    bottom: 166px;
}
.woo_amc_container_wrap_right .ps__rail-y{
    left: 0;
}
.woo_amc_items_wrap{
    position: relative;
}
.woo_amc_item_wrap{
    position: relative;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
    transition: 0;
}
.woo_amc_items_wrap_loading .woo_amc_item_wrap{
    opacity: 0.5;
}
.woo_amc_item{
    position: relative;
}
.woo_amc_item_img{
    float: left;
    width: 70px;
    display: block;
    transition: 0.3s;
}
.woo_amc_item_img:hover{
    opacity: 0.8;
}
.woo_amc_item_img img{
    max-width: 100%;
    height: auto !important;
}
.woo_amc_item_content{
    margin-left: 85px;
}
.woo_amc_item_title{
    line-height: 150%;
    padding-right: 20px;
}
.woo_amc_item_title a{
    text-decoration: none;
}
.woo_amc_item_title a:hover{
    opacity: 0.7;
}
.woo_amc_item_price_wrap, .woo_amc_item_dop{
    margin-top: 5px;
}
.woo_amc_item_price_label{
    display: inline-block;
}
input.woo_amc_item_quanity{
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: none;
    text-align: center;
}
.woo_amc_item_total_price{
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 100%;
}
.woo_amc_item_price_wrap del, .woo_amc_item_price_wrap ins{
    display: inline-block;
    margin-left: 3px;
}
.woo_amc_clear{
    clear: both;
}


.woo_amc_items_loading{
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    min-height: 64px;
    justify-content: center;
    align-items: center;
    z-index: 2;
    visibility: hidden;
}
.woo_amc_items_wrap_loading .woo_amc_items_loading{
    visibility: visible;
}
.woo_amc_items_wrap_loading .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.woo_amc_items_wrap_loading .lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.woo_amc_items_wrap_loading .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.woo_amc_items_wrap_loading .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media(max-width: 600px){
    .woo_amc_container_center{
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media(max-width: 380px){
    .woo_amc_container_wrap.woo_amc_show, .woo_amc_container_side{
        width: 100%;
    }
    .woo_amc_container_center .woo_amc_items_wrap{
        padding-right: 15px;
        padding-left: 15px;
    }
}