@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body{
	 font-family: "Work Sans", sans-serif;
	font-size: 18px;
	margin:0;
	font-weight: 400;
	overflow-x: hidden;
	background-color:var(--color-2);
} 
:root{
	--main-color:#14733b;
	--color-1:#72ad3b;
	--color-2:#ffffff;
	--color-3:#000000;
	--bg-light:#e5e5e5;	 
}
*{
	margin:0;
	padding:0; 
	box-sizing: border-box;
	outline: none!important;

}
h1,h2,h3,h4,h5,h6{
	/*line-height: 1.2;*/
/*	box-shadow: 0 0 15px rgba(0,0,0,0.3);*/
font-family: "Work Sans", sans-serif;
}
a{
	text-decoration: none!important;
  color: #1d681f;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
ul{
	list-style: none;
}
.align-center {
  text-align: center;
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}
.navbar-top {
  background-color: #4b956c;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
.navbar-top p {
  margin-bottom: 0;
  font-weight: 600;
}
.navbar-top a {
  color: #f9f9f9;
  font-weight: normal;
}
.navbar{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom:0;
  
}
.home .navbar {
  box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
}
.navbar .container {
  /*width: 100%;
  max-width: 1400px;*/
}
.navbar .navbar-brand img{
	object-fit: contain;
	width: 100%;
	display: block;
	height:65px;
	margin-bottom:0px;
}
.navbar .nav-item{
/*	margin-left: 12px;*/
}
 .navbar-expand-lg .navbar-nav .nav-link {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
  border-bottom: 0px solid transparent !important;
  padding: 27px 25px 26px;

}

 .navbar-expand-lg .navbar-nav .nav-link img{
 	margin-left:0px;
 	height: 28px;
 	object-fit: contain;
 	object-position: center;
 }

 .navbar-expand-lg .navbar-nav .nav-link:hover{
   border-bottom: 0px solid #70c230 !important;
    background-color: #4b956c;
  color: #fff;
 }
  .navbar-expand-lg .navbar-nav .nav-item-custom a:hover{
    border: none!important;
    opacity: .8;
  }
 .navbar .navbar-nav{
 	margin-right:0px!important;
 }
 .navbar .nav-item.current_page_item a {
  background-color: #4b956c;
  color: #fff;
 }
 ul.cart-ul {
  margin-top: 16px;
 }
 .lang-item a {
  padding-left: 10px !important;
  padding-right: 10px !important;
 }
 .navbar-nav li.lang-item.lang-item-en a,
  .navbar-nav li.lang-item.lang-item-sr a {
  margin-left: 35px;
 }
.dropdown-item {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff;
    border: 0;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.page-numbers {
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.pagination-text {
  text-align: center;
}
.dropdown-menu {
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  margin-top: 0 !important;
  background-color: #4b956c;padding-top: 2px;

}
.wc-block-mini-cart__badge {
  color: #000 !important;
}
.dropdown-item.active, 
.dropdown-item:active,
.dropdown-item:hover {
  background-color: #4b956c;
  color: #fff;
}
.navbar .dropdown-menu  .nav-item {
    margin-left: 0 !important;
}

.carousel-control-prev img {
    height: 50px;
}
.carousel-control-next img {
    height: 50px;
}
 .carousel-item img{
	object-fit: cover;
	display: block;
	width: 100%;
	height: 650px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
 .carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    top:50%;
    bottom: auto;
    transform: translateY(-50%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
    z-index: 999 !important;
}
#homepage-slider .carousel-control-prev {
    margin-left: 40px;
    z-index: 999;
}
#homepage-slider .carousel-control-next {
    right: 0;
    margin-right: 40px;
    z-index: 999;
}
.carousel-control-next, .carousel-control-prev{
    width: auto;
}
.slider-ab-blinds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0, .36);
  z-index: 99 !important;
}
 .carousel-caption .carousel-custom h2{
 	max-width:485px;
 	color:var(--color-2);
 	font-size: 48px;
 	font-weight: 500;
 	line-height: 50px;
 	margin-bottom: 35px;
 }
 .carousel-caption-inner h1, .carousel-caption-inner h2 {
  z-index: 999 !important;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 30px;
  letter-spacing: .9px;

 }
  .carousel-caption .carousel-custom .btn-1{
  	display: inline-block;
  	font-size: 18px;
  	font-weight: 600;
    letter-spacing: .5px;
  	color:#fff;
  	text-transform: uppercase;
  	background-color:#14733b;
  	padding: 8px 20px; 
  	border: 1px solid #fff;
  	border-radius: 25px;
  }
  .carousel-caption .carousel-custom .btn-1:hover{
    opacity: .8!important;
  }
  .white-button {
    border: 2px solid rgba(255,255,255, .8);
    color: #fff;
    background-color: transparent;
    padding: 10px 30px;
    font-size: 16px;
  }
  .black-button {
    border: 2px solid #000;
    color: #000;
  }
  .white-button:hover {
    color: #fff;
    opacity: .78;
  }
  .black-button:hover {
    color: #000;
    opacity: .78;
  }
  .home-section{
  	padding-top: 60px;
  }
  .home-section .home-section-img img{
  	height: 515px;
  	display: block;
  	width: 100%;
  	object-fit: contain;
  }
  .home-section .home-section-text{
  	padding-top: 70px;
  	margin-left: 70px;
  }
  .home-section .home-section-text h4{
  	font-size: 32px;
  	color:#14733b; 
  	margin-bottom: 25px;
  	line-height: 26px;
  	font-weight: 500;
  }
  .home-section .home-section-text p{
  	font-size: 18px;
  	color:#000;
  	font-weight: 400;
  	line-height: 24px;
  	max-width: 435px;
  	padding-top: 10px;
  }
.section h2 {
  font-weight: bold;
  color: #4b956c;
  line-height: 1.2;
  font-size: 35px;
  margin-bottom: 30px;
}
.h-about-item {
  background-color: #F4F4F4;
  padding: 10px 10px 15px 10px;
  margin: 15px 0;
  min-height: 145px;
}
.h-about-item .redni-broj {
  text-align: center;
  font-weight: bold;
  color: #4b956c;
  line-height: 1.2;
  font-size: 45px;
  margin-bottom: 5px;
}
.h-about-item .h-about-text {
  text-align: center;
}
.h-about-text p {
  margin-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1360px;
    }
}
@media (min-width: 1900px) {
    .container.container-wide {
        max-width: 1800px;
    }
}

.qodef-m-icon-inner {
  font-size: 15px;
   transition: all .5s;
   vertical-align: text-top;
   line-height: 19px;
}

