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

    --font-nav: "ABeeZee";
    --font-weight-nav: normal;
    --font-style-nav: default;
    --font-size-nav: 13px;

    --font-intro: "Lato";
    --font-intro-weight: normal;
    --font-intro-style: default;
    --font-intro-size: 32px;

    --font-title: "Lato";
    --font-title-weight: normal;
    --font-title-style: default;

    --font-price: "Lato";
    --font-price-weight: normal;
    --font-price-style: default;

    --font-button: "Lato";
    --font-button-weight: normal;
    --font-button-style: default;
    --font-button-size: 16px;

	--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;
		box-sizing: border-box;
    }

    .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;
	}

	#content > .s_main_col {
		flex: 1 1 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;
    }

    .tb-banner--contained .banner2Swiper img,
    .tb-banner--contained .banner-static img {
        width: auto;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

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

	.s_rating.s_rating_5 {
		width: 100px;
	}

	.s_rating {
		background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M10%201.5l2.9%205.8%206.4.9-4.6%204.5%201.1%206.4-5.8-3.1-5.8%203.1%201.1-6.4-4.6-4.5%206.4-.9z%22%20fill%3D%22%23d7d7d7%22%2F%3E%3C%2Fsvg%3E") repeat-x 0 100%;
	}

	.s_rating .s_percent {
		float: left;
		background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%3E%3Cpath%20d%3D%22M10%201.5l2.9%205.8%206.4.9-4.6%204.5%201.1%206.4-5.8-3.1-5.8%203.1%201.1-6.4-4.6-4.5%206.4-.9z%22%20fill%3D%22%23111%22%2F%3E%3C%2Fsvg%3E") 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: 0;
		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 */
	}

	#content table{
		width:100%;
		border-collapse:separate;
		border-spacing:0;
		background:#fff;
		border:1px solid rgba(0,0,0,.08);
		border-radius:10px;
		overflow:hidden;
	}

	#content table p {
		margin-bottom: 0 ! important; 
	}

	#content table thead th{
		background:#f1f5f9;
		font-weight:500;
		padding:14px 16px;
		text-align:left;
		border-bottom:1px solid rgba(0,0,0,.08);
		position:sticky;
		top:0;
		z-index:4;
	}

	#content table td{
		padding:14px 16px;
		border-bottom:1px solid rgba(0,0,0,.06);
		vertical-align:top;
	}

	#content table th:first-child,
	#content table td:first-child{
		position:sticky;
		left:0;
		background:#f8fafc;
		z-index:5;
		font-weight:500;
		box-shadow:2px 0 0 rgba(0,0,0,.04);
	}

	#content table tr:first-child th:first-child{border-top-left-radius:10px;}
	#content table tr:first-child th:last-child{border-top-right-radius:10px;}
	#content table tr:last-child  td:first-child{border-bottom-left-radius:10px;}
	#content table tr:last-child  td:last-child {border-bottom-right-radius:10px;}



