/*
Theme Name: Veilinghuis
Theme URI: https://galia.be
Author: the galia team
Author URI: https://galia.be/
Description: custom theme
Version: 1.0
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom theme
Text Domain: veilinghuis

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* unna-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/unna-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/unna-v24-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* unna-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/unna-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/unna-v24-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* geist-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/geist-v3-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v3-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/geist-v3-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v3-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/geist-v3-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v3-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/geist-v3-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v3-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* geist-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Geist';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/geist-v3-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/geist-v3-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


body {
    font-family: 'Geist';
    background-color: #F1F9FD;
    color: var(--text);
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6em;
}

html {
  font-size: 20px;
}

#yith-welrp .yith-welrp-form-field label {
  color: var(--text) !important;
  font-size: var(--font-size-md) !important;
}

#yith-welrp .yith-welrp-form-field input[type="text"], #yith-welrp .yith-welrp-form-field input[type="email"], #yith-welrp .yith-welrp-form-field input[type="password"] {
    border: 1px solid var(--border); !important
    height: 40px;
    padding: 10px 7px;
    font-size: var(--font-size-md) !important;
  font-family: 'Geist' !important;
}

input, textarea {
  font-family: 'Geist' !important;
}

:root {
  --font-size-xxl: 26px;  
  --font-size-xl: 20px;  
  --font-size-lg: 17px;
  --font-size-md: 16px;
  --font-size-sm: 15px;
  --font-size-xs: 14px;
}

:root {
  --text: #333;
  --blue: #06394D;
  --background: #E5EBEE;
  --border: rgb(6 57 77 / 15%);
  --title: #06394D;
  --light-blue: #18668C;
  --red: #891C29;
  --yellow: #eaa109;
  --white: #fff;
  --black: #000;  
}

.grecaptcha-badge {visibility: hidden;}
input, textarea {background:transparent;}
b, strong {
    font-weight: 400 !important;
    color: var(--red);
}
p {margin: 0 0 20px;}
p:last-child {margin: 0 !important; padding:0 !important}
.wpcf7 textarea {
  font-family: "Poppins" !important;
  font-weight: 400 !important;
  width: 100% !important;
}

.elementor-field-option input {
  cursor: pointer !important;
}

.overflow-hidden {overflow: hidden !important;}
.hd-wrap ul.menu {padding: 0; margin: 0; list-style: none;}
a {color: var(--green); text-decoration: none;}
a:hover {color: var(--green)}
button {font-family: 'Geist' !important;}

* {outline: none;}
*, *::before, *::after {-webkit-box-sizing: border-box;box-sizing: border-box;word-break: break-word;}
ul {margin: 0;padding: 0;list-style: none;}

h1, .elementor h1.elementor-heading-title,
h2, .elementor h2.elementor-heading-title,
.price-wrap, .elementor h3.elementor-heading-title,
h4, .elementor h4.elementor-heading-title,
h5, .elementor h5.elementor-heading-title,
h6, .elementor h6.elementor-heading-title,
#yith-welrp .yith-welrp-popup-content h3 {
  font-family: 'Unna';
  color: var(--title);
  font-style: normal;  
  text-decoration: none;
letter-spacing: -0.005em;
  padding: 0;
  margin: 0;
  font-weight: 700;
    color: var(--title);
}

.hd-l a#login-popup {
    text-decoration: underline;
}

/* Zet standaard bullet points terug */
.elementor-element.elementor-widget.elementor-widget-text-editor ul {
  list-style-type: disc;   /* rond bolletje */
  list-style-position: outside;
  margin-left: 1.5em;      /* ruimte links */
  padding-left: 0;         /* optioneel, kan ook weg */
}

/* Zorg dat de li-items netjes meedoen */
.elementor-element.elementor-widget.elementor-widget-text-editor ul li {
  display: list-item;      /* verplicht voor bullets */
  margin-bottom: 0.5em;    /* ruimte tussen de regels */
}

.wc-block-cart__submit-container a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-color: var(--red);
    color: var(--white);
    text-decoration: none !important;
    font-weight: 500;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header,
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 0.95em !important;
    text-transform: uppercase;
}