.qodef-m-icon-inner svg {
  width: 15px;
  height: 15px;
  transition: all .5s;
 /* line-height: 32px;*/
}
a.black-button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  vertical-align: text-bottom;
}
a.black-button:hover .qodef-m-icon-inner svg {
  margin-left: 10px;
}
.parent-categories-item {
  position: relative;
  height: 380px;
}
.parent-categories-item-ab {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 70%;
}
.parent-categories-item img {
  object-fit: cover;
  display: block;width: 100%;
  height: 380px;
}
.parent-categories-item h3 {
  color: #fff;
  margin-bottom: 35px !important;
  text-align: center;
  font-weight: 600;
    text-transform: none;
    font-size: 38px;

text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.parent-categories-item-ab a.white-button {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 266, .8);

}
.parent-categories-item-ab a.white-button:hover  {
  color: #fff !important;
  border: 2px solid rgba(255, 255, 266, 0);
  opacity: 1;
}
.parent-categories-item-ab a.white-button svg {
  fill: #fff !important;
}
.parent-categories-item-ab a.white-button svg path {
  color: #fff;
  background-color: #fff;
}
.parent-categories-item-ab .qodef-m-icon-inner {
  line-height: 19px;
}
.txt-section-h2 {
  margin-bottom: 35px;
  margin-top: -20px;
}
.parent-categories-item-ab p {
  text-align: center;
}
.home-testimonial {
  font-style: italic;
  font-size: 15px;
  color: #4b4b4b;
  margin-bottom: 55px;
}
.txt.txt-ab-y {
  padding: 50px 20px 10px;
}
.txt.txt-ab-y  p {
   color: #4b4b4b;
}
.product-desc-box img {
    object-fit: cover;
    height: 260px;
    display: block;
    width: 100%;
}
.h-category-name {
  padding: 8px 0;

}
.h-category-name a {
  font-size: 13px;
}
.homepage-blog-item {
  margin-bottom: 30px;
}
.homepage-blog-item h3  {
  line-height: 1;
}
.homepage-blog-item h3 a {
  color: #333333;
  font-size: 24px;
  line-height: 1.25;
}
.homepage-cats-item {
  position: relative;
  margin-bottom: 30px;
}
.homepage-cats-item img {
  height: 310px;
  width: 100%;
  object-fit: cover;
}
.homepage-cats-item .homepage-cats-item-ab {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
  z-index: 999;
}
.homepage-cats-item h3 a {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  letter-spacing: .2px;

text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.homepage-cats-item a.white-button {
  margin-top: 15px;
    color: #fff !important;
    display: inline-block;
    border: 2px solid rgba(255, 255, 266, .8);
}
.homepage-cats-item a.white-button svg {
    fill: #fff !important;
}
.section-footer-text-menu p {
  margin-bottom: 1px;
}
.section-footer-text-menu p a {
  color: #6c6c6c;
}

.section-footer-text-menu1 a {
  color: #6c6c6c;
}
#menu-footer-lang-menu {
  padding-left: 0;
}
#menu-footer-lang-menu li {
  display: inline-block;
  max-width: 65px;
}
li.product.type-product {
  border: 1px solid #02010114;
  padding: 10px !important;
  list-style-type: none !important;
  text-align: center;
}
.woocommerce ul.products {
  list-style-type: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    color: #4b956c;
    text-transform: uppercase;
    word-break: break-word;
}
.woocommerce ul.products li.product .price ins {
  text-decoration: none !important;
}
.woocommerce ul.products li.product .button:hover  {
  background: #4b956c;
    border: 1px solid #4b956c;
    color: #fff;  
}
.woocommerce ul.products li.product .button{
    background: #fff;
    color: #4b956c;
    border: 1px solid #4b956c;
    display: inline-block;
    margin-top: 1em;
    border-radius: 50px;
    padding: 10px 10px 10px 10px;
    line-height: 1.4;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-transform: uppercase;
}
/*.woocommerce ul.products li.product .button.product_type_variable {
    font-size: 13px;
}*/
@media (min-width: 768px) {

   ul.products {
      display: flex;
      flex-wrap: wrap; 
   }
 
   ul.products li.product {
      display: flex;
      flex-direction: column;
      position: relative;
   }
 
   ul.products li.product .button {
      margin-top: auto;
   }
 
}
.category-sidebar-custom {

}
.category-sidebar-custom li {

}
.category-sidebar-custom li {
    border-bottom: 1px solid #eee;
    margin: 0;
    list-style-type: none;
}
.category-sidebar-custom  li a {
    padding: 12px 0;
    display: inline-block;
    color: #464646;
    font-weight: 400;
    font-size: 14px;
    transition: 0.4s;
    display: block;
}
select.orderby {
  height: 42px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}
.wc-tabs {
  padding-top: 50px !important;
}
.wc-tabs li.description_tab,
.wc-tabs li#tab-title-additional_information {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-left: none !important;
  border-right: none !important;
    border: 1px solid #6b6b6b !important;
    background-color: #fff !important;
    color: #6b6b6b !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0 !important;
    margin: 0 -5px !important;
    padding: 0 0 !important;

    width: 25%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding:  6px 15px !important;
  display: block !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 50px 0 0 0 !important;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 0 !important;
    box-shadow: none !important;
}
 .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0px solid #cfc8d8 !important;
    position: absolute;
    display: none !important;
    bottom: 0px  !important;
    width: 0px !important;
    height: 0px !important;
    content: "" !important;
    box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before
 {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 0px solid #cfc8d8 !important;
    z-index: 1;
}
.wc-tabs ul.tabs li.active {
    border-color: #4c946c !important;
    background-color: #4c946c !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-width: 0 0 0px 0px !important;
    box-shadow: 0px 0px 0 #e9e6ed !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1) {
    margin-left: 0px !important;
}
#tab-description {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after
 {
    box-shadow: -0px 0px 0 #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: #4c946c !important;
    background-color: #4c946c !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff !important;
}
.product_meta span.tagged_as {
  display: none !important;
}
.txt.prod-desc-single,
.txt.prod-desc-single ul li,
.txt.prod-desc-single p {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 38% !important;

}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58% !important;
    clear: none;
}
form.checkout.woocommerce-checkout h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #4b956c;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.txt-classic,
.txt-classic  p {
  line-height: 1.17;
}
.section-about-icon {
  background-color: #4b956c;
}
.section-about-icon p {
  text-align: center;
  color: #fff;
  line-height: 19px;
  font-size: 16px;
}
.section-about-icon img {
  height: 88px;
}
.section-teaser.section-bg {
  min-height: 360px;
}
.section-green-bg {
  padding: 0 !important;
  background-color: #4b956c;
}

h2.white-text {
  color: #fff;
}

