@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cambay:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400..800&display=swap');
body{
	 font-family: "Cambay", 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: "Baloo Tammudu 2", system-ui;
}
a{
	text-decoration: none!important;
  color: #1d681f;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
ul{
	list-style: none;
}
.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{
	display: block;
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom:0;
}
.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:var(--color-3);
	font-size:15px;
	font-weight: 600;
	text-transform: uppercase;
  padding-left: 8px;
  border-bottom: 2px solid transparent !important;

}

 .navbar-expand-lg .navbar-nav .nav-link img{
 	margin-left:70px;
 	height: 28px;
 	object-fit: contain;
 	object-position: center;
 }

 .navbar-expand-lg .navbar-nav .nav-link:hover{
   border-bottom: 2px solid #70c230 !important;
 }
  .navbar-expand-lg .navbar-nav .nav-item-custom a:hover{
    border: none!important;
    opacity: .8;
  }
 .navbar .navbar-nav{
 	margin-right:0px!important;
  margin-top: 16px;
 }
 ul.cart-ul {
  margin-top: 16px;
 }
 .carousel-item img{
	object-fit: cover;
	display: block;
	width: 100%;
	height: 525px;
}
 .carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    top:20%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: start;
}
 .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 .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;
  }
  .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;
  }
  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: 32px;
    color:#ffffff; 
    line-height: 26px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top:60px;
    padding-bottom:50px;
    letter-spacing: 8px;
  } 
    .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{
  background-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){
  .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-size: 18px;
  font-weight: 500;
  color:#72ad3b;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.section-footer .section-footer-text ul li a{
  color: #fff;
  font-size: 18px;
  font-weight:300;
}
.section-footer .section-footer-text-menu ul li a {
    text-transform: uppercase !important;
}
.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: 2px;
  background-color: #70c230;
  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: #70c230;
}

.single-product p.price {
  font-weight: 700 !important;
  font-family: "Baloo Tammudu 2", system-ui;
}


.homepage-products {
  padding: 0 5%;
}
li.cart-li {
  list-style-type: none;
}
bdi span.woocommerce-Price-currencySymbol {
  /*display: none !important;*/
  margin-left: 5px;
  display: inline-block;
  font-size: 21px !important;
  font-weight: bold !important;
  font-family: "Baloo Tammudu 2", system-ui;
}
.woocommerce-Price-currencySymbol {
  /*display: none !important;*/
  margin-left: 5px;
  display: inline-block;
}
  .related.products {
    visibility: hidden;
    height: 80px;
    display: block;
    clear: both;
    float: none;
  }
  .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;
 /* background-image: url('../images/baner.jpg');
  background-size: cover;
  background-repeat: no-repeat;*/
 /* height: 150px;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;*/
}
.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: #1d681f;
  text-transform: uppercase;
}
.single-product .summary.entry-summary h1.product_title.entry-title {
  /*display: none !important;*/
  color: #1d681f;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 75%;
}
.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: bold !important;
}
.single-product .summary.entry-summary a {
  display: block;
  width: 100%;
}
.single-product .summary.entry-summary img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.woocommerce-Price-amount.amount bdi {
  margin-left: 10px;
  margin-right: 10px;
}
.woocommerce-breadcrumb {
  display: none !important;
}
.single-product .product.type-product {
  margin-top: 15px;
}
.woocommerce-product-gallery {
  margin-top: 50px !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;
}
.qty_button {
  width: 34px;
  height: 34px;
 /* border-radius: 50%;
  background-color: #72ad3b;
  color: #fff;
  border-color: #72ad3b;*/
  border-radius: 0%;
  background-color: transparent;
  color: #72ad3b;
  border-color: transparent;
  font-size: 30px;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    border-color: transparent;
    box-shadow: none;
    border: 1px solid transparent !important;
    background-color: transparent;
}
.single-product  form.cart {
  text-align: center !important;
}
.single-product div.product form.cart .button {
  background-color: #14733b;
  float: none !important;
  margin-top: 15px;
  width: auto;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  
  border-radius: 30px;
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 35px;
    padding-right: 35px;
    font-style: 17px !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 {
    background-color: #70c230 !important;
    color: #fff;
    height: 42px !important;
  border-radius: 30px;
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  line-height: 48px  !important;
}
.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 {
  /*  display: block;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid #14733b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: auto;*/

    display: block;

    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 36px;
    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;


}
.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: #70c230;
    padding: 8px 45px 5px;
    border-radius: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: none;
    line-height: 35px;
    display: inline-block;
}
.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;
}












@media(max-width:991px) {
    .carousel-item img {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 60Vh;
    }
    .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;
  }
  .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: 50px;
      padding-top: 90px;
      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: 10px;
  }
  .navbar {
    padding-top: 10px;
  }
  .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: 0;
  }
  .navbar-toggler {
    margin-top: 4px;
  }
  .navbar .navbar-brand img {
      object-fit: contain;
      width: 100%;
      display: block;
      height: 60px;
      margin-bottom: 0px;
  }
}

.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 {
    background-color: #f0f7f2;
  }
  .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 {
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    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: "Cambay", sans-serif;
  margin-bottom: 1px;
  font-weight: 600;
}
.location-item p {
  font-size:19px;
}
.lite-green-content {
  background-color: #f0f7f2;
  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;
}

.quantity {
  border-radius: 15px;
  background-color: #f0f7f2;
  margin-top: 0;
  padding-top: 0 !important;
  display: inline-block;
}
.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:  32px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 95%;
  }
  .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 {
    float: none !important;
  }
  .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) {
    .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 .woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding-left: 63px !important;
    list-style-type: none !important;
}
.woocommerce .woocommerce-error li {
   list-style-type: none !important;
   background-image: none !important;
}





del[aria-hidden="true"] span,
del[aria-hidden="true"] bdi,
.section-products .section-product-item p del[aria-hidden="true"] bdi {
	color: #000 !important;
	text-decoration: line-through !important;
}
