/*
Theme Name: D4D Theme Child
Theme URI: http://www.d4designstudios.com
Description: D4D  Child is a child theme of D4D Visual Builder, created by D4D Team
Author: D4D Team
Author URI: https://www.d4designstudios.com/
Template: d4d-theme
Version: 1.0.0
Text Domain: d4d-textdomain
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
mark {
    background-color: transparent !important;
    color: black;
}
.cart-discount {
	list-style: none !important;
}
/*
    Add your custom styles here
*/
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color:#95A195 !important;
}
/* Upsells /  Related Products */
.up-sells.upsells.products > h2 {
	display: none;	
}

.up-sells ul.products li.product a img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.up-sells ul.products li .button {
    background: rgba(255,255,255,1);
}

/* Page Loader
-------------------------------------------------------------------- */
.d4d_page_loader {
	position:fixed;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:99999;
	text-align: center;
	background-image: url('svg-loaders/oval.svg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-position: center center;
	background-size: 60px 60px;
}

a {	color: #333; }
a:hover { color: #000; }
.d4d-widget a { color: #3333; }
.d4d-widget a:hover { color:#000; }

h1,h2 {
/* 	font-family: "California Dreamer", Sans-serif !important; */
}
body {
	font-family: "Rubik", Sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.6px;
	overflow-x: hidden;
}
input[type=password],
textarea, input[type=text],
.woocommerce form .form-row textarea,
input[type=search],
input[type=email],
input[type=url],
input[type=number],
input[type=tel],
select {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #eaeaea;
    color: #111111;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 1px;
    height: 48px;
}
textarea,
.woocommerce form .form-row textarea {
    height: 140px;
}
/*  Header Css */
.atp-header-nav.elementor-sticky--active {
    background-color: #f9f9f9;
    padding: 15px 0 !important;
    -webkit-transition: all 0.5s linear !important;
    -o-transition: all 0.5s linear !important;
    transition: all 0.5s linear !important;
}
.atp-header-logo svg {
    height: 100% !important;
    width: 450px !important;
}
.atp-footer-logo svg{
    width: 100% !important;
    height: 100% !important;
    max-width: 320px !important;
}

.wpml-ls-legacy-dropdown a:first-child { background: none; }
.wpml-ls-legacy-dropdown li:first-child a:hover { background: none; }
.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	background: transparent;
}

/* Footer  Css */
.atp-team-email a,
.atp-footer-content a { 
    border-bottom: 1px solid #000000;
}
.atp-team-email a:hover,
.atp-footer-content a:hover { 
    border-bottom: 1px solid #DFB340;
    color: #DFB340 !important;
}
/* Header Menu */
.d4d-header .elementor-nav-menu--main .menu-item-has-children .sub-menu.elementor-nav-menu--dropdown {
	min-width: 150px !important;
	margin-left: 5px !important;
	margin-top: 10px !important;
}

.d4d-header .elementor-item.has-submenu:hover:after,
.d4d-header .elementor-sub-item.elementor-item-anchor:hover:after {
	opacity: 0!important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-left: 0 !important;
}

.d4d-header .elementor-sub-item {
    border-left: 0px;
    padding: 5px 60px 5px 10px !important;
}
.d4d-header .elementor-sub-item a:hover {
    padding: 8px 15px 8px 15px !important;
}

@media only screen and (max-width: 479px) {
	.d4d-header .elementor-sub-item {
	    border-left: 0px;
	    padding: 10px 15px 10px 15px !important;
	}
}

.elementor-nav-menu--dropdown .elementor-sub-item {
	padding: 5px 10px 5px 10px !important;
}
/* Customized Ham Burger */
.d4d-header .elementor-menu-toggle {
	width: 40px;
	height: 40px;
	position: relative;
	background-color: transparent !important;
}
.d4d-header i.eicon {
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
	        transform: translateX(-10px);
	position: relative;
}
.d4d-header i.eicon:before,
.d4d-header i.eicon:after,
.d4d-header i.eicon {
    width: 30px;
    height: 2px;
    background-color: #534f4d;
}
.d4d-header i.eicon:before {
    content: '';
    top: -8px;
	-webkit-transition: top 0.4s ease 0.2s;
	-o-transition: top 0.4s ease 0.2s;
	transition: top 0.4s ease 0.2s;
	position: absolute;
	right: 0;
}
.d4d-header i.eicon:after {
    content: '';
    top: 8px;
	-webkit-transition: top 0.4s ease 0.2s;
	-o-transition: top 0.4s ease 0.2s;
	transition: top 0.4s ease 0.2s;
	position: absolute;
	right: 0;
}
.elementor-menu-toggle.elementor-active i.eicon:before,
.elementor-menu-toggle.elementor-active i.eicon:after {
	top: 0;
	-webkit-transition: top 0.4s ease 0.4s;
	-o-transition: top 0.4s ease 0.4s;
	transition: top 0.4s ease 0.4s;
}
.elementor-menu-toggle.elementor-active i:before { content: '' !important; }
.elementor-menu-toggle.elementor-active i { background: transparent; }
.elementor-menu-toggle.elementor-active i.eicon:before {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: -webkit-transform 0.26s ease 0.4s;
	transition: -webkit-transform 0.26s ease 0.4s;
	-o-transition: transform 0.26s ease 0.4s;
	transition: transform 0.26s ease 0.4s;
	transition: transform 0.26s ease 0.4s, -webkit-transform 0.26s ease 0.4s;
}
.elementor-menu-toggle.elementor-active i.eicon:after {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.26s ease 0.4s;
	transition: -webkit-transform 0.26s ease 0.4s;
	-o-transition: transform 0.26s ease 0.4s;
	transition: transform 0.26s ease 0.4s;
	transition: transform 0.26s ease 0.4s, -webkit-transform 0.26s ease 0.4s;
}
/* Changing the color of hamburger icon on header fixed */
.elementor-sticky--effects i.eicon-menu-bar:before,
.elementor-sticky--effects i.eicon-menu-bar:after,
.elementor-sticky--effects i.eicon-menu-bar {
/*     background-color: #000; */
}
.elementor-menu-toggle.elementor-active i.eicon-menu-bar:before,
.elementor-menu-toggle.elementor-active i.eicon-menu-bar:after {
	background-color: #fff !important;
}

.elementor-menu-toggle.elementor-active i:before {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/cross.svg') !important;
}

.elementor-menu-toggle.elementor-active i.eicon-menu-bar:before {
	background-color: transparent !important;	
}

/* Toggle Css */
.lia-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened,
.lia-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    	position: relative;
    	width: 30px;
    	height: 30px;
    	margin-top: -5px;
}
.lia-toggle i.fas.fa-plus {
        font-family: arial;
        font-size: 1px;
        background-color: #000000;
        width: 100%;
        height: 2px;
        vertical-align: middle;
        margin-top: 5px;
        
}
.lia-toggle i.fas.fa-plus:before {
        content: '';
        position: absolute;
        background-color: #000000;
        height: 100%;
        width: 2px;
        z-index: 6;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
}
.lia-toggle .elementor-toggle-icon.elementor-toggle-icon-left {
        font-size: 20px;
}
.elementor-toggle .elementor-tab-title a {
        padding-left: 20px;
}
.lia-toggle i.fas.fa-minus:before {
        position: absolute;
        content: '';
        top: 13px;
        height: 2px;
        width: 100%;
        font-family: arial;
        font-size: 1px;
        background-color: #000000;
        z-index: 6;
}

/* Home Page */
.atp-img-right img,
.atp-team-img img,
.atp-grid-img img  {
    padding: 26px 18px;
    border-radius: 25px !important;
}
.atp-single-pro4 {
    margin-left: -100px;
}
.atp-single-pro5 {
    margin-left: -30px
}

#elementor-popup-modal-452 .dialog-lightbox-close-button i.eicon-close {
    font-size: 45px;
}

#elementor-popup-modal-452 .dialog-close-button {
    top: 48px !important;
    right: 105px !important;
}

.atp-header-nav .elementor-nav-menu--main .elementor-nav-menu ul {
		background: #f9f9f9;
    	margin-top: 6px !important;
	}


/* Responsive */

/* iPad Portrait
======================================================================== */
@media only screen
and (min-width: 768px)
and (max-width: 959px) {
	.atp-header-nav .elementor-clickable { 
	margin-top: -82px !important; 
}
	.atp-header-logo svg {
    width: 400px !important;
}
	.atp-header-nav .elementor-nav-menu--dropdown {
    background: #f9f9f9;
/*     top: 0 !important; */
/*     margin: 0 !important; */
}
	.atp-single-pro4, .atp-single-pro5 {
    margin-left: 0 !important; 
}
	.atp-header-nav.elementor-sticky--active {
		display: none !important;
	}
}

/* Smartphones and iPhone 4s(landscape)
======================================================================== */
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
	.atp-header-logo svg {
    width: 250px !important;
}
	.atp-header-nav .elementor-clickable {
    margin-top: -82px !important;
}
	.atp-header-nav .elementor-nav-menu--dropdown {
    background: #f9f9f9;
/*     top: 0 !important; */
/*     margin: 0 !important; */
}
	
	.atp-single-pro4, .atp-single-pro5 {
		margin-left: 0 !important; 
	}
	.atp-header-nav.elementor-sticky--active {
		display: none !important;
	}
}