tr.woocommerce-shipping-totals.shipping td {
    font-weight: 500;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2  {
    float: left;
    width: 100%;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px !important;
    color: var(--text) !important;
    font-weight: 400;
    border-radius: 0 !important
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
    background-color: #fff;
    border: 1px solid var(--border);
    border-radius: 0;
}


.woocommerce-additional-fields {
    margin-top: -10px;
}

.woocommerce-checkout h2.woocommerce-order-details__title {
    margin-bottom: 20px;
}


.woocommerce-checkout section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    display: none;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
    border: 1px solid var(--border);
}

.woocommerce-shipping-fields h3#ship-to-different-address {
    display: none;
}

p.wc-block-components-totals-footer-item-shipping {
    display: none;
}

tr.woocommerce-shipping-totals.shipping th {
    display: none;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

h1, .elementor h1.elementor-heading-title {
    font-size: 2.1rem;
    line-height: 1.1em;
    font-weight: 600;
    overflow-wrap: normal;
}
h2, .elementor h2.elementor-heading-title, .news-title {
    font-size: 32px;
    line-height: 1.1em;
    font-weight: 600;
    overflow-wrap: normal;
}

.hd-logo-mobile {
    display: none;
}

.hd-logo-mobile {
    background-color: var(--background);
    text-align: center;
    margin-bottom: -6px;
}

.elementor-field-textual {
    border-radius: 0 !important;
    font-size: 16px !important;
}

.hd-logo-mobile img {
    max-width: 100px;
    margin: 10px 10px 0;
}

a.elementor-button {
    font-weight: 500;
    font-size: 15px;
}

.hd-r {
    display: flex;
    align-items: center;
}

.yith-wcact-manual-bid-increment p, #yith_wcact_reserve_and_overtime {
  font-size: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.owl-item a.woocommerce-LoopProduct-link.woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    font-size: 24px;
    margin: 0;
    padding: 0 0 8px;
    font-family: 'Unna';
    font-weight: 700;
    line-height: 1em;
    color: var(--title);
}

li.owl-item-like.product.type-product .auction_end_start {
  display: none;
}

li.owl-item-like.product.type-product img {
    margin-bottom: 1rem;
}

li.owl-item-like.product.type-product a.button.product_type_auction.add_to_cart_button {
    display: none;
}

.owl-theme .owl-nav span.owl-prev,
.owl-theme .owl-nav span.owl-next  {
    color: var(--blue) !important;
    font-size: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #e5ebee !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 50px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 36px !important;
}

.owl-theme .owl-nav button.owl-next:hover,
.owl-theme .owl-nav button.owl-prev:hover {
    background:transparent !important;
    color: #FFF;
    text-decoration: none;
}



body.archive .auction_end_start {
    display: none;
}

h3, .elementor h3.elementor-heading-title,
.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    font-size: 32px;
  line-height: 1em;
  font-family: 'Unna';
  font-weight: 700;
  color: var(--title);
}


h4, .elementor h4.elementor-heading-title,
p.yith-wcact-follow-auction {
  font-size: var(--font-size-xxl);
  line-height: 1.2em;
  font-family: 'Unna';
  font-weight: 700;
  color: var(--title);
}

.elementor-element.elementor-widget.elementor-widget-text-editor a {
    text-decoration: underline !important;
    color: var(--red);
    font-weight: 400;
}

h5, .elementor h5.elementor-heading-title, .car-install-title {
    font-size: 23px;
    line-height: 1.2em;
    font-family: 'Unna';
    font-weight: 700;
    color: var(--title);
    margin-top: 14px;
    margin-bottom: 0;
}

.woocommerce form .form-row label {
    font-size: 16px;
}

.body-inner {
  display: flex;
  min-height: 100vh; /* Zorgt dat de container minstens schermhoogte heeft */
}

.content-l-wrap {
  width: 250px;       /* breedte van je zijbalk */
  background: #f4f4f4; /* voorbeeldkleur */
}

.content-r-wrap {
  flex: 1; /* neemt de resterende ruimte in */
  background: #fff;
}

.woocommerce ul.products.elementor-grid.columns-4 span.price, li.owl-item-like.product.type-product span.price
 {
    color: var(--red) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Geist';
    margin-bottom: 15px;
}

div#timer_auction {
    color: var(--blue);
    font-weight: 500;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: right !important;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    margin-top: 40px !important;
}

.fancybox__toolbar__column button.f-button {
  background: transparent !important;
  border: none !important;
}

.fancybox__nav button.f-button.is-next,
.fancybox__nav button.f-button.is-prev {
    background-color: transparent !important;
    border: 1px solid #fff !important;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide-thumb-active.wcgs-thumb img {
    border: 1px solid var(--red) !important;
}

