/*
Theme Name: Hout & Zo
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Hout & Zo is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Hout & Zo elevates your portfolio, business website, or personal blog.
Requires PHP: 5.6
Version: 1.0.0
Template: twentytwentyone
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio.
*/

@font-face {
    font-family: 'HelveticaNeue-light';
    src: url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-bold';
    src: url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue-medium';
    src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('assets/fonts/HelveticaNeue-Roman.woff2') format('woff2'),
        url('assets/fonts/HelveticaNeue-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-palette1 : #019000;
    --color-palette2 : #014800;
    --color-palette3 : #002B00;
  }


html{ display: block; width: 100%; height: 100%; position: relative;}   
body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;margin:0px;padding:0px; font-family:'HelveticaNeue-light';font-size:16px;color:#000000;
      background: #fff;line-height: 20px;}
.container.large-container {
    max-width: 1720px;
    padding-left: 30px;
    padding-right: 30px;
}
/*common css start here*/
h1,h2,h3,h4,h5,h6,p,ul,nav{margin:0px;padding:0px;}
h1{font-size: 40px;line-height: 1.2; font-family: 'HelveticaNeue-bold';margin: 0 0 14px;color:#000;}
h2{font-size: 34px;line-height: 1.2; font-family: 'HelveticaNeue-bold';margin: 0 0 14px;color:#000;}
h3 {font-size: 32px;line-height: 1.2; font-family: 'HelveticaNeue-bold';margin: 0 0 14px;color:#000;}
h4 {font-size: 28px;line-height: 1.2; font-family: 'HelveticaNeue-bold';margin: 0 0 14px;}
h5{font-family: 'HelveticaNeue-bold';font-size: 18px;line-height: 24px;margin: 0 0 6px;}
p{padding:0px;margin: 0 0 20px 0;} 
h1 span, h2 span, h3 span{color:var(--color-palette1);}
.custom-btn {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
}
.custom-btn:hover {
    background: var(--color-palette2);
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
a.custom-btn.border-btn {
    background: transparent;
    color: #fff;
}
a.custom-btn.border-btn:hover {
    background: var(--color-palette3);
    color: #fff;
    border-color:var(--color-palette3);
}

p strong, strong{font-weight:bold;font-family: 'HelveticaNeue-bold';}

ul, ol{ margin:0 0 0 0px; padding:0px;}

.alignleft{float:left; margin:0px 15px 15px 0px;}
.alignright{float:right; margin:0px 0px 15px 15px;}
.aligncenter{float:none; margin:0px auto 15px auto;}
a{text-decoration:none;color:var(--color-palette1);}
a:hover{text-decoration:none;color:var(--color-palette2);}
a:focus{text-decoration:none;}
.clear{clear:both;}
img{max-width:100%;vertical-align:middle;}
input::-moz-placeholder{color:#1B1D1E;}
input::-webkit-input-placeholder{color:#1B1D1E;}
input::-ms-input-placeholder{color:#1B1D1E;}
textarea::-moz-input-placeholder{color:#1B1D1E;}
textarea::-webkit-input-placeholder{color:#1B1D1E;}
textarea::-ms-input-placeholder{color:#1B1D1E;} 
/***header***/
.skip-link.screen-reader-text { display: none; }
nav{margin:0px;padding:0px;}
#site-navigation,#site-navigation *{outline:none!important;}
.header-logo img{max-width:230px;width:100%;}
.header-main{padding:0;position:relative;background: #fff;    -webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out;transition: .5s ease-in-out;} 
.main-navigation ul li{position:relative;margin:0;list-style:none;}
.main-navigation ul{list-style:none;padding:0;margin:0;}
.main-navigation ul li a{color:#000000;font-family: 'HelveticaNeue-medium'!important;font-size:16px;line-height:19px;display:block;text-align:center;text-transform:capitalize;text-decoration:none!important;transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-moz-transition:all 0.5s ease 0s;}
.main-navigation ul li .menu-item-has-children > a::after{font-family:"Font Awesome 5 Pro";content:"\f0da";font-size:20px;color:#fff;position:absolute;right:15px;}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item {
    background: var(--color-palette2);
    color: #fff;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.menu-header-menu-container {
    display: flex;
    justify-content: center;
}
header ul.mega-sub-menu > .mega-menu-item > a{
	font-family: 'HelveticaNeue-medium'!important;
}
header ul.mega-sub-menu > .mega-menu-item > ul.mega-sub-menu li a {
 font-family: 'HelveticaNeue'!important;
}
.header-actions-item {
    display: flex;
    align-items: center;
        gap: 8px;
}
.header-actions-item a {
    display: inline-flex;
    flex-flow: column;
    align-items: center;
    color:#000;
        gap: 4px;
}
.header-actions-item a span {
    font-size: 8px;
    line-height: 1em;
    min-width: 40px;
    text-align: center;
}
  .header-actions-item a i { font-size: 22px; position: relative;}
	span#header-cart-count {
    width: 16px;
    height: 16px;
    background: var(--color-palette1);
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    padding: 0px;
    box-sizing: border-box;
    letter-spacing: 0;
    min-width: auto;
}
.top-offset {
    margin-top: 0px;
}
header.main-header {
    background: #fff;
    width: 100%;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
header.main-header.fixed-header .header-main {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
header.main-header.fixed-header {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
header.main-header.fixed-header .header-main-content {
    padding: 12px 0;
    transition: padding .3s ease;
}
.header-main-content {
    transition: padding .3s ease;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.site-branding {
    background: var(--color-palette1);
}

/* --- Top bar --- */
.top-bar {
    background-color: #F2F2F2;
}

.top-bar__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 36px;
  gap: var(--space-2);
}

.top-bar__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-self: start;
font-family: 'HelveticaNeue';
}

.top-bar__score {
  color: #000;
}

.top-bar__stars {
  display: inline-flex;
  gap: 4px;
  font-size: 16px;
  color: #FF8924;
}

.top-bar__shipping {
  margin: 0;
  justify-self: center;
  text-align: center;
  color: #000;
  white-space: nowrap;
  font-family: 'HelveticaNeue';
}

.top-bar__toggle {
  display: flex;
  align-items: center;
  justify-self: end;
}

.top-bar__toggle-label {
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}

.top-bar__toggle-label.is-active {
  color: var(--color-black);
  font-weight: var(--font-weight-medium);
}

/**search*/
.col-header-nav {
    width: 34%;
    flex: 0 0 34%;
}
.header-search {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.header-search input {
  width: 100%;
  height: 48px;
  padding: 0 52px 0 20px;
  border: 1px solid #E2E2E2;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
  outline: none;
      -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.header-search input::placeholder {
  color: #ACACAC;
}

.header-search input:focus {
  border-color: #000;
}

.header-search__btn {
  position: absolute;
  top: 0;
  right: 4px;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  color: #000;
  cursor: pointer;
}

.header-search__btn:hover {
  color: #000;
}
.header-search-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  background: transparent;
  color: #000;
  font-size: 18px;
  cursor: pointer;
}

.header-search-toggle:hover {
  color: var(--color-brand);
}
/* Customer type toggle */
.customer-toggle {
  position: relative;
  width: 36px;
  height: 20px;
  margin: 0 8px;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: #000;
  cursor: pointer;
  flex-shrink: 0;
}

.customer-toggle__knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.customer-toggle[aria-checked="true"] .customer-toggle__knob {
  transform: translateX(16px);
}
.header-main-content {
    padding: 20px 0;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    top: 3px;
    position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    font-size: 18px;
}
/***header****/
/****banner***/
section.hero-banner {
    padding: 72px 0 0px;
    color: #fff;
}
.our-aim {
    padding: 50px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.our-aim:after {
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    opacity: .40;
}
.aim-wrap {
    max-width: 444px;
    position: relative;
    z-index: 9;
}
.our-aim h1{
    color: #fff;
}
.expectations {
    background-color: var(--color-palette1);
    border-radius: 10px;
    padding: 56px;
    height: 100%;
}
.expectations ul {
    list-style: none;
}
.expectations ul li {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
}
.expectations ul li:not(:last-child) {
    margin-bottom: 26px;
}
.expectations__icon {
    font-size: 45px;
    color: #fff;
    width:60px;
}
.expectations__list {
    display: flex;
    flex-direction: column;
    padding-top: 4px;
}
.expectations__list h5{
    font-size: 17px;
    line-height: 20px;
    margin:0 0 5px;
}
.expectations__list p {
    font-size: 14px;
    margin: 0px;
}

/***category****/
section.categories {
    padding: 72px 0 100px;
}
.section-heading {
    margin: 0 0 40px;
}
.category-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 30px 12px;
    background-color: var(--color-palette2);
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    font-family: 'HelveticaNeue-medium';
}

.category-card:hover {
  background-color: var(--color-palette1);
  color: #fff;
  transform: translateY(-2px);
}
section.categories .col-lg {
    min-width: 0;
}
/* Product card */
.home-products {
    padding: 0 0 100px;
}
.products__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.products__head h3{
    margin: 0px;
}
a.products__all {
    color: #0D1721;
    font-size: 16px;
    font-family: 'HelveticaNeue';
}
a.products__all:hover {
    color: var(--color-palette2);
}
.product-card-houtenzo {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.product-card-houtenzo:hover,
.product-card-houtenzo.is-active {
  border-color: transparent;
}

.product-card-houtenzo__media {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f3f3f3;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
}

.product-card-houtenzo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.product-card-houtenzo:hover .product-card-houtenzo__media img,
.product-card-houtenzo.is-active .product-card-houtenzo__media img {
  transform: scale(1.03);
}

.product-card-houtenzo__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  background-color: var(--color-palette1);
  border-radius: 4px;
}

.product-card-houtenzo__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 14px 0;
}

.product-card-houtenzo__body h3, .product-card-houtenzo__body h3 a {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HelveticaNeue';
    color:#000;
}
.product-card-houtenzo__body h3 a:hover {
    color:var(--color-palette1);
}
p.product-card-houtenzo__spec {
    font-size: 14px;
	line-height: 16px;
    font-family: 'HelveticaNeue';
	color:#000;
}
.product-card-houtenzo__meta {
  margin-bottom: 8px;
  font-size: 14px;
  color: #6b6b6b;
}

.product-card-houtenzo__price {
	color:#000;
    margin-bottom: 10px;
    font-size: 20px;
}
.product-card-houtenzo__price strong {
    color: var(--color-palette1);
    font-family: 'HelveticaNeue-bold';
}
.product-card-houtenzo__delivery {
    color: var(--color-palette1);
    font-family: 'HelveticaNeue';
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}
.product-card-houtenzo__price-old {
  margin-right: 6px;
  font-weight: 400;
  font-size: 14px;
  color: #6b6b6b;
  text-decoration: line-through;
}

.product-card-houtenzo__stock {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  margin-top: auto;
  font-size: 14px;
  color: #6b6b6b;
}

.product-card-houtenzo__stock-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #008a24;
  flex-shrink: 0;
}

.product-card-houtenzo__cart {
  width: 100%;
  margin-top: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
 transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}

.product-card-houtenzo:hover .product-card-houtenzo__cart,
.product-card-houtenzo.is-active .product-card-houtenzo__cart,
.product-card-houtenzo:focus-within .product-card-houtenzo__cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-card__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background-color: var(--color-palette1);
    border-radius: 5px;
    font-family: 'HelveticaNeue';
	z-index: 9;
}
/****cta***/
.cta-houtenzo {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}
.cta-houtenzo:after{
    background: linear-gradient(180deg, transparent 0%,rgba(84, 84, 84, 0.5) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 2;
}
.cta-houtenzo__inner {
    max-width: 926px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.cta-houtenzo h2 {
    color: #fff;
    margin-bottom: 24px;
    font-size: 42px;
    font-family: 'HelveticaNeue-medium';
}

/*featured-card */
section.footer-block-content {
    padding-bottom: 150px;
        padding-top: 0;
}
section.about-content {
    padding: 150px 0 0;
}
.about-content__text {
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 130px;
}
.featured-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 28px 20px;
  background-color: var(--color-palette1);
  border-radius: 10px;
  color: #fff;
}

.featured-card__icon {
  margin-bottom: 16px;
  font-size: 45px;
}

.featured-card h5 {
  display: block;
}

.featured-card p {
    margin: 0;
    font-size: 12px;
    font-family: 'HelveticaNeue';
    line-height: 22px;
}
section.about-content .col-lg {
    min-width: 0;
}
/***shop***/
.shop-filter {
    background: #F4F4F4;
    border-radius: 10px;
    padding: 30px;
	margin-top: 48px;
}
.shop-filter .woof_redraw_zone .woof_container h4{
margin: 0 0 8px;
font-family: 'HelveticaNeue-medium';
color:var(--color-palette1);
font-size: 18px;
line-height: 23px;
}
.shop-filter .woof_block_html_items .woof_list label {
    font-family: 'HelveticaNeue';
    color: #000;
	font-size: 16px;
    line-height: 18px;
}
.shop-filter a.woof_front_toggle {
    font-size: 24px;
    font-family: 'HelveticaNeue';
    position: relative;
    top: -3px;
}
.shop-filter .woof_open_hidden_li {
    text-align: left;
    padding-top: 8px;
}
.woocommerce-breadcrumb i {
    padding: 0 12px;
}
button.button.woof_reset_search_form {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: var(--color-palette1);
    border-radius: 6px;
	border:0px;
    width: auto;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-family: 'HelveticaNeue';
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    text-transform: uppercase;
    padding: 0px 30px;
}

.woof_products_top_panel ul > li {
    color: #000;
    background: #F7F7F7;
    padding: 6px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
    min-height: 32px;
    border: 1px solid #E3E3E3;
}
button.woof_reset_button_2 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: var(--color-palette1);
    border-radius: 6px;
    border: 0px;
    width: auto;
    height: 35px;
    display: inline-block;
    text-align: center;
    font-family: 'HelveticaNeue';
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    text-transform: uppercase;
    padding: 0px 30px;
}
.woof_products_top_panel ul > li:first-child {
    padding: 0;
    background: 0;
    border: none;
}
ul.woof_products_top_panel_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
 ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'HelveticaNeue';
    color: #000;
}
.woocommerce ul.products li.product img.attachment-woocommerce_thumbnail, .woocommerce ul.products li.product img.woocommerce-placeholder {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #f3f3f3;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
}
.product-card-houtenzo__price ins {
    display: block;
}
.shop-loop-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 0 18px;
	padding: 0 10px;
}
.shop-loop-header form.woocommerce-ordering {
    margin: 0;padding: 0;
}

select.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 32px;
    min-width: 200px;
    padding: 0 40px 0 15px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    background-color: #fff;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 13px 13px;
}
/* Input focus */

select.orderby:focus,
select.orderby:focus-visible {
    outline: none;
    border: 1px solid #000; 
    box-shadow: none;
}
.shop-bottom-sec h3 {
    padding-top: 20px;
    font-size: 20px;
}
section.breadcrumbs nav.woocommerce-breadcrumb {
    margin-bottom: 16px;
}
section.breadcrumbs {
    padding: 0;
}
.shop-wrapper {
    padding: 75px 0 150px;
}
ul.products li.product a.button.add_to_cart_button {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-top: 22px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
}
ul.products li.product a.button.add_to_cart_button:hover {
    background: var(--color-palette2);
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.woocommerce ul.products li.product:hover a.button.add_to_cart_button, .woocommerce ul.products li.product:focus-within a.button.add_to_cart_button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-card-houtenzo__price del {
    font-size: 20px;
    color: #000000;
}
.product-card-houtenzo__price strong ins {
    text-decoration: none!important;
    margin-top: 6px;

}
.woocommerce ul.products li.product {
    margin-bottom:30px;
}
.shop-bottom-sec {
    padding-top: 120px;
}
.woocommerce nav.woocommerce-pagination {
    margin-top: 10px;
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    gap: 12px;
    border: 0;
    padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--color-palette1);
    transition: .3s;
	padding: 0px !important;
    line-height: 45px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: var(--color-palette1);
    color: #fff;
}

.woocommerce nav.woocommerce-pagination .current {
    background: var(--color-palette3);
    color: #fff;
    border-color: var(--color-palette3);
}
.shop-wrapper section.shop-page {
    padding-top: 0px;
}
div.woof_info_popup {
    border-radius: 10px;
    background-color: var(--color-palette1);
    box-shadow: none;
    font-size: 22px;
    font-family: 'HelveticaNeue-medium';
}
/**productsingle**/
.single-product.singular .entry-title {
    font-size: 40px;
    margin: 0 0 14px;
    font-family: 'HelveticaNeue';
}
.product-dimensions {
    font-size: 27px;
    color: #000;
    font-family: 'HelveticaNeue';
    margin: 0 0 32px;
}
.single-product.singular .woocommerce-product-details__short-description {
    font-size: 20px;
    line-height: 28px;
}
.single-product .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

body.woocommerce-cart .free-shipping-progress{
    margin-bottom:35px;
}

body.woocommerce-cart .shipping-progress-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
    font-family: 'HelveticaNeue-medium';
    font-size: 18px;
}

body.woocommerce-cart .shipping-progress-bar {
    width: 100%;
    height: 10px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #F0F0F0;
}

body.woocommerce-cart .shipping-progress-bar span{
    display:block;
    height:100%;
    width:0;
    background:#000;
    border-radius:20px;
    transition:width .3s ease;
}

body.woocommerce-cart .shipping-progress-message {
    margin-top: 8px;
    font-size: 14px;
    font-family: 'HelveticaNeue';
}
select#pa_dikte {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    min-width: 200px;
    padding: 0 40px 0 15px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    background-color: #fff;
    font-family: 'HelveticaNeue';
    font-size: 16px;
    color: #000;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23000000' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 13px 13px;
}
select#pa_dikte:focus {
    outline: none;
    border-color: #000;
}
.single.single-product form.cart input {
      position: relative;
    align-items: center;
    height: 50px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    padding: 0 15px;
    font-family: 'HelveticaNeue';
    color: #000;
    width: 70px;
}
.single.single-product .single_add_to_cart_button {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px!important;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
    outline: none;
    border: 0px;
}
.single.single-product .single_add_to_cart_button:after, ul.products li.product a.button.add_to_cart_button:after {
    content: "\f07a";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.single.single-product .single_add_to_cart_button:hover {
       background: var(--color-palette2);
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
a.reset_variations {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 6px 12px !important;
    font-size: 14px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 16px;
    border-radius: 6px;
    align-items: center;
    outline: none;
    border: 0px;
}
a.reset_variations:hover {
       background: var(--color-palette2);
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.single-product .woocommerce-variation-add-to-cart .button.disabled {
    opacity: .6;
}
.single-variations-sec p.product-card-houtenzo__delivery {
    font-size: 27px;
    line-height: 33px;
    margin-left: 16px;
}
.single-variations-sec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.single.single-product .woocommerce-product-gallery__image {
    border-radius: 10px;
    border:1px solid #F2F2F2;
}
.single-product .summary p.price {
    margin-bottom: 26px;
}
.single-product .summary p.price span.hz-price-prefix {
    font-size: 28px;
    font-family: 'HelveticaNeue';
}
.single-product .summary p.price strong.hz-price-amount, .single-product .summary p.price strong.hz-price-amount .price, .single-product div.product .summary .product-card-houtenzo__price del {
    font-size: 28px;
    font-family: 'HelveticaNeue-bold';
}
.product-trust-wrapper h5 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}
.secure-payment {
    background: var(--color-palette2);
    padding: 24px 30px;
    border-radius: 10px;
    margin-top: 25px;
}
.payment-icons {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
}
.payment-icons img {
    width: 48px;
    height: auto;
}
.feature-item {
    color: var(--color-palette1);
    font-size: 14px;
    line-height: 20px;
    font-family: 'HelveticaNeue';
}
.product-features {
    display: flex;
    gap: 30px;
    margin-top: 25px;
}
.product-tabs-wrapper {
    display: flex;
    clear: both;
    justify-content: space-between;
    padding: 150px 0px;
}
.product-tabs-left, .product-tabs-right {
    width: 48%;
    flex: 0 0 48%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    max-width: 600px;
}
.single-product.singular .woocommerce-tabs ul.tabs {
    margin: 0 0 32px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 46px;
}
.single-product.singular  .woocommerce-tabs ul.tabs li {
    list-style: none;
    margin-right: 46px;
    display: inline-block!important;
}
.single-product.singular  .woocommerce-tabs ul.tabs li a {
    padding: 0px 2px 18px;
    line-height: 25px;
    font-size: 20px;
    font-family:'HelveticaNeue';
    border-bottom: 2px solid transparent;
    color: #000;
    font-weight: 500;
}
.single-product.singular  .woocommerce-tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li a:hover {
    border-color: var(--color-palette1)!important;
    font-family:'HelveticaNeue-bold';
}
.woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 20px;
    line-height: 28px;
}
div#review_form_wrapper p.comment-form-comment label {
    display: block;
    font-family: 'HelveticaNeue';
    font-size: 20px;
    line-height: 30px;
    color: #000;
    letter-spacing: 2px;
}
.woocommerce .required {
    color: #ff0000 !important;
}
div#review_form_wrapper p.comment-form-comment textarea {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    padding: 16px;
    width: 100%;
    border: 1px solid #898989;
    border-radius: 10px;
}

div#review_form_wrapper input#submit {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
    outline: none;
}
div#review_form_wrapper input#submit:hover {
    background: var(--color-palette2);
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}

.woocommerce-tabs #reviews li.comment p.meta strong.woocommerce-review__author, .woocommerce-tabs #reviews li.review p.meta strong.woocommerce-review__author {
    font-size: 20px;
    line-height: 29px;
    color: #000;
    font-family: 'HelveticaNeue-medium';
    font-weight: 500;
    display: block;
    margin: 0 0 4px;
    text-transform: uppercase;
}
.woocommerce-tabs #reviews span.woocommerce-review__dash {
    display: none;
}
.woocommerce-tabs #reviews .commentlist time.woocommerce-review__published-date {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.single.single-product .star-rating, .woocommerce-tabs #reviews p.stars a {
    color: #FF8924;
}
.comment-form p.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 18px;
}
.comment-form p.comment-form-cookies-consent input#wp-comment-cookies-consent {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px;
}
.woocommerce-tabs #reviews .comment-form-author label, .woocommerce-tabs #reviews .comment-form-email label {
    display: block;
    font-size: 18px;
    color: #000;
    font-family: 'HelveticaNeue-medium';
}
.woocommerce-tabs #reviews .comment-form-author input, .woocommerce-tabs #reviews .comment-form-email input {
    border-color: #CCCCCC;
    border-radius: 10px;
    padding: 8px 20px;
}
.specifications-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'HelveticaNeue';
}
 