/* d4d widgets wrap styling */
.d4d-widget {
	margin-bottom: 40px;
}

.d4d-widget .widget-title {
	font-family: "Mont", Arial, Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}

.widget ul, .widget ol {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.widget li { margin-bottom: 0; }
	.widget_pages ul li,
	.widget_nav_menu ul li,
	.widget_categories ul li,
	.widget_archive ul li {
	display: block;
	padding: 2px 0;
	text-align: right;
}
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_categories ul li a,
.widget_archive ul li a {
	position: relative;
	float: left;
	padding: 2px 0;
	color: #222222;
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(0,0,0,0.1);
}

.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover {
	color: #95A195;
}
.widget_pages ul li::after,
.widget_nav_menu ul li::after,
.widget_categories ul li::after,
.widget_archive ul li::after {
	clear: both;
	display: block;
	content: "";
}
.widget_pages ul li a:after,
.widget_nav_menu ul li a:after,
.widget_categories ul li a:after,
.widget_archive ul li a:after {
	content: '';
	border-bottom: 1px solid #e1e1e1;
	border-color: rgba(0,0,0,0.1);
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 0%;
	left: 0;
	-webkit-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.widget_pages ul li a:hover:after,
.widget_nav_menu ul li a:hover:after,
.widget_categories ul li a:hover:after,
.widget_archive ul li a:hover:after {
	width: 100%;
	border-color: #95A195;
}
.widget_pages ul.children,
.widget_nav_menu ul.children,
.widget_categories ul.children,
.widget_archive ul.children { clear: both; padding: 5px 0 0 10px; }

.widget_pages ul.children li,
.widget_nav_menu ul.children li,
.widget_categories ul.children li,
.widget_archive ul.children li { padding: 5px 0; }

.widget_nav_menu ul.children li,
.widget_nav_menu ul.children li a,
.widget_pages ul.children li,
.widget_pages ul.children li a,
.widget_categories ul.children li,
.widget_categories ul.children li a,
.widget_archive ul.children li,
.widget_archive ul.children li a { line-height: 1; padding-left: 8px;}


/* WordPress Clanedar */
#wp-calendar { border: none; }
#wp-calendar tbody td,
#wp-calendar th,
#wp-calendar table,
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption,
#wp-calendar tbody td {
	background-color: transparent !important;
	border: none !important;
}
#wp-calendar tbody td a {
	display: block;
	width: 38px;
	height: 38px;
	color: #000000;
	padding: 6px;
	border: 1px solid #95A195;
	border-radius: 50%;
}
#wp-calendar tbody td {
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	vertical-align: middle;
}
#wp-calendar tbody td { text-align: center; }
#wp-calendar th {
	font-weight: 300;
	text-align: center;
}
#wp-calendar caption { font-weight: bold; color: inherit; }
#wp-calendar tfoot tr a { color: inherit; }
#wp-calendar tfoot #prev { text-align: left;}
#wp-calendar tfoot #next { text-align: right;}