.white-text p {
  color: #fff;
}
@media(min-width:767px) {
  .ab-center {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
}
h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title,
h2.wp-block-woocommerce-mini-cart-title-block.wc-block-mini-cart__title span {
    align-items: baseline;
    background: inherit;
    font-size: 22px;
    font-weight: bold;
    margin: 16px 0px 0px;
    mask-image: none !important;
    padding-bottom: 0px;
    z-index: 1;
    display: block;
    text-align: center;
    color: #4b956c;
    text-transform: uppercase;
}
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block {
    padding: 16px 36px !important;
    border: 1px solid #333333 !important;
    color: #333 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
 }
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-button:hover, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-cart-button-block:hover, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wp-block-woocommerce-mini-cart-checkout-button-block:hover, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wc-block-components-button:hover,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-button:hover, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-cart-button-block:hover, 
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions>.block-editor-inner-blocks>.block-editor-block-list__layout .wp-block-woocommerce-mini-cart-checkout-button-block:hover {
  color: #fff !important;
    background-color: #333 !important;
}

td.value #tezina,
td.value #pa_tezina {
  
  min-width: 200px !important;
  padding-left: 10px !important;
  padding: 9px 10px !important;
  font-size: 15px !important;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 35px !important;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
  text-align: left !important;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  vertical-align: baseline !important;
  font-size: 15px !important;

}
.woocommerce-variation.single_variation .woocommerce-variation-price .price {
  padding-bottom: 15px !important;
  padding-top: 5px !important;
  display: block;
}

table.variations td.value {
  text-align: left !important;
}

.woocommerce div.product form.cart .variations th.label {
  text-align: left !important;
  width: 75px !important;
}

input.form-control#pretraga {
    color: #333;
    display: block;
    background-color: transparent !important;
    border: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    border-radius: 0px;
    height: 44px;
    margin-right: 0 !important;
    font-size: 16px;
    text-transform: none;
    margin-bottom: 35px;
}
input.form-control#pretraga::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
  font-size: 14px;
}
input.form-control#pretraga::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
  font-size: 14px;
}
input.form-control#pretraga:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
  font-size: 14px;
}
input.form-control#pretraga:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
  font-size: 14px;
}
#search-header-form button{
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 50px;
    border: none;
}
#search-header-form {
    max-width: 99%;
    width: 99%;
    display: block;
    position: relative;
}
#search-header-form  img {
  height: 13px !important;
  width: auto !important;
}

.search-item-product {
  padding: 15px 20px;
      border: 1px solid #02010114;
      height: 420px;
  overflow: hidden;
}
.search-item-product h3 {
  color: #4b956c;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  
}
.search-item-product span {
  display: block;
  text-align: center;
}
.category-sidebar-custom h3 {
  color: #4b956c;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  text-align: left; 
}



































  img.img-seperator {
  	display: block;
  	max-width: 100%;
  	height: auto;
  	object-fit: contain;
  	margin-bottom: 10px!important;
  }
  .section-products{
  /*	background-image: url(../images/shading.png);
  	background-repeat: no-repeat;
  	background-size: contain;*/
  	display: block;
  	width: 100%;
  	height: auto;
  	padding-bottom: 60px;
  }
  .section-products h3{
  	font-size: 32px;
  	color:#14733b; 
  	line-height: 26px;
  	font-weight: 500;
  	text-transform: uppercase;
    padding-top: 0px;
    padding-bottom:40px;
    letter-spacing: 8px;
  }
  .section-products .section-product-img img{
  	display: block;
  	width: 100%;
  	height:auto;
  	object-fit: contain;
  	
  }
  .section-products .section-product-item p{
  	font-size: 21px;
  	font-weight: 600;
  	line-height: 25px;
  	max-width: 230px;
  	margin:auto;
  	padding-bottom: 15px;
  }
  .section-product-item p a {
    color: #000; 
  }
    .section-product-item p a:hover {
      opacity: .8;
    }
  .section-products .section-product-item p span{
  	color: #72ad3b;
  font-weight: 500;
  }
   .section-products .section-product-item .btn-2{
  	display: inline-block;
  	font-size: 16px;
  	font-weight: 600;
    letter-spacing: .5px;
  	color:#fff;
  	text-transform: uppercase;
  	background-color:#70c230 !important;
  	padding: 8px 45px 4px; 
  	border: 1px solid #fff;
  	border-radius: 25px;
  	margin-top: 10px;
  }
  .section-products .section-product-item .btn-2:hover{
    opacity: .8;
  }
  .owl-carousel-bg{
    background-image: url(../images/iskustva1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 30px;

  }
  .section-owl-carousel h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #4b956c;
    text-transform: uppercase;
  } 
    .section-owl-carousel .owl-carousel  p{
      font-size: 18px;
    color:#fff;
    font-weight: 300;
    line-height: 26px;
    max-width: 340px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: auto;
    }
    .section-owl-carousel .owl-carousel p span{
      color: #72ad3b;
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    }
    .section-owl-carousel .owl-carousel img{
      display: block;
      width: 100%;
      /*height: 38px;*/
      object-fit: contain;
      margin-bottom: 10px;
    }
/*    .section-selling-places{
      height: 600px;
    }*/