#wpgs-gallery .wcgs-thumb.spswiper-slide img {
    border: 1px solid var(--border);
    border-radius: 0px;
}

.fancybox__nav button.f-button {
    background: transparent;
    border: none;
}

.ywcact-list-bids-table .toptable {
  font-weight: 600 !important;
  color: var(--blue) !important;
}

div#yith-wcact-max-bidder {
    margin-top: -6px;
    margin-bottom: 18px;
}

.hd-user {
    display: flex;
}

.hd-l {
    display: flex;
    align-items: center;
    color: var(--blue);
}

.hd-l-bl2 a {
    display: inline-block;
    border: 1px solid var(--border);
    padding: 1px 7px;
    margin-left: 8px;
}

.hd-l-bl2 a:hover {
    border: 1px solid var(--red);
}

.content-r-inner {
    padding: 1rem;
}

.hd-inner {
    display: flex;
    justify-content: space-between;
    background-color: var(--background);
    padding: 10px 2rem;
    align-items: center;
}

.hd-r a img {
    height: 16px;
    margin-right: 6px;
}

div#custom_toggle {
    margin-left: 12px;
    display: flex;
    align-items: center;
}

.hd-user a {
    margin-left: 12px;
    border: 1px solid var(--border);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    color: var(--blue);
    font-size: 15px;
}

.hd-user a:hover, a.user-item.user-cart:hover {
    border-color: var(--red);
}

a.user-item.user-cart {
      margin-left: 12px;
    border: 1px solid var(--border);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    font-size: 15px;
}

p.woocommerce-result-count {
    display: none;
}

p#single-product-no-bid {
  font-size: 16px;
}

.content-l-wrap {
    text-align: center;
    width: 12rem;
    min-width: 12rem;
    background: var(--background);
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.content-l-wrap ul#menu-main-menu {
    display: flex;
    flex-direction: column;
    padding: 0 12px;
}

.content-l-wrap ul#menu-main-menu li {
    margin-bottom: 1.2rem;
    text-align: center;
}

.content-l-bl1 img {
    max-width: 300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 1.5rem;
}

#sfm-sidebar nav.sfm-nav ul.sfm-menu li a {
  font-family: 'Unna' !important;
    color: var(--title) !important;
    font-weight: 700 !important;
    font-size: 21px !important; 
}

.content-l-bl2 a {
    font-family: 'Unna';
    font-weight: 700;
    font-size: 23px;
    color: var(--title);
    letter-spacing: 0.015em;
}

.content-l-bl2 a:hover, .content-l-bl2 a:focus {
  color: var(--red);
}

.content-l-bl2 li.current-menu-item a {
    color: var(--red);
}

body.woocommerce .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, body.woocommerce .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, body.woocommerce .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, body.woocommerce :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,  body.woocommerce :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, body.woocommerce  :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: var(--red) !important;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500 !important;
    font-family: 'Geist';
    border-radius: 0;
    padding: 14px 16px;
}



.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--red);
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid rgb(197 208 212 / 23%);
}


#yith-welrp .yith-welrp-popup-text {
    font-size: var(--font-size-md) !important;
}

#yith-welrp .yith-welrp-submit-button, #yith-welrp .yith-welrp-continue-as-guest .button {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: none !important;
    font-weight: 500 !important;
    padding: 14px 16px;
    line-height: 1;
    color: #fff;
    background: var(--red) !important;
    border-color: var(--red) !important;
    font-size: var(--font-size-md) !important;
    font-family: 'Geist'!important;
    border: none !important;
}
#yith-welrp .yith-welrp-popup-content h3 {
    font-size: 32px !important;
    margin: 10px 0 30px !important;
}

#yith-welrp .yith-welrp-user-data span:first-child {
    font-size: var(--font-size-md) !important;
    font-weight: 600 !important;
    color: var(--light-blue) !important;
}

#yith-welrp .yith-welrp-user-info {
    font-size: var(--font-size-sm) !important;
    display: flex !important;
    align-items: center !important;
}

#yith-welrp .yith-welrp-popup-inner a {
    color: var(--red) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    padding: 12px 14px;
    font-weight: 500;
    border-radius: 0;
    left: auto;
    color: #fff !important;
    background-color: var(--red) !important;
    border: 0;
    line-height: 1;
    border: 2px solid var(--red);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--red);
    padding: 12px 14px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    border: 2px solid var(--red);

}