#wp-calendar tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.023);
}
/* .d4d-adv-menu .elementor-nav-menu > li:nth-last-child(2) {
	margin-right: 0 !important;
} */
/* Main Header test */
/* D4D custom dropdown menu */
.d4d-header nav.elementor-nav-menu--dropdown {
	margin:0;
	position: fixed !important;
	width: 100vw !important;
	height: 100vh !important;
	background-color: #ffffff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 10!important;
}

.d4d-header .elementor-menu-toggle {
	z-index: 9999;
}

.d4d-header nav.elementor-nav-menu--dropdown {
	margin-top: 0 !important;
}
.d4d-header .elementor-nav-menu--dropdown .elementor-item-active {
	background: none;
}
.d4d-header .elementor-nav-menu--dropdown .elementor-nav-menu {
	width: 1140px !important;
	margin: 0 auto;
}

.d4d-header .elementor-nav-menu--dropdown .sub-menu a {
    background-color:rgba(255,255,255,0.3);
    -webkit-transition: all 0.23s ease-in-out;
    -o-transition: all 0.23s ease-in-out;
    transition: all 0.23s ease-in-out;
}

.d4d-header .elementor-nav-menu--dropdown .elementor-nav-menu a {
	border-bottom: 1px solid rgba(225,225,225,0.25);
	color: #000;
	font-size: 18px;
	font-weight: 400;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.d4d-header .elementor-nav-menu--dropdown .elementor-nav-menu li:last-child a {
	border-bottom: none !important;
}
.d4d-header .elementor-nav-menu--dropdown .mb-show {
	display: block !important;
}
.elementor-menu-toggle:focus {
    outline: none;
}


.atp-grid-img:hover .elementor-image:after {
    background-color:#CDB065;
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
    z-index: 15;
    margin: 28px 22px;
}

.atp-grid-img .elementor-image {
    position: relative;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background-color: transparent;
	color: #000;
	padding: 15px 30px;
	border-radius: 0;
	border: 2px solid #000;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #95A195;
    color: #fff;
	border-color: #95A195;
}

/* WooCommerce Account Page */

.woocommerce-account .woocommerce-MyAccount-content {
	padding-top: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 25% !important; 
}
.d4d-myaccount-nav-title {
	font-family: "California Dreamer", Sans-serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
	color:#000000;
	margin-bottom: 50px;
	margin-top: 0;
}
.account-user { margin-bottom: 20px; }
.account-user .image,
.account-user .user-name {
	display: inline-block;
}
.account-user .image { margin-right: 15px; }
.account-user .image img { border-radius: 100px; -o-object-fit: cover; object-fit: cover; }
.account-user .user-name .op-5 { opacity: 0.5; }
.nav-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    list-style: none;
    padding: 0;
}
.nav-vertical li {
    list-style: none;
    margin: 0;
    width: 100%;
}