.section-selling-places .selling-places-text h3{
  font-size: 32px;
    color: #14733b;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top:50px;
    padding-bottom: 20px;
    letter-spacing: 8px;
}
.section-selling-places .selling-places-text p{
  font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
    max-width: 60%;
    padding-top: 10px;
    margin:auto;
 }
 .section-selling-places .selling-places-text p span a{
      color:#14733b!important;
    font-weight: 700;
    
 }
  .section-selling-places .selling-places-text p span a:hover{
    text-decoration: underline!important;
  }
 .section-selling-places .form-div {
  background-color:#f0f7f2;
  border-radius: 25px;
  margin-top: 0px;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 0px;
 }
 .section-selling-places .form-div h3{
  font-size: 32px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 40px;
    letter-spacing:6px;
 }
 .section-selling-places h2.green {
  text-transform: uppercase;
  max-width: 100% !important;
  margin-bottom: 1px;
  line-height: 1;
 }
 .section-selling-places .form-div p{
  font-size: 18px;
    color: #000;
    font-weight: 300;
    line-height: 26px;
    padding-top: 5px;
    margin-bottom: 10px;
}
 .section-selling-places .form-control {
    display: block;
    width: 35%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border:0;
    border-bottom: 0px solid #14733b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius:6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: auto;
}
.section-selling-places .form-label {
    color:#14733b; 
    margin-top: 5px !important;
    display: inline-block;
}
.section-selling-places form .btn-2{
      /*display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #14733b;
    padding: 5px 45px;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 40px;
    border: none;*/
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #70c230;
    padding: 8px 45px 5px;
    border-radius: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    line-height: 35px;
    display: inline-block;
}
.section-selling-places form .btn-2:hover{
  opacity: .8;
}
.section-footer{
  b/*ackground-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-position: bottom;*/
  padding-top: 80px;

  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-top: 0px;

}
@media(min-width: 1024px) and (max-width:1430px) {
  .section-footer {
    /*background-image: url(../images/footer-pozadina.jpg);*/
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-top: 0px;
}
}
@media(min-width: 769px) and (max-width:1024px) {
  .section-footer {
    margin-top: -10px;
}
}
@media(max-width: 767px){
  .carousel-caption-inner h1, .carousel-caption-inner h2 {
    font-size: 24px;
  }
  .white-button {
    padding: 8px 26px !important;
    font-size: 15px;
}
   .parent-categories-item-ab {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 90%;
}

  .section-footer{
  height:85vh;
  margin-top: 0;
}
.home-section .home-section-text {
    margin-left: 0;
}
.section-products .section-product-item  {

    margin-top:30px;
}
.section-selling-places form h3 {
    font-size: 24px;
    padding-top: 40px;
    letter-spacing: 3px;
}
.section-selling-places form p {
    font-size: 16px;
    margin-bottom: 5px;
}
.home-section .home-section-img img {
    height: 395px;
    display: block;
    width: 100%;
    object-fit: contain;
}
.navbar-expand-lg .navbar-nav .nav-link img {
    margin-left: 0;
}
.navbar .nav-item {
    margin-left: 0;
}
}
.section-footer .section-footer-text h4{
  font-weight: 500;
    letter-spacing: 1px;
    font-size: 23px;
    color: #333333;
}
.section-footer .section-footer-text ul li a{
  color: #000;
  font-size: 18px;
  font-weight:300;
}
.section-footer .section-footer-text-menu ul li a {
   
}
.section-footer .section-footer-text ul li a:hover{
  text-decoration: underline!important;
}
.section-footer .section-footer-text ul li{
  padding-bottom: 5px;
}
.section-footer .line-grey{
  height: 1px;
  background-color: #bdbdbd;
  width: 100%;
}
.section-footer .footer-social li a img{
 margin-left: 10px;
 margin-bottom: 10px;

}
.section-footer .footer-social {
  padding: 0;
}
.section-footer .copyright{
  font-size: 15px;
  line-height: 55px;
  text-align: center;
  color: #4b956c;
}

.single-product p.price {
  font-weight: 700 !important;
  font-family: "Work Sans", sans-serif;
}


.homepage-products {
  padding: 0 5%;
}
li.cart-li {
  list-style-type: none;
}
bdi span.woocommerce-Price-currencySymbol {
  /*display: none !important;*/
  display: inline-block;
   font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 21.6px;
  font-family: "Work Sans", sans-serif;
}
.woocommerce-Price-currencySymbol {
  /*display: none !important;*/
  margin-left: 5px;
  display: inline-block;
}
.related.products {
    /*visibility: hidden;*/
    /*height: 80px;*/
    display: block;
    clear: both;
    float: none;
    border-top: 1px solid rgba(75, 75, 75, .25);
    padding-top: 20px;
}

.related.products .col-md-3.category-sidebar-custom, 
.page-template-template-akcija .col-md-3.category-sidebar-custom {
  display: none !important;
}
.related.products .col-md-9, 
.page-template-template-akcija .woocommerce .col-md-9 {
  width: 100% !important;
}
.related.products h2 {
    font-weight: bold;
    color: #4b956c;
    line-height: 1.2;
    font-size: 38px;
    margin-bottom: 30px;
    text-align: center;
}
.woocommerce div.product div.images img {
  display: block;
    max-width: 100%;
    width: auto !important;
    height: auto;
    box-shadow: none;
    margin: 0 auto;
    max-height: 320px;
}

/*.section-footer {
    margin-top: 0px;
}*/
.selling-places-text {
  display: none;
}
.home .selling-places-text {
  display: block;
}
.other-section h2,
h2.h2-center {
  color: #14733b;
  font-size: 33px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 5px;
  margin-bottom: 25px;
}
h2.h2-center {
  text-align: center;
  margin-bottom: 35px;
}
.title-img {
  margin-bottom: 10px;
}
.other-section {
 /* background-image: url('../images/shading-product-desc.png');
  background-position: top center;

  background-repeat: no-repeat;*/

  padding: 80px 0 40px;
  margin-top: -120px;

}
.top-image {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4b956c;
 /* background-image: url('../images/baner.jpg');
  background-size: cover;
  background-repeat: no-repeat;*/
 /* height: 150px;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;*/
}
.single-product .top-image {
   padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}
