html[lang="nb-NO"] .woocommerce-Price-currencySymbol, html[lang="sv-SE"] .woocommerce-Price-currencySymbol, html[lang="da-DK"] .woocommerce-Price-currencySymbol, html[lang="pl-PL"] .woocommerce-Price-currencySymbol {
	display: inline;
}

#page-footer #gform_confirmation_message_2{
	color: #fff !important;
}

@media screen and (max-width: 600px) {
    .product-grid .product-information {
        flex-direction: unset;
        column-gap: 0.75rem;
    }
}

.product-grid .post_title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;


    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
}

#page-footer #gform_2_validation_container .gform_submission_error.hide_summary{
    margin-bottom: 0rem !important;
}


/* ===== Overlay + Drawer wrapper ===== */
#cart-drawer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
    pointer-events: none;
}

/* dark background */
#cart-drawer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ===== Drawer panel ===== */
.cart-drawer-inner {
    background: #fff;
    width: 792px;
    max-width: 90%;
    margin: 10% auto;
    padding: 20px;
    position: relative;
}

/* active state */
#cart-drawer.active {
    pointer-events: auto;
display: block;
}

#cart-drawer.active::before {
    opacity: 1;
}

#cart-drawer.active .cart-drawer-inner {
    transform: translateX(0);
}

/* ===== Close button ===== */
.drawer-close {
    position: absolute;
    top: 15px;
    right: 15px;

    width: 36px;
    height: 36px;

    border: none;
    background: #f2f2f2;
    border-radius: 50%;

    font-size: 18px;
    cursor: pointer;

    z-index: 10;
}

/* ===== Content area ===== */
#cart-drawer-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

/* ===== Header section ===== */
.drawer-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
		margin-bottom: 1rem;
}

/* product block */
.drawer-added-product img {
    display: block;
    margin-bottom: 10px;
    border-radius: 6px;
}

.drawer-added-product h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.drawer-added-product h3 {
    font-size: 16px;
    padding-top: 0px;
}

.drawer-product-details {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
}

/* ===== summary ===== */
.drawer-summary {

}

.drawer-summary h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.drawer-cart-count{
	 margin: 0 0 0.25rem;
}
.drawer-cart-subtotal{
	margin: 0 0 0.5rem;
}



.drawer-summary a.button {
    display: block;
    text-align: center;
    padding: 12px;
    margin-top: 10px;

    background: #000;
    color: #fff;
    text-decoration: none;

    border-radius: 6px;
}

.drawer-summary a {
    display: block;
    margin-top: 8px;
    color: #333;
}

/* ===== cross-sells ===== */
.drawer-cross-sells {
    padding: 20px 0px;
}
.drawer-cross-sells-content {
    padding-top: 1rem;
    border-top: 1px solid rgba(21, 45, 76, 0.35);
    margin-top: 0.5rem;
}
.drawer-cross-sells h2 {
    font-size: 16px;
    margin-bottom: 15px;
}
#cart-drawer .drawer-cross-sells a.button{
	font-size: 12px !important;
	margin: 0px;
	width: 100%;
		
}
.drawer-cross-sells .woocommerce-product-attributes-item--dimensions{
	display: none!important;
}
.drawer-cross-sells .w-post-elm.post_taxonomy{
	display: none!important;
}
.drawer-cross-sells .product-conditie{
	display: none !important;
}
.drawer-cross-sells .bezorgdatum{
		display: none !important;
}
.drawer-cross-sells .for_add_to_favs{
	display: none !important;
}
.drawer-cross-sells .woocommerce-loop-product__title{
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
		word-break: break-word;


    @supports (-webkit-line-clamp: 2) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: initial;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }

/* WooCommerce product grid inside drawer */
.drawer-cross-sells ul.products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.drawer-cross-sells ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
}

/* responsive */
@media (max-width: 768px) {
    .cart-drawer-inner {
        width: 100%;
    }

    .drawer-cross-sells ul.products {
        grid-template-columns: 1fr;
    }
  #cart-drawer {
    /*display: none !important;*/
  }
}

body#page-top:after{
	content: '';
}

/* Sinlge input quantiy */
.single-product .quantity input.plus,
.single-product .quantity input.minus {
    line-height: 1 !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;

}

.leka-pickup{
	font-size: 14px;
}

.single-product-form .add_to_cart .woocommerce-notices-wrapper{
	display: none !important;
}


.w-nav.type_mobile ul.w-nav-list.level_1 ul.w-nav-list.level_2 .menu-item a{
	padding: 5px 0px;
	font-size: 13px;
}

@media (max-width: 768px) {
	.delivery-table{
		font-size: 12px !important;
	}
	.menu-service-container {
	margin-bottom: 1rem;
	}

	#gform_fields_1 #input_1_1_3_container{
		    margin-bottom: 16px;
	}
	#gform_fields_1 #input_1_1_6_container{
		    margin-bottom: 0px;
	}

}

#klantenservice-faq .menu-service-container {
    background: #fff;
    border-radius: 4px;
    padding: 1rem 0rem;
}

.us-add-to-favs-tooltip.show{
    display: none !important;
}

@media (max-width: 1180px) {
.g-cols.via_flex.valign_middle>div>.vc_column-inner, .g-cols.via_grid.valign_middle>.vc_column_container {
    justify-content: unset;
}
	header .w-nav-list.level_2 li{
		width: 100% !important;
	}
}

/* Quote count badge in header */
.pos_relative{
	position: relative;
}
.custom_quote_count span.w-favs-counter-quantity{
	color: #fff;
}