.nav li:first-child {
    margin-left: 0px !important;
}
.nav-vertical>li {
	position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
}
.nav-vertical>li>ul>li a, .nav-vertical>li>a {
    display: block;
    width: auto;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
	padding: 20px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color:#95A195 !important;
}
.nav-vertical>li.is-active>a {
    color: #000000 !important;
    text-decoration: underline;
}
.nav-vertical>li { border-top: 1px solid #ececec; }
.nav-vertical>li:last-child { border-bottom: 1px solid #ececec; }


.nav-vertical>li.is-active>a:before, .nav-vertical>li:hover>a:before {
    opacity: 1;
}

.woocommerce-Addresses {
    margin-top: 40px;
}
.woocommerce-Address {
    background: #f6f6f6;
    padding: 20px;
}

.woocommerce-account .addresses .title h3 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}
.woocommerce-account .addresses .title .edit {
    font-size: 11px;
    text-transform: uppercase;
}

.woocommerce-form-row label {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
	line-height: 2.5;
}
.woocommerce form .form-row input.input-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 45px;
    border-radius: 0;
    background: #fff;
    color: #333;
}
.woocommerce-EditAccountForm fieldset {
    border-width: 0;
    padding: 0;
}
.woocommerce form .form-row { margin: 0 0 25px; }
.woocommerce-EditAccountForm legend {
    width: 100%;
    font-size: 1em;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 30px 0 15px;
    border-bottom: 1px solid #f6f6f6;
}
.woocommerce form .form-row .required { color: #000; }

/* Account Page Icons */
.woocommerce-MyAccount-navigation-link:after {
	opacity: 0.4;
}
.woocommerce-MyAccount-navigation-link--dashboard:after {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/d4d-dashboard.svg');
}
.woocommerce-MyAccount-navigation-link--orders:after {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/d4d-basket.svg');
}

.woocommerce-MyAccount-navigation-link--edit-address:after {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/d4d-home.svg');
}
.woocommerce-MyAccount-navigation-link--orders:after {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/d4d-card.svg');
}
.woocommerce-MyAccount-navigation-link--edit-account:after {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/d4d-user.svg');
}
.woocommerce-MyAccount-navigation-link--customer-logout:after {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/d4d-logout.svg');
}

/* WooCommerce Cart Page */

.title_wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.title_wrapper .cart-title {
    position: relative;
    font-size: 46px;
    font-family: "California Dreamer", Sans-serif !important;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    color: #333;
    display: block;
}
.woocommerce-breadcrumbs { position:absolute; right:0; }
.woocommerce-breadcrumbs ul { margin:0; padding:0; list-style:none; }
.woocommerce-breadcrumbs ul li { float:left; margin-left:35px; }
.woocommerce-breadcrumbs .count {
    background:#eee;
    color:#444;
    width:33px;
    height:33px;
    border-radius:100%;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    line-height:33px;
    font-weight:500;
    font-size:13px;
}
.woocommerce-breadcrumbs .label {
    display:inline-block;
    vertical-align:middle;
    margin-left:10px;
    font-weight:500;
    text-transform:uppercase;
    font-size:13px;
}
.woocommerce-breadcrumbs ul li.active .count { background:#95A195; color:#fff; }

.woocommerce table.shop_table {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.woocommerce table.shop_table tr th {
    border: none;
    color: #333;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    background: #fafafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee !important;

}

table td, table th {
    border: 0px solid #e7e7e7 !important;
    border-bottom: 1px solid #e7e7e7 !important;
}
table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: transparent !important;
}

.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tr th {
    padding: 20px !important;
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: transparent !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px !important;
}

.woocommerce table.shop_table td.product-name {
    width: 50%;
}
.woocommerce table.shop_table td.product-name .lia-cart-product { display: -webkit-box; display: -ms-flexbox; display: flex; }
.woocommerce table.shop_table td.product-name .image { margin-right: 20px; -ms-flex-preferred-size: 20%; flex-basis: 20%; }
.woocommerce table.shop_table td.product-name .title { -ms-flex-preferred-size: 80%; flex-basis: 80%; }
.woocommerce table.shop_table td.product-price { font-size: 16px; }
.woocommerce table.shop_table td.product-subtotal {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}

.woocommerce a.remove {
    position: absolute;
    right: 20px;
    top: 20px;
    color: rgba(85, 85, 85, 0.5) !important;
}

.woocommerce a.remove:hover {
    background: transparent;
    color: rgba(85, 85, 85, 0.8) !important;
}

.woocommerce table.shop_table td.product-name .title a {
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce .coupon-wrap {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.woocommerce div.coupon {
    margin: 0;
    padding: 15px 0px 0px 0px;
    width: 50%;
    text-align: right;
}
.woocommerce div.coupon label {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    vertical-align: top;
    padding: 12px 13px 0px 0px;
}
.woocommerce div.coupon label span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    margin-top: 3px;
}
.woocommerce div.coupon label a {
    color: #333;
}
.woocommerce div.coupon-input-wrap {
    display: inline-block;
}
.woocommerce div.coupon #coupon_code {
    float: left;
    margin-right: -1px;
    width: 170px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    height: 50px;
    border: 1px solid #eee;
}
.woocommerce div.coupon input[type=submit] {
    float: left;
    margin-top: 0;
    width: 70px;
    height: 50px;
    font-weight: 500;
    border-radius: 0;
    background: #95A195;
    color: #fff;
    border: 0;
}
.woocommerce div.coupon input[type=submit]:hover {
    background: #000;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: auto;
	margin-top: 25px;
}

div.wc-proceed-to-checkout {
    margin-top: 20px;
}
.woocommerce input[name="update_cart"] {
    margin-top: 10px;
    float: right;
    background: #eee;
    color: #333;
    margin-right: 18px;
    height: 46px;
    line-height: 45px;
    padding: 0 25px 0 25px!important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-radius: 0;
    border-color: #eee;
}
.woocommerce input[name="update_cart"]:hover {
    background: #999;
    color: #fff;
}
a.proceed-to-next-step {
    float: right;
    display: block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-top: 11px;
    color: #fff !important;
    background: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/right-arrow.white_.svg') 92% 15px no-repeat;
    font-weight: 500;
    text-decoration: none;
    padding: 1px 48px 0px 25px;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #95A195;
}
a.proceed-to-next-step:hover {
    background-color: #333;
    color: #fff;
}
.wc-button-wrap {
    float: right;
}
div.cart-notification-area {
    float: left;
    width: 50%;
}
div.cart-notification-area svg {
    width: 35px;
    height: 35px;
    float: left;
}
div.cart-notification-area .message {
    margin: 0px 0px 0px 30px;
    float: left;
    width: calc(100% - 112px);
    line-height: 1.4;
	letter-spacing: 0;
}

/* ----------------------------- */
/* Cart Totals Woocommerce       */
/* ----------------------------- */

.cart-totals-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-first-col,
.cart-sec-col {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	text-align: right;
}

.cart-totals-wrap .order-total,
.cart-totals-wrap .cart-subtotal {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-totals-wrap .order-total li,
.cart-totals-wrap .cart-subtotal li {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}

/* ----------------------------- */
/* Addon Lightbox Cart Page      */
/* ----------------------------- */

.addon-overlay {
	background: rgba(255,255, 255, 0.79);
	position:fixed;
	z-index: 9997;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-transition: 0.3s ease all 0.1s;
	-o-transition: 0.3s ease all 0.1s;
	transition: 0.3s ease all 0.1s;
	display: none;
}

a.overlay-menu-close {
	position:fixed;
	z-index:9999;
	top: 10px;
	right: 10px;
}

.addon-lightbox {
	background:#fff;
	position:fixed;
	z-index:9999;
	top:50%;
	left:50%;
	width: 620px;
	height: 320px;
	-webkit-transition: 0.3s ease all 0.1s;
	-o-transition: 0.3s ease all 0.1s;
	transition: 0.3s ease all 0.1s;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	padding: 0px;
	display: none;
	-webkit-box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
	        box-shadow: 0px 0px 22px rgba(0,0,0,0.1);
}

.addon-lightbox-head {
	padding: 50px 40px 14px 40px;
	font-weight: 300;
}

.addon-lightbox-head h3 {
	position: relative;
	margin:0;
	font-weight: 400;
	font-size: 45px;
	font-family: "California Dreamer", Sans-serif;
	color: #222222;
	text-align: center;
	margin-bottom: 38px;
}

.addon-lightbox-head h3 span:after {
	content: '';
    position: absolute;
	margin-top: 20px;
    bottom: -20px;
    border-bottom: 2px solid #000;
    width: 130px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.addon-lightbox-body p {
	font-size: 15px;
	color:#000000;
}
.addon-lightbox-body .info-area {
	padding-top: 11px;
	float: left;
	width: 30%;
}

.addon-lightbox-body h5 {
	margin:0;
	text-transform:uppercase;
	font-weight:500;
	font-size: 14px;
}

.addon-lightbox-body .price-area {
	float:left;
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
	color: #95A195;
}

.addon-lightbox-body .image {width: 25%;}

.addon-lightbox .quantity {
	float:left;
	margin-left:50px;
}
.addon-lightbox-body .quantity {width: 66px;}
.addon-lightbox-body .quantity .ui-spinner .ui-spinner-button.ui-spinner-down:after { line-height:23px }
.addon-lightbox-body .quantity .ui-spinner .ui-spinner-button:after { line-height:34px; }
.addon-lightbox-footer {
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.addon-lightbox-footer a {
	text-decoration:none;
	padding:2px 25px;
	text-align:center;
	border-radius: 3px;
	width: 200px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
a.button-continue-shopping {
	background: #95A195;
	color: #fff !important;
	height:42px;
	line-height: 40px;
	margin-right: 50px;
}

a.button-continue-shopping:hover {
	color: #fff !important;
	background: #95A195;
}
a.button-cart-link {
	border:2px solid #000000;
	color:#222222;
	height:42px;
	line-height: 35px;
}

.addon-lightbox-footer a.button-cart-link:hover {
	color:#fff;
	background:#333;
	border-color:#333;
}
.addon-lightbox-body{
	padding: 0px 80px 20px 80px;
	text-align: center;
}

.addon-lightbox-body ul {
	margin:0;
	padding:0;
	list-style:none;
}

.addon-lightbox-body ul li {
	padding: 0 0 25px 0;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #f9f9f9;
}

.addon-lightbox-body ul li .image { float:left; }
.addon-lightbox-body ul li .image img {max-height: 100px;width: auto;}

/* Adding Cart Lightbox Media Query */
@media only screen and (max-width: 475px) {
    .addon-lightbox {
        width: 90%;
        height: auto;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .addon-lightbox-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    a.button-continue-shopping {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* woocommerce stock HTML */
.d4d-product-stock-delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 10px;
	font-weight: 500;
	line-height: 11px;
	text-transform: uppercase;
}
.woocommerce div.product p.stock {
	color:#000000;
	font-size: 10px;
	line-height: 11px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom:0;
}
.woocommerce div.product .out-of-stock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color:#000000;
	border:2px solid #000000;
	padding: 4px 15px 3px 15px;	
	color:#ffffff !important;
}

.woocommerce div.product .in-stock {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color:#ffffff;
	border:2px solid #000000;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 15px 3px 15px;	
}

.d4d-product-stock-delivery-txt {
	padding-left: 10px;
    padding: 6px 0 0 10px;
}

.d4d-product-stock-delivery-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d4d-product-stock-delivery-svg:before {
    content: '/';
    font-size: 16px;
    line-height: 22px;
    padding: 0 10px;
    position: relative;
    top: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.woocommerce .quantity input {
	border:1px solid #A2A2A2;
	border-radius: 0;
	color:#000000;
}

.woocommerce .quantity input.d4d-minus,
.woocommerce .quantity input.d4d-plus {
    font-size: 22px;
	line-height: 30px;
    font-weight: 600;
	color:#A2A2A2 !important;
}

.woocommerce .quantity input.d4d-minus { margin-right: -6px; }
.woocommerce .quantity input.d4d-plus { margin-left: -5px; }
.woocommerce div.product .quantity input.d4d-plus { margin-left: -6px; }

.woocommerce .quantity input.d4d-minus:hover,
.woocommerce .quantity input.d4d-plus:hover,
.woocommerce .quantity input.d4d-minus:focus,
.woocommerce .quantity input.d4d-plus:focus {
	background-color:#EEEEEE;
}

/* WooCommerce Checkout */
form.checkout .col2-set div.col-1 {
    border-right: 1px solid #eee;
    padding-right: 35px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 0;
/*    background: #333;*/
/*    color: #fff;*/
    padding: 40px 60px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { content: ''; }
.woocommerce-error a.showcoupon,
.woocommerce-info a.showcoupon,
.woocommerce-message a.showcoupon {
	text-decoration: underline;
}
.woocommerce-error a:hover.showcoupon,
.woocommerce-info a:hover.showcoupon,
.woocommerce-message a:hover.showcoupon {
}
.woocommerce-billing-fields h3, .woocommerce-shipping-fields h3, .woocommerce-checkout h3 {
    font-weight: 500;
    font-size: 19px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 25px;
}
form.checkout label {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 8px;
}
.order_review_table { border-top:none;margin-bottom: 40px; }

#order_review #payment {
    padding: 20px 0;
    margin: 0;
    background: none;
    border-radius: 0;
}
.woocommerce-checkout-payment h4 {
    margin: 30px 0 30px 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0 0 20px 0;
    border-bottom: 0;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside;
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
    margin: 0;
    padding: 18px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.payment-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -2px;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 0;
    opacity: 0;
    position: relative;
    z-index: 5;
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
	margin: 0 5px 0 20px;
}
.payment-wrap input:checked + span {
    width: 8px;
    height: 8px;
    background: #95A195;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: 1px;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
.payment-wrap input:checked + span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
.payment-wrap:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    left: -1px;
}
ul.payment_methods li label {
    padding-top: 12px;
    margin-left: 10px;
    color: #333;
}
.payment_method_paypal label img, .payment_method_paypal label a {
    display: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    background: none;
    border: 1px solid #eee;
    margin: 15px 0px;
    padding: 15px;
    color: #333;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: '';
	border: 0;
}
.accept-terms {margin-bottom: 50px;}
.accept-terms input[type=checkbox] {
	margin-right: 14px;
	width: auto;
	display: inline-block;
	background: none;
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #ddd;
	width: 18px;
	height: 18px;
	vertical-align: top;
	margin-top:6px;
}

.accept-terms input[type=checkbox]:checked { background:url('assets/icon/check.svg') center center; }

.accept-terms p {display:inline-block;vertical-align:middle;margin-top:0;padding-top: 6px;}
.woocommerce-checkout-payment .accept-terms h4 {
    margin-bottom: 15px;
}
.payment-bottom-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a.back-to-cart {
    background: #eee;
	font-weight: 500;
    margin-right: 18px;
    padding: 20px 35px;
}
a.back-to-cart:hover {
    background: #888;
	color: #fff !important;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: none;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #95A195;
    border-color: #95A195;
    color: #fff;
}
/* WooCommerce Order Details */
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    background: #95A195;
    padding: 20px;
    letter-spacing: 0;
}
.woocommerce-order-details h2,
.woocommerce-customer-details h2 {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}

.woocommerce table.order_details tfoot tr td { color:#333; }
.woocommerce table.order_details thead tr th.product-name { width: 70%;padding-left: 15px;padding-right: 15px; }
.woocommerce table.order_details thead tr th.product-total {text-align: right;padding-right: 15px;width: 40%;}
.woocommerce table.order_details tr td { padding: 12px 0px; }
.woocommerce table.order_details tfoot th,
.woocommerce table.order_details tbody td {padding: 12px 15px; background: none; }
.woocommerce table.order_details tfoot td {padding: 12px 15px;text-align: right;width: 30%;}
.woocommerce table.order_details tr td.product-total {text-align: right;padding-right: 15px;}
.woocommerce table.order_details tr td a {  text-decoration: none;  }
.woocommerce .woocommerce-customer-details address { padding: 20px; border-radius: 0; }


/* Single Product Variation Select */

.woocommerce div.product form.cart .variations {
	padding: 0;
	list-style: none;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.5px;
}

.woocommerce div.variation-value {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.woocommerce div.product form.cart .variation-value select {
    font-size: 13px;
	height: 35px;
	padding-right: 40px;
    text-transform: uppercase;
    border: 1px solid #eeeeee;
	appearance: none;
	/* Best to include the browser prefix for cross-browser compatibility */
	-webkit-appearance: none;
	-moz-appearance: none;
}

.woocommerce div.product form.cart .variation-value:after {
	content:url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/icons8-expand-arrow.svg');
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	right: 25px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
    pointer-events: none;
}

select option:checked {
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
	background: -o-linear-gradient(#d6d6d6, #d6d6d6);
	background: linear-gradient(#d6d6d6, #d6d6d6);
	background-color: #d6d6d6 !important; /* for IE */
	color: #000000 !important;
}

.woocommerce div.product form.cart .variation-value select option:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#d6d6d6));
	background: -o-linear-gradient(#d6d6d6, #d6d6d6);
	background: linear-gradient(#d6d6d6, #d6d6d6);
	background-color: #d6d6d6 !important; /* for IE */
}

/* Header Cart Icon Bag */
.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/icons8-shopping-bag.svg') !important;	
}

.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before { background-color: #95A195 !important; }
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before { top: 0 !important; right: 0 !important; }


/* Header Icons  Alignment */
.d4d-header-icons .elementor-button {
	padding: 0 !important;
}

/* Header Search Icon */
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	background-color: transparent !important;
}

.d4d-header-icons .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/icons8-search.svg') !important;
}

/* WPML Header Icons */
.lia-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/arrow.svg');
    border: unset!important;
    position: absolute;
	right: 0;
    top: 50%;
    -webkit-transform: translateY(-37%) scale(1);
	-ms-transform: translateY(-37%) scale(1);
	transform: translateY(-37%) scale(1);
}
.wpml-ls-legacy-dropdown a {
	padding: 5px 0 5px 5px!important;
	border: unset!important;
	line-height: unset!important;
}
.wpml-ls-sub-menu li {
	line-height: 20px;
}
.lia-wpml ul.wpml-ls-sub-menu {
    background: #ffffff;
}
.lia-wpml li {
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.product-cat-title-h2 svg{
	fill: #000000 !important;
}

.woocommerce-MyAccount-navigation .account-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

ul.flex-direction-nav {
    position: absolute;
    top: 36%;
    z-index: 2;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {
	float: left;
	background-color: rgba(255,255,255,.4);
    width: 60px;
    height: 30px;
}
li.flex-nav-next {
	float: right;
	background-color: rgba(255,255,255,.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    width: 60px;
    height: 30px;
}
a.flex-next {visibility:hidden; display: -webkit-box; display: -ms-flexbox; display: flex;}
a.flex-prev {visibility:hidden; display: -webkit-box; display: -ms-flexbox; display: flex;}

a.flex-next::after {
	position: relative;
	visibility:visible;
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/flex-right-arrow.svg');
    right: 20px;
}
a.flex-prev::before {
	position: relative;
    visibility:visible;
    content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/flex-left-arrow.svg');
	left: 20px;
}

ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.single-product .flex-control-thumbs > li {
	display: inline-block;
	padding-left: 5px;  /* Set to 0 */
	padding-right: 5px; /* Set to 0 */
	padding-bottom: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs {
	margin: 10px -5px 0 -5px;
}

.single-product .product-cat-ribbon {
	left: 0;
	margin-left: -15px;
}

/* Elementot Swiper Slider Next Prev */
.elementor-swiper-button-next .eicon-chevron-right:before {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/right-arrow-1.svg');
}
.elementor-swiper-button-next { right: 40px !important; }
.elementor-swiper-button-prev { left: 40px !important;}

.elementor-swiper-button-prev .eicon-chevron-left:before {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/left-arrow.svg');
}

/* Blog Posts Customization */
.blog-posts .elementor-post__read-more:after {
	position: relative;
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/flex-right-arrow.svg');
    top: 10px;
    margin-left: 10px;
}

.blog-posts .elementor-posts-container .elementor-post__thumbnail img {
	position: relative;
	z-index: 1;
	margin-left: 25px;
	margin-top: 25px;
}
.blog-posts .elementor-post__thumbnail:before {
    position: absolute;
    content: '';
    background: #95A195;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: -25px;
    top: -25px;
}

.lia-header .eicon-menu-bar:before {
	content: url('https://www.liaeblingsstueck.ch/wp-content/uploads/2020/12/hum.svg') !important;
}



@media only screen and (max-width: 1024px) {
	.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,
	.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
		margin-bottom: 20px;
	}
	.single_add_to_cart_button {
		margin-left:0 !important;
	}
	
}


@media only screen and (max-width: 768px) {
    .woocommerce div.product form.cart div.quantity {
		width: 100% !important;
		margin-bottom: 20px !important;
    }
    
    .woocommerce table.shop_table td.product-name .lia-cart-product { display: block; }
    .woocommerce table.shop_table td.product-name .image { margin-right: 0px; }
    .woocommerce table.shop_table td.product-name { width: 100%;}
    
}

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

    .blog-posts article {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
    }
    
    .woocommerce-breadcrumbs ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .woocommerce-breadcrumbs ul li {
        margin-left: 0;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 20px;
    }
    .woocommerce div.coupon {
        width: 100%;
    }
    .woocommerce div.coupon label {
        margin-bottom: 20px;
    }
    .cart-first-col, .cart-sec-col { -ms-flex-preferred-size: 100%; flex-basis: 100%;}
    .cart-totals-wrap .order-total, .cart-totals-wrap .cart-subtotal { -ms-flex-wrap: wrap; flex-wrap: wrap; }
    .cart-totals-wrap .order-total li, .cart-totals-wrap .cart-subtotal li { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
    div.cart-notification-area {
        margin-top: 20px !important;
        width: 100% !important;
    }

    .woocommerce input[name="update_cart"] {
        margin-right: 0 !important;
    }

    .woocommerce-checkout-review-order-table thead { display: none;}
    .payment-bottom-panel {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order {
        margin-top: 15px;
    }

    .title_wrapper { display: block; }
    .title_wrapper .cart-title { margin-bottom: 30px;}

    .woocommerce-breadcrumbs {
        position: relative;
    }
    .cart-first-col { display: none;}
}

@media (min-width: 1025px) {

    .elementor-nav-menu .mmenu,
    .elementor-nav-menu .wpml-ls-item {
        display: none !important;

   }
}

.woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.woocommerce div.product form.cart .button {
    margin-left: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li { width: 20% !important;}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) { clear: none !important; }
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) { clear: left; }

.d4ds-woocommerce .d4ds-newsale { background-color: #95A195 !important; }

/* Force Image Heights to max height to equalize the size of the product images */
.woocommerce ul.products li.product a img { height: 400px; object-fit: cover; }
.d4ds-woo-products-slider .slick-slide img { height: 400px; object-fit: cover; }

/* Hide Minicart Kasse Button */
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
	display: none;
}


@media only screen and (min-width: 768px) {
  .lia-filters .lia-filters-inner {
    justify-content: flex-start !important;
  } 
  .lia-single-filter-search {
    width: 30% !important;
  }
}


@media only screen and (min-width: 320px) and (max-width:475px) {
  .lia-filters .lia-filters-inner {
      display: flex !important;
  }
  .lia-single-filter {
      width: 100% !important;
  }
  .lia-single-filter-search {
    width: 100% !important;
  }
	.elementor-element.elementor-products-grid ul.products {
		grid-template-columns: repeat(2,46%) !important;
	}
	.woocommerce ul.products li.product a img { height: 250px;  }
	.d4ds-woo-products-slider .slick-slide img { height: 250px;  }
	.up-sells ul.products li.product a img { min-height: 200px; }

	.woocommerce ul.products li.product .woocommerce-loop-category__title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.woocommerce ul.products li.product h3 {
		font-size: 12px !important;
	}
	
	.woocommerce ul.products li.product:hover .button,
	.d4ds-woo-product-wrapper:hover .d4ds-woo-products-summary-wrap .button {
		top: 100px !important;
	}
	
	.woocommerce ul.products li.product .button,
	.d4ds-woo-products-inner .d4ds-woo-products-summary-wrap .button {
		max-width: 170px !important;
	}
	
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		font-size: 12px;
		padding: 10px 15px;
	}
	.wpml-ls-menu-item { display: none !important; }
	
}

.product-cat-ribbon.d4ds-newsale { background-color: #95A195; }
.lia-filter-price {
	display: none;
}
@media only screen and (max-width:768px) {
	.lia-header .elementor-row :nth-child(2) {
	    order: 3;
	}
}
.woocommerce button.button.alt.disabled {
	background-color: transparent !important;
	color: #222222 !important;
}
.single-product-related {
	overflow: visible !important;
}
.woocommerce ul.products li.product a {
	overflow-wrap: break-word !important;
}

input[name='update_cart'] {
display: none !important;
}
 
/* OR TRY THIS */
 
button[name='update_cart'] {
display: none !important;
}

.elementor-products-grid ul.products li.product {
    width: auto !important;
}

.elementor-products-grid ul.products {
	display: grid;
	margin: 0;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
	grid-template-rows: repeat(4, auto);
	grid-template-columns: repeat(3, 1fr);
}
/* Fixed the first image missing on products after woocommerce updates */
ul.products::before {
    content: "";
    display: none !important;
}

.swiper-wrapper,
.swiper-slide {
	padding: 0 !important
}

.d4ds-woocommerce .d4ds-woo-products-thumbnail-wrap img {
    margin: 0;
    width: 100%;
    height: 380px;
    object-fit: cover;
	margin-bottom: -5px !important;
}

