
:root {
    --font-body: "";

    --font-nav: "";
    --font-weight-nav: ;
    --font-style-nav: ;
    --font-size-nav: 0px;

    --font-intro: "";
    --font-intro-weight: ;
    --font-intro-style: ;
    --font-intro-size: 0px;

    --font-title: "";
    --font-title-weight: ;
    --font-title-style: ;

    --font-price: "";
    --font-price-weight: ;
    --font-price-style: ;

    --font-button: "";
    --font-button-weight: ;
    --font-button-style: ;
    --font-button-size: 0px;

	--error-color: #cf0f0f;
	--success-color: #51a27e;

    --border-color: #f2f2f2;
}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Reset  ----  */
/*  -------------------------------------------------------------------------------------  */

    *,
    body,
    button,
    input,
    textarea,
    select,
    table,
    td,
    th {
        margin: 0;
        padding: 0px;
        line-height: inherit;
        font-family: inherit;
        font-size: 100%;
		border-radius: 0;
    }

    img:focus,
    a:focus,
    button:focus,
    *:focus {
        outline: none;
    }

    img {
        max-width: 100%;
    }

    a {
        text-decoration: none;
    }

    ul {
        list-style: none;
    }

    li p {
        display: inline;
        margin: 0;
        padding: 0;
    }

    table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    a,
    button,
    input[type=submit],
    input[type=reset] {
        cursor: pointer;
    }

    .simple_link {
        border-bottom: 1px solid; 
    }

/*  -------------------------------------------------------------------------------------  */
/*  ---  Global  ----  */
/*  -------------------------------------------------------------------------------------  */

    html, body {
		overflow-x: hidden;
	}
	
	body {
        font: 14px/24px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
    }

	body.s_layout_full.big_screen_fixed .s_wrap {
		width: 1400px;
	}

	body.s_layout_full.big_screen_full .s_wrap {
        max-width: 1800px;
		width: 90%;
	}

	body.s_layout_fixed.big_screen_fixed #wrapper {
		width: 1400px;
	}

	body.s_layout_fixed.big_screen_full #wrapper {
		width: 90%;
	}

	body.s_layout_fixed {
		background-repeat: repeat;
		background-position: top left;
	}

	body.s_layout_fixed #wrapper {
		margin: 20px auto;
		background: #fff;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	}

    h1 {
        line-height: 38px;
        font-size: 25px;
		font-weight: 500;
    }

    h2 {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 30px;
        font-size: 22px;
		font-weight: 500;
    }

    .tab_block h2 {
        font-size: 17px;
        font-weight: 500;
    }

    h3 {
        font-size: 18px;
        font-weight: 500;
        font-style: normal;
    }

    .content_style :is(h1, h2, h3, h4, h5, h6) {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .content_style p + :is(h1, h2, h3, h4, h5, h6),
    .content_style ul + :is(h1, h2, h3, h4, h5, h6) {
        padding-top: 0;
    }


    .content_style :is(h1, h2, h3, h4, h5, h6):has(+ p),
    .content_style :is(h1, h2, h3, h4, h5, h6):has(+ ul) {
        padding-bottom: 0;
    }

    a {
        text-decoration: none;
		color: inherit;
    }

    .content_style a:not(:has(img)) {
        border-bottom: 1px solid;
    }

    blockquote,
    p,
    ul,
    ol,
    dl,
    address,
    blockquote,
    table,
    hr {
        margin-bottom: 20px;
    }

	blockquote {
		border-left: 6px solid var(--border-color);
		padding-left: 20px;
		font-style: italic;
	}

	small {
		color: #999;
	}

    table img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    p:empty {
        margin: 0;
        padding: 0;
    }

    .s_wrap {
        padding: 15px 35px;
		margin: 0 auto;
    }

    .s_small {
        font-size: 11px;
    }

    .block {
        display: block !important;
    }

    .none,
    .ui-tabs-hide,
    .s_hidden {
        display: none !important;
    }

    .s_999 {
        color: #66676e;
    }

    .s_666 {
        color: #66676e;
    }

    .s_333 {
        color: #333;
    }

    .s_red {
        color: var(--error-color);
    }

	.s_ddd_bgr {
        background-color: #ddd;
    }

	body,
	.s_item h3,
	#order_details .s_table tr.last td:first-child,
	#shopping_cart .s_total.last strong,
	#shopping_cart_confirm .s_total.last strong {
		font-family: var(--font-body);
	}

	h1,
	h2,
	#product_info h3,
	#product_buy_col h3,
	.box .box-heading,
	.s_order .s_id,
	.s_order .s_status,
	.s_product_row .s_row_number {
		font-family: var(--font-title);
		font-weight: 500;
		font-style: var(--font-title-style);
		box-sizing: border-box;
	}

	.s_plain .s_price,
	.s_old_price {
		font-family: var(--font-price);
	}

	.s_label .s_price,
	.s_order .s_total,
	.cart_menu .s_grand_total,
	#order_details .s_table tr.last td,
	#shopping_cart .s_total.last,
	#shopping_cart_confirm .s_total.last {
		font-family: var(--font-price);
		font-weight: var(--font-price-weight);
		 font-style: var(--font-price-style);

	}

	.s_button_1 .s_text,
	.buttons .button,
	.buttons .button span,
	#add_to_cart .s_text {
		font-family: var(--font-button);
		font-weight: var(--font-button-weight);
		font-style: var(--font-button-style);
		font-size: var(--font-button-size);
	}

	.s_button_1 {
	    cursor: pointer;
    }

    .grecaptcha-badge {
        display: none;
    }

	#right_col,
	#left_col {
		display: flex;
		flex-basis: 20%;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	#right_col ul,
	#left_col ul {
		margin-bottom: 0;
	}

	#right_col .s_box,
	#left_col .s_box {
		margin-bottom: 25px;
	}

	#right_col .s_box h2,
	#left_col .s_box h2 {	
		padding-top: 0;
	}

	.s_main_col {
		flex-basis: 100%; 
		min-width: 0;
	}

	.s_2_cols .s_main_col {
		flex-basis: 80%;
	}

	.scroll_top {
		display: none;
		position: fixed;
		right: 25px;
		bottom: 20px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		font-size: 16px;
		text-align: center;
		z-index: 999999;
		border: 1px solid;
	}
	
	.s_msg_red,
	.s_error_msg,
	.iq-error {
		text-align: center;
		padding: 10px;
		margin-bottom: 10px;
		color: var(--error-color);
		background: #fff5f5;
		border: 1px solid var(--error-color);
		font-size: 13px;
        display: block;
        width: 100%;
        box-sizing: border-box;
	}

	.s_msg_green {
		text-align: center;
		padding: 10px 0;
		margin-bottom: 10px;
		color: var(--success-color);
		background: #f4fffa;
		border: 1px solid var(--success-color);
	}

	.s_error_row input[type=text],
    .s_error_row input[type=password],
    .s_error_row textarea,
    .s_error_row select {
        margin-bottom: 5px;
    }

    .s_thumb img,
    #product_images img,
    .s_listing_subcategory .s_subcategory img,
    .banner img,
    .s_category_thumb {
        width: auto;
        height: auto;
    }

	.s_rating,
	.s_rating .s_percent {
		height: 18px;
		line-height: 18px;
	}

	.s_rating.s_rating_5 {
		width: 100px;
	}

	.s_rating {
		background: url(../images/i_star_16.png) repeat-x 0 100%;
	}

	.s_rating .s_percent {
		float: left;
		background: url(../images/i_star_16.png) repeat-x 0 0;
	}

	.content_style ul,
	.content_style ol {
		list-style-type: disc !important;
		list-style-position: inside;
		margin-left: 25px !important;
	}

	.s_rating_holder {
		display: flex;
		gap: 10px;
		margin-top: 15px;
	}

	.s_item {
		position: relative;
	}

	.wishlist-icon {
		position: absolute;
		top: 10px;
		right: 1px;
		cursor: pointer;
		z-index: 5;
		transition: 0.2s;
		font-size: 22px;
		padding: 10px;
		background: #fff;
		display: flex;
	}

	.wishlist-icon:hover i::before {
    	font-weight: 900; /* solid */
	}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Forms  ----  */
