@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//leasedirect.websiteshop.gr/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//leasedirect.websiteshop.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(34,34,34);
	--wd-text-font-size: 14px;
	--wd-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Manrope", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: rgb(204,101,42);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,0,0);
	--btn-accented-bgcolor-hover: rgb(30,0,0);
	--wd-form-brd-width: 0px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://leasedirect.websiteshop.gr/wp-content/uploads/2025/08/header-bg6.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-family: "Manrope", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 32px;
	color: rgb(255,255,255);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(244,244,244);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery.thumbs-position-left {
	--wd-thumbs-width: 120px;
}
:root{
--wd-container-w: 1200px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1200px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* START Css for showing and hidding child products on filtering or showing in their subcategory tey belong */
.product.grouped-child {
    display: none;
}
.product.grouped-child.visible-grouped-child {
    display: block;
}

body.grouped-children-visible .product.grouped-child {
    display: block;
}

.single .product.grouped-child {
    display: block;
}
/* END Css for showing and hidding child products on filtering or showing in their subcategory tey belong */

body .wd-product.wd-hover-base .wrapp-swatches {
    transition: none;
    transform: none;
  	position: relative;
	  margin-top: -25px;
}

.archive .product_tags {
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
}

.archive p.product_tags a {margin-left: 5px;}

.archive .exoplismos {display: none;}

.wd-content-layout {
    padding-block: 10px;
}
#addProduct table.variations .wd-swatches-product .wd-swatch {
    width: 50px;
    height: 50px;
}
.archive .wd-swatches-product .wd-swatch {
    width: 40px;
    height: 40px;
}
body.archive .product-type-grouped .wrapp-swatches {
    display: none;
}

#addProduct table.variations .wd-swatch-bg {
    position: absolute;
}
#addProduct table.variations .wd-swatch.wd-bg .wd-swatch-text {
    display: block;
    margin-top: 70px;
    font-size: 12px;
}
.wd-single-add-cart.wd-design-justify #addProduct table.variations {
    margin-bottom: 50px;
}
#addProduct table.variations .wc-pao-addon .wc-pao-addon-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#addProduct table.variations .wc-pao-addon-price {display:none;}
#addProduct table.variations .single_variation_wrap {width:100%;}

#linkedvar .wd-swatch.wd-text {
    min-height: 0.5em;
}

#linkedvar .wd-swatch.wd-text span {
	  font-size:13px;
}

#linkedvar .wd-swatch.wd-text.wd-active {
    font-weight: bold;
    border-color: #0F3549;
    border: 2px solid;
    background: #dfdfdf;
	  color: #0F3549;
}

#linkedvar .wd-swatch.wd-bg .wd-swatch-text {
    display: flex;
    font-size: 10px;
    position: absolute;
    bottom: -15px;
}

.exoplismos {
    margin-top:50px;
}
.exoplismos ul {
    display: flex;
    flex-wrap: wrap;
	  padding: 0;
}
.exoplismos ul li {
    flex-basis: 50%;
    color: #0F3549;
    font-size: 14px;
    list-style: none;
    max-width: 45%;
    margin-right: 5%;
}
.wd-reset-var {
    display: none !important;
}

.single-product .variations_form .product-addon-totals,
.single-product .variations_form .woocommerce-variation-add-to-cart,
.single-product .product-addon-totals,
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .quantity {
	display:none !important;
}

.single-product .shop_attributes p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: bold;
    color: #0F3549;
}

#addtoform a {
    border-color: #0F3549;
    border: 2px solid;
}

.mfp-bg {
    background-color: rgba(0, 0, 0, 0.9);
}


@media (min-width: 1024px) {
/*	.woocommerce-product-gallery img {
			object-fit: cover;
			height: 500px;
	}
	.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {
			object-fit: cover;
			height: 240px;
	}. */
	.archive .filters-area {
			display: block;
	}
	.wd-filter-buttons.wd-action-btn {
		display:none;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
/*	.woocommerce-product-gallery img {
			object-fit: cover;
			height: 380px;
	}
	.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {
			object-fit: cover;
			height: 240px;
	}. */
}

@media (max-width: 767px) {
/*	.woocommerce-product-gallery img {
			object-fit: cover;
			height: 240px;
	}
	.wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {
			object-fit: cover;
			height: 150px;
	}. */
}


.wd-single-add-cart table.variations {
	flex: 0 1 auto;
	display: none;
	width: 100%;
}

.product-labels.labels-rounded {
    position: absolute;
    bottom: 35px;
    top: unset !important;
    inset-inline-start: 7px !important;
    z-index: 10 !important;
    display: flex;
    align-items: flex-start !important;
    flex-direction: row !important;
    gap: 10px;
    max-width: 50%;
    transition: all .3s ease;
    transform: translateZ(0);
	  inset-inline-end: unset;
}

#addProduct .variations .wd-swatch.wd-bg .wd-swatch-text {
    display: block;
}