.specifications-table tr:nth-child(odd) {
    background-color: #F4F4F4;
}
 
.specifications-table tr:nth-child(even) {
    background-color: #fff;
}
 
.specifications-table td {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 28px;
    border: none;
    vertical-align: middle;
}
 
.specifications-table td:first-child {
    width: 42%;
    color: #000;
}
 
.specifications-table td:last-child {
    color: #000;
}
.single.single-product .woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 0;
}
h3.specifications-title {
    line-height: 25px;
    font-size: 20px;
    font-family: 'HelveticaNeue';
    margin: 0 0 32px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 46px;
}
section.related.products {
    padding-bottom: 100px;
}
section.single-products {
    padding-top: 75px;
}
section.single-products nav.woocommerce-breadcrumb {
    margin: 0 0 55px;
}
.single-product .type-product.sale>.onsale {
    right: auto;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 8px 12px;
    color: #fff;
    background-color: var(--color-palette1);
    border-radius: 8px;
    font-family: 'HelveticaNeue-medium';
    z-index: 9;
    letter-spacing: 0;
    font-weight: 500;
}
.single-product .type-product.sale .onsale::before{display:none;}

.single-product div.product .summary .product-card-houtenzo__price strong ins {
    margin-top: 0;
    display: inline;
}
.single-product .woocommerce-product-gallery {
    margin-bottom: 40px;
}
/**cart**/
.cart-page .entry-header.alignwide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 36px;
}
.cart-page .entry-header .entry-title {
    margin: 0;
}
.cart-page .entry-header .continue-shopping {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0D1721;
    text-decoration: none;
    font-size: 18px;
    font-family: 'HelveticaNeue';
}
.cart-page .entry-header .continue-shopping:hover {
	    color: var(--color-palette1);
}
.cart-page .woocommerce-cart-form table.cart {
    width: 100%;
    border-collapse: collapse;
    border: none; 
}
.cart-page .woocommerce-cart-form table.cart thead th {
    text-align: left;
    font-size: 18px;
    font-family: 'HelveticaNeue-medium';
    color: #000;
    padding: 0 8px 18px;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 500;
}
.cart-page .woocommerce-cart-form table.cart thead th.product-thumbnail {
    width: 70px;
}
.cart-page .woocommerce-cart-form table.cart tbody tr.cart_item {
    border-bottom: 1px solid #F0F0F0;
}
.cart-page .woocommerce-cart-form table.cart tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
}
.cart-page .woocommerce-cart-form table.cart td.product-name a {
    color: #000;
    text-decoration: none;
}
.cart-page .woocommerce-cart-form table.cart .quantity {
    display: inline-flex;
    margin: 0;
}
.cart-page .woocommerce-cart-form table.cart .quantity .qty {
    font-family: 'HelveticaNeue';
    width: 70px;
    height: 36px;
    border: 1px solid #CACACA;
    border-radius: 20px;
    text-align: center;
    font-size:18px;
    color: #0D1721;
    background: #fff;
    padding: 0 6px 0 12px;
    -webkit-appearance: number-input;-moz-appearance: number-input;appearance: number-input;
}
.cart-page .woocommerce-cart-form table.cart .cart-remove-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
.cart-page .woocommerce-cart-form table.cart .cart-remove-btn:hover {
    color: #D0342C ;
}
.hz-cart-delivery {
    margin-top: 28px;
}
.hz-cart-delivery__date-row {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 28px;
    align-items: center;
}
.hz-cart-delivery__label {
    font-size: 18px;
    color: #000;
    white-space: nowrap;
    font-family: 'HelveticaNeue'!important;
    display: block;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0;
}
.hz-cart-delivery__date-control {
    flex: 0 0 236px;
}
.hz-cart-delivery__date-input {
  font-family: 'HelveticaNeue';
    background: var(--color-palette3) !important;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff !important;
    padding: 14px 20px !important;
    font-size: 18px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
    border: 0px !important;
    outline: 0px;
    text-decoration: none !important;
    width: 100%;
}
.hz-cart-delivery__help p {
    margin: 0;
}
.hz-cart-delivery__notes {
    margin-top: 22px;
}
.hz-cart-delivery__notes-input {
    display: block;
    width: 100%;
    min-height: 8.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    background: #fff;
    font-family: 'HelveticaNeue-light', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    resize: vertical;
}
.cart-page .woocommerce-cart-form table.cart td.product-quantity .cart-qty-edit{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
    white-space: nowrap;
}
.woocommerce-page .cart-collaterals table.shop_table.shop_table_responsive tr {
    border-bottom: 1px solid #F0F0F0;
}
.woocommerce-page .cart-collaterals table.shop_table.shop_table_responsive th, .woocommerce-page .cart-collaterals table.shop_table.shop_table_responsive td {
    padding: 20px;
    font-size: 18px;
    text-align: left;
}
.product-trust-wrapper {
    display: flex;
    flex-flow: column;
    clear: both;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce .woocommerce-cart-form {
    text-align: left;
    font-family: 'HelveticaNeue';
}
.hz-vat-cart-mode-label {
    display: block;
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
    color: #0D1721;
}
.hz-cart-delivery__help {
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    font-family: 'HelveticaNeue';
    flex: 1;
    min-width: 0;
}

.woocommerce-cart-form .actions .button, .cart_totals .checkout-button, .woocommerce-checkout #place_order, .woocommerce-checkout .checkout_coupon button, .woocommerce-lost-password form.lost_reset_password button.button, .logged-in.woocommerce-account .woocommerce-MyAccount-content a.button {
      font-family: 'HelveticaNeue';
    background: var(--color-palette1)!important;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff!important;
    padding: 15px 30px!important;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    border:0px!important;
    outline: 0px;
    text-decoration: none!important;
    font-weight: 500;
}
.woocommerce-cart-form .actions .button:hover,.cart_totals .checkout-button:hover,.woocommerce-cart-form .actions .button:hover,.woocommerce-checkout .checkout_coupon button:hover,.woocommerce-lost-password form.lost_reset_password button.button:hover, .logged-in.woocommerce-account .woocommerce-MyAccount-content a.button:hover {
    background: var(--color-palette2)!important;
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    text-decoration: none!important;
}
.cart-collaterals .product-features {
    justify-content: center;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    padding-left: 10%;
}
.product-name-wrapper img {
    max-width: 50px!important;
    border-radius: 5px;
    border: 1px solid #F2F2F2;
}
.product-name-wrapper {
    display: flex;
    gap: 12px;
    align-items: center;
}
.cart-page .woocommerce-cart-form table.cart td.product-price, .cart-page .woocommerce-cart-form table.cart td.product-subtotal {
    max-width: 100px;
}
section.cart-upsells {
    padding-top: 150px;
}
.wc-proceed-to-checkout .checkout-button::after{display:none;}
.woocommerce .cart-collaterals table.shop_table.shop_table_responsive {
    border: 1px solid #F0F0F0;
    border-radius: 10px;
    width: 100%;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    margin-top: 30px;
}
.woocommerce .cart-collaterals  .cart_totals h2 {
    font-size: 40px;
    margin: 0 0 36px;
}
.woocommerce-page .cart-collaterals table.shop_table.shop_table_responsive th {
    font-family: 'HelveticaNeue-medium';
    font-weight: 500;
}
.woocommerce-page .cart-collaterals table.shop_table.shop_table_responsive td {
    font-family: 'HelveticaNeue';
}
.woocommerce-page .cart-collaterals table.shop_table tr.order-total strong {
    font-weight: 500;
    font-family: 'HelveticaNeue';
}
.woocommerce .woocommerce-cart-form .shop_table_responsive input#coupon_code.input-text {
    min-width: 6rem;
    max-width: 200px;
    width: auto!important;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #CACACA;
    padding: 10px;
}
.shipping-progress-message span span.woocommerce-Price-amount.amount {
    font-family: 'HelveticaNeue-medium';
    color: var(--color-palette1);
}