/*  -------------------------------------------------------------------------------------  */

    .hide-robot {
        display: none;
    }

    label {
        font-weight: 500;
        display: block;
    }

    label input + span,
    label .s_radio,
    label.s_radio,
    label.s_checkbox {
        font-weight: normal;
    }

    upload_button {
        font-weight: 500; 
    }

    textarea {
        padding-bottom: 8px !important;
        resize: vertical;
        vertical-align: baseline;
    }

    input[type=hidden] {
        display: none;
    }

    input[type=text],
    input[type=number],
    input[type=password],
    textarea,
    select,
    .upload_button {
        border: 1px solid #000;
    }

    label.s_disabled,
    label.s_disabled * {
        color: #9ea7ad !important;
    }

    label .s_legend {
        margin: 0 !important;
        padding-top: 0;
        line-height: 11px;
    }

    .s_checkbox input,
    .s_radio input {
        margin-right: 5px;
    }


    label.s_image {
        overflow: visible;
        display: table;
        width: 100% !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    label.s_image img {
        float: left;
        margin-right: 10px;
        max-width: none;
    }

    label.s_image .s_label {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
    }

    label.s_image .s_checkbox,
    label.s_image .s_radio {
        margin-right: 0;
    }

    .upload_button {
        width: 100%;
        display: block;
        text-align: center;
        height: 30px;
        line-height: 30px;
    }

    input[type=text],
    input[type=password],
    textarea,
    select {
        width: 100%;
        height: 40px;
        padding: 0px 10px;
        box-sizing: border-box;
        font-size: inherit;
        background: #fff;
        color: #000;
    }

    .s_full textarea {
        height: 75px;
        padding: 10px;
    }

    .s_legend {
        font-size: 11px;
    }

	.datepicker {
		background: #f2f2f2 none repeat scroll 0 0;
		border: 1px solid #f2f2f2;
		margin-bottom: 25px;
		padding: 20px;
	}

	.date.hasDatepicker {
		display: block;
	}

	.datepicker > label {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}

	input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	input[type=number] {
		-moz-appearance: textfield;
	}

	.quantity-wrapper {
		display: inline-flex;
		align-items: center;
		border: 1px solid #000;
		overflow: hidden;
        background: #fff;
	}

	.quantity-wrapper input.quantity {
		width: 35px;
		text-align: center;
		border: none;
		font-size: 14px;
		outline: none;
		padding: 5px 4px;
	}

	.qty-btn {
		background: #fff;
		border: none;
		padding: 6px 10px;
		font-size: 18px;
		cursor: pointer;
		line-height: 1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.s_button_1 .s_text {
		display: block;
		height: 40px;
		padding: 0 30px;
		line-height: 40px;
		color: #fff;
		font-weight: 500; 
		min-width: 80px;
		text-align: center;
		border: none;
	}

	button {
		border: none;
		outline: none;
	}

	.s_submit {
		display: flex;
    	gap: 15px;
	}

	#add_to_cart,
	#button_continue_to_checkout,
	#button-quote,
	#button-voucher, 
	#button-coupon,
	#button-validate,
	#button-login,
    #button_voucher,
    #button_contact,
    #default_button,
	.default_button,
	#button-confirm {
        width: 100%;
        text-align: center;
		display: block;
    }

	.small_button {
		width: auto !important; 
	}

    #product_options .radio_image .s_full   {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }

    #product_options .radio_image label.s_image {
        display: flex;
        flex-direction: column;
        width: auto !important;
        flex: 0 0 calc((100% - 40px) / 3);
    }

    #product_options .radio_image img {
        max-width: 100%;
        border: 1px solid #f2f2f2;
        margin-right: 0;
        float: none;
    }