.ptag .product_meta .meta-label {
    display: none;
}

.ptag .product_meta a.tag-available {
    background: #009688;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.ptag .product_meta a.tag-onorder {
    background: #2c5080;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.ptag .product_meta a.tag-comingsoon {
    background: midnightblue;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.ptag .product_meta a.tag-electric {
    background: #1279a7;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.archive p.product_tags a.tag-available {
    background: #009688;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
	  display: inline-block;
	  margin-bottom: 2px;
}

.archive p.product_tags a.tag-onorder {
    background: #2c5080;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
	  display: inline-block;
	  margin-bottom: 2px;
}

.archive p.product_tags a.tag-comingsoon {
    background: midnightblue;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
	  display: inline-block;
	  margin-bottom: 2px;
}

.archive p.product_tags a.tag-electric {
    background: #1279a7;
    color: #fff;
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
	  display: inline-block;
	  margin-bottom: 2px;
}

#addProduct .variations .wd-active {
    border: 2px solid #000000;
}

.wd-entities-title a { font-size: 24px; }

body [class*="title-line-"] .wd-product .wd-entities-title {
    overflow: unset; 
    max-height: calc(var(--title-line-count, 1) * var(--title-line-height, 1.8em));
    line-height: var(--title-line-height, 1.8em);
}

/* Radios to Slider */

 .wc-pao-addon {
	 width: 100%;
	 margin-bottom: 50px;
}
 .wc-pao-addon #form-title {
	 margin-top: 0;
	 font-weight: 400;
	 text-align: center;
}
 .wc-pao-addon > [id^="opt-"] {
	 display: flex;
	 flex-direction: row;
	 align-content: stretch;
	 position: relative;
	 width: 100%;
	 max-width: 500px;
	 height: 50px;
	 user-select: none;
	 margin:auto;
}
 .wc-pao-addon > [id^="opt-"]::before {
	 content: " ";
	 position: absolute;
	 height: 2px;
	 width: 100%;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%, -50%);
	 background: #000;
}
 .wc-pao-addon > [id^="opt-"] input, .wc-pao-addon > [id^="opt-"] label {
	 box-sizing: border-box;
	 flex: 1;
	 user-select: none;
	 cursor: pointer;
}
.wc-pao-addon > [id^="opt-"] label {
	 display: inline-block;
	 position: relative;
	 width: 20%;
	 height: 100%;
	 user-select: none;
}
.wc-pao-addon > [id^="opt-"] label::before {
	 content: attr(data-amount);
	 position: absolute;
	 left: 50%;
	 padding-top: 10px;
	 transform: translate(-50%, 45px);
	 font-size: 14px;
	 letter-spacing: 0.4px;
	 font-weight: 400;
	 white-space: nowrap;
	 opacity: 0.85;
	 transition: all 0.15s ease-in-out;
}
.wc-pao-addon > [id^="opt-"] label::after {
	 content: " ";
	 position: absolute;
	 left: 50%;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 width: 30px;
	 height: 30px;
	 border: 2px solid #000;
	 background: #fff;
	 border-radius: 50%;
	 pointer-events: none;
	 user-select: none;
	 z-index: 1;
	 cursor: pointer;
	 transition: all 0.15s ease-in-out;
}
.wc-pao-addon > [id^="opt-"] label:hover::after {
	 transform: translate(-50%, -50%) scale(1.25);
}
.wc-pao-addon > [id^="opt-"] input {
	 display: none;
}
.wc-pao-addon > [id^="opt-"] input:checked + label::before {
	 font-weight: 800;
	 opacity: 1;
}
.wc-pao-addon > [id^="opt-"] input:checked + label::after {
	 border-width: 4px;
	 transform: translate(-50%, -50%) scale(0.75);
}
.wc-pao-addon > [id^="opt-"] input:checked ~ [id^="slider-position-"] {
	 opacity: 1;
}
.wc-pao-addon > [id^="opt-"] input:checked:nth-child(1) ~ [id^="slider-position-"] {
	 left: 16.6%;
}
.wc-pao-addon > [id^="opt-"] input:checked:nth-child(3) ~ [id^="slider-position-"] {
	 left: 50%;
}
.wc-pao-addon > [id^="opt-"] input:checked:nth-child(5) ~ [id^="slider-position-"] {
	 left: 83.2%;
}
.wc-pao-addon > [id^="opt-"] [id^="slider-position-"] {
	 display: block;
	 position: absolute;
	 top: 50%;
	 width: 12px;
	 height: 12px;
	 background: #000;
	 border-radius: 50%;
	 transition: all 0.15s ease-in-out;
	 transform: translate(-50%, -50%);
	 border: 2px solid #fff;
	 opacity: 0;
	 z-index: 2;
}
 .wc-pao-addon:valid > [id^="opt-"] input + label::before {
	 transform: translate(-50%, 45px) scale(0.9);
	 transition: all 0.15s linear;
}
 .wc-pao-addon:valid > [id^="opt-"] input:checked + label::before {
	 transform: translate(-50%, 45px) scale(1.1);
	 transition: all 0.15s linear;
}
 .wc-pao-addon + button {
	 display: block;
	 position: relative;
	 margin: 56px auto 0;
	 padding: 10px 20px;
	 appearance: none;
	 transition: all 0.15s ease-in-out;
	 font-family: inherit;
	 font-size: 24px;
	 font-weight: 600;
	 background: #fff;
	 border: 2px solid #000;
	 border-radius: 8px;
	 outline: 0;
	 user-select: none;
	 cursor: pointer;
}
 .wc-pao-addon + button:hover {
	 background: #000;
	 color: #fff;
}
 .wc-pao-addon + button:hover:active {
	 transform: scale(0.9);
}
 .wc-pao-addon + button:focus {
	 background: #4caf50;
	 border-color: #4caf50;
	 color: #fff;
	 pointer-events: none;
}
 .wc-pao-addon + button:focus::before {
	 animation: spin 1s linear infinite;
}
 .wc-pao-addon + button::before {
	 display: inline-block;
	 width: 0;
	 opacity: 0;
	 content: "\f3f4";
	 font-family: "Font Awesome 5 Pro";
	 font-weight: 900;
	 margin-right: 0;
	 transform: rotate(0deg);
}
 .wc-pao-addon:invalid + button {
	 pointer-events: none;
	 opacity: 0.25;
}
 @keyframes spin {
	 from {
		 transform: rotate(0deg);
		 width: 24px;
		 opacity: 1;
		 margin-right: 12px;
	}
	 to {
		 transform: rotate(360deg);
		 width: 24px;
		 opacity: 1;
		 margin-right: 12px;
	}
}
 
