:root {
    --black: #132122;
    --white: white;
    --light-grey: #E1E1E0;
    --dark-grey: #9a9a9a;
    --green: #77bb61;
    --light-green: #66b86a4a;
    --dark-green: #002320;
    --orange: #fc9a28;
    --new-color:  #1b2c2f;
    --heading-font: 'Righteous';
    --text-font: 'Montserrat';
    --text-roboto: 'Roboto';
    --xll: 65px;
    --xl: 56px;
    --l: 45px;
    --m: 32px;
    --sm: 24px;
    --ss: 20px;
    --s: 18px;
    --xs: 16px;
    --xss: 13px;
    --xsss: 10px;
    --border-color: rgba(0, 0, 0, 0.188);
    --border-color-darken: rgb(130, 130, 130);
  }

p{
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.font-black, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--black);
}

.text-roboto {
    font-family: var(--text-roboto);
}

.align_bottom {
    width: max-content;
    margin-top: auto;
}
.afrekenen:hover{
    color: var(--white);
}
.items_cart_popup p {
    color: var(--black);
}

.is_mobile{
    display: none
}

.price_container .slide_the_list {
    font-size: var(--xss);
}

.measure_item {
    margin-bottom: 30px;
}

.content_about {
   margin-top: 80px;
   margin-bottom: 80px;
}

.cart_checkout .content_hero {
    padding: 40px 0;
}

.hero.cart_checkout{
    min-height: auto;
}
.content_about p {
    line-height: 25px;
    font-family: var(--text-font);
    font-size: var(--xs);
    margin-bottom: 20px;
}

.container_sale_price > p {
    color: var(--dark-grey);
    padding-right: 40px;
}

.relative{
    position: relative
}

.cart_subtotal_header span.woocommerce-Price-currencySymbol{
    position: unset;
}

.woocommerce .quantity .qty {
    width:100%
}
.container_sale_price {
    display: flex;

}
.item-check p {
    margin-left: 5px;
    letter-spacing: 1px;
}

.font-small {
    font-size: var(--xss);
}

.bg_gray_leaf {
    background: linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)),
                url(../images/leaf-blue.svg);
    background-position: calc(100% - 5px) center;
    background-color: var(--dark-grey);
    background-size: cover;
}

.bg_dark_green_leaf {
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)),
    url(../images/leaf-blue.svg);
    background-position: calc(100% - 5px) center;
    background-color: var(--dark-green);
    background-size: cover;
}

.font-weight-400, .wc-block-components-title.wc-block-components-title,
.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
    font-weight: 400 !important;
}

.menu_item_footer h3 {
    font-weight: 400;
}

.categories_container .green_btn {
    max-width: 200px;
}

.categories_container a:hover h3,
.categories_container:hover h3 {
    color: var(--white);
}

.empty_cart {
    color: #000;
    height: calc(100vh - 400px);
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.text-uppercase{
    text-transform: uppercase;
}

.letter-spacing{
    letter-spacing: 2px;
}

a{
    transition: all 0.3s ease;
}

.green_btn:hover {
    background: var(--white);
    color: var(--new-color);
}

.menu_item_footer ul{
    margin-left: 0;
}

.custom_breadcrumb  > .woocommerce-breadcrumb {
    display: flex;
    gap: 3px;
    padding: 28px 0 0 0;
}

.custom_breadcrumb  > .woocommerce-breadcrumb a {
    color: var(--black) !important;
    display: flex;
    align-items: center;
}

 /* the slides */
 .woocommerce-breadcrumb .slick-slide {
    margin: 0 27px;
}

/* the parent */
.woocommerce-breadcrumb .slick-list {
    margin: 0 -27px;
}

.text-black {
    color: var(--black) !important;
}

.image_container a {
    display: block;
    height: 100%;
    width: 100%;
}

span.woocommerce-Price-amount.amount {
    font-family: var(--heading-font) !important;
    font-weight: 400;
}

.item_content_review p {
   font-size: --var(--xss) !important;
}

.image_container > a > img {
    height: auto;
    width: 100%;
}

/*.categories_menu_container > ul > li.current-menu-item > a,*/
/*.categories_menu_container > ul > li.current-product_cat-ancestor > a{*/
/*    color: var(--green);*/
/*}*/

#loading-indicator {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: bold;
    color: #333;
    z-index: 9999; /* Ensure it appears above other elements */
    width: 100%;
    height: 100%;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    position: relative;
}

.result_container {
    position: relative;
}

.woocommerce span.onsale {
    display: none;
}
/* Style for the loader */
.load_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}
.load_icon .spinner {
    top: 30%;
}

*:focus {
    outline: 0 !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], 
.wc-block-components-form .wc-block-components-text-input input[type=number], 
.wc-block-components-form .wc-block-components-text-input input[type=password], 
.wc-block-components-form .wc-block-components-text-input input[type=tel], 
.wc-block-components-form .wc-block-components-text-input input[type=text], 
.wc-block-components-form .wc-block-components-text-input input[type=url], 
.wc-block-components-text-input input[type=email], 
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=password], 
.wc-block-components-text-input input[type=tel], 
.wc-block-components-text-input input[type=text], 
.wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select {
    border-color: var(--light-grey) !important;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    background-color: var(--light-grey);
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #66B86A;
    color: var(--white);
}
.woocommerce-MyAccount-navigation ul li a {
    color : var(--black);
    display: inline-block;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}

.woocommerce-MyAccount-content a {
    color: #66B86A;
    font-weight: bold;
}

.products_result_header a:hover {
    box-shadow: 13px 18px 33px -6px rgba(0,0,0,0.3);
-webkit-box-shadow: 13px 18px 33px -6px rgba(0,0,0,0.3);
-moz-box-shadow: 13px 18px 33px -6px rgba(0,0,0,0.3);
}

.result_search {
    margin-top: 20px;
}

.nav_container {
    max-width: 1024px;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
}

.single-product .real_price::before {
    width: 64%;
}

.hero.cart_checkout h1 {
    font-size: var(--m);
    color: var(--new-color);
}

.hero.cart_checkout::after{
    background-color: transparent;
}

.woocommerce-cart .products_result_header{
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 30px;
}

.wc-block-components-product-metadata__description,
.wc-block-components-address-form__address_2-toggle {
    display: none !important;
}

.woocommerce-checkout .content_about, .woocommerce-cart .content_about {
    margin-top: 0;
}

.added-to-cart-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    z-index: 1000;
    width: 80%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-content .close {
    float: right;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

.cross-sell-product {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.cross-sell-product img {
    max-width: 50px;
    margin-right: 15px;
}

.menu_item_footer .logo {
  max-width: max-content !important;
}

#added-product-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 26px;
}

#added-product-details img {
    max-width: 150px;
}

.frequently-bought-together{
    margin-top: 30px;
    margin-bottom: 21px;
}

.added_details {
    width: 60%;
    margin-left: 20px;
}

.modal-content h2, .modal-content .h2 {
    margin-bottom: 20px;
}

.modal-content .h2 {
    font-size: 24px;
}

#frequently-bought-together .products_result_header {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 38px;
}

.button_box {
    display: block;
    text-align: right;
}

#frequently-bought-together .image_container{
    height: 100px;
}

#frequently-bought-together .image_container img {
    object-fit: contain;
}

.woocommerce .image_container img, .woocommerce-page .image_container img{
    height: 100%;
}

.product_detail_container{
    padding-top : 20px
}

.footer-mobile, .copyright_mobile{
    display: none;
}

.d-none {
    display: none;
}