/*  -------------------------------------------------------------------------------------  */
/*  ---  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,
    #button-reward {
        width: 100%;
        text-align: center;
		display: block;
        cursor: pointer;
    }

	.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;
	}

    .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;
    }

    #search_overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.2s ease;
        z-index: 100000;
    }

    body.search-overlay-active #search_overlay {
        opacity: 1;
        pointer-events: auto;
    }

    body.search-overlay-active .site_search,
    body.search-overlay-active #search_bar,
    body.search-overlay-active #search_bar_layout1,
    body.search-overlay-active #search_bar_mobile,
    body.search-overlay-active #adv_search_box {
        position: relative;
        z-index: 100002;
    }

    body.search-overlay-active #header {
        position: relative;
        z-index: 100002 !important;
    }

    body.search-overlay-active .main_navigation.desktop:not(.is-sticky):not(.force-sticky) {
        position: relative;
        z-index: 100002 !important;
    }

    body.search-overlay-active .main_navigation.desktop.is-sticky,
    body.search-overlay-active .main_navigation.desktop.force-sticky,
    body.search-overlay-active .main_navigation.mobile {
        z-index: 100002 !important;
    }

    body.search-overlay-active #header::after,
    body.search-overlay-active .main_navigation.desktop::after,
    body.search-overlay-active .main_navigation.mobile::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.35);
        pointer-events: none;
        z-index: 1;
    }

    body.search-overlay-active .site_search_autocomplete,
    body.search-overlay-active .ui-autocomplete {
        z-index: 100003 !important;
    }

    .site_search_autocomplete {
        background: #fff;
        border: 1px solid var(--border-color);
        box-sizing: border-box;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
        max-height: none;
        overflow-y: hidden;
        padding: 6px 0;
        z-index: 100001;
    }

    .site_search_autocomplete .ui-menu-item {
        margin: 0;
    }

    .site_search_autocomplete .ui-menu-item a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 6px 12px;
        color: inherit;
    }

    .site_search_autocomplete .ac_section {
        padding: 0 12px 3px;
        line-height: 30px;
        font-size: 13px;
        color: #bbb;
        border-bottom: 1px solid var(--border-color);
        margin: 10px 0 6px;
        cursor: default;
    }

    .site_search_autocomplete .ac_section:first-child {
        margin-top: 0;
    }

    .site_search_autocomplete .ac_term {
        justify-content: space-between;
    }

    .site_search_autocomplete .ac_remove {
        background: none;
        border: 0;
        color: #888;
        cursor: pointer;
        font-size: 14px;
        padding: 0 2px;
    }

    .site_search_autocomplete .ac_thumb {
        width: 50px;
        height: 50px;
        border: 1px solid var(--border-color);
        border-radius: 6px;
        object-fit: contain;
        flex: 0 0 auto;
        background: #fff;
    }

    .site_search_autocomplete .ac_title {
        line-height: 1.2;
    }

    .site_search_autocomplete .ui-menu-item a.ui-state-hover,
    .site_search_autocomplete .ui-menu-item a.ui-state-active {
        background: var(--border-color);
        margin: 0;
    }

    .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 var(--border-color);
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
	}

    .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 var(--border-color);
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
    }

	.categories .s_submenu h3 {
		padding: 0;
		line-height: 30px;
		font-size: 13px;
		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;
	}

	.categories .sidenav .s_submenu ul ul {
        position: unset;
        width: auto;
        padding: 20px 25px;
        border: none;
		flex-direction: column;
    }

    .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;
    }

    .tb-row__grid--cols-2 #newsletter .box,
    .tb-row__grid--cols-3 #newsletter .box,
    .tb-row__grid--cols-4 #newsletter .box {
        width: 100%;
    }

    .s_side_col #newsletter .box {
        width: 100%;
    }

    .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;
	}

	#home .tb-customizer-position {
		display: contents;
	}

	.tb-customizer-slot {
		display: contents;
	}

	body.customizer-preview #home .tb-customizer-position {
		display: flex;
		flex-direction: column;
		gap: 60px;
	}

	body.customizer-preview .tb-customizer-slot {
		display: block;
		width: 100%;
	}

body.customizer-preview .customizer-module {
	min-height: 50px;
}

body.customizer-preview .tb-customizer-legacy-target {
	position: relative;
	min-height: 50px;
}

body.customizer-preview .tb-customizer-legacy-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	color: #5a6775;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	border: 1px solid rgba(180, 188, 198, 0.7);
	box-shadow: 0 6px 14px rgba(10, 38, 88, 0.12);
	pointer-events: none;
	z-index: 56;
}

body.customizer-preview .tb-customizer-legacy-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed var(--error-color);
	border-radius: 8px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity 150ms ease;
	pointer-events: none;
	z-index: 55;
}

body.customizer-preview .tb-customizer-legacy-target:hover .tb-customizer-legacy-overlay {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.customizer-preview .tb-customizer-legacy-toolbar {
	position: absolute;
	top: 10px;
	right: 10px;
	display: flex;
	gap: 6px;
}

body.customizer-preview .tb-customizer-legacy-action {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	border: 1px solid rgba(15, 61, 73, 0.2);
	background: #ffffff;
	color: #0f3d49;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 6px 14px rgba(10, 38, 88, 0.12);
}

body.customizer-preview.tb-customizer-dragging .tb-customizer-legacy-overlay {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

	body.customizer-preview.tb-customizer-dragging .tb-customizer-module-overlay {
		pointer-events: none;
	}

/*  -------------------------------------------------------------------------------------  */
/*  ---  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;
		z-index: 1;
	}

    #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("/catalog/view/theme/tsb_theme/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;
	}

	#product_tags {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		gap: 10px;
	}

	#product_tags ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 10px;
	}

	#product_tags ul li {
		border: 1px solid;
		padding: 1px 8px;
		font-size: 12px;
	}

	/*  -------------------------------------------------------------------------------------  */
	/*  ---  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  ----  */
	/*  -------------------------------------------------------------------------------------  */

	.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;
		color: #000;
	}

	.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  ----  */
	/*  -------------------------------------------------------------------------------------  */

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

	.pcheckout .checkout-layout {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 50px;
	}

	.pcheckout .checkout-layout > .s_main_col {
		flex: 1 1 0;
		min-width: 0;
	}

	.checkout.s_main_col {
        display: flex;
        flex-direction: row !important;
        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;
    }

	.pcheckout #payment-method img {
			width: 25px;
			object-fit: contain;
	}

	.pcheckout #payment-method label {
			display: flex;
			flex-direction: row;
			align-items: center;
			gap: 7px;
		}

    .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: wrap;
        align-content: center;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }

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

	#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;
    }

	.layout_3 .sidenav {
		background-color: #000 !important;
		box-shadow: none !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: clamp(200px, 22vw, 260px);
		width: clamp(200px, 22vw, 260px);
	}

	: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.s_layout_fixed.layout_2 #intro:has(.swiper) {
        z-index: 0;
    }

    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) { 

        /* 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 !important;
		}

		.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;
		}

		body.search-overlay-active .main_navigation.mobile {
			z-index: 100002 !important;
		}

        .main_navigation.mobile .s_col_12 {
            height: 40px;
        }

        #search_bar_mobile .sb-mobile-wrapper {
            display: flex;
            align-items: stretch;
            width: 100%;
        }

        #search_bar_mobile .sb-mobile-wrapper > input {
            flex: 1 1 auto;
            min-width: 0;
        }

        #search_bar_mobile input[type=text],
        #search_bar_mobile input[type=search] {
            border-color: var(--border-color);
            box-shadow: none;
        }

        .site_search_autocomplete {
            margin-top: 10px;
        }

		.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;
        }

        #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;
        }

		#content table{
			display:block;
			overflow-x:auto;
			white-space:nowrap;
			position:relative;
		}

		#content table::before{
			content:"← swipe →";
			position:sticky;
			left:50%;
			transform:translateX(-50%);
			top:6px;
			display:block;
			width:max-content;
			margin:0 auto 6px;
			font-size:.8rem;
			opacity:.6;
			background:#fff;
			padding:4px 10px;
			border-radius:999px;
			pointer-events:none;
			z-index:10;
		}
    }

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

		.pcheckout .checkout-layout {
			flex-direction: column;
			gap: 20px;
		}

        .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;
		}
    }
  #product_page {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  #product_page,
  #page.s_info_page,
  #product_page .tb-customizer-position,
  #category .tb-customizer-position,
  #page.s_info_page .tb-customizer-position {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .tb-row {
    width: 100%;
    position: relative;
  }

  .tb-row--background-pad-1 {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tb-row--background-pad-2 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tb-row--background-pad-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .tb-row--background-pad-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .tb-row--background-pad-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tb-row--background-pad-6 {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .tb-row--background-pad-7 {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .tb-row--background-pad-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tb-row--background-pad-9 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .tb-row--background-pad-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tb-row--background-pad-11 {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .tb-row--background-pad-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tb-row--background-pad-13 {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .tb-row--background-pad-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .tb-row--background-pad-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tb-row--background-pad-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .tb-row--background-pad-17 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .tb-row--background-pad-18 {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .tb-row--background-pad-19 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .tb-row--background-pad-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tb-row--background-pad-21 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .tb-row--background-pad-22 {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .tb-row--background-pad-23 {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .tb-row--background-pad-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .tb-row--background-pad-25 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .tb-row--background-pad-26 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .tb-row--background-pad-27 {
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .tb-row--background-pad-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .tb-row--background-pad-29 {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .tb-row--background-pad-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tb-row--background-pad-31 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .tb-row--background-pad-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .tb-row--background-pad-33 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .tb-row--background-pad-34 {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .tb-row--background-pad-35 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tb-row--background-pad-36 {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .tb-row--background-pad-37 {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .tb-row--background-pad-38 {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .tb-row--background-pad-39 {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .tb-row--background-pad-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .tb-row--background-pad-41 {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .tb-row--background-pad-42 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .tb-row--background-pad-43 {
    padding-top: 43px;
    padding-bottom: 43px;
  }
  .tb-row--background-pad-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .tb-row--background-pad-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .tb-row--background-pad-46 {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .tb-row--background-pad-47 {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .tb-row--background-pad-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .tb-row--background-pad-49 {
    padding-top: 49px;
    padding-bottom: 49px;
  }
  .tb-row--background-pad-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tb-row--background-pad-51 {
    padding-top: 51px;
    padding-bottom: 51px;
  }
  .tb-row--background-pad-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .tb-row--background-pad-53 {
    padding-top: 53px;
    padding-bottom: 53px;
  }
  .tb-row--background-pad-54 {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .tb-row--background-pad-55 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .tb-row--background-pad-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .tb-row--background-pad-57 {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .tb-row--background-pad-58 {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .tb-row--background-pad-59 {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .tb-row--background-pad-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .tb-row--background-pad-61 {
    padding-top: 61px;
    padding-bottom: 61px;
  }
  .tb-row--background-pad-62 {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .tb-row--background-pad-63 {
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .tb-row--background-pad-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .tb-row--background-pad-65 {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .tb-row--background-pad-66 {
    padding-top: 66px;
    padding-bottom: 66px;
  }
  .tb-row--background-pad-67 {
    padding-top: 67px;
    padding-bottom: 67px;
  }
  .tb-row--background-pad-68 {
    padding-top: 68px;
    padding-bottom: 68px;
  }
  .tb-row--background-pad-69 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
  .tb-row--background-pad-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tb-row--background-pad-71 {
    padding-top: 71px;
    padding-bottom: 71px;
  }
  .tb-row--background-pad-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .tb-row--background-pad-73 {
    padding-top: 73px;
    padding-bottom: 73px;
  }
  .tb-row--background-pad-74 {
    padding-top: 74px;
    padding-bottom: 74px;
  }
  .tb-row--background-pad-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .tb-row--background-pad-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  .tb-row--background-pad-77 {
    padding-top: 77px;
    padding-bottom: 77px;
  }
  .tb-row--background-pad-78 {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .tb-row--background-pad-79 {
    padding-top: 79px;
    padding-bottom: 79px;
  }
  .tb-row--background-pad-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tb-row--background-pad-81 {
    padding-top: 81px;
    padding-bottom: 81px;
  }
  .tb-row--background-pad-82 {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .tb-row--background-pad-83 {
    padding-top: 83px;
    padding-bottom: 83px;
  }
  .tb-row--background-pad-84 {
    padding-top: 84px;
    padding-bottom: 84px;
  }
  .tb-row--background-pad-85 {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .tb-row--background-pad-86 {
    padding-top: 86px;
    padding-bottom: 86px;
  }
  .tb-row--background-pad-87 {
    padding-top: 87px;
    padding-bottom: 87px;
  }
  .tb-row--background-pad-88 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
  .tb-row--background-pad-89 {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .tb-row--background-pad-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .tb-row--background-pad-91 {
    padding-top: 91px;
    padding-bottom: 91px;
  }
  .tb-row--background-pad-92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .tb-row--background-pad-93 {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .tb-row--background-pad-94 {
    padding-top: 94px;
    padding-bottom: 94px;
  }
  .tb-row--background-pad-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .tb-row--background-pad-96 {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .tb-row--background-pad-97 {
    padding-top: 97px;
    padding-bottom: 97px;
  }
  .tb-row--background-pad-98 {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .tb-row--background-pad-99 {
    padding-top: 99px;
    padding-bottom: 99px;
  }
  .tb-row--background-pad-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tb-row--background-pad-101 {
    padding-top: 101px;
    padding-bottom: 101px;
  }
  .tb-row--background-pad-102 {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .tb-row--background-pad-103 {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .tb-row--background-pad-104 {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .tb-row--background-pad-105 {
    padding-top: 105px;
    padding-bottom: 105px;
  }
  .tb-row--background-pad-106 {
    padding-top: 106px;
    padding-bottom: 106px;
  }
  .tb-row--background-pad-107 {
    padding-top: 107px;
    padding-bottom: 107px;
  }
  .tb-row--background-pad-108 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .tb-row--background-pad-109 {
    padding-top: 109px;
    padding-bottom: 109px;
  }
  .tb-row--background-pad-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .tb-row--background-pad-111 {
    padding-top: 111px;
    padding-bottom: 111px;
  }
  .tb-row--background-pad-112 {
    padding-top: 112px;
    padding-bottom: 112px;
  }
  .tb-row--background-pad-113 {
    padding-top: 113px;
    padding-bottom: 113px;
  }
  .tb-row--background-pad-114 {
    padding-top: 114px;
    padding-bottom: 114px;
  }
  .tb-row--background-pad-115 {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .tb-row--background-pad-116 {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .tb-row--background-pad-117 {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .tb-row--background-pad-118 {
    padding-top: 118px;
    padding-bottom: 118px;
  }
  .tb-row--background-pad-119 {
    padding-top: 119px;
    padding-bottom: 119px;
  }
  .tb-row--background-pad-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .tb-row--background-pad-121 {
    padding-top: 121px;
    padding-bottom: 121px;
  }
  .tb-row--background-pad-122 {
    padding-top: 122px;
    padding-bottom: 122px;
  }
  .tb-row--background-pad-123 {
    padding-top: 123px;
    padding-bottom: 123px;
  }
  .tb-row--background-pad-124 {
    padding-top: 124px;
    padding-bottom: 124px;
  }
  .tb-row--background-pad-125 {
    padding-top: 125px;
    padding-bottom: 125px;
  }
  .tb-row--background-pad-126 {
    padding-top: 126px;
    padding-bottom: 126px;
  }
  .tb-row--background-pad-127 {
    padding-top: 127px;
    padding-bottom: 127px;
  }
  .tb-row--background-pad-128 {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .tb-row--background-pad-129 {
    padding-top: 129px;
    padding-bottom: 129px;
  }
  .tb-row--background-pad-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  .tb-row--background-pad-131 {
    padding-top: 131px;
    padding-bottom: 131px;
  }
  .tb-row--background-pad-132 {
    padding-top: 132px;
    padding-bottom: 132px;
  }
  .tb-row--background-pad-133 {
    padding-top: 133px;
    padding-bottom: 133px;
  }
  .tb-row--background-pad-134 {
    padding-top: 134px;
    padding-bottom: 134px;
  }
  .tb-row--background-pad-135 {
    padding-top: 135px;
    padding-bottom: 135px;
  }
  .tb-row--background-pad-136 {
    padding-top: 136px;
    padding-bottom: 136px;
  }
  .tb-row--background-pad-137 {
    padding-top: 137px;
    padding-bottom: 137px;
  }
  .tb-row--background-pad-138 {
    padding-top: 138px;
    padding-bottom: 138px;
  }
  .tb-row--background-pad-139 {
    padding-top: 139px;
    padding-bottom: 139px;
  }
  .tb-row--background-pad-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .tb-row--background-pad-141 {
    padding-top: 141px;
    padding-bottom: 141px;
  }
  .tb-row--background-pad-142 {
    padding-top: 142px;
    padding-bottom: 142px;
  }
  .tb-row--background-pad-143 {
    padding-top: 143px;
    padding-bottom: 143px;
  }
  .tb-row--background-pad-144 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
  .tb-row--background-pad-145 {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  .tb-row--background-pad-146 {
    padding-top: 146px;
    padding-bottom: 146px;
  }
  .tb-row--background-pad-147 {
    padding-top: 147px;
    padding-bottom: 147px;
  }
  .tb-row--background-pad-148 {
    padding-top: 148px;
    padding-bottom: 148px;
  }
  .tb-row--background-pad-149 {
    padding-top: 149px;
    padding-bottom: 149px;
  }
  .tb-row--background-pad-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .tb-row--background-pad-151 {
    padding-top: 151px;
    padding-bottom: 151px;
  }
  .tb-row--background-pad-152 {
    padding-top: 152px;
    padding-bottom: 152px;
  }
  .tb-row--background-pad-153 {
    padding-top: 153px;
    padding-bottom: 153px;
  }
  .tb-row--background-pad-154 {
    padding-top: 154px;
    padding-bottom: 154px;
  }
  .tb-row--background-pad-155 {
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .tb-row--background-pad-156 {
    padding-top: 156px;
    padding-bottom: 156px;
  }
  .tb-row--background-pad-157 {
    padding-top: 157px;
    padding-bottom: 157px;
  }
  .tb-row--background-pad-158 {
    padding-top: 158px;
    padding-bottom: 158px;
  }
  .tb-row--background-pad-159 {
    padding-top: 159px;
    padding-bottom: 159px;
  }
  .tb-row--background-pad-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .tb-row--background-pad-161 {
    padding-top: 161px;
    padding-bottom: 161px;
  }
  .tb-row--background-pad-162 {
    padding-top: 162px;
    padding-bottom: 162px;
  }
  .tb-row--background-pad-163 {
    padding-top: 163px;
    padding-bottom: 163px;
  }
  .tb-row--background-pad-164 {
    padding-top: 164px;
    padding-bottom: 164px;
  }
  .tb-row--background-pad-165 {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .tb-row--background-pad-166 {
    padding-top: 166px;
    padding-bottom: 166px;
  }
  .tb-row--background-pad-167 {
    padding-top: 167px;
    padding-bottom: 167px;
  }
  .tb-row--background-pad-168 {
    padding-top: 168px;
    padding-bottom: 168px;
  }
  .tb-row--background-pad-169 {
    padding-top: 169px;
    padding-bottom: 169px;
  }
  .tb-row--background-pad-170 {
    padding-top: 170px;
    padding-bottom: 170px;
  }
  .tb-row--background-pad-171 {
    padding-top: 171px;
    padding-bottom: 171px;
  }
  .tb-row--background-pad-172 {
    padding-top: 172px;
    padding-bottom: 172px;
  }
  .tb-row--background-pad-173 {
    padding-top: 173px;
    padding-bottom: 173px;
  }
  .tb-row--background-pad-174 {
    padding-top: 174px;
    padding-bottom: 174px;
  }
  .tb-row--background-pad-175 {
    padding-top: 175px;
    padding-bottom: 175px;
  }
  .tb-row--background-pad-176 {
    padding-top: 176px;
    padding-bottom: 176px;
  }
  .tb-row--background-pad-177 {
    padding-top: 177px;
    padding-bottom: 177px;
  }
  .tb-row--background-pad-178 {
    padding-top: 178px;
    padding-bottom: 178px;
  }
  .tb-row--background-pad-179 {
    padding-top: 179px;
    padding-bottom: 179px;
  }
  .tb-row--background-pad-180 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .tb-row--background-pad-181 {
    padding-top: 181px;
    padding-bottom: 181px;
  }
  .tb-row--background-pad-182 {
    padding-top: 182px;
    padding-bottom: 182px;
  }
  .tb-row--background-pad-183 {
    padding-top: 183px;
    padding-bottom: 183px;
  }
  .tb-row--background-pad-184 {
    padding-top: 184px;
    padding-bottom: 184px;
  }
  .tb-row--background-pad-185 {
    padding-top: 185px;
    padding-bottom: 185px;
  }
  .tb-row--background-pad-186 {
    padding-top: 186px;
    padding-bottom: 186px;
  }
  .tb-row--background-pad-187 {
    padding-top: 187px;
    padding-bottom: 187px;
  }
  .tb-row--background-pad-188 {
    padding-top: 188px;
    padding-bottom: 188px;
  }
  .tb-row--background-pad-189 {
    padding-top: 189px;
    padding-bottom: 189px;
  }
  .tb-row--background-pad-190 {
    padding-top: 190px;
    padding-bottom: 190px;
  }
  .tb-row--background-pad-191 {
    padding-top: 191px;
    padding-bottom: 191px;
  }
  .tb-row--background-pad-192 {
    padding-top: 192px;
    padding-bottom: 192px;
  }
  .tb-row--background-pad-193 {
    padding-top: 193px;
    padding-bottom: 193px;
  }
  .tb-row--background-pad-194 {
    padding-top: 194px;
    padding-bottom: 194px;
  }
  .tb-row--background-pad-195 {
    padding-top: 195px;
    padding-bottom: 195px;
  }
  .tb-row--background-pad-196 {
    padding-top: 196px;
    padding-bottom: 196px;
  }
  .tb-row--background-pad-197 {
    padding-top: 197px;
    padding-bottom: 197px;
  }
  .tb-row--background-pad-198 {
    padding-top: 198px;
    padding-bottom: 198px;
  }
  .tb-row--background-pad-199 {
    padding-top: 199px;
    padding-bottom: 199px;
  }
  .tb-row--background-pad-200 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tb-row__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  .tb-row--background-full .tb-row__background {
    left: 50%;
    right: auto;
    width: 100vw;
    transform: translateX(-50%);
  }

  .tb-row__background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .tb-row__grid {
    display: grid;
    gap: 24px;
    position: relative;
  }

  .tb-row--align-center .tb-row__grid {
    align-items: center;
  }

  .tb-row__grid--cols-1 {
    grid-template-columns: minmax(0, 1fr);
  }

  .tb-row__grid--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tb-row__grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tb-row__grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tb-row__col {
    min-width: 0;
  }

  .tb-row__slot {
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-width: 0;
  }

  .tb-row .s_listing .s_item {
    min-width: 0;
  }

  .tb-row .s_rating.s_rating_5 {
    max-width: 100%;
  }

  .customizer-preview .tb-row__slot {
    position: relative;
    min-height: 120px;
  }

  .customizer-preview .tb-row__placeholder {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: #f0f2f5;
    border: 1px dashed #cdd6e3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
    pointer-events: none;
  }

  .customizer-preview .tb-row__placeholder-text {
    font-size: 14px;
    color: #8c98ab;
  }

  .customizer-preview .tb-row--customizer > .tb-customizer-module-overlay {
    z-index: 30;
  }

  .customizer-preview .tb-row--customizer {
    overflow: visible;
  }

  .customizer-preview .tb-row__slot .customizer-module,
  .customizer-preview .tb-row__slot [data-customizer-module] {
    position: relative;
    z-index: 45;
  }

  .customizer-preview #left_col .customizer-module,
  .customizer-preview #left_col [data-customizer-module],
  .customizer-preview #right_col .customizer-module,
  .customizer-preview #right_col [data-customizer-module] {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 45;
  }

  .customizer-preview #left_col .tb-customizer-position,
  .customizer-preview #right_col .tb-customizer-position {
    min-height: 120px;
    width: 100%;
    align-self: stretch;
    box-sizing: border-box;
  }

  .customizer-preview .tb-customizer-sidebar-placeholder {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    background: #f0f2f5;
    border: 1px dashed #cdd6e3;
    padding: 12px;
    box-sizing: border-box;
    width: 100%;
    pointer-events: none;
  }

  .customizer-preview .tb-customizer-sidebar-placeholder.is-active {
    border-color: rgba(15, 61, 73, 0.5);
    background: #e9eef3;
  }

  .customizer-preview .tb-customizer-sidebar-placeholder__text {
    font-size: 14px;
    color: #8c98ab;
  }

  .customizer-preview .tb-customizer-sidebar-target {
    position: relative;
  }

  .customizer-preview .tb-customizer-sidebar-overlay {
    position: absolute;
    inset: 0;
    border: 2px dashed rgba(15, 61, 73, 0.5);
    border-radius: 8px;
    box-sizing: border-box;
    background: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 150ms ease;
    z-index: 30;
  }

  .customizer-preview .tb-customizer-sidebar-overlay::before {
    content: "";
    position: absolute;
    top: -32px;
    left: -12px;
    right: -12px;
    height: 32px;
    pointer-events: auto;
  }

  .customizer-preview .tb-customizer-sidebar-target:hover .tb-customizer-sidebar-overlay,
  .customizer-preview .tb-customizer-sidebar-target:focus-within .tb-customizer-sidebar-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .customizer-preview .tb-customizer-sidebar-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 6px;
    transform: translateY(calc(-100% - 12px));
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 150ms ease;
  }

  .customizer-preview .tb-customizer-sidebar-target:hover .tb-customizer-sidebar-toolbar,
  .customizer-preview .tb-customizer-sidebar-toolbar:focus-within {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .customizer-preview .tb-customizer-sidebar-edit {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: 1px solid rgba(15, 61, 73, 0.2);
    background: #ffffff;
    color: #0f3d49;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 6px 14px rgba(10, 38, 88, 0.12);
  }

  .customizer-preview .tb-customizer-sidebar-edit i {
    line-height: 1;
  }

  .customizer-preview.tb-customizer-dragging .tb-customizer-sidebar-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .customizer-preview.tb-customizer-dragging .tb-customizer-sidebar-toolbar {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .customizer-preview #footer_nav .footer_box {
    flex: 1 1 200px;
    min-width: 200px;
    box-sizing: border-box;
  }

  .customizer-preview #footer_nav .tb-customizer-footer-nav-edit {
    display: grid;
    place-items: center;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    text-align: center;
  }

  .customizer-preview #footer_nav .tb-customizer-footer-nav-edit i {
    display: block;
    line-height: 1;
    margin: 0;
  }

  .customizer-preview .tb-customizer-menu-overlay {
    height: 100%;
    min-height: 44px;
  }

  .customizer-preview .main_navigation.desktop.is-sticky .tb-customizer-menu-overlay {
    min-height: 0;
  }

  .customizer-preview [data-customizer-module="slideshow"] {
    position: relative;
    z-index: 0;
  }

  .customizer-preview [data-customizer-module="slideshow"] .swiper,
  .customizer-preview [data-customizer-module="slideshow"] .swiper-wrapper,
  .customizer-preview [data-customizer-module="slideshow"] .swiper-slide {
    z-index: 0;
  }

  .customizer-preview [data-customizer-module="slideshow"] .tb-customizer-module-overlay {
    z-index: 80 !important;
  }

  .tb-row .tb-row-products-per-row-1 .s_item {
    flex: 0 1 100%;
  }

  .tb-row .tb-row-products-per-row-2 .s_item {
    flex: 0 1 calc((100% - 2%) / 2);
  }

  .tb-row .tb-row-products-per-row-3 .s_item {
    flex: 0 1 calc((100% - 4%) / 3);
  }

  .tb-row .tb-row-products-per-row-4 .s_item {
    flex: 0 1 calc((100% - 6%) / 4);
  }

  .tb-row .tb-row-products-per-row-5 .s_item {
    flex: 0 1 calc((100% - 8%) / 5);
  }

  .tb-row .tb-row-products-per-row-6 .s_item {
    flex: 0 1 calc((100% - 10%) / 6);
  }

  .tb-row .tb-row-products-per-row-7 .s_item {
    flex: 0 1 calc((100% - 12%) / 7);
  }

  .tb-row .tb-row-products-per-row-8 .s_item {
    flex: 0 1 calc((100% - 14%) / 8);
  }

  .tb-row .tb-row-products-per-row-9 .s_item {
    flex: 0 1 calc((100% - 16%) / 9);
  }

  .tb-row .tb-row-products-per-row-10 .s_item {
    flex: 0 1 calc((100% - 18%) / 10);
  }

  .tb-row .tb-row-products-per-row-11 .s_item {
    flex: 0 1 calc((100% - 20%) / 11);
  }

  .tb-row .tb-row-products-per-row-12 .s_item {
    flex: 0 1 calc((100% - 22%) / 12);
  }

  .customizer-preview .tb-customizer-module-overlay--row.is-pinned {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .customizer-preview .tb-customizer-module-overlay--row::before {
    content: "";
    position: absolute;
    top: -32px;
    left: -12px;
    right: -12px;
    height: 32px;
    pointer-events: auto;
  }

  .customizer-preview .tb-customizer-module-overlay--row .tb-customizer-module-toolbar {
    top: 0 !important;
    right: 0 !important;
    left: auto;
    transform: translateY(calc(-100% - 12px));
    z-index: 60;
  }

  .customizer-preview .tb-customizer-banner-empty__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .customizer-preview .tb-customizer-banner-empty__icon {
    font-size: 22px;
    color: #9aa6b6;
  }

  .customizer-preview .tb-customizer-banner-empty__text {
    font-size: 14px;
    color: #8c98ab;
  }

  .customizer-preview .s_listing .tb-customizer-product-placeholder {
    display: flex;
    flex-direction: column;
  }

  .customizer-preview .s_listing .tb-customizer-product-placeholder .tb-customizer-carousel-empty__box {
    flex: 1 1 auto;
  }

  @media only screen and (max-width: 600px) {
    .tb-row__grid--cols-1,
    .tb-row__grid--cols-3 {
      grid-template-columns: minmax(0, 1fr);
    }

    .tb-row__grid--cols-2,
    .tb-row__grid--cols-4 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