/*  -------------------------------------------------------------------------------------  */
/*  ---  Header  ----  */
/*  -------------------------------------------------------------------------------------  */

	.mobile,
	.open_nav,
	.sidenav {
		display: none;
	}

	.cart_menu .s_submenu {
		left: auto;
		right: 0px;
		width: 350px;
		padding: 20px;
	}

	#system_navigation ul.s_list_1 li {
		display: inline-block;
		margin-left: 17px;
	}

    #header .s_col_12 {
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
    }

    #header .s_wrap {
        padding: 20px 35px;
    }

    .header_right_column {
        display: flex;
        flex-direction: column;
        gap: 20px;
        flex-wrap: nowrap;
        align-items: flex-end;
    }

	.currency_language {
		display: flex;
    	gap: 15px;
    	flex-direction: row;
		align-items: center;
	}

    .fa-arrow-right,
    .fa-angle-right {
        margin-right: 10px;
    }

	#search_button.fa-magnifying-glass,
	#search_button_sticky.fa-magnifying-glass {
		font-size: 17px;
		padding: 0px 10px;
		color: #fff;
		display: flex;
		align-content: center;
		align-items: stretch;
		flex-direction: column;
		justify-content: center;
	}

	.desktop .s_submenu ul {
		display: flex;
    	flex-direction: column;
    	gap: 10px;
	}

    .s_nav .s_submenu {
        z-index: 100000;
        position: absolute;
        display: none;
        top: 100%;
    }

    .s_nav li .s_submenu ul ul {
        z-index: 20;
        position: absolute;
        top: 0;
        left: 96%;
    }

    .s_nav li:hover,
    .s_nav li:hover > a {
        position: relative;
    }

    .s_nav li:hover .s_submenu,
    .cart_menu:hover .s_submenu {
        display: block;
    }

    .desktop .full_menu {
        margin-bottom: 0;
        display: flex;
        flex-direction: row;
        align-content: center;
        justify-content: flex-start;
		gap: 5px 25px;
        flex-wrap: wrap;
    }

    .s_submenu ul,
    .full_menu {
        margin-bottom: 0; 
    }

	.desktop.default-header:not(.is-sticky) .full_menu {
		padding: 15px 0;
	}

     .desktop .full_menu > li {
        position: relative;
     }

	 .full_menu li a:hover {
		opacity: 0.6; 
	 }

    .main_navigation .s_wrap {
        overflow: visible; 
    }

    .main_navigation .s_col_12 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        flex-wrap: nowrap;
        align-items: center;
		gap: 20px;
    }

    .main_navigation.desktop.is-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 0 40px 0 #e7e7e775;
        transition: transform .25s ease-out;
        transform: translateY(0); /* basis */
    }

    .is-sticky .full_menu .s_text,
    .is-sticky .full_menu #menu_home {
        display: none;
    }

    .main_navigation.desktop .cart_menu .fa {
        font-size: 20px;
    }

    .logo-sticky {
        display: none;
    }

    .main_navigation.desktop.is-sticky .logo-sticky {
        display: block;
    }

    .logo_menu_wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 45px;
		justify-content: flex-start;
		width: 100%;
    }

    .desktop-menu-icons {
        margin-left: auto;
    }

	#site_logo {
		display: flex;
		align-items: center;
	}

	#site_logo img {
		max-height: 75px;
	}

    .logo-sticky #site_logo img {
        max-height: 50px;
    }

	.categories ul li li:hover {
		background-color: transparent !important;
	}

	.categories > ul > li > a,
	.cart_menu small.s_text,
	#product .s_tabs_nav li a  {
		font-family: var(--font-nav);
		font-weight: var(--font-weight-nav);
        font-style: var(--font-style-nav);
	}

	.categories > ul > li > a,
	.cart_menu small.s_text {
		font-size: var(--font-size-nav);
	}

    #breadcrumbs {
        justify-content: flex-start;
        gap: 10px;
    }

    .cart_menu {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }


    .s_switcher {
		position: relative;
	}

    .s_switcher a {
        text-transform: lowercase;
        display: flex;
        align-items: center;
        gap: 5px;
		min-width: 100px;
    }

	#listing_sort a {
		min-width: 150px;
	}

    .s_switcher .s_selected {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 5px;
        text-transform: lowercase;
    }

    .site_search {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

	.site_search input {
		min-width: 250px;
	}

    .site_search input:focus {
        width: 300px;
        transition: width 0.35s ease;
    }

    .sidenav_inner {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 15px;
    }

    #sideNavMainTitle {
        padding: 20px 25px 10px;
        font-weight: 500;
        font-size: 20px;
    }

    #hoofdmenu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
        width: 100%;
        border-top: 1px solid var(--border-color);
        border-bottom:  1px solid var(--border-color);
    }

    #hoofdmenu ul {
        margin-bottom: 0;
    }

    #hoofdmenu .s_submenu {
        border: none;
    }

    #hoofdmenu li {
        padding: 12px 25px;
        width: 100%;
        box-sizing: border-box;
    }

    #hoofdmenu li:hover {
        background: none !important;     
    }

    #hoofdmenu li + li {
        border-top: 1px solid var(--border-color);
    }

    #hoofdmenu li li + li {
    border-top: none;
    }

    #hoofdmenu li li {
        padding: 10px 0px;
    }

	#search_bar,
	#search_bar_mobile,
	#search_bar_layout1 {
		display: none;
	}

	#welcome_message i {
		margin-right: 5px;
	}

	.cart_menu .s_grand_total {
		font-size: 21px;
	}

	.cart_menu small.s_text {
    	padding-right: 7px;
	}

	.categories .s_submenu,
	.cart_menu .s_submenu {
		padding: 20px 25px;
		background-color: #fff;
		border: 1px solid; 
	}

    .categories .s_submenu li:hover > ul {
        display: flex;
    }

    .categories .s_submenu ul ul {
        position: absolute;
        top: 0px;
        left: 100%;
        display: none;
        width: 150px;
        padding: 20px 25px;
        background-color: #fff;
        border: 1px solid;
    }

	.categories .s_submenu h3 {
		padding: 0;
		line-height: 30px;
		font-size: 14px;
		color: #bbb;
		border-bottom: 1px solid var(--border-color);
		margin-bottom: 10px;
    	padding-bottom: 3px;
	}

	.s_menu_group {
		margin-bottom: 20px;
	}

	.categories li .s_submenu  ul > li {
		min-width: 200px;
	}

	.sidenav {
		height: 100%;
		width: 90%;
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		background-color: #fff;
		overflow-x: hidden;
		box-shadow: 0 0 40px 0 #e7e7e775;
		transform: translateX(-100%); 
		transition: transform 0.4s ease; 
	}

	.sidenav.open {
		transform: translateX(0); 
	}

	.sidenav a {
		color: #000;
		font-size: 15px;
	}

	.sidenav .closebtn {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 36px;
		margin-left: 50px;
	}

    .main_navigation.desktop .s_wrap {
        border-top: 1px solid var(--border-color);
    }

    .main_navigation.desktop.is-sticky .s_wrap {
        border-top: none;
    }

    .layout_0 .main_navigation.desktop:not(.is-sticky) .s_wrap {
        padding: 0 35px;
    }

	.force-sticky-icons {
		display: none;
	}

    .cart-badge {
        position: absolute;
        top: -6px;
        right: -10px;
        background: var(--error-color);
        color: white;
        padding: 0 0px;
        height: 18px;
        min-width: 18px;
        border-radius: 50%;
        font-size: 11px;
        text-align: center;
        line-height: 18px;
}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Widgets / Addons ----  */
/*  -------------------------------------------------------------------------------------  */

    .category_overview .listitempage .s_item {
        flex: 1 1 calc(24% - 1rem);
    }

	.category_overview .listitempage {
		justify-content: space-between;
	}

	.category_overview .s_item {
		box-sizing: border-box;
		flex: 1 1 calc(24% - 1rem) !important;
	}

    #intervalnotfound {
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .smartbar {
        text-align: center;
    }

	.smartbar p {
		margin-bottom: 0;
	}

    .rewards.giftwrap_header {
        background: linear-gradient(45deg, #1f4faf, #f24747c7);
        color: #fff;
    }
    
    .rewards.giftwrap_header a:hover {
        color: #fff !important;
    }

    #giftwrap_holder {
        gap: 10px;
    }

	/* Home: 6 op een rij voor grote schermen */
	.s_page_common_home .size_2 .s_item {
		flex: 0 1 14.85%;
	}

	/* Home: 4 op een rij voor grote schermen */
	.s_page_common_home .size_1 .s_item {
		flex: 0 1 23.5%;
	}

	/* Home (met linker- of rechterkolom): 4 op een rij */
	.s_2_cols.s_page_common_home .size_2 .s_item {
		flex: 0 1 23.4%;
	}

	/* Productbundel: 4 op een rij */
	#tab-package .size_1 .s_item {
		flex: 0 1 23.5%;
	}

    #id-inquiry-btn {
        width: 100%;
    }

    #newsletter {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter_form {
        display: flex;
        gap: 15px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .newsletter .box {
        padding: 25px 35px;
        border: 1px solid var(--border-color);
        display: flex;
        width: 50%;
        justify-content: center;
        box-sizing: border-box;
        flex-direction: column;
        align-items: center;
    }

    .newsletter .box div {
        width: 100%;
    }

	.s_categories_module ul ul {
		margin-bottom: 0;
		margin-left: 15px !important;
	}
    
    .product_widget_top {
        margin: 20px 0;
    }

	#noStockMessage {
		font-size:11px;
		display: block;
		text-align: right; 
		font-weight: 500;
	}

	.s_module_content.text.full_width {
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
		width: 100vw;
		max-width: 100vw;
		padding: 15px 35px;
	}

	.s_module_content.text {
		z-index: 1;
		position: relative;
		background-position: center center;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}

	.smartbar_wrapper .s_wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#detailInformationBox {
	    color: #66676e; 
    }

	.s_module_content h2 {
		padding-top: 0;
	}

	#home {
		display: flex;
		flex-direction: column;
		gap: 60px;
	}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Shopping cart pop-up  ----  */