span.yith-wcact-aution-badge {
    display: none;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    font-size: var(--font-size-md);
    border-radius: 0;
}


.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
    padding: 12px;
    border-color: var(--border);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: var(--red);
    color: #fff;
    padding: 14px 16px;

}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 14px 16px;
}





.elementor-17 .elementor-element.elementor-element-0e7023c .woocommerce-MyAccount-content section.woocommerce-customer-details {
  display: none;
}

.elementor-17 .elementor-element.elementor-element-0e7023c li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

.elementor-17 .elementor-element.elementor-element-0e7023c li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
    background-color: #fff !important;
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number>a {
    color: var(--red);
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(2n)>th, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody>tr:nth-child(odd)>th {
    color: var(--text);
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
    font-size: 16px;
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    background-color: var(--background);
    border: 1px solid var(--background);
    color: var(--tabs-normal-color,#69727d);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    padding: var(--tabs-padding,12px 20px);
    text-align: var(--tabs-alignment,start);
}



.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
    background: transparent;
    border-color: var(--red) !important;
    border-radius: 0px;
    border-width: 2px;
    color: var(--text);
    padding: var(--tables-button-padding,5px 10px);
    vertical-align: middle;
}

.elementor-17 .elementor-element.elementor-element-0e7023c .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover,
.elementor-17 .elementor-element.elementor-element-0e7023c .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: var(--background) !important;
    border: 1px solid var(--red) !important;
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content {
  color: var(--text);
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields, .elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address {
    background-color: #fff;
    border-width: 2px;
    border-color: var(--border);
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login, .elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register, .elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
    background-color: #fff;
    border-color: var(--sections-border-color,#d5d8dc);
    border-radius: var(--sections-border-radius,3px);
    border-style: var(--sections-border-type,solid);
    border-width: var(--sections-border-top-width,1px) var(--sections-border-right-width,1px) var(--sections-border-bottom-width,1px) var(--sections-border-left-width,1px);
    font-size: 16px;
    padding: var(--sections-padding,16px 30px);
}

.elementor-17 .elementor-element.elementor-element-0e7023c .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]), .elementor-17 .elementor-element.elementor-element-0e7023c .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em {
    font-size: 0.985em !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword {
    font-size: 0.985em !important;
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table {
    font-size: 15px;
}

.elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details, .elementor-17 .elementor-element.elementor-element-0e7023c.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads {
    background-color: #fff;
    border-color: var(--border);
    border-radius: 0px;
    border-style: solid;
    border-width: 2px;
    
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select {
    background: #fff !important;
    border: 1px solid var(--border) !important;
    border-radius: 0;
    color: var(--forms-fields-normal-color,#69727d);
    flex-grow: 0.985em !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
  border: 2px solid var(--border) !important;
}

p.stock.in-stock {
    display: none !important;
}

#yith-wcact-auction-timeleft{
    color: var(--blue);
}


.elementor .elementor-element.elementor-button-info .elementor-button {
    background-color: var(--red);
}


.woocommerce .yith-wcact-time-left-main {
    background-color: var(--background);
    border-radius: 0;
    border: none;
}

.yith-wcact-timeleft-big-blocks .yith-wcact-timeleft {
    display: inline-grid;
    text-align: center;
    width: 20%;
    margin: 7px;
    border: none;
    padding: 16px 0px 6px;
}

.woocommerce .yith-wcact-container-timeleft {
    padding: 1rem;
}

.woocommerce .yith-wcact-container-timeleft-big-blocks .ywcact-time-left {
    padding-left: 10px;
    margin-bottom: 0;
}

.yith-wcact-main-auction-product {
    width: 100%;
}

.woocommerce .ywcact-auction-end-date {
    margin-top: 0;
    font-size: var(--font-size-sm);
}
.woocommerce div#yith-wcact-form-bid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woocommerce input#_actual_bid {
    padding: 8px;
    font-size: var(--font-size-md);
    border-color: var(--border);
    width: 100%;
}

.woocommerce span.ywcact-currency-symbol.ywcact-currency-value {
    margin-right: 5px;
}

.woocommerce #yith-wcact-watchlist-email {
    min-width: 50%;
    width: 250px;
    padding: 11px 20px;
    font-size: var(--font-size-md);
    border-color: var(--border);
    border-radius: 0;

}

.woocommerce form.yith-wcact-watchlist {
    border: 2px solid var(--border);
    border-radius: 0;
    padding: 1.5rem;
    margin-top: 1rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: var(--red);
}

p.yith_wcact_does_not_have_reserve_price {
  display: none;
}

.ywcact-time-left, .ywcact-auction-end, .ywcact-your-bid-header p, #max_winner {
    font-weight: 400;
}

.yith-wcact-timeleft-big-blocks .yith-wcact-number {
    font-weight: 500;
    color: var(--blue);
    font-size: 1.6rem;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper {
    border: 0 !important;
    padding: 0;
}

.woocommerce table.shop_table {
    border: 1px solid var(--border);
    border-radius: 0;
}

.yith-wcan-filters.horizontal:not(.filters-modal) .yith-wcan-filter .filter-title.collapsable {
    border: 1px solid var(--border);
    border-radius: 0;
    font-weight: 400;
    margin-bottom: 10px;
    margin-right: 15px;
    padding: 0 40px 0px 20px;
    font-family: 'Geist';
    font-size: var(--font-size-lg);
    height: 44px;
    line-height: 43px;
}

.content-l-bl3 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}

.content-l-bl3 svg {
    width: 24px;
    margin: 0 6px;
}

h4.elementor-heading-title.elementor-size-default {
    margin-top: 0.5rem;
}

/* .elementor .elementor-element.elementor-widget a {
    white-space: nowrap;
} */


.pro-detail-bl-label {
    padding-right: 20px;
    width: 50%;
    color: var(--blue);
    font-weight: 500;
}


.pro-detail-bl {
    display: flex;
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}

.pro-detail-bl-label {
    color: var(--blue);
}


.ft-inner {
    padding: 3rem;
}

.footer-info {
    display: flex;
    flex-wrap: wrap;
}

div#primary {
    min-height: 40rem;
}

