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

:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 15px;
	--wd-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(195,151,63);
	--wd-entities-title-color-hover: rgba(195, 151, 63, 0.78);
	--wd-alternative-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(34,34,34);
	--wd-alternative-color: rgb(195,151,63);
	--wd-link-color: rgb(195,151,63);
	--wd-link-color-hover: rgb(193,142,38);
	--btn-default-bgcolor: rgb(195,151,63);
	--btn-default-bgcolor-hover: rgb(68,68,68);
	--btn-accented-bgcolor: rgb(195,151,63);
	--btn-accented-bgcolor-hover: rgb(68,68,68);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(195,151,63);
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 600px;
	--wd-popup-padding: 11px;
}
: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://agromartpetras.com/wp-content/uploads/2025/09/slide1-1.jpg);
	background-size: cover;
	background-position: center top;
}
.wd-footer {
	background-color: rgb(242,242,242);
	background-image: none;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 600;
}
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-color: rgb(0,0,0);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


small.woocommerce-price-suffix {
     align-content: center;
    font-size: 80%;
}

.wd-prefooter {
    padding-bottom: 0 !important;
}
.wd-sidebar-opener
{background-color:rgb(195,151,63);}

.wd-search-cat>a>span {
    overflow: clip !important;
}

/* 1. Target the value cell for the specific attribute */
.woocommerce-product-attributes-item--attribute_pa_montelo-i-kinitiras .woocommerce-product-attributes-item__value {
    /* Use Flexbox as a wrapping container */
    display: flex !important; 
    flex-wrap: wrap !important;
    
    /* Remove default left margin for table cells that might push the content */
    margin: 0 !important; 
    padding: 10px 0 !important;
    
    /* Important: This ensures the text nodes (the commas) don't act as full flex items */
    font-size: 0; 
}

/* 2. Target the individual model terms (span) to act as items in the flex container */
.woocommerce-product-attributes-item--attribute_pa_montelo-i-kinitiras .wd-attr-term {
    /* Set display and sizing for each model number "box" */
    display: block !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    
    /* Give each model number a width to force wrapping into columns */
    min-width: 80px; 
    max-width: 20%; /* Prevents a few items from expanding too wide */
    
    /* Restore font size for the actual model text */
    font-size: 1rem; 
    padding: 2px 5px; 
}

/* 3. Remove the comma separators which are breaking the display */
.woocommerce-product-attributes-item--attribute_pa_montelo-i-kinitiras .woocommerce-product-attributes-item__value .wd-attr-term:not(:last-child)::after {
    content: none !important; /* Remove the visible comma */
}

/* 4. Tidy up the inner P tag margin/padding for the list item */
.woocommerce-product-attributes-item--attribute_pa_montelo-i-kinitiras .wd-attr-term p {
    margin: 0 !important;
    padding: 0 !important;
}

/* --- Guaranteed CSS Solution to Remove Link Appearance and Function --- */

.woocommerce-product-attributes-item--attribute_pa_montelo-i-kinitiras .woocommerce-product-attributes-item__value a {
    /* 1. Stop the link from being clickable (most important step) */
    pointer-events: none !important;
    
    /* 2. Remove blue color and underline */
    color: inherit !important; 
    text-decoration: none !important; 
    
    /* 3. Ensure the cursor doesn't change to a pointer/hand icon */
    cursor: default !important;
}


/* Custom CSS to style a menu item as a button */

/* Target the list item with our custom class */
.menu-button {
    /* Ensure the list item doesn't interfere with the button's layout */
    margin-left: 10px; 
}

/* Target the actual link (the button content) inside the list item */
.menu-button a {
    /* Button core styling */
    display: inline-block;
    padding: 8px 16px; 
   /* border-radius: 20px;  Rounded corners */
    background-color: #c3973f; /* Primary Button Color (Deep Blue) */
    color: #ffffff !important; /* White text color */
    font-weight: 600; 
    text-transform: uppercase;
    text-decoration: none !important; 
  /*  border: 2px solid #5d5dff; /* Border matching the background */
    transition: all 0.3s ease; /* Smooth hover transition */

    /* Ensure link inherits font size and doesn't get additional theme padding */
    line-height: normal; 
    height: auto; 
}

/* Hover effect for interaction */
.menu-button a:hover {
    background-color: #9c7832; /* Slightly darker on hover */
   /* border-color: #3b3bdf; */
}




/* This targets all submit buttons in form ID 1 */
#gform_wrapper_1 .gform_button {
    /* ... your custom styles here ... */
    background-color: #42642f; /* Example: Green */
    color: #ffffff;
    padding: 10px 20px;
	border-radius:0;
}
#gform_wrapper_1 .gform_button:hover {
    /* ... your custom styles here ... */
    background-color: #273D1C; /* Example: Green */
    color: #ffffff;
    padding: 10px 20px;
	border-radius:0;
}

@media (min-width: 1025px) {
    .title-size-default {
         --wd-title-font-s: 50px;
    }
}