/*  -------------------------------------------------------------------------------------  */

    .s_cart_wrapper {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

    .s_cart_items {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .s_cart_item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .s_cart_item_info {
        flex: 1;
    }

    .s_cart_item .image_info {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 15px;
    }

    .s_cart_image img {
        width: 50px;
        height: auto;
    }

    .s_item_info div.s_actions {
        margin-top: 5px;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		flex-direction: row;
		align-items: center;
		width: 100%;
    }

    .s_cart_totals {
        display: flex;
        flex-direction: column;
        gap: 5px;
        border-top: 1px solid;
        padding: 10px 0 0;
    }

    .s_total {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .cart_module_total_label {
        font-weight: 500;
    }

	.s_total_wrapper {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		margin: 20px 0;
	}

/*  -------------------------------------------------------------------------------------  */
/*  ---  Category page  ----  */
/*  -------------------------------------------------------------------------------------  */

	/* Categoriepagina's / Zoeken: 4 op een rij voor grote schermen  */
	.size_2 .s_item {
		flex: 0 1 23.5%;
	}

	/* Categoriepagina's / Zoeken: 3 op een rij voor grote schermen  */
	.size_1 .s_item {
		flex: 0 1 32%;
	}

	.s_subcategories.size_1 .s_item {
		flex: 0 1 15%;
	}

    #listing_arrange {
        display: flex;
        gap: 5px;
        justify-content: flex-end;
        margin-bottom: 15px;
    }

    .s_subcategories ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 15px;
    }

    .s_subcategory {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .s_subcategory a.category_name {
        border: 1px solid;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }

   .s_subcategories li {
        border: 1px solid;
        padding: 5px 10px;
   }

    #listing_options ul {
        margin: 0; 
        list-style: none;
        padding: 15px;
        font-weight: normal; 
        z-index: 1000;
    }

	.language_switcher.s_switcher img {
		max-width: none;
	}

	.s_switcher span.s_selected {
		cursor: pointer;
		text-transform: lowercase;
	}

	.currency_language > *:not(:last-child) {
		position: relative;
		padding-right: 15px;
	}

	.currency_language > *:not(:last-child)::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #ddd;
	}

	.s_switcher .s_options {
		position: absolute;
		display: none;
		background: #fff;
		border: 1px solid;
		padding: 5px 10px;
		right: 0;
	}

    #content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
		gap: 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

	.listitempage,
	.s_listing,
    .listitempage_subcategory,
	.s_listing_subcategory {
		display: flex;
		flex-wrap: wrap;
		gap: 30px 2%;
		width: 100%;
	}

	.s_thumb img {
		width: 100%; 
	}

    .s_item_info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: flex-start;
        gap: 2px;
        margin-top: 5px;
        font-size: 15px;
    }

    .s_item_info h3 {
        font-size: 15px;
        font-weight: 500;
    }

	.s_item_info .s_old_price {
		position: relative;
		display: inline-block;
		margin-right: 5px;

	}

	.s_item_info .s_old_price, 
	.s_item_info .s_old_price * {
		color: var(--error-color) !important;
	}

	.s_item_info .s_old_price::after{
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 44%;
		height: 2px;
		background: var(--error-color);
		transform: rotate(-6deg);
		transform-origin: center;
		pointer-events: none;
	}

    .s_item_info .s_actions a {
        border-bottom: 1px solid; 
    }

    .filter_loader {
        width: 100%;
        text-align: center;
        position: relative;
        top: 50%;
        height: 500px;
    }

    .filter_loader img {
        width: 200px;
        position: absolute;
        top: 50%;
        left: 40%;
    }

    .pagination {
        padding: 15px 0 0 0;
        border-top: 1px solid var(--border-color);
		text-align: right;
    	color: #b5b5b5;
		font-size: 13px;
        margin-top: 30px;
    }

    .pagination:empty {
        display: none;
    }

	.infinite_pagination .links {
		display: flex;
		flex-direction: row;
		gap: 10px;
		justify-content: flex-end;
	}

	.infinite_pagination .links * {
		padding: 0 8px;
		border: 1px solid; 
	}

	.infinite_pagination {
		display: none;
		position: fixed;
		bottom: 0;
		background: #fff;
		padding: 10px 35px;
		width: inherit;
		z-index: 999;
		box-sizing: border-box;
	}

	.infinite_pagination a:hover {
		color: #fff;
	}

	.s_layout_full .infinite_pagination {
		width: 100%;
	}

	.s_layout_full .infinite_pagination .links {
		justify-content: center;
	}

    /*  -------------------------------------------------------------------------------------  */
    /*  ---  Product page  ----  */
    /*  -------------------------------------------------------------------------------------  */

	#product {
		display: flex;
		flex-direction: column;
	}

	#product_images {
		width: 50%; 
	}

	#product_images #product_image_preview img {
		max-height: 500px;
		object-fit: contain;
	}

	.holder_price_reg {
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 17px;
		display: inline-block;
		margin-top: 9px;
	}

	#product_buy_col {
		width: 43%;  
	}

	#product_buy_col .description_title {
		border-top: 1px solid var(--border-color);
		padding-top: 20px !important;
		padding-bottom: 10px;
	}

	#product_buy_col #product_description {
		padding-bottom: 20px !important;
	}

    #images_description_wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 80px;
    }

	#product_description p {
		margin: 10px 0 !important; 
	}

    .product_meta {
        margin-top: 10px;
    }

	.price_wrapper {
		margin-top: 15px; 
	}

    #product_buy {
        padding: 15px 0;
        border-top: 1px solid var(--border-color);
        display: flex;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    #product_buy_quantity {
        height: 40px;
        padding: 0 8px;
        box-sizing: border-box;
        text-align: center;
        width: 25%;
    }

	.reviewscore {
		display: flex;
		gap: 10px;
	}

	.captcha_form input {
		height: 35px;
    	width: auto;
    	float: left;
    	margin-right: 10px;
	}

    .notifyme {
        font-size: 11px;
        margin-left: 10px;
        border-bottom: 1px solid;
    }

    #stock_counter {
        color: var(--success-color) !important;
        font-weight: 600;
        font-size: 14px;
        position: relative;
        padding-left: 18px;
        display: inline-block;
    }

    #stock_counter.niet_op_voorraad {
        color: var(--error-color) !important;
    }

    #client_has_last {
        margin-top: 10px; 
    }

    #stock_counter::before {
        content: " ";
        width: 10px;
        height: 10px;
        background-color: var(--success-color);
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #stock_counter.niet_op_voorraad::before {
        background-color: var(--error-color); 
    }

	.s_image_option .s_image img {
		max-width: 50px;
	}

    .pproduct .s_tab_box {
	    display: flex;
        flex-direction: column;
        gap: 10px;
	}

    .tab_block {
        padding: 15px 30px 15px;
        box-shadow: 0 0 40px 0 #e7e7e775;
        border: 1px solid var(--border-color);
		background: #fff;
    }

	#product_price .s_price_tax,
	#product_price .s_price_tax * {
		font-size: 13px !important;
		color: #66676e;
		text-transform: lowercase; 
	}

	#product_image_preview {
	    margin-bottom: 30px;
    }

	#product_image_preview img {
		border: 1px solid var(--border-color);
        width: 100%;
		box-sizing: border-box;
	}

	#product .s_tabs {
		margin-bottom: 30px;
	}

	#product_gallery {
		margin-top: 15px;
	}

	#product_gallery .s_thumbs {
		display: flex;
		gap: 15px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	#product_gallery .s_thumbs li {
		list-style: none;
		border: 1px solid var(--border-color);
		flex: 0 0 calc(25% - 11.3px);
		box-sizing: border-box;
	}

	#product_gallery .s_thumbs li img {
		width: 100%;
	}

	.s_review {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid var(--border-color);
	}


    #product_reviews .pagination {
        margin-top: 0px;
    }

	#product_reviews > .s_review:has(+ .pagination) {
		margin-bottom: 0 !important;
		border-bottom: none !important;
	}

	.s_reward_points {
		margin-top: 5px;
		line-height: 12px;
		color: #66676e;
		display: block;
		margin-bottom: 15px;
	}

	.rewards {
		width: 100%;
		background: var(--border-color);
		display: block;
		text-align: center;
		padding: 15px 20px;
		margin-top: 15px;
		box-sizing: border-box;
	}

    #product_discounts {
        margin-top: 10px;
    }

    .product_discounts_table {
        display: flex;
        flex-direction: column;
        padding: 15px;
        border: 1px solid var(--border-color);
    }

    .product_discounts_table_inner {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

	.tab_block h2 {
		padding: 0;
	}

	#product_tabs {
    	margin-top: 30px;
	}

	#product_tabs ul, 
	#product_gallery ul {
		margin-left: 0; 
		margin-bottom: 0;
	}

    .s_label .s_old_price {
	    color: #66676e !important; 
    }

	.ui-accordion h2 .ui-icon {
		float: right;
		background: url(../images/bullet_accordion.png) no-repeat center top;
		width: 12px;
		height: 12px;
		margin-top: 9px;
		filter: brightness(0);
	}

	.ui-accordion h2.ui-state-active .ui-icon {
		background-position: center bottom;
	}

	.ui-accordion h2 {
		cursor: pointer;
	}

	.tab_block > div {
		margin-top: 20px;
		margin-bottom: 20px;
		display: flex;
    	flex-direction: column;
    	gap: 10px;
	}

	#product_image_preview_holder,
	.s_item  {
		position: relative;
	}

	/*  -------------------------------------------------------------------------------------  */
	/*  ---  Search page  ----  */
	/*  -------------------------------------------------------------------------------------  */

    .searchform_wrapper {
        display: flex;
        gap: 15px;
    }

    #adv_search_box {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

	/*  -------------------------------------------------------------------------------------  */
	/*  ---  Manufacturer page  ----  */
	/*  -------------------------------------------------------------------------------------  */

	.s_alphabet_index {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		gap: 5px;
	}

	.index-number {
		border: 1px solid;
		padding: 0 10px;
    	font-weight: 500;
	}

	.manufacturer_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 15px;
	}

	.manufacturer_list .manufacturer {
		display: flex;
		flex-direction: column;
		border: 1px solid;
    	padding: 20px;
		font-weight: 500;
	}

	/*  -------------------------------------------------------------------------------------  */
	/*  ---  Login / Register page  ----  */
	/*  -------------------------------------------------------------------------------------  */

    .login_register .s_col {
        padding: 35px;
        border: 1px solid var(--border-color);
        flex: 1;
    }

	/*  -------------------------------------------------------------------------------------  */
	/*  ---  Shopping cart page  ----  */
	/*  -------------------------------------------------------------------------------------  */

    .pcheckout #content {
        flex-direction: column;
    }

	.cart_product {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: flex-start;
		gap: 20px;
		border-bottom: 1px solid var(--border-color);
		padding: 20px 0;
	}

	.cart_product:last-child {
    	border-bottom: none;
	}

	.cart_page_wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		gap: 20px;
	}

	.image_info {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 20px;
		width: 60%;
	}

	#cart_totals {
		padding: 25px 35px 35px;
		width: 35%;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 5px;
		border: 1px solid var(--border-color);
		box-sizing: border-box;
        background: #fff;
	}

	#cart_form {
		width: 60%;
	}

	.s_cell_image {
		width: 100px;
	}

	.removeFromCart .fa {
		font-size: 22px;
	}

	.cart_remove_icon {
		margin-top: 15px;
		margin-left: auto;
	}

	.quantity-refresh {
	    background: transparent;
    	border: none;
    	font-size: 19px;
		margin-top: 15px;
	}

	.s_quantity {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		align-items: flex-start;
		gap: 15px;
	}

	.quantity {
		width: 55px;
   		height: 40px;
    	text-align: center;
	}

	.s_cell_price {
		margin-top: 15px;
		font-weight: 500;
	}


	/*  -------------------------------------------------------------------------------------  */
	/*  ---  Checkout page  ----  */
	/*  -------------------------------------------------------------------------------------  */

	.checkout.s_main_col {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
	}

	.checkout .left {
		width: 60%;
		box-sizing: border-box;
	}

	.checkout .right {
		width: 35%;
		border: 1px solid var(--border-color); 
        padding: 35px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 15px;
		box-sizing: border-box;
	}

    .checkout .s_submit {
		display: flex;
        gap: 0px;
        flex-direction: column;
        align-items: flex-start;
	}

	#guest_details_form,
    #guest_shipping_form,
	#register_details_form,
    form#contact,
    #voucher_form,
    form#return,
    #form_reviews,
    #login,
	.default_form,
	#product_options {
		display: flex;
		gap: 15px;
		flex-direction: column;
        width: 100%;
	}

	.checkout_product_wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

    #shopping_cart_confirm {
        display: flex;
        flex-direction: column;
        gap: 10px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
    }

    .checkout_right_col {
        border-bottom: 1px solid #ddd; 
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .note {
        font-size: 13px;
        margin-top: 20px;
        display: block; 
    }

    .s_checkbox.agree a {
        border-bottom: 1px solid;
    }

    .two_columns,
    .three_columns,
    .login_register {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: space-between;
    }

    .two_columns div {
        width: 50%;
    }

    .three_columns div {
        width: 33.3%;
    }

    .extra_options {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .extra_options #register,
	#returning_customer_login,
	#coupon_holder,
	#voucher_holder,
    #giftwrap_holder {
        border: 1px solid var(--border-color);
        padding: 15px;
        display: flex;
        flex-direction: column;
    }

    #shipping-address {
        margin: 10px 0;
    }

    .checkout #code .checkout-content .voucher_coupon_wrapper {
        display: flex;
        gap: 5px;
        flex-direction: column;
    }

    .pcheckout .rewards,
    .pcart .rewards {
        margin: 0;
    }

	#coupon_holder .left,
	#voucher_holder .left {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
	}

	.forgot_password {
		margin: 15px 0;
		text-align: right;
		display: inline-block;
	}

	.bank_transfer_info .content {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}


	#payment-button #button-payment {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	#terms {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 15px;
	}

	.right #shipping-method {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 20px;
	}

	/*  -------------------------------------------------------------------------------------  */
	/*  ---  Account pages  ----  */
	/*  -------------------------------------------------------------------------------------  */

	.s_orders_listing {
		width: 100%;
	}

	.s_2_cols .s_main_col,
	.s_orders,
	.s_order {
		flex-basis: 80%;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	.s_order.s_return {
		align-items: flex-start;
	}
	
	.s_address,
	.s_order,
	.s_order_wrapper {
		padding: 25px 35px;
		border: 1px solid;
		box-sizing: border-box;
		width: 100%;
	}

	.s_table.order_view {
		display: flex;
		gap: 20px;
		justify-content: space-between;
		padding: 20px 0;
		border-top: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);
	}

	.s_table.order_view div span,
	.return_wrapper {
		display: flex;
    	flex-direction: column;
	}

	.return_wrapper { 
		gap: 15px;
	}

	.s_cell_order_total {
		text-align: right;
	}

	.order_view_totals {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		gap: 10px;
		margin-top: 15px;
	}

	.totals_wrapper {
		display: flex;
		flex-direction: row;
		gap: 10px;
		width: 100%;
		justify-content: flex-end;
	}

	.total_value {
		width: 20%;
		text-align: right;
	}

	.order_details {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}

	#success_message {
		width: 100%;
	}

	#return_wrapper {
		display: flex;
    	flex-direction: column;
	}

	.s_page_account_newsletter #newsletter {
		align-items: flex-start;
    	gap: 15px;
	}


    /*  -------------------------------------------------------------------------------------  */
    /*  ---  Footer  ----  */
    /*  -------------------------------------------------------------------------------------  */

    #footer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-top: 1px solid var(--border-color);
        align-items: center;
    }

    #footer_inner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 35px;
    }

    #footer_inner .footerinfo_box {
        flex: 1; 
        padding: 25px 35px;
        border: 1px solid var(--border-color);
    }

    .instagram-media  {
        border: none !important;
        margin: 0 !important;
        width: 100%;
        min-width: auto !important; 
    }

    .contact_details div {
        display: flex;
        
    }

    #footer_nav {
        padding: 35px 0;
        border-top: 1px solid var(--border-color);
    }

	#footer_nav .noneSEO_H2 {
		font-size: 20px;
		font-weight: 500;
	}

    #footer_inner .noneSEO_H2 {
        font-weight: 500;
        margin-bottom: 10px;
        display: block;
        font-size: 17px;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .contact_details {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .contact_details div span {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
    }

    #footer_nav i {
        margin-right: 5px;
    }

    #footer_nav ul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 10px;
        margin: 0; 
    }

    #footer_nav .s_wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: space-between;
        align-items: flex-start;
        gap: 35px;
        padding: 15px 35px;
        box-sizing: border-box;
    }

    #footer_nav .footer_box {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    #payments_types {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

    #payments_types img {
        width: auto;
        object-fit: contain;
        height: auto;
        max-height: 30px;
    } 

	#copy {
		text-align: right;
		font-size: 12px;
	}

	#copy a {
		border-bottom: 1px solid; 
	}

	.s_layout_full #footer_nav .s_wrap {
		padding: 15px 0px;
	}

    /*  -------------------------------------------------------------------------------------  */
    /*  ---  Layouts  ----  */
    /*  -------------------------------------------------------------------------------------  */

    .layout_3 #cookiebartitle,
    .layout_3 #cookiebarDescription,
    .layout_3 #cookiebartitle i,
    .layout_3 .reject_cookies {
        color: #000 !important;
    }

	:is(.layout_1, .layout_2, .layout_4) .main_navigation.desktop.force-sticky {
		background: #fff;
		width: 100%;
        position: relative;
        z-index: 999;
    }

    :is(.layout_1, .layout_2, .layout_4) .main_navigation.desktop.force-sticky.is-sticky {
            position: fixed;
    }

	:is(.layout_1, .layout_2, .layout_4) .force-sticky-icons {
		display: flex;
		gap: 15px;
	}
		
	:is(.layout_1, .layout_2, .layout_4) .main_navigation.desktop.force-sticky .s_wrap,
	:is(.layout_1, .layout_2, .layout_4) .main_navigation.desktop.default-header.is-sticky .s_wrap {
		border: none;
	}

	:is(.layout_1, .layout_2, .layout_4) .force-sticky .logo-sticky {
		display: flex;
	}

	:is(.layout_1, .layout_2, .layout_4) .force-sticky #menu_home {
        display: none;
    }

	:is(.layout_1, .layout_2, .layout_4)  #header {
		display: none;
	}

	:is(.layout_1, .layout_2, .layout_4) .force-sticky .cart_menu.s_nav {
		gap: 10px;
	}

	:is(.layout_1, .layout_2, .layout_4) .desktop-menu-icons, 
	:is(.layout_1, .layout_2, .layout_4) .desktop-menu-icons {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        gap: 20px;
		margin-left: auto;
    }

	:is(.layout_1, .layout_2, .layout_4) #intro {
		position: relative;
	}

	:is(.layout_1, .layout_2, .layout_4)  .force-sticky .cart_menu .s_grand_total {
		display: none;
	}

	:is(.layout_1, .layout_2, .layout_4) .desktop.force-sticky .s_nav a {
		display: flex;
    	flex-direction: row;
    	align-items: center;
	}

	:is(.layout_1, .layout_2, .layout_4) .desktop.force-sticky .s_nav a {
		display: flex;
    	flex-direction: row;
    	align-items: center;
	}

	:is(.layout_1, .layout_2, .layout_4) .desktop.force-sticky .s_nav .s_cart_holder a {
		display: block;
	}
	
	:is(.layout_1, .layout_2, .layout_4) .desktop.force-sticky .site_search input,
	:is(.layout_1, .layout_2, .layout_4) .desktop.force-sticky .site_search input:focus {
		min-width: 150px;
		width: 150px;
	}

	:is(.layout_1, .layout_2, .layout_4) .desktop.force-sticky .language_name {
		display: none; 
	}

	:is(.layout_1, .layout_2, .layout_4) .force-sticky .logo_menu_wrapper {
		justify-content: flex-start;
	}

	/*  ---  Set logo in the middle on desktop ----  */

	.layout_1 .force-sticky .logo_menu_wrapper .categories {
		order: 1;
    	flex: 1;
	}

	.layout_1 .force-sticky .logo_menu_wrapper .desktop-menu-icons {
		order: 3;
    	flex: 1;
	}

	.layout_1 .force-sticky .logo-sticky {
		order: 2;
	}

	.layout_2 .main_navigation.desktop.force-sticky {
		background: transparent;
		border-bottom: 1px solid; 
	}

	.layout_2 .main_navigation.desktop.is-sticky {
		background: #fff; 
	}

    .layout_2 #intro:has(.swiper) {
        margin-top: -85px;
        z-index: -1;
    }

    body.layout_3 {
		--border-color: #3e3e3e;
	}

    .layout_3 input[type=text], 
    .layout_3 input[type=password], 
    .layout_3 textarea, 
    .layout_3 select,
    .layout_3 input[type=number] {
        background: #000000;
        color: #fff;
        border-color: #fff;
	}

	.layout_3 #wrapper, 
	.layout_3 body,
	.layout_3 .main_navigation.desktop.is-sticky,
	.layout_3 .wishlist-icon, 
	.layout_3 .categories .s_submenu, 
	.layout_3 .cart_menu .s_submenu,
	.layout_3 .tab_block,
	.layout_3 .main_navigation.mobile,
    .layout_3 #add_to_cart {
		background: #000 !important;
		box-shadow: none ! important; 
	}

	.layout_3 .main_navigation.desktop.is-sticky {
		border-bottom: 1px solid;
	}

	.layout_3 p, 
	.layout_3 a, 
	.layout_3 span, 
	.layout_3 div, 
	.layout_3 i {
		color: #fff !important;
	}

	.layout_3 #search_button.fa-magnifying-glass,
	.layout_3 .s_button_1 span {
    	border: 1px solid;
		box-sizing: border-box;
	}

	.layout_3 .s_rating .s_percent {
		filter: invert(1);
	}

	.layout_3 #intro {
		background-color: inherit;
	}

	/*  -------------------------------------------------------------------------------------  */
    /*  ---  MAINTENANCE PAGE  ----  */
    /*  -------------------------------------------------------------------------------------  */

	.maintenance #wrapper {
		padding: 25px;
		box-sizing: border-box;
	}

	.maintenance #header {
		display: flex;
	}

	.maintenance h1 {
        margin-bottom: 50px;
        line-height: 32px;
        padding: 0 50px;
    }

	.maintenance #content {
        width: 100%;
		box-sizing: border-box;
		justify-content: center
    }

    /*  -------------------------------------------------------------------------------------  */
    /*  ---  Responsive  ----  */
    /*  -------------------------------------------------------------------------------------  */

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

		.s_wrap,
		body.s_layout_fixed.big_screen_full #wrapper,
		body.s_layout_fixed.big_screen_fixed #wrapper {
			width: 100% !important;
			box-sizing: border-box;
		}

        #footer_nav .s_wrap {
            padding: 15px 35px !important;
        }
    }

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

		#site_logo img {
			max-height: 45px;
		}

        /* Productbundel: 4 op een rij */
        #tab-package .size_1 .s_item {
            flex: 0 1 49%;
        }

		.s_subcategories.size_1 .s_item {
			flex: 0 1 23.5%;
		}

		.checkout.s_main_col {
			flex-direction: column;
		}

		.checkout .left,
		.checkout .right {
			width: 100%; 
		}

		#cart_totals,
        #footer_inner .footerinfo_box,
        .newsletter .box {
			padding: 25px;
		}

		.quantity-wrapper input.quantity {
			padding: 0 4px;
		}

		.quantity-refresh,
		.cart_remove_icon {
			margin-top: 10px;
		}

		.s_cell_image,
		.s_cell_image img {
			max-width: 70px;
		}

        .newsletter .box {
            width: 100%;
        }

        #footer_inner {
            flex-direction: column;
            gap: 20px;
        }

		.mobile,
		.open_nav,
		.sidenav {
			display: flex;
			flex-direction: column;
		}

		.full_menu {
            display: none !important; 
        }

		.s_subcategories.size_1 .s_item {
			flex: 0 1 32%;
		}

        .scroll_top {
            display: none !important; 
        }

		#wrapper, 
		body.s_layout_fixed #wrapper {
			margin: 70px 0 0;
		}

		.desktop {
			display: none;
		}

		.main_navigation {
			position: fixed;
			z-index: 10000 !important;
			background: #fff;
			box-shadow: 0 0 40px 0 #e7e7e775;
			width: 100%;
			top: 0;
			z-index: 1000 !important;
		}
        
		.filter_module .box-heading {
			border: 1px solid;
			padding: 5px;
			width: 100%;
			display: flex;
			justify-content: center;
		}

		.filter_module {
			width: 100%; 
		}

		.filter_module .box-heading:after {
			content: "\f161";
			font-family: "FontAwesome";
			margin-left: 8px;
		}

		.filter_module h2 {
			font-size: inherit;
			padding: 0;
			line-height: inherit;
		}

        .s_nav .s_submenu {
            position: unset;
			padding: 10px 15px;
        } 

        .s_submenu h3 {
            margin-top: 10px;
        }

        #images_description_wrapper {
            flex-direction: column;
            gap: 30px;
        }
        
        #product_images {
            width: 100%;
        }

        #product_buy_col {
            width: 100%;
        }

        #header {
            display: none; 
        }

        .mobile .s_col_12 {
		    border-top: none !important; 
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            justify-content: space-between;
            align-items: center;
	    }

        .mobile-menu-icons {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: flex-end;
            align-items: center;
            gap: 20px;
        }

        .mobile .fa {
            font-size: 22px;
        }

        .s_grand_total {
            display: none;
        }

        .mobile_header_wrapper {
            display: flex;
            align-content: center;
            justify-content: flex-start;
            align-items: center;
            flex-direction: row;
            flex-wrap: nowrap;
            gap: 15px;
        }

        .logo-mobile img {
            max-width: 140px;
            max-height: 35px
        }

        #footer_nav .footer_box {
            flex: 0 0 calc(50% - 17.5px);
        }

		.cart_page_wrapper, .cart_product {
			flex-direction: column;
		}

		#cart_form, #cart_totals, .image_info {
			width: 100%;
		}

		.cart_remove_icon {
			margin: 0;
		}

        .searchform_wrapper {
            display: flex;
            gap: 15px;
            flex-direction: column;
        }

        .login_register {
           flex-direction: column; 
        }

		.listitempage,
		.s_listing,
        .listitempage_subcategory,
        .s_listing_subcategory {
			gap: 15px 2%;
		} 

		.s_table.order_view,
		.two_columns.order_info {
			flex-direction: column;
			align-items: flex-start;
		}

		.totals_wrapper {
			justify-content: flex-start;
		}

		.total_title,
		.total_value {
			flex: 1;
		}

		.s_cell_order_total {
			text-align: left;
		}

		.currency_language {
			padding: 12px 25px;
    		width: 100%;
    		box-sizing: border-box;
			align-items: flex-end;
		}

		.s_switcher .s_options {
			right: auto;
			left: 0;
		}

        #listing_sort.s_switcher .s_options {
			right: 0;
			left: auto;
		}

		.category_overview .s_item {
			padding: 15px;
		}

        .tab_block {
            padding: 15px;
        }

    }

    @media only screen and (max-width: 600px) { 
        #content {
            flex-direction: column;
            gap: 20px !important; 
        }    

        .s_wrap {
            padding: 15px 25px;
        }

		#footer_nav .s_wrap {
            padding: 15px 25px !important;
        }

		.category_overview .listitempage .s_item {
    		flex: 0 1 100% !important;
		}

		#home {
			display: flex;
			flex-direction: column;
			gap: 40px;
		}

    }

    @media only screen and (max-width: 480px) { 
        #footer_nav .s_wrap {
            flex-direction: column;
        }

        #footer {
            flex-direction: column;
        }

		.s_item {
			flex: 0 1 49% !important;
		}

		.captcha_form {
			display: flex;
			flex-direction: column;
			gap: 10px;
			align-items: flex-start;
		}
    }