.single-product .top-image .woocommerce-breadcrumb {
  margin-bottom: 0;
}
.top-image h1 {
  /*position: absolute;
  top: 50%;
  transform: translateY(-50%)*/;
  width: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
  /*display: none !important;*/
  color: #1d681f;
   font-size:  28px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 95%;
    overflow-wrap: break-word;
    line-height: 33.6px;
    text-align: left;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000 !important;
    font-size: 22px !important;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 3px;
    border-bottom: 0px solid #eee;
    font-weight: normal !important;
    padding-top: 15px;
    margin-bottom: 35px !important;
}
.single-product .summary.entry-summary a {
  display: inline-block;
  
}
.single-product .summary.entry-summary img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.single .woocommerce-Price-amount.amount bdi {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 22px;
  color: #000;
  font-weight: normal;
  line-height: 26.6px;
}
.price del {
  display: block;
  color: red !important;
}
.price del bdi .woocommerce-Price-currencySymbol {
  display: none !important;
}
.price del .woocommerce-Price-amount.amount bdi {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 16px !important;
  color: #ff0000 !important;
  font-weight: normal;
  line-height: 21.6px;
}
del .woocommerce-Price-amount.amount bdi  {
  color: #ff0000 !important;
}
.single .related.products  .woocommerce-Price-amount.amount bdi {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 21.6px;
} 
.woocommerce ul.products li.product .price {
  text-align: center;
}
.woocommerce-Price-amount.amount bdi {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  line-height: 21.6px;
}
.woocommerce-breadcrumb {
  /*display: none !important;*/
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  color: #fff !important;
  font-size: 19px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {

}
.single-product .product.type-product {
  margin-top: 50px;
}
.woocommerce-product-gallery {
  margin-top: 70px !important;
}
ol.flex-control-nav {
  margin-top: 60px !important;
}
ol.flex-control-nav li img {
  display: inline-block!important;
  max-width: 100% !important;
  margin: 0 auto 10px!important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 0.9 !important;
}

.wdr_bulk_table_msg {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.wdr_bulk_table_msg tr,
.single_add_to_cart_button2,
.woocommerce div.product form.cart .button.single_add_to_cart_button2 {
  display: inline-block;
  padding: 15px 20px;
  background-color: #70c230;
  color: #fff;
  margin-left: 10px;
  max-width: 135px;
  text-align: center;
  border-radius: 18px;
}
.single_add_to_cart_button2 {
	border:1px solid  #70c230;
	outline: none !important;
	box-shadow: none;
}
.wdr_bulk_table_msg tbody {
  width: 100%;
  text-align: center;
  display: block;
}
.wdr_bulk_table_msg tr:first-child {
  margin-left: 0px;
}
.wdr_bulk_table_msg td {

}
.single-product div.product form.cart div.quantity {
  display: block;
  /*float: none !important;*/
  text-align: center;
  padding-top: 10px;
  margin-bottom: 15px;
  margin-right: 10px !important;
}
.qty_button {
  width: 34px;
  height: 54px;
  margin-top: 0px;
 /* border-radius: 50%;
  background-color: #72ad3b;
  color: #fff;
  border-color: #72ad3b;*/
  border-radius: 0%;
  border: 0px solid #333 !important;
  background-color: transparent;
  color: #333;
  border-color: transparent;
  font-size: 21px;
  text-shadow: none !important;
}
.woocommerce .quantity .qty {
    width: 40px !important;
    height: 56px;
    text-align: center;
    border-color: transparent;
    box-shadow: none;
    border: 0px solid #333 !important;
    background-color: transparent;
    margin-top: -5px;

}
.qty_button:hover {
  background-color: #f2f2f2 !important;
}
.quantity {
  border-radius: 0px;
  background-color: #fff;
  margin-top: 0;
  padding-top: 0 !important;
  display: inline-block;
  border: 1px solid #333 !important;
  height: 56.41px !important;
}
.product_meta > span {
  display: block !important;
}
.single-product  form.cart {
  text-align: center !important;
}
.single-product div.product form.cart .button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.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 {
    padding: 16px 36px !important;
    border: 1px solid #333333 !important;
    color: #333 !important;
    background-color: #fff !important;
    font-size: 16px !important;
    line-height: 22.4px !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    font-weight: normal !important;
}
.single-product div.product form.cart .button:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, 
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover, 
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border: 1px solid #fff !important;
}
.woocommerce-notices-wrapper {
  margin-top: 15px !important;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, .woocommerce button.button.alt, 
.woocommerce input.button.alt {

}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea {
  border: 1px solid #eee;
}
.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single{
  height: 40px !important;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 30px;
  color: #444;
}
.woocommerce form .form-row input.input-text:focus {
    border-color: hwb(144deg 7% 55%);
    box-shadow: 0 0 0 1px hwb(144deg 7% 55%);
}
.woocommerce form .form-row input.input-text:focus {
  /*box-shadow: none;*/
}
.page-template-template-proizvodi .section-products {
  background-image: none;
  padding-top: 70px;
}
.page-template-template-proizvodi .other-section {
    background-image: none;
    background-position: top center;
    /* background-size: contain; */
    background-repeat: no-repeat;
    padding: 180px 0 40px;
    margin-top: -120px;
}
.page-template-template-prodajna_mesta .other-section {
    background-image: none;
    background-position: top center;
    /* background-size: contain; */
    background-repeat: no-repeat;
    padding: 10px 0 40px;
    margin-top: 0px;
}
.txt ul {
  padding-left: 10px;
}
.txt ul li {
    padding-left: 16px;
    /*background-image: url(../images/list-style.png);*/
    background-position: left;
    background-size: 7px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
}
.txt.txt-green,
.content-txt {
  padding-top: 50px;
}
.txt.txt-green,
.txt.txt-green p {
  text-align: center;
  color: #14733b;
  font-weight: 600;
}
.txt.txt-green p {
  margin-bottom: 10px;
}
.page-template-template-kontakt .content-txt  .form-control,
.single-product  .form-control,
 .section-newsletter .form-control {
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    height: 44px;
    line-height:1.2;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-bottom: 0px solid #14733b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 16px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: auto;
    border: 1px solid rgb(187, 187, 187) !important;
    border-radius: 0 !important;

}
 .section-newsletter {
  background-color: #f9f9f9;
 }
.page-template-template-kontakt .content-txt  textarea.form-control {
  height: auto;
}
.page-template-template-kontakt h2 {
    font-weight: bold;
    color: #4b956c;
    line-height: 1.2;
    font-size: 45px;
    margin-bottom: 30px;
}
.blue-button.blue-button-first-home{
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    background-color: #4C956C;
    padding: 10px 20px;
    border-radius: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    line-height: 1.1;
    display: inline-block;
    border: 1px solid #4C956C;
}
.page-template-template-kontakt .form-group,
.single-product .form-group {
  margin-bottom: 35px;
}
.section-product-item ins {
  display: block;
}
.prod-img {
  height: 330px;
  position: relative;
}
.prod-img img {
  position: absolute;
  vertical-align: baseline;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-product .section-product-item {
  text-align: center;
}

.hidden-xs {
  display: block !important;
}
.hidden-xs-z {
  display: flex !important; 
}
.visible-xs {
  display: none !important;
}
.visible-xs-z {
  display: none !important;
}
.section-product-item .prod-img {
	margin-bottom: 10px ;
}
.section-product-item.section-product-item-ab .prod-img {
	margin-bottom: 30px !important;
}
.section-product-item a {
	color: #000;
}
.section-product-item a:hover {
	opacity: .8;
}
.homepage-products {
	position: relative;
}
.section-product-img-ab {
	position: absolute;
	left: 0;
	right: 0;
	top: 280px;
}
.prod-img-img {
   /* height: 330px;
    width: auto;*/
}
.custom-form-wrapper h2 {
	font-size: 27px;
	margin-bottom: 20px;
	font-weight: 600;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}











@media(max-width:991px) {
    .carousel-item img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 40Vh;
    }
    .carousel-caption .carousel-custom h2 {
      max-width: 100%;
      font-size: 32px;
      line-height: 42px;
    }
    .carousel-caption {
     /* right: 10%;
      left: 10%;
      top: 10%;*/
      min-width: 75%;
  }
  .carousel-caption .carousel-custom .btn-1 {
      display: inline-block;
      font-size: 16px;
      padding: 5px 20px;
      border: 1px solid #fff;
      border-radius: 20px;
  }
  #homepage-slider .carousel-control-prev {
    margin-left: 15px;
  }
  #homepage-slider .carousel-control-next {
    margin-right: 15px;
  }
  .carousel-control-prev, .carousel-control-next {
    opacity: .9;
  }
  .carousel-control-next img,
  .carousel-control-prev img  {
    height: 30px;
  }
  .hidden-xs {
      display: none !important;
  }
  .visible-xs {
      display: block !important;
  }
  .visible-xs-z {
    display: flex !important; 
  }
/*  .hidden-xs-z {
    display: none !important; 
  }*/
  .section-selling-places .form-div h3 {
      font-size: 29px;
      color: #ffffff;
      line-height: 36px;
  }
  .section-selling-places .form-div p {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
  }
  .section-selling-places .form-control {
      width: 300px;
  }
  .section-footer {
    height: auto;
    padding: 40px 0;
  }
  .section-footer .footer-social {
    padding-right: 15px;
  }
  .section-owl-carousel h3 {
      margin-top: 0px;
      padding-top: 0px;
      padding-bottom: 20px;
      line-height: 1.1;
  }
  .section-selling-places .selling-places-text h3 {
      font-size: 29px;
      line-height: 37px;
      max-width: 300px;
      margin-left: auto;
      margin-right: auto;
  }
  .section-product-item a img {
    height: auto;
    max-height: 320px;
    width: auto;
    max-width: 200px;
    display: inline-block;
    margin-bottom: 15px;
  }
  .section-product-item {
    margin-bottom: 40px;
  }
  .section-products h3 {
      padding-top: 40px;
  }
  h3.home-product-title {
    margin-top: 40px;
  }
  .login-cart-wrapper a img {
    height: 27px;
  }
  ul.cart-ul {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .mobile-prod-img-wrap {
    position: relative;
    text-align: center;
  }
  .mobile-prod-img-wrap img.polica-img {
    position: absolute;
    bottom: 0;
    z-index: -1;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
    margin-bottom: -10px;
  }
  .top-image h1 {
      max-width: 90%;
      font-size: 32px;
      font-weight: 600;
      margin-left: 5%;
  }
  .page-template-template-kontakt .top-image {
      background-position: right center;
  }
  .navbar-toggler-icon {
      display: inline-block;
      width: 32px;
      height: 32px;
      vertical-align: middle;
      background-image: var(--bs-navbar-toggler-icon-bg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100%;
  }

  .cart-ul  {
    position: absolute;
    right: 90px;
    top: 16px;
  }
  .navbar-brand {
    padding-top: 5px;
  }
  .navbar-toggler {
    margin-top: 4px;
  }
  .navbar .navbar-brand img {
      object-fit: contain;
      width: 100%;
      display: block;
      height: 35px !important;
      margin-bottom: 0px;
  }
  .wc-block-mini-cart__button {
    padding-top: 6px !important;
  }
  .parent-categories-item {
    margin-bottom: 30px;
  }
}

.navbar-toggler {
  border: 1px solid transparent;
}

#sort_customizable_table {
	display: none;
}
form.cart-custom {
	display: inline-block;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button2 {
    display: inline-block;
    padding: 14px 20px !important;
    background-color: #70c230 !important;
    color: #fff;
    margin-left: 10px !important;
    max-width: 140px !important;
    font-weight: 600;
    line-height: 1.27!important;
    height: auto !important;
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: normal !important;
    letter-spacing: normal !important; 
    margin-top: 0 !important;
}
.custom-form-wrapper form:first-child .single_add_to_cart_button2 {
	margin-left: 0;
}
.custom-form-wrapper {
	text-align: center;
}
.carousel-custom h2 p strong {
  font-weight: 500;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
a.check-chart-single-product {
  background-color: #14733b;
    float: none !important;
    margin-top: 15px;
    max-width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 11px;
    height: 42px;
    border-radius: 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
      padding-left: 35px;
    padding-right: 35px;
    font-style: 17px !important;

}
a.check-chart-single-product:hover {
  color: #fff;
  opacity: .8;

}

.woocommerce-cart .coupon,
#billing_state_field  {
  /*display: none !important;*/
}
@media(max-width: 767px) {
  .woocommerce table.cart td.actions .coupon .button {
    width: 100% !important;
    display: inline-block !important;
    margin-top: 15px;
  }
  .woocommerce-cart .coupon {
  text-align: left;
}
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid #bebebe !important;
    
}
.woocommerce .woocommerce-message:nth-child(2) {
  /*display: none !important;*/
}
.proveri-korpu a.check-chart-single-product {
  display: inline-block;
  /*min-width: 398px;*/
}
.woocommerce div.product div.summary {
  margin-bottom: 1em !important;
}
.subtitle_pack {
  color: #72ad3b !important;
  font-size: 20px;
}
@media(max-width:767px) {
  .proveri-korpu a.check-chart-single-product {
      display: inline-block;
      min-width: 100% !important;
  }
  .txt ul li {
      background-position: left 8px;
  }
}

/*.custom-form-wrapper {
  visibility: hidden;
  float: none;
  height: auto;
  max-height: 100px;
}*/

small.shipped_via {
  display: none !important;
}

/*.woocommerce-checkout #payment ul.payment_methods {
   list-style-type: none !important;
}*/
@media(max-width:767px) {
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
       content: attr(data-title) "" !important;

  }
}
    

  .section-home-first {

  }
  .section {
    padding: 60px 0;
  }
  .col-md-6, .col-md-8 {
    position: relative;
  }
  .txt.txt-ab-y {
   /* position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
  }
  h2.green {
    color: #1d681f;
    font-weight: bold;
    max-width: 85%;
    margin-top: 30px;
  }
    h1.green {
    color: #1d681f;
    font-weight: bold;
    max-width: 85%;
    margin-top: 30px;
    font-style: 42px;
  }
  .txt-content {
    max-width: 85%;
  }
  .section-teaser {
    padding: 50px 0;
    position: relative;
  }
  .section-teaser h2.green {
    max-width: 100%;
    padding-top: 30px;
    padding: 30px 30px 0 30px;
  }
  .section-teaser h2.green span {
    display: inline-block;
    max-width: 60%;
    margin: 0 auto;
    font-weight: bolder;
  }
  .ab-full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .icon-item {
    margin-bottom: 25px;
    margin-top: 15px;
    position: relative;
    min-height: 100px;
    background-image: linear-gradient(to right, #f0f7f2, #fff);
    padding: 30px;
    border-radius: 30px;
  }
  .icon-item.icon-item-left {
     background-image: linear-gradient(to right, #fff, #f0f7f2);
  }
  .icon-item .col-sm-1, .icon-item .col-sm-11 {
    min-height: 100px;
  }
  .icon-item .icon-img {
    float: left;
    width: 90px;
  }
  .icon-item .icon-tekst {
    float: left;
    padding-left: 20px;
    width: calc( 100% - 90px );
  }
  .icon-item img,
  .icon-item .txt-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

  }
  .icon-item p {
    margin-bottom: 0;
  }
  .section-green-teaser {
    box-sizing: border-box;
  }
  .section-green-teaser p {
    color: #fff;
  }
  .selling-places-text h2 {
    max-width: 100%;
  }
  .selling-places-text a {
    color: 
  }
.form-div-top-img {
  z-index: 99;
  margin-bottom: -30px;
}
.prodajna-mesta-content p {
  font-size: 24px;
}
.location-item h3 {
  font-size: 19px;
  color: #1d681f;
  font-family: "Work Sans", sans-serif;
  margin-bottom: 1px;
  font-weight: 600;
}
.location-item p {
  font-size:19px;
}
.lite-green-content {
  background-color: #fff;
  padding: 50px 0;
}
.contact-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
h2.popust-na-vise-h2 {
  margin-bottom: 0;
  text-align: left;
}
.single-product form.cart.discount-cube-form,
.custom-form-wrapper {
  text-align: left !important;
}
.single-product .proveri-korpu {
  text-align: center !important;
  clear: both;
  margin-left: 23%;
}
.proveri-korpu a.check-chart-single-product {
  display: inline-block !important;
  width: auto !important;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button2 {
  margin-left: 0 !important;
  margin-right: 10px !important;
}
.opis-artikla {
  margin-bottom: 20px;
}
.opis-artikla p.green-txt {
  color: #1d681f;
  font-weight: 700;
}
.opis-artikla p {
  line-height: 1.48;
}
.single-product .summary.entry-summary .opis-artikla p img {
  height: 14px;
  display: inline-block !important;
  width: auto;
  margin-left: 3px;
}
img.img-fluid {
  display: inline-block !important;
  max-width: 100%;
  margin: 10px auto;
}
/*.woocommerce-tabs.wc-tabs-wrapper hr {
  visibility: hidden;
}*/
.other-section .row {
  padding: 30px 0;
}
.icon-list {
  margin: 10px 0;
}
.icon-list .icon-left {
  float: left;
  width: 60px;
}
.icon-list .icon-right {
  float: left;
  width: calc( 100% - 60px );
}
.clearfix {
  clear: both;
}
.product-icon-section {
  margin-bottom: 40px;
}
.content-section .img-fluid {
  margin-top: 25px;
}

h3.accordion-header .accordion-button {
    background-color: #fff !important;
    color: #14733b;
    font-size: 22px;
}
.accordion-item {
    margin-bottom: 20px;
    border-radius: 10px !important;
    overflow: hidden;
    border: none !important;
}
.answer {
  padding: 0px 10px 20px;
}
.accordion-button::after {
    background-image: url(../images/arrow-down.png) !important;
    background-position: center;
    background-size: 21px;

}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrow-up.png) !important;
    transform: none;
    background-position: center;
    background-size: 21px;

}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent !important;
    outline: 0;
    box-shadow: none !important;
}