/* Radios to Slider End */ 


#addProduct2 table.variations .wd-swatches-product .wd-swatch {
    width: 50px;
    height: 50px;
}

#addProduct2 table.variations .wd-swatch-bg {
    position: absolute;
}
#addProduct2 table.variations .wd-swatch.wd-bg .wd-swatch-text {
    display: block;
    margin-top: 70px;
    font-size: 12px;
}
.wd-single-add-cart.wd-design-justify #addProduct2 table.variations {
    margin-bottom: 50px;
}
#addProduct2 table.variations .wc-pao-addon .wc-pao-addon-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#addProduct2 table.variations .wc-pao-addon-price {display:none;}
#addProduct2 table.variations .single_variation_wrap {width:100%;}

#addProduct2 .single_variation_wrap {
    width: 100%;
}


@media (min-width: 1024px) {
    #addProduct2 table.variations {
        position: absolute;
        top: -250px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
			  z-index: 99;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #addProduct2 table.variations {
        position: absolute;
        top: -220px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
			  z-index: 99;
    }
}

@media (max-width: 767px) {
    #addProduct2 table.variations {
        position: absolute;
        top: -340px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
			  z-index: 99;
    }
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods  {
		display:none;
}

.woocommerce-order-received .woocommerce-order-overview__total,
.woocommerce-order-received .woocommerce-order-overview__payment-method,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot,
.shop_table.woocommerce-checkout-review-order-table tfoot,
.woocommerce-notices-wrapper,
div.wc-block-cart.is-large .wc-block-cart__totals-title,
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-item__prices,
.shop_table.woocommerce-checkout-review-order-table thead,
#priceloader {
   display: none;
}

.woocommerce-checkout .cart_item .wd-checkout-prod {
    display: block;
}

.wd-checkout-prod-img img {max-width:400px;}

.cart-product-label,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size:22px; font-weight:bold;
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.wd-empty-mini-cart:before {
  content: "\f145";
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
	font-size:10em;
}

.wd-checkout-steps li {
	text-transform: none;	
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
	margin-top: 55px;	
}

tr.cart_item .product-total>.amount {
    font-weight: 700;
    font-size: 28px;
}

.wd-toolbar-shop .wd-tools-icon:before {
    content: "\f145" !important;
}

.wd-header-cart .wd-tools-icon.wd-icon-alt:before {
    content: "\f145" !important;
}

.wd-toolbar-link .wd-custom-icon img {
    width: auto;
    height: 28px !important;
}










