@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//b2b.drakopoulos.com.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("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//b2b.drakopoulos.com.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("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//b2b.drakopoulos.com.gr/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", 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: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", 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: "Lato", 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(230,57,70);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(51,51,51);
	--btn-accented-bgcolor-hover: rgb(214,43,43);
	--wd-form-brd-width: 2px;
	--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: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--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-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


/* -------------------------------------
PRODUCT CATEGORIES LIST
------------------------------------- */

/* ------------------------------------- */
/* TITLE */
/* ------------------------------------- */
.product-list-item .product-list-content .wd-entities-title
{
	font-size: 25px !important;
	width:60%;
	position:relative;
	top:15px
}
/* ------------------------------------- */
/* TITLE */
/* ------------------------------------- */

/* ------------------------------------- */
/* ATTRIBUTES */
/* ------------------------------------- */
.woocommerce-product-attributes
{
	width:60% !important;
	z-index:1000;
	position: relative;
	top:50px;
}

.product-list-item :is(.shop_attributes tbody,[class*="short-description"])
{
	overflow-y:hidden;
	overflow-x:hidden;
}
/* ------------------------------------- */
/* ATTRIBUTES */
/* ------------------------------------- */

/* ------------------------------------- */
/* ADD TO CART BUTTON*/
/* ------------------------------------- */

.product-list-item .wd-add-btn>a {
    width: 26%;
    height: 45px;
		position:relative;
		bottom:15px;
}

.product-list-item .wd-add-btn .add-to-cart-loop span 
{
    font-size: 14px !important;
}

.product-list-item .wd-add-btn
{
	display:flex !important;
	flex-direction:row !important;
	justify-content:flex-end; !important;
}

/* ------------------------------------- */
/* ADD TO CART BUTTON*/
/* ------------------------------------- */

/* ------------------------------------- */
/* PRICE */
/* ------------------------------------- */
.product-list-item .amount
{
	
	display: flex;
	justify-content:flex-end;
	font-size:35px
}

.product-list-item .price
{
	position:absolute !important;
	top:15px;
	left:84%;
	
}

.product-list-item .product-list-content .price
{
	width:11%;
	text-align:right;
}

.product-list-item .price del 
{
	opacity:0.7;
}
/* ------------------------------------- */
/* PRICE */
/* ------------------------------------- */

/* ------------------------------------- */
/* IMAGE BORDER RIGHT*/
/* ------------------------------------- */
.product-list-item .product-image-link
{
	 border-right:1px;
	 border-style:solid;
 	 border-color: rgba(0, 0, 0, 0.21);
	 padding-right:9%
}

/* ------------------------------------- */
/* IMAGE BORDER RIGHT*/
/* ------------------------------------- */

/* ------------------------------------- */
/* PLAISIO */
/* ------------------------------------- */
:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .product-list-item .product-wrapper
{
	padding-top:0px;
	padding-bottom:0px;
}
/* ------------------------------------- */
/* PLASIO */
/* ------------------------------------- */


/* ------------------------------------- */
/* SKU */
/* ------------------------------------- */
.product-list-item .wd-product-sku
{
	font-size:15px;
	position:relative;
	top:20px;
}
/* ------------------------------------- */
/* SKU */
/* ------------------------------------- */


/* ------------------------------------- */
/* CATEGOIRES */
/* ------------------------------------- */
.product-list-item .wd-product-cats
{
	font-size:15px;
	position:relative;
	top:20px;
	width:85%
}
/* ------------------------------------- */
/* CATEGORIES */
/* ------------------------------------- */

/* -------------------------------------
PRODUCT CATEGORIES LIST
------------------------------------- */
@media (min-width: 1025px) {
	/* -------------------------------------
PRODUCT CATEGORIES LIST
------------------------------------- */

/* ------------------------------------- */
/* TITLE */
/* ------------------------------------- */
.product-list-item .product-list-content .wd-entities-title
{
	font-size: 18px !important;
	width:60%;
	position:relative;
	top:15px
}
/* ------------------------------------- */
/* TITLE */
/* ------------------------------------- */

/* ------------------------------------- */
/* ATTRIBUTES */
/* ------------------------------------- */
.woocommerce-product-attributes
{
	width:60% !important;
	z-index:1000;
	position: relative;
	top:50px;
}

.product-list-item :is(.shop_attributes tbody,[class*="short-description"])
{
	overflow-y:hidden;
	overflow-x:hidden;
}
/* ------------------------------------- */
/* ATTRIBUTES */
/* ------------------------------------- */

/* ------------------------------------- */
/* ADD TO CART BUTTON*/
/* ------------------------------------- */

.product-list-item .wd-add-btn>a {
    width: 17%;
    height: 35px;
		position:relative;
		bottom:15px;
}

.product-list-item .wd-add-btn .add-to-cart-loop span 
{
    font-size: 12px !important;
}

.product-list-item .wd-add-btn
{
	display:flex !important;
	flex-direction:row !important;
	justify-content:flex-end; !important;
}

/* ------------------------------------- */
/* ADD TO CART BUTTON*/
/* ------------------------------------- */

/* ------------------------------------- */
/* PRICE */
/* ------------------------------------- */
.product-list-item .amount
{
	
	display: flex;
	justify-content:flex-end;
	font-size:25px
}

.product-list-item .price
{
	position:absolute !important;
	top:15px;
	left:84%;
	
}

.product-list-item .product-list-content .price
{
	width:11%;
	text-align:right;
}

.product-list-item .price del 
{
	opacity:0.7;
}
/* ------------------------------------- */
/* PRICE */
/* ------------------------------------- */

/* ------------------------------------- */
/* IMAGE BORDER RIGHT*/
/* ------------------------------------- */
.product-list-item .product-image-link
{
	 border-right:1px;
	 border-style:solid;
 	 border-color: rgba(0, 0, 0, 0.21);
	 padding-right:9%
}

/* ------------------------------------- */
/* IMAGE BORDER RIGHT*/
/* ------------------------------------- */

/* ------------------------------------- */
/* PLAISIO */
/* ------------------------------------- */
:is(.products-bordered-grid-ins,.wd-products-with-bg:not(.products-bordered-grid),.wd-products-with-shadow:not(.products-bordered-grid)) .product-list-item .product-wrapper
{
	padding-top:0px;
	padding-bottom:0px;
}
/* ------------------------------------- */
/* PLASIO */
/* ------------------------------------- */


/* ------------------------------------- */
/* SKU */
/* ------------------------------------- */
.product-list-item .wd-product-sku
{
	font-size:15px;
	position:relative;
	top:20px;
}
/* ------------------------------------- */
/* SKU */
/* ------------------------------------- */


/* ------------------------------------- */
/* CATEGOIRES */
/* ------------------------------------- */
.product-list-item .wd-product-cats
{
	font-size:15px;
	position:relative;
	top:20px;
	width:85%
}
/* ------------------------------------- */
/* CATEGORIES */
/* ------------------------------------- */

/* -------------------------------------
PRODUCT CATEGORIES LIST
------------------------------------- */


@media (min-width: 769px) {
    .wd-product.product-list-item .product-element-top {
        flex: 0 0 100px !important;
    }
}
}