.single-product .section-selling-places {
  display: none;
}
.info-el {
  position: relative;
  z-index: 99;
  border-radius: 35px;
  padding: 70px 40px;
  margin-top: -130px;
  background-color: #fff;
}
.info-left {
  float: left;
  width: 95px;
}
.info-right {
  float: left;
  width: calc( 100% - 95px );
}

.woocommerce-cart .quantity {
  margin-bottom: 10px;
}


.under-grass-section {
  margin-top: 0;
  padding-top: 50px;
}
.image-section-relative {
  position: relative;
}
.image-caption {
  position: absolute;
  bottom: 0px;
  right: 0%;
  margin-bottom: -20px;
/*  transform: translateX(-50%);*/
  max-width: 100%;
  text-align: center;
  color: #14733b;
}
@media(max-width:767px) {
  .txt.txt-ab-y {
      position: relative;
      top: 0%;
      transform: translateY(0%);
  }
  .section {
    padding: 35px 0;
  }
  .ab-full {
      position: relative;
      top: auto;
      left: auto;
      bottom: auto;
      right: auto;
  }
  .section-green-teaser {
    background-image: url(../images/green-bg-with-leaves.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ab-full .col-md-6 {
    min-height: 10px !important;
  }
  .icon-item img, .icon-item .txt-icon {
      position: relative;
      top: 0%;
      transform: translateY(0%);
      text-align: center;
  }
  .icon-item .col-sm-1 img {
    display: block;max-width: 100%;
    margin: 0 auto;
  }
  .section-green-teaser p {
    color: #fff;
  }
  .section-h-icons {
    padding-bottom: 0;
  }
  .single-product .summary.entry-summary h1.product_title.entry-title {
    font-size:  28px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 95%;
    overflow-wrap: break-word;
    line-height: 33.6px;
  }
  .woocommerce div.product form.cart .button.single_add_to_cart_button2 {
    margin-bottom: 15px;
  }
  .woocommerce div.product form.cart div.quantity,
  .single-product div.product form.cart .button {
    
  }
  .woocommerce div.product form.cart div.quantity {
    display: inline-block;
  }
  .proveri-korpu a.check-chart-single-product {
    min-width: 10px !important;
  }
  .single-product .proveri-korpu {
    margin-left: 0 !important;
    text-align: center;
  }
  .info-cart {
      max-width: 900px;
      margin: 50px auto 10px;
      background-color: #f0f7f2;
      padding: 30px 20px !important;
      border-radius: 30px;
  }
  .float-div-icon {
      width: 70px !important;
  }
  .float-div-icon img {
    width: 55px !important;
  }
  .float-div-notice {
      padding-top: 7px;
      width: calc(100% - 70px) !important;
      color: #14733b;
  }
  .image-caption {
    position: absolute;
    bottom: 0;
    margin-bottom: -38px;
    right: auto;
    left: 50%;
   transform: translateX(-50%);
    width: 90%;
    text-align: center;
    color: #14733b;
    max-width: 90%;
  }
  .image-section-relative {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }
  .gallery-containerXXX .col-sm-4  {
    border-bottom: 1px solid rgba(0,0,0,.19);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

}

@media(max-width:500px) {
  h1.green {
    max-width: 100%;
  }
  .txt-content {
    max-width: 100%;
  }
  .section-green-teaser .ab-full .col-md-8 {
    min-height: 100px !important;
  }
}

.single_add_to_cart_button-free-shipping {
  position: relative;
}
.postid-5047.woocommerce div.product form.cart .button.single_add_to_cart_button2 {
  padding-bottom: 29px !important;
}
span.fs-span {
  position: absolute !important;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(20, 115, 59,.7);
  text-align: center;
  padding: 7px 5px 3px;
  font-size: 11px;
  border-radius: 0 0 18px 18px;
  text-transform: uppercase;
  letter-spacing: 0;

}
.owl-carousel .owl-nav .owl-prev span {
    background-image: url(../images/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 50px;
    top: 25%;
    left: -3.5%;
    color: transparent;
}

.owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 25px;
    height: 50px;
    top: 25%;
    right: -3.5%;
    color: transparent;
}
.owl-carousel {
  position: relative;
}
@media(max-width: 767px) {
  .owl-carousel .owl-nav .owl-prev span {
    width: 15px;
    height: 30px;
    top: 25%;
    left: -0.5%;
   color: transparent;
}

.owl-carousel .owl-nav .owl-next span {
    width: 15px;
    height: 30px;
    top: 25%;
    right: -0.5%;
    color: transparent;
}
}



/*ul.flex-direction-nav {
    position: absolute;
    top: 30%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {float: left;}
li.flex-nav-next {float: right;}
a.flex-next {visibility:hidden;}
a.flex-prev {visibility:hidden;}
a.flex-next::after {visibility:visible;content: '\f105';
    font-family: FontAwesome;margin-right: 10px;font-size: 70px;    }
a.flex-prev::before {
    visibility:visible;
    content: '\f104';
    font-family: FontAwesome;    margin-left: 10px;font-size: 70px;}*/


    .woo-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.9);
    color: #70c230;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

.woo-gallery-nav:hover {
    background: rgba(0,0,0,0.8);
}

.woo-gallery-nav.prev {
    left: 10px;
}

.woo-gallery-nav.next {
    right: 10px;
}

.flex-control-thumbs li {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.flex-control-thumbs li.flex-active {
    opacity: 0.7;
    border: 2px solid #333;
}

.woocommerce-product-gallery__image {
    transition: opacity 0.5s ease;
}


@media (max-width: 768px) { 
  .woo-gallery-nav {
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #70c230;
    font-size: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border-radius: 20px;
    transition: all 0.3s ease;
    touch-action: manipulation;
}

.woo-gallery-nav:hover {
    background: rgba(0,0,0,0.8);
}

.woo-gallery-nav.prev {
    left: 10px;
}

.woo-gallery-nav.next {
    right: 10px;
}

.flex-control-thumbs li {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.flex-control-thumbs li.flex-active {
    opacity: 0.7;
    border: 2px solid #333;
}

.woocommerce-product-gallery__image {
    transition: opacity 0.5s ease;
}

/* Below media query is for mobile version */
@media (max-width: 768px) {
  .section h2 {
    font-weight: bold;
    color: #4b956c;
    line-height: 1.2;
    font-size: 32px;
    margin-bottom: 30px;
}
    .woo-gallery-nav {
        width: 36px;
        height: 36px;
        line-height: 42px !important;
        font-size: 32px !important;
    }
    
    .woo-gallery-nav.prev {
        left: 5px;
    }
    
    .woo-gallery-nav.next {
        right: 5px;
    }
}
    .woo-gallery-nav {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }
    
    .woo-gallery-nav.prev {
        left: 5px;
    }
    
    .woo-gallery-nav.next {
        right: 5px;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
      width: 100% !important;
      float: none !important;
    }
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
    width: 100% !important;
    clear: none;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    width: 80%;
    margin: 0 !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    background-color: #f1f1f1;
  }
  .navbar-collapse {
    margin-top: 10px;
    border-top: 1px solid #4b956c;
  }
  .navbar-nav li.lang-item.lang-item-en a, .navbar-nav li.lang-item.lang-item-sr a {
    margin-left: 0px;
}
}
.wp-block-woocommerce-mini-cart-title-items-counter-block {
  display: none !important;
}
.archive #sidebar {
  display: none;
}
.woocommerce-products-header  {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4b956c;
  width: 100vw;
     position: relative;
     margin-left: -50vw;
     left: 50%;
}
.woocommerce-products-header h1 {
  text-align: center;
  color: #fff;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.woocommerce-breadcrumb {
  display: none !important;
}
.woocommerce .section-pagination {
  margin-bottom: 25px;
}
.woocommerce .section-pagination ul li a, 
.woocommerce .section-pagination ul li span {
  display: inline-block !important;
    font-size: 16px !important;
    padding: 0 !important;
    background-color: #999;
    color: #fff !important;
    height: 40px;
    width: 40px;
    line-height: 40px !important;
    margin-right: 1px !important;
}
.woocommerce .section-pagination ul li a:focus, 
.woocommerce .section-pagination ul li a:hover, 
.woocommerce .section-pagination ul li span.current {
    background: #4b956c !important;
    color: #fff !important;
    border: 1px solid #4b956c !important;
}
.woocommerce .section-pagination ul li{
    border: 0px solid #000 !important;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: auto !important;
    left: 0 !important;
    margin: -.5em -.5em 0 0;
}
.woocommerce span.onsale,
.owl-item-popular span.ab-sale {
    height: 50px !important;
    min-width: 50px !important;
    padding: 0 !important;
    text-align: center;
    font-size: 13px !important;
    font-weight: normal !important;
    position: absolute;
    text-align: center;
    line-height: 50px !important;
    top: -.5em !important;
    left: -.5em !important;
    margin: 0;
    background-color: #4b956c !important;
    font-size: .857em;
    border-radius: 100%;
    color: #fff;
}
.owl-item-popular span.ab-sale {
  top: 0px !important;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
  display: none !important;
}
.section-footer-text .wp-block-image {
  margin-top: 20px;
}


.owl-carousel .owl-item img {
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
}
.owl-item-popular {
    position: relative;
}
.ab-popular {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding: 3px 6px;
    height: 23px;
    text-transform: uppercase;
    background-color: #44a9b1;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.owl-carousel .owl-nav .owl-next span {
    background-image: url(../img/arrow-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    display: block;
    width: 16px;
    height: 26px;
    top: 30%;
    right: -3.5%;
}
.owl-carousel .owl-nav .owl-prev span {
    background-image: url(../img/arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 14px;
    height: 26px;
    top: 30%;
    left: -3.5%;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    color: transparent !important;
}
.section-owl-x {
  /*background-color: #f9f9ff;*/
  max-width: 100%;
  overflow: hidden;
}
.navbar-expand-lg .navbar-nav .shop-menu-li-header .nav-link {
  background-color: #4b956c !important;
  color: #fff !important;
}
span:where(.wc-block-mini-cart__badge) {
  background-color: transparent !important;
}