.elementor-kit-6{--e-global-color-primary:#678A44;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#678A44;--e-global-color-f5845fa:#678A44;--e-global-color-b14de0f:#FFFFFF;--e-global-color-10f8c85:#678A44E8;--e-global-color-9024f39:#E8E8E8;--e-global-color-da4c1dc:#F3F3F3;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Nunito";--e-global-typography-accent-font-weight:500;font-family:"Nunito", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-f5845fa );border-radius:11px 11px 11px 11px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );font-family:"Nunito", Sans-serif;}.elementor-kit-6 h1{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h2{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h3{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h4{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h5{font-family:"Nunito", Sans-serif;}.elementor-kit-6 h6{font-family:"Nunito", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* WooCommerce filter barva pisave na gumbih */
.wpfFilterButtons,
.wpfFilterButtons button {
  color: #ffffff;
  border-radius: 11px;
  border: none;/* bela barva */
}

.wpfFilterButtonsBottom .wpfButton {
  border-radius: 11px;
  border: none;
}

/* Ob hover-ju gumba spremeni ozadje na določeno barvo */
.wpfFilterButtons button:hover {
  background-color: #678A44E8;
}

/* Dodaj večji razmik med kategorijami v seznamu */
.wpfFilterVerScroll li {
  margin-bottom: 15px; /* prilagodi velikost razmika po želji */
}

/*Gumb Povpraševanje*/
#enquiryButton {
  background-color: #678A44; /* barva ozadja */
  color: #ffffff; /* bela barva teksta */
  border: none;
  border-radius: 11px;/* odstranimo morebitne obrobe, če niso želene */
}

#enquiryButton:hover {
  background-color: #678A44E8; /* barva ozadja ob hoverju */
}

/*sprememba barve kategorij pri filtru*/
.wpfFilterVerScroll{
  color: #678A44;
}

/*kontaktni obrazec povpraševanje trgovina*/
.cf-row {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}

.cf-col {
  width: 50%;
}

.cf-col input,
.cf-col textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .cf-row {
    flex-direction: column;
  }
  
  .cf-col {
    width: 100%;
  }
}


/*obrazec najem naprave*/
/* Osnovna oblika vseh gumbov Naprej/Nazaj */
.cf7mls_btn.action-button,
.cf7mls_back.action-button {
    background-color: #678A44; /* zelena */
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    
    display: inline-flex;      /* flex za centriranje */
    align-items: center;       /* vertikalno centrirano */
    justify-content: center;   /* horizontalno centrirano */
    gap: 8px;                  /* razmik med besedilom in loader ikono */
}

/* Hover efekt za vse gumbi */
.cf7mls_btn.action-button:hover,
.cf7mls_back.action-button:hover {
    background-color: white;
    color: #2e7d32;
    border: 1px solid #2e7d32;
}


/*gumb pošlji pri obrazcu za najem naprave*/
/* CF7 submit gumb */
.wpcf7-submit {
    background-color: #678A44;   /* osnovna zelena */
    color: white;
    border: none;
    padding: 12px 28px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover efekt */
.wpcf7-submit:hover {
    background-color: #678A44E8;   /* svetlejša zelena */
    color: white;
}

/* Odstrani modri focus outline */
.wpcf7-submit:focus {
    outline: none;
    box-shadow: none;
}

/* CF7 Multi Step gumbi (Nazaj + Naprej) */
.cf7mls-btns .cf7mls_back,
.cf7mls-btns .cf7mls_next {
    background-color: #678A442;   /* temno zelena */
    color: #ffffff;
    border: none;
    padding: 12px 26px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover efekt */
.cf7mls-btns .cf7mls_back:hover,
.cf7mls-btns .cf7mls_next:hover {
    background-color: #678A44E5;   /* svetlejša zelena */
    color: #ffffff;
}/* End custom CSS */