.hz-cart-delivery__date-input::-webkit-calendar-picker-indicator {
    filter: invert(1) brightness(100%);
}
.woocommerce .wc-proceed-to-checkout a.checkout-button i {
    margin-left: 14px;
}
/**checkout**/
.checkout-page .woocommerce-billing-fields h3, .checkout-page .woocommerce-shipping-fields h3 {
    font-size: 32px;
    margin: 0 0 20px;
}
.woocommerce .form-row label {
    display: block;
    color: #000;
    margin-bottom: 6px;
    font-family: 'HelveticaNeue-medium'!important;
    font-size: 18px;
}
.woocommerce  .form-row input.input-text, .woocommerce  .form-row textarea.input-text, .woocommerce  .form-row select {
    width: 100%!important;
    height: 46px!important;
    border: 1px solid #CCCCCC!important;
    border-radius: 8px!important;
    padding: 10px 16px!important;
    font-size: 18px!important;
    color: #000!important;
    background: #fff!important;
}
.woocommerce .form-row label .optional {
    color: #0D1721;
}
.woocommerce-checkout .wc_payment_method input[type="radio"]:checked + label::before, .wc_payment_method .payment_box input[type="radio"]:checked + label::before {
    background: #fff !important;
    border: 6px solid var(--color-palette1) !important;
    height: 16px;
    width: 16px;
    margin-top: 4px;
}
.woocommerce-checkout #order_review .shop_table {
    width: 100%;
    margin-top: 0!important;
}
#ship-to-different-address label span::after {
    background: #fff;
}
#ship-to-different-address label span::before {
    border: 2px solid #bbb;
    background: #bbb;
}
#ship-to-different-address label input[type="checkbox"]:checked+span::before {
    border-color: var(--color-palette1);
    background: var(--color-palette1);
}
#ship-to-different-address label input[type="checkbox"]:checked+span::after {
    background: #fff;
}
.checkout-page .form-row textarea.input-text {
    height: 100px!important;
}
.woocommerce-checkout #order_review .shop_table tbody tr {
    background: #fafafa;
}
.woocommerce-checkout #order_review .shop_table tfoot tr{
    background: #F0F0F0;
}
.woocommerce-checkout #payment .payment_methods.methods label {
    background: #f4f4f4;
    margin: 0;
    padding: 20px;
    font-family: 'HelveticaNeue-medium';
    font-weight: 500;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
    font-size: 16px;
}
.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
    margin-top: 30px;
}
.woocommerce-checkout #order_review th, #order_review td {
    padding: 20px;
    word-break: break-word;
}
.woocommerce-checkout #order_review .order-total th, .cart-subtotal th, .woocommerce-checkout #order_review .woocommerce-shipping-totals th {
   font-family: 'HelveticaNeue-medium';
    font-weight: 500;
    color: #000;
}
.woocommerce-checkout form #order_review {
    font-size: 18px;
}
.woocommerce-checkout #order_review #shipping_method {
    padding-bottom: 0;
    padding-left: 0;
}
.woocommerce-checkout-review-order ul {
    margin-bottom: 0 !important;
    margin-top: 0;
}
.woocommerce-checkout #order_review #shipping_method li {
    margin-bottom: 0;
    list-style-type: none;
}
.woocommerce-checkout-review-order-table tfoot tr ul li {
    padding-left: 0;
}
.woocommerce-checkout #order_review .order-total th, .cart-subtotal th, .woocommerce-checkout #order_review .woocommerce-shipping-totals th {
    font-weight: 500;
    font-family: 'HelveticaNeue-medium';
    color: #000;
}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total .includes_tax {
    display: block;
}
.woocommerce-checkout #order_review .shop_table {
    width: 100%;
    margin-top: 0 !important;
}
.woocommerce-checkout-review-order-table tfoot tr {
    border-top: 2px solid #fafafa !important;
}
.woocommerce-checkout #payment {
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login {
    margin-bottom: 40px;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login p, .woocommerce-checkout .woocommerce-form.woocommerce-form-login p {
    font-family: 'HelveticaNeue';
}
.checkout_coupon.woocommerce-form-coupon {
    background: #f4f4f4;
    padding: 20px;
    font-size: 18px;
    color: #000;
    border-radius: 10px;
}
.checkout_coupon.woocommerce-form-coupon {
    display: flex;
    gap: 20px;
} 
.checkout_coupon.woocommerce-form-coupon p.form-row {
    margin: 0;
}
.woocommerce-form.woocommerce-form-login .woocommerce-form-login__rememberme {
    margin: 0 0 14px;
    font-family: 'HelveticaNeue' !important;
}
.woocommerce-checkout .woocommerce-form.woocommerce-form-login p.lost_password {
    padding-top: 10px;
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword #user_login {
    width: 100%!important;
    height: 46px!important;
    border: 1px solid #CCCCCC!important;
    border-radius: 8px!important;
    padding: 10px 16px!important;
    font-size: 18px!important;
    color: #000!important;
    background: #fff!important;
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword {
    width: 100%;
    margin-bottom: 40px;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    font-family: 'HelveticaNeue';
}
.woocommerce-account.woocommerce-lost-password .woocommerce .woocommerce-ResetPassword label {
    display: block;
    color: #000;
    margin-bottom: 6px;
    font-family: 'HelveticaNeue-medium' !important;
    font-size: 18px;
}
.woocommerce-checkout .wc_payment_method input[type="radio"] + label::before {
    background: #6d6d6d;
}
form#woocommerce-checkout-form-coupon input#coupon_code {
    height: 50px!important;
}


.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li {
    font-size: 16px;
    position: relative;
    margin: 0 0 6px;
    padding-left: 16px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li::before {
    content: '';
    background: #ff0000;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50px;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error li a {
    background: transparent!important;
    text-align: left;
    padding: 0;
    gap: 4px;
    color: #ff0000;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error {
    gap: 0;
}
.woocommerce-checkout .woocommerce-additional-fields section.hz-cart-delivery {
    padding-top: 0;
}
/***thankyou****/
.woocommerce-order-received .woocommerce-order .hz-thankyou-wrap {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}
.woocommerce-order-received .woocommerce-order .hz-side-column {
    flex: 0 0 400px;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 28px 20px;
    position: sticky;
    top: 110px;
}
.woocommerce-order-received .woocommerce-order .right-imp-details {
    flex: 1 1 0;
    min-width: 0;
}
.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #e8f3e8;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #2e7d32;
    border-radius: 10px;
    padding: 12px 10px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #000;
    list-style: none;
    font-family: 'HelveticaNeue';
}
.woocommerce-order-received .woocommerce-order .hz-side-column .woocommerce-order-overview {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-order-received .woocommerce-order .hz-side-column .woocommerce-order-overview > li {
    padding: 18px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 16px;
    color: #0D1721;
}
.woocommerce-order-received .woocommerce-order .hz-side-column .woocommerce-order-overview > li:first-child {
    border-top: none;
    padding-top: 0;
}
.woocommerce-order-received .woocommerce-order .hz-side-column .woocommerce-order-overview > li strong {
    display: block;
    margin-top: 6px;
    font-size: 18px;
    font-family: 'HelveticaNeue-bold';
    color: #000;
}
.woocommerce-order-received .woocommerce-order .right-imp-details section.woocommerce-order-details {
    padding: 0;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details {
	width: 100%;
	border-collapse: collapse;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tbody tr.order_item {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tbody td {
	padding: 20px 0;
	font-size: 18;
	color: #000;
	vertical-align: middle;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tbody td.product-name a {
	color: #000;
	text-decoration: none;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tbody td.product-name a:hover {
    color: var(--color-palette1);
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tbody td.product-name .product-quantity {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 9px;
    background: #e8f3e8;
    border-radius: 20px;
    color: var(--color-palette2);
}
.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tbody td.product-total {
	text-align: right;
	white-space: nowrap;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot tr {
	border-bottom: 1px solid #e5e5e5;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot tr:last-child {
	border-bottom: none;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot th,
.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot td {
	padding: 10px 0;
	font-size: 18px;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot th {
	text-align: left;
	font-family: 'HelveticaNeue-bold';
	color: #000;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot td {
	text-align: right;
	color: #000;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot td .shipped_via {
    color: #767676;
    font-size: 14px;
    margin-left: 4px;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot tr:nth-last-child(2) th,
.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot tr:nth-last-child(2) td {
	font-weight: 700;
	font-size: 1.15rem;
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot tr:nth-last-child(2) td {
	color: var(--color-palette2);
}

.woocommerce-order-received .woocommerce-order .right-imp-details table.woocommerce-table--order-details tfoot .includes_tax {
	display: block;
	margin-top: 4px;
	font-weight: 400;
	font-size: 0.78rem;
	color: #767676;
}

.woocommerce-order-received .woocommerce-order .right-imp-details .hz-cd-order-meta {
    background: var(--color-palette3);
    border-radius: 10px;
    padding: 20px 24px;
}
.woocommerce-order-received .woocommerce-order .right-imp-details .hz-cd-order-meta h2 {
    font-size: 22px;
    color: #ffffff;
    margin: 0 0 10px;
}
.woocommerce-order .right-imp-details .hz-cd-order-meta .woocommerce-order-overview {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-order .right-imp-details .hz-cd-order-meta .hz-cd-leverdatum {
    color: #ffffff;
}
.woocommerce-order .right-imp-details .hz-cd-order-meta .hz-cd-leverdatum strong {
    margin-right: 6px;
}
.woocommerce-order .right-imp-details .hz-cd-order-meta .hz-cd-leverdatum span {
    color: #fff;
}
.woocommerce-order .right-imp-details .woocommerce-column {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 22px 24px;
}
.woocommerce-order .right-imp-details table.woocommerce-table--order-details thead {
    display: none;
}
li.woocommerce-order-overview__total.total span.woocommerce-Price-amount.amount {
    font-size: 24px;
}
.right-imp-details {
    font-family: 'HelveticaNeue';
    font-size: 18px;
}
.woocommerce-order .right-imp-details .woocommerce-column address {
    font-style: normal; 
    line-height: 1.5;
    color: #000;
    margin: 0;
}
.woocommerce-order .right-imp-details .woocommerce-column .woocommerce-customer-details--email {
    margin-top: 10px;
    margin-bottom: 0;
}
.woocommerce-order .right-imp-details .woocommerce-column__title {
    font-size: 22px;
    letter-spacing: 0.03em;
    margin: 0 0 12px;
}
.woocommerce-order .right-imp-details .woocommerce-columns--addresses.col2-set {
    display: flex;
}
.woocommerce-order .right-imp-details .woocommerce-column:not(last-child) {
    margin-right: 26px;
}
form#woocommerce-checkout-form-coupon {
    margin: 0 0 20px;
}
.woocommerce-checkout form .col2-set .col-2 {
    margin-top: 40px;
}
h3#ship-to-different-address {
    margin-top: 0;
}
.payment_method_woocommerce_payments label{
    color: #000;
    font-family: 'HelveticaNeue-medium';
    font-size: 18px;
}
.payment_method_woocommerce_payments p input{
    font-family: 'HelveticaNeue';
    font-size: 16px;
}
.woocommerce-checkout .order-total .amount, .woocommerce-checkout .order-total .woocommerce-Price-amount {
    font-size: 22px;
    color: var(--color-palette1)!important;
    font-family: 'HelveticaNeue-bold';
}
/**my-account***/
.woocommerce #customer_login {
    display: flex;
    flex-wrap: nowrap;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    margin-left: auto;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    background: #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 10px;
    padding: 24px;
}
.form-login-wrap {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}


.logged-in.woocommerce-account .woocommerce{
    display:flex;
    gap:40px;
    align-items:flex-start;
    width:100%;
    margin:0;
    padding:0;
    box-shadow:none;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 300px;
    width: 300px;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(17,56,62,.06);
    margin: 0;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation ul{
    margin:0;
    padding:0;
    list-style:none;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li{
    margin:0!important;
    padding:0;
    border:none;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li a{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:18px 24px;
    font-size:18px;
    font-family: 'HelveticaNeue-bold';
    color:#000;
    text-decoration:none;
    border-bottom:1px solid #F0F0F0;
    transition:.3s;
    text-decoration: none!important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li a::after{
    content:"\f105";
    font-size:20px;
    color:#000;
    transition:.3s;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li:hover>a{
    background:rgba(1, 144, 0, 0.1);
    color:var(--color-palette1);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li:hover>a::after{
    transform:translateX(4px);
    color:var(--color-palette1);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li.is-active>a{
    background:var(--color-palette1);
    color:#ffffff!important;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li.is-active>a::after{
    color:#ffffff;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-navigation li:last-child a{
    border-bottom:0;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content{
    flex:1;
    width:auto;
    background:#ffffff;
    border:1px solid #f0f0f0;
    border-radius:10px;
    padding:30px;
    box-shadow:0 12px 40px rgba(17,56,62,.06);
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content h2,
.logged-in.woocommerce-account .woocommerce-MyAccount-content h3{
   color: #000;
    font-size: 28px;
}
.logged-in.woocommerce-account header.woocommerce-Address-title.title {
    margin: 0 0 6px;
}
.logged-in.woocommerce-account .woocommerce-MyAccount-content p {
    color: #000;
    font-size: 18px;
    font-family: 'HelveticaNeue';
    line-height: 26px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content>p:first-child{
    padding:22px 24px;
    background:#F7FBFC;
    border-left:4px solid var(--color-palette1);
    border-radius:10px;
    margin-bottom:30px;
}

.logged-in.woocommerce-account .woocommerce-MyAccount-content .woocommerce-MyAccount-dashboard{
    display:grid;
    gap:24px;
}
.woocommerce-account .woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    border: none; 
}
.woocommerce-account .woocommerce-orders-table  thead th {
    text-align: left;
    font-size: 18px;
    font-family: 'HelveticaNeue-medium';
    color: #000;
    padding: 0 8px 18px;
    border-bottom: 1px solid #F0F0F0;
    font-weight: 500;
}
.woocommerce-account header.entry-header h1.entry-title {
    margin: 0 0 30px;
}
.woocommerce-account .woocommerce-orders-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}
.woocommerce-account .woocommerce-orders-table tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    font-size: 18px;
    color: #000;
    filter: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields label {
    font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
    margin-top: 0px!important;
    margin-bottom: 16px!important;
}
/* Completed */
.woocommerce-orders-table__row--status-completed
.woocommerce-orders-table__cell-order-status{
    color: #16A34A !important;
}

/* Processing */
.woocommerce-orders-table__row--status-processing
.woocommerce-orders-table__cell-order-status{
    color: #2563EB !important;
}

/* Pending Payment */
.woocommerce-orders-table__row--status-pending
.woocommerce-orders-table__cell-order-status{
    color: #F59E0B !important;
}

/* On Hold */
.woocommerce-orders-table__row--status-on-hold
.woocommerce-orders-table__cell-order-status{
    color: #D97706 !important;
}

/* Cancelled */
.woocommerce-orders-table__row--status-cancelled
.woocommerce-orders-table__cell-order-status{
    color: #DC2626 !important;
}

/* Failed */
.woocommerce-orders-table__row--status-failed
.woocommerce-orders-table__cell-order-status{
    color: #B91C1C !important;
}

/* Refunded */
.woocommerce-orders-table__row--status-refunded
.woocommerce-orders-table__cell-order-status{
    color: #6B7280 !important;
}
.woocommerce-account table.account-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1) !important;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff!important;
    padding: 10px 10px!important;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    margin: 0;
    opacity: 1!important;
}
.woocommerce-account table.account-orders-table td.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view:hover {
    text-decoration: none!important;
    background: var(--color-palette3)!important;
}
.woocommerce-account table.account-orders-table th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number {
    padding-left: 8px;
}
.woocommerce-account table.account-orders-table th.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-size: 18px;
}

.woocommerce-account form.woocommerce-EditAccountForm p.woocommerce-form-row {
    margin: 0 0 18px;
}
.woocommerce-account .woocommerce-EditAccountForm span#account_display_name_description {
    font-size: 16px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset legend {
    font-size: 28px;
    font-family: 'HelveticaNeue-bold';
    margin: 0 0 10px;
    display: block;
    line-height: 1.2;
}
.name-field-wrap {
    display: flex;
    justify-content: space-between;
}
.name-field-wrap .form-row {
    flex: 0 0 48%;
}
/***all-notifications****/
.woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce-store-notice {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
    font-family: 'HelveticaNeue';
    outline: none !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    display: flex;
}
.woocommerce-message, .woocommerce-info {
    background: #fff;
    border-color: var(--color-palette1);
    color: var(--color-palette2);
}
.woocommerce-error {
    background: #fff;
    border-color: #F5B7B7;
    color: #DC2626;
}
.woocommerce-error li, .woocommerce-info li {
    padding: 3px 0;
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    font-family: 'HelveticaNeue';
    background: var(--color-palette1)!important;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
    
}
.woocommerce-error a:hover,
.woocommerce-error a:active,
.woocommerce-info a:hover,
.woocommerce-info a:active,
.woocommerce-message a:hover,
.woocommerce-message a:active, .woocommerce a.button.wc-backward:hover, .woocommerce-checkout .woocommerce-form.woocommerce-form-login .woocommerce-button.button:hover, .woocommerce-account form button.button:hover {
    text-decoration: none!important;
    background: var(--color-palette3)!important;
}
p.return-to-shop {
    display: flex;
    justify-content: center;
}
.woocommerce a.button.wc-backward, .woocommerce-checkout .woocommerce-form.woocommerce-form-login .woocommerce-button.button, .woocommerce-account form button.button {
    float: none;
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    gap: 16px;
    width: auto;
    outline: 0px !important;
    border: 0px !important;
}
.cart-empty.woocommerce-info {
    text-align: center;
    justify-content: center;
}

.stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

.stock.in-stock {
    color: var(--color-palette2);
    background: #ECFDF3;
    border: 1px solid var(--color-palette1);
}

.stock.out-of-stock {
    color: #B42318;
    background: #FEF3F2;
    border: 1px solid #FDA29B;
}

.stock.available-on-backorder {
    color: #92400E;
    background: #FFFBEB;
    border: 1px solid #FCD34D;
}
.woocommerce .woocommerce-form-login__rememberme {
    margin: 0rem 0 16px 0;
}
.woocommerce-account  p.woocommerce-LostPassword.lost_password {
    font-family: 'HelveticaNeue';
}
div#password_strength {
    padding: 4px 0;
}
.woocommerce-password-strength.short{
    color: #B42318;
}

.woocommerce-password-strength.bad{
    color: #9A3412;
}

.woocommerce-password-strength.good{
    color: #856404;
}

.woocommerce-password-strength.strong{
    color: var(--color-palette1);
}
/***contact-page***/
.contact-details {
    padding-bottom: 75px;
}
.appointment-box {
    background-color: var(--color-palette1);
    border-radius: 10px;
    padding: 45px;
    height: 100%;
}
.appointment-box-img {
    margin-bottom: 30px;
}
.appointment-box-inner h2 {
    margin-bottom: 16px;
    font-family: 'HelveticaNeue';
    color:#fff;
}
.appointment-box h5{
    color: #fff;
    font-size: 24px;
    font-family: 'HelveticaNeue-medium';
}
.address-list {
    margin-top: 22px;
}
.address-list li {
    line-height: normal;
    margin-bottom: 5px;
    list-style-type: none;
}
.address-list li a {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}
.address-list li a:hover {
    color: var(--color-palette3);
}
.kvk-reg {
    font-size: 24px;
    line-height: 34px;
    margin-top: 24px;
    color: #fff;
}
.appointment-box-img img {
    height: 140px;
    width: 140px;
    border-radius: 100%;
    object-fit: cover;
    object-position: center;
    border: 2px solid #FFFFFF;
}
/*form**/
.main-form {
    background: #F4F4F4;
    padding: 35px 40px;
    border-radius: 10px;
}
.contact-form  input[type="text"], .contact-form   input[type="email"], .contact-form  textarea {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background: transparent;
    color: #000;
    width: 100%;
    padding: 12px 20px;
    line-height: normal;
    font-weight: normal;
    font-size: 18px;
    outline: none;
}
.contact-form textarea{resize:none;height:112px;}
.contact-form input:focus,.contact-form textarea:focus{outline:none;}
.form-row-block .width-50{flex:0 0 calc(50% - 16px);max-width:calc(50% - 16px);}
.form-row-block .width-100{flex:0 0 100%;max-width:100%;}
.form-row-block{display:flex;flex-wrap:wrap;gap:32px;}
.form-row-block p{margin:0;padding:0;}
.contact-form .submit-btn p{margin:0;padding:0;}
.contact-form .submit-btn p .wpcf7-spinner{display:none;}
.contact-form input[type="submit"]{
    font-family: 'HelveticaNeue';
    background: var(--color-palette1);
    display: inline-flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    line-height: 20px;
    border-radius: 10px;
    align-items: center;
    border: 0px;
    outline: none;
}
.contact-form input[type="submit"]:hover{
    background: var(--color-palette2);
    color: #fff;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
/**faq**/
.accordion-item{position:relative;border:0;border-bottom:1px solid #707070;border-radius:0!important;}
.accordion-header .accordion-button {
    font-size: 20px;
    font-style: normal;
    color: #000;
    background: #fff;
    line-height: 1.2em;
    padding: 0;
    border-radius: 0!important;
    padding: 32px 0 16px;
    box-shadow: none;
    position: static;
    padding-right: 80px!important;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    font-family: 'HelveticaNeue-medium';
}
.accordion-button::after {
    color: #000;
    content: "\f067";
    font-size: 20px;
    background-image: none!important;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    top: 50%;
    transition: none!important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    transform: translateY(-50%)!important;
}
.accordion-header .accordion-button.collapsed{padding-top:32px;padding-bottom:32px;}
.accordion-body{padding:0;padding-right:20%;padding-bottom:44px;font-family: 'HelveticaNeue';font-size: 18px;}
.accordion-button:not(.collapsed)::after{content:"\f068";}
/**404**/
.error-404.not-found {
    max-width: 600px;
    margin: 0 auto;
    padding: 150px 0;
}
.error-404.not-found .page-header::before {
    content: "404";
    display: block;
    font-size: 7rem;
    font-family: 'HelveticaNeue-bold';
    line-height: 1;
    color: #e8f3e8;
    letter-spacing: -0.02em;
    margin-bottom: -2.2rem;
    user-select: none;
}
/**policypage**/
.term-policy-details h1,
.term-policy-details h2,
.term-policy-details h3 {
    font-family: 'HelveticaNeue-medium';
	line-height: 1.3;
	margin: 0 0 16px;
}

.term-policy-details h2 {
	margin-top: 56px;
}

.term-policy-details h2:first-child,
.term-policy-details > h2:first-of-type {
	margin-top: 0;
}

.term-policy-details p {
	margin: 0 0 24px;
    font-size: 20px;
    line-height: 28px;
}

.term-policy-details ul,
.term-policy-details ol {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.term-policy-details ul li,
.term-policy-details ol li {
	margin: 0 0 4px;
	line-height: 1.3;
    font-size: 20px;
    line-height: 28px;
}

.term-policy-details ul li:last-child,
.term-policy-details ol li:last-child {
	margin-bottom: 0;
}

.term-policy-details a {
	text-decoration: underline;
}
.term-policy-details {
    max-width: 940px;
}
.term-policy-content {
    padding-top: 60px;
}
@media only screen and (max-width:1024px){
.accordion-button::after{width:50px;height:50px;}
}
@media only screen and (max-width:998px){
.accordion-header .accordion-button{font-size:28px;}
}
@media only screen and (max-width:767px){
.accordion-header .accordion-button{font-size:24px;}
}


/***footer*****/
footer.site-footer{background:var(--color-palette3);padding:150px 0 0px;color:#fff;font-size:20px;line-height:30px;font-family: 'HelveticaNeue';}
.footer-logo img{max-width:280px;}
.footer-logo{margin:0 0 18px;}
.footer-about{margin:0 0 20px;}
footer.site-footer ul{list-style:none;margin:0;padding:0;}
ul.social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;}
ul.social-icons li{margin-right:12px;}
ul.social-icons li a{display:block;font-size:20px;color:#fff;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;text-align:center;}
ul.social-icons li a:hover{color: var(--color-palette1);-webkit-transform:translate(0, -3px);-ms-transform:translate(0, -3px);transform:translate(0, -3px);-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;}
.footer-menu li a,.copyright-menu ul li a{color:#fff;font-size:20px;}
.footer-menu li a{font-family:'HelveticaNeue';}
.footer-menu li a:hover,.copyright-menu ul li a:hover{color:var(--color-palette1);}
.footer-menu li{margin:0 0 10px;line-height: 24px;}
.footer-title{margin:0 0 20px;font-family:'HelveticaNeue-bold';font-size: 20px;}
div#copyright-text p{font-size:16px;}
.footer-address a{display:block;color:#fff;}
.copyright-wrapper{border-top:1px solid var(--color-palette2);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0;margin-top:140px;}
.copyright-menu ul li{display:inline-block;}
div#copyright-text p{margin:0;}
div#copyright-text a{color:var(--color-palette3);}
div#copyright-text{flex: 0 0 auto;text-align: center;}
.copyright-menu, .sub-footer__payments {
    flex: 1;
}
.copyright-menu ul li:not(:last-child) {
    margin-right: 20px;
}
.footer-socials {
    margin-top: 30px;
}
.copyright-menu ul li a {
    font-size: 16px;
    line-height: 22px;
}
.sub-footer__payments {
    text-align: right;
}
.first-col{padding-right:20px;}
ul#menu-footer-menu li{display:inline-block;width:100%;}

.bottom-graphic{padding:140px 0 0;}
.bottom-graphic img{max-width:1000px;margin:0 auto;display:block;}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: flex-start;
}
.footer-col-about {
    flex: 0 0 30%;
}
.footer-col-3 {
    flex-shrink: 0;
}
.sub-footer__payments img {
    width: 48px;
    height: auto;
}
.footer__payments-icon {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
/**********responsive media**************/    
@media (min-width: 1500px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1440px;
    }
} 
@media (min-width:1200px){

     .site-branding {
        max-height: 60px;
        transition: max-height .35s ease, opacity .3s ease;
    }
    header.main-header.fixed-header .site-branding {
        max-height: 0;
        opacity: 0;
    }
    }


@media only screen and (max-width: 1400px){
   .footer-menu li a, .copyright-menu ul li a {
    font-size: 18px;
}
footer.site-footer {
    font-size: 18px;
    line-height: 28px;
}
.category-card {
    min-height: 120px;
}
}
 @media only screen and (min-width: 1000px) and (max-width: 1400px)  {
section.categories .g-3, section.categories .gx-3 {
    --bs-gutter-x: 0.5rem;
}
 }
    @media only screen and (max-width: 1199px) {
		.menu-header-menu-container{display:block;}
    .header-inner {
        width: 100%;
    }
    .col-header-nav {
        margin-left: 40px;
    }
   
    .main-navigation ul li a {
        font-size: 20px;
        margin: 0 0 14px;
        color: #fff;
		text-transform: capitalize;
        text-align: left;
        font-family: 'HelveticaNeue';
        line-height: 28px;
        display: inline-block;
        position: relative;
    }
    .main-navigation ul li a:hover {
        color: #fff;
    }
    .fixed-body {
        overflow: hidden;
    }
    .fixed-body:before {
        opacity: 1;
        visibility: visible;
    }
    /**footer***/
    .footer-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 24px;
}
.footer-col-about {
    flex: 0 0 100%;
    width: 100%;
}
.footer-col-3 {
    flex: 1 1 calc(33.333% - 16px);
}
.first-col {
    padding-right: 0;
    text-align: center;
}
footer.site-footer {
    padding: 100px 0 0px;
}
.copyright-wrapper {
    margin-top: 80px;
}
.copyright-wrapper {
    flex-wrap: wrap;
}
.copyright-menu {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 24px;
    border-bottom: 1px solid var(--color-palette2);
        padding: 0 0 24px;
}
.header-actions {
    display: flex;
    align-items: center;
}
.col-header-nav {
        margin-left: 20px;
    }
    header.main-header {
    border-bottom: 1px solid #E2E2E2;
}
.product-card-houtenzo__cart {
    width: 100%;
    margin-top: 22px;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
section.about-content {
    padding: 100px 0 0;
}
section.footer-block-content {
    padding-bottom: 100px;
}
.about-content__text {
    padding-bottom: 80px;
}
section.hero-banner {
    padding: 60px 0 0px;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    height: 85vh;
    overflow-y: auto;
	top: 48px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    width: 40px;
    text-align: right;
}
.site-branding {
    background: transparent;
}
header.main-header .header-main {
    display: flex;
    align-items: center;
    gap: 10px;
}
header.main-header .header-main .container.large-container {
    padding-right: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    height: 2px;
	width: 32px;
}
}
 @media only screen and (min-width: 1000px) and (max-width: 1200px)  {
    .expectations {
    padding: 30px;
}
.expectations ul li:not(:last-child) {
    margin-bottom: 20px;
}
.category-card {
    font-size: 14px;
}
 }
@media only screen and (max-width: 1024px) {
   
}

@media only screen and (max-width: 998px) {
     h1 {
    font-size: 38px;
      }
     h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 30px;
    }
    .copyright-menu{width:100%;}
    div#copyright-text{text-align:center;}
    .copyright-wrapper{text-align:center;}
    .header-logo img {max-width: 180px;}
    .sub-footer__payments img {
        width: 38px;
    }
    .container.large-container {
    padding-left: 15px;
    padding-right: 15px;
}
.our-aim {
    height: auto;
    margin-bottom: 0px;
    padding-top: 100px;
}
    .expectations {
    display: none;
}  
section.categories {
    padding: 72px 0 72px;
}
.home-products {
    padding: 0 0 72px;
}
.cta-houtenzo {
    padding: 100px 0;
}
.cta-houtenzo h2 {
    font-size: 32px;
}
section.about-content {
    padding: 72px 0 0;
}
section.footer-block-content {
    padding-bottom: 72px;
}
    .about-content__text {
        padding-bottom: 60px;
    }
    section.hero-banner {
    padding: 40px 0 0px;
}
.contact-form{margin-top:26px;}
} 

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
    h2{
        font-size: 28px;
    }
    h3 {
        font-size: 28px;
    }
        .footer-col-3{
        flex: 0 0 100%;
    }
    .footer-row {gap: 30px;}
    footer.site-footer{text-align:center;}
    footer.site-footer ul.social-icons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
    footer.site-footer{padding:60px 0 0px;}
    .copyright-menu{margin:0 0 10px;}
    .copyright-wrapper {
        flex-flow: column;
    }
    .footer-logo img {
    max-width: 216px;
}
.footer-about {
    margin: 0 0 10px;
}
    div#copyright-text {
    margin: 0 0 14px;
}
    .top-bar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 2px 0;
    }
    .top-bar__rating {
        gap: 6px;
    }
    .top-bar__stars {
        font-size: 13px;
    }
    .top-bar__score {
        font-size: 13px;
    }
    .top-bar__toggle-label {
        font-size: 10px;
    }
    .customer-toggle {
        width: 32px;
        height: 18px;
        margin: 0 6px;
    }
    .customer-toggle__knob {
        width: 14px;
        height: 14px;
    }
    .customer-toggle[aria-checked="true"] .customer-toggle__knob {
        transform: translateX(14px);
    }
    .top-bar__shipping {
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }

    .header-main-content { padding: 12px 0; }
    .header-logo img { max-width: 160px; }
    .header-inner { gap: 12px; }
	 .header-search-toggle {
		margin-right: 14px;
	}
	.header-actions-item {
    gap: 14px;
    }
    .header-actions-item a span { display: none; }
    .header-actions-item a i { font-size: 20px;}
    .site-branding.sticky-nav.sticky-in {
        width: 85%;
    }

    .main-navigation ul li a {
        font-size: 20px;
        margin: 0 0 12px;
        line-height: 26px;
    }
    .col-header-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0;
        padding: 12px 16px;
        background: #fff;
        border-top: 1px solid #E2E2E2;
        z-index: 998;
        box-shadow: 0 8px 16px rgba(0,0,0,0.06);
    }
    .col-header-nav.is-active {
        display: block;
    }
    .header-search-toggle {
        display: inline-flex;
    }
    .top-bar__rating {
    display: none;
}
.copyright-menu {
    border-bottom: none;
    padding: 0 0 0px;
}
.our-aim {
    padding: 50px 30px;
}
section.categories {
    padding: 48px 0;
}
.section-heading {
    margin: 0 0 30px;
}
.home-products {
    padding: 0 0 48px;
}
.cta-houtenzo h2 {
    font-size: 26px;
}
.cta-houtenzo {
    padding: 80px 0;
}
section.about-content {
    padding: 48px 0 0;
}
section.footer-block-content {
    padding-bottom: 48px;
}
.about-content__text {
    padding-bottom: 30px;
}
.products__head {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.categories .col-6:last-child:nth-child(odd) {
    flex: 0 0 100%;
    width: 100%;
}
footer.site-footer, .footer-menu li a{
    font-size: 16px;
    line-height: 24px;
}
.copyright-menu ul li a {
    font-size: 14px;
    line-height: 18px;
}
.copyright-menu ul li:not(:last-child) {
    margin-right: 10px;
}
div#copyright-text p {
    font-size: 14px;
}
.copyright-wrapper {
    margin-top: 60px;
}
.footer-title {
    margin: 0 0 16px;
}
.form-row-block .width-50{flex:0 0 100%;max-width:100%;}
}

@media only screen and (max-width: 480px) {
    .top-bar__shipping { font-size: 11px; }
    .top-bar__stars { font-size: 13px; }
    .header-actions-item a:nth-child(1),
    .header-actions-item a:nth-child(2) {
        display: none;
    }
    .site-branding.sticky-nav.sticky-in {
        width: 100%;
    }

    .hz-as-input,
    #site-search {
        font-size: 14px;
    }
}