.woocommerce div.product p.price {
    color: var(--red)  !important;
}

.footer-info span {
    display: inline-block;
    padding: 0 7px 5px 0;
    margin: 0;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a {
    color: var(--red) !important;
}

.pro-detail-bl:last-child { border-bottom: 0; }

.footer-info, .footer-info a, .footer-info span {
    color: #888;
    text-decoration: none;
    font-size: 14px;
}

.footer-info a:hover {
  color: var(--red);
  text-decoration: underline;
}

div#custom_toggle {
    display: none;
}

@media (max-width: 1340px) {


}

@media (max-width: 1024px) {

  :root {
  --font-size-xxl: 22px;  
  --font-size-xl: 16px;  
  --font-size-lg: 15px;
  --font-size-md: 15px;
  --font-size-sm: 15px;
  --font-size-xs: 14px;
  }



  html {font-size: 14px;}
.content-l-bl2 a {
    font-size: 20px;
}
}




@media (max-width: 900px) {

    .hd-l {
        display: none;
    }
.hd-inner {
    display: flex;
    justify-content: center;
}

}


@media (max-width: 768px) {


  html {font-size: 13px;}
  :root {
  --font-size-xxl: 20px;  
  --font-size-xl: 16px;  
  --font-size-lg: 15px;
  --font-size-md: 15px;
  --font-size-sm: 14px;
  --font-size-xs: 13px;
  }

  .hd-logo-mobile {
    display: block;
}

.content-l-wrap {
    display: none;
}

div#custom_toggle {
    display: flex;
    height: 40px;
    border: 1px solid var(--border);
    padding: 0 10px;
    margin: 0;
}

.hd-user a {
    margin-left: 0;
    border: 1px solid var(--border);
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1;
    color: var(--blue);
    font-size: 15px;
    height: 40px;
}

.hd-user a.hd-auctions {
    margin: 0 8px;
}


}

@media (max-width: 524px) {

    button.auction_bid.button.alt, button.ywcact-auction-login-popup.button.alt,
    input.button.button-primary.yith-wcact-watchlist {
    margin: 10px 10px 10px 0 !important;
}
}

@media (max-width: 470px) {

        .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(1,1fr) !important;
}



}

@media (max-width: 380px) {

    .hd-user a.hd-auctions {
        display: none;
    }

    a#login-popup {
        margin-right: 10px;
    }



input.button.button-primary.yith-wcact-watchlist {
    margin-left: 0;
    margin-top: 10px;
}



}

@media (max-width: 330px) {

}