*{
    box-sizing: border-box;
}

.post-meta{
	display:none;
}

body{
    color:#1A1818;
    font-size:16px;
    line-height:28px;
    font-family: 'Merriweather';
    overflow-x: hidden;
    font-weight: 300;
}

.mb-90-60-30{
    margin-bottom: 90px;
}

.p-90-0{
   padding:90px 0;   
}


img{
    display: inline-block;
}

a{
   display:inline-block;
   color: #1A1818;
   text-decoration: underline;
   text-decoration-color:#A7C63E;
   text-decoration-thickness: 2px;
}
a:hover, a:focus{
  color:#1A1818;
  text-decoration: underline;
  text-decoration-color:#2B4621;
}

.navbar-nav{
   align-items: center;
}

#nav-header .dropdown-menu {
   top: 95%;
   min-width: 100%;
   left: 50%;
   transform: translateX(-50%) !important;
   right: unset;
   width: 300px;
   border: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px 0px 0 0;
}

#nav-header .dropdown-menu .nav-link{
   padding:5px 20px;
   margin-left:0;
   font-weight:300;
   color:#1A1818;
   font-size:16px;
}

#nav-header .dropdown-menu .nav-link:hover{
   color:#A7C63E;
}

.entry-content ul{
   margin:15px 0;
   padding:0;
   list-style: none;
}

.entry-content ul > li{
   padding-left:20px;
   position: relative;
   line-height: 28px;
}

.entry-content ul li::before{
   display: inline-block;
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   background-color: #A7C63E;
   border-radius: 50%;
   left: 0;
   top: 14px;
   transform: translateY(-50%);
}

.entry-content ol{
	margin:8px 0;
}


.entry-content ol li {
    margin-bottom: 5px;
}

.btn-prim,
.wpcf7-submit{
    display:inline-block;
    color:#1A1818;
    border:1px solid #1A1818;
    background-color: #ffffff;
    padding:7px 25px;
    text-align: center;
    text-decoration: none;
    margin-top:30px;
    transition: all 0.2s ease-in-out;
   position: relative;
   border-radius:0;
   text-transform: uppercase;
   width: fit-content;
}

.btn-prim:hover,
.wpcf7-submit:hover,
.btn-prim:focus,
.wpcf7-submit:focus,
.btn-prim:active,
.wpcf7-submit:active,
.btn-prim:visited,
.wpcf7-submit:visited
{
   display:inline-block;
   background-color: #ffffff !important;
    color:#1A1818;
    text-decoration: none;
    border:1px solid #1A1818;
}

.btn-prim::before,
.wpcf7-submit::before{
   display: inline-block;
   content:'' ;
   width: 100%;
   height:100%;
   position: absolute;
   top: -10px;
   left: 10px;
   background-color: #A7C63E;
   z-index: -1;
}

.mainSwiper .btn-secondary{
   font-family: 'Poppins';
   font-weight:300;
   font-size:20px;
   padding:10px 35px;
   border:1px solid #ffffff;
   color:#ffffff;
   background-color: transparent;
   border-radius: 0px;
   text-decoration: none;
}

.mainSwiper .btn-secondary:hover{
   background-color:#A7C63E;
   border:1px solid #A7C63E;
   text-decoration: none;
}

h1{
    font-size:45px;
    margin-bottom:60px;
}

h2{
    font-size:35px;
    margin-bottom:30px;
    font-weight:600;
}
h3{
   font-size:30px;
   margin-bottom:30px;
   font-weight:600;
}

h4{
   font-size:25px;
   margin-bottom:15px;
   font-weight:600;
}

h5{
   font-size:20px;
   margin-bottom:15px;
   font-weight:600;
}

h6{
   font-size:18px;
   margin-bottom:15px;
   font-weight:600;
}

p{
   margin-bottom:15px;
}

.swiper-slide h1{
    font-size:50px;
    font-family: 'Poppins';
    font-weight: 400;
    margin-bottom:0;
}

.swiper-slide h2{
   font-family: 'Poppins';
    font-weight:300;
    font-size:40px;

}

header{
    padding:10px 0;
    position:static;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
    /* border-bottom:1px solid #e1e1e1; */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

header.stickyHeader{
   position:fixed;
   top:0;
   width: 100%;
   z-index:9;
   padding: 7px 0;
   box-shadow:0 5px 20px rgba(0,0,0,0.1);
   transition: all 0.2s ease-in-out;

}

#navbar-brand-logo img{
   width:180px;
}
 
header.sticky #navbar-brand-logo img {
   width:160px;
}

.navbar-nav .nav-link, .navbar-nav .dropdown-toggle,
.menu-item {
    color:#1A1818;
    font-weight: 500;
    font-size:18px;
   padding: 0 0 10px 0 !important;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav li{
   margin-left:30px;
}

/* homepage swiper */
 .mainSwiper .swiper-slide{
    margin:0 auto;
    position: relative;
 }

 .sliderImgWrapp{
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    z-index: 1; 

 }

 .sliderImgWrapp::after{
    display: inline-block;
    content:"";
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.18);
    position: absolute;
    top: 0;
    left: 0;  
    z-index: 2;  
    
}

 .swiper-slide .container{
    position: absolute;
    height: 100%;
    top:0;
    left:50%;
    transform:translateX(-50%);
    display: flex;
   align-items: center;
   color:#fff;
   z-index: 3; 
 }

 .swiper-pagination-bullet{
    width:10px;
    height:10px;
    background-color: #fff;
    opacity: 1;
    border:1px solid #F5F5F5;
 }

 .swiper-pagination-bullet-active{
    background-color: #A7C63E;
    border:1px solid #A7C63E;
 }


 .greyBg{
   background-color: #F1F3F2;
   padding:90px 0;
 }

.hasDecor{
   position: relative;
}

.hasDecor::after{
   display: inline-block;
   content:"";
   width:100%;
   height:70%;
   background-image:url(../img/decor.svg);
   background-position: right bottom;
   background-size: contain;
   background-repeat: no-repeat;
   opacity:0.06;
   position: absolute;
   bottom: 0;
   right: 0;
   z-index: 0;
}

.imgRight .hasDecor::after{
   left:0;
   right:unset;
   transform: scaleX(-1);
}


 .tallImg{

   display:flex;
   justify-content: center;
 }
 
  .tallImg img{
	  box-shadow:0 0 10px rgba(0,0,0,0.2);
	  }

 .textContent{
   display:flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   font-weight:300;
   font-size:20px;
   line-height: 34px;
   position: relative;
   z-index: 2;
   
 }
 
.textGeneral{
   display:flex;
   flex-direction: column;
   height: 100%;
   font-weight:300;
   font-size:20px;
   line-height: 34px;
   position: relative;
   z-index: 2;
   font-size: 16px;
 }

 .subpage .textContent{
   font-size:16px;   
}

.subpage .textContent ul li{
   margin-bottom:15px;  
}


   .bgWrap{
     position: relative;
     overflow:hidden;
     margin-bottom:30px;
      
   }
   


   .textPeek{
      width:50%;
      position: absolute;
      top:0;
      left:0;
      background-color: rgba(0, 0, 0, 0.5);
      padding:25px;
      display: flex;
      flex-direction: column;
      justify-content: end;
      height: 100%;
      color:#fff;
      font-size: 30px;
      font-weight: 600;
   }

   .textPeek h3{
      margin-bottom: 0;

   }

   .productLabel{
      position: absolute;
      top:0;
      right:0;
      font-size:20px;
      font-weight: 600;
      padding:10px 25px;
      text-transform: uppercase;
      
   }

   .productLabel.tattoo{
      color:#1A1818;
      background-color:#DCD8CE;
   }

   .productLabel.eyebrow{
      color:#f5e9d5;
      background-color:#9C867A;
   }

   .productLabel.universal{
      color:#ffffff;
      background-color:#AAD055;
   }

   .productLabel.lip{
      color:#ffffff;
      background-color:#F268A7;
   }

   .znak{
      position: absolute;
      right: -30px;
      bottom: 0px;  
      z-index: 2;
      width: 40%;
   }

   .productBox,
   .productBox:hover{
      text-decoration: none;
      margin-bottom:30px;
   }

   .productImage{
      border:1px solid #E1E3E2;
      margin-bottom: 15px;
   }

   .productTitle h4{
      font-weight: 600;

   }

   .prodDesc{
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      margin-bottom:15px;
      font-size:16px;
      
   }

   .readMore{
      font-weight:600;
      padding-right:25px;
      position: relative;
      width: fit-content;
   }

   .readMore::after{
      display: inline-block;
      width: fit-content;
      content: "";
      width: 15px;
      height: 20px;
      background-image: url(../img/arrow-right-outline.svg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: absolute;
      right:0;
      top: 3px;;

   }

   ul.leaf, ul{
      margin: 0 0 15px 0;
      padding:0;   
   }

   ul.leaf li{
      position: relative;
      padding-left: 30px;
      list-style: none;
      margin-bottom:10px;
   }

   ul.leaf li::before{
      display: inline-block;
      content: "";
      width: 20px;
      height: 20px;
      background-image: url(../img/leaf.svg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: absolute;
      left:0;
      top: 13px;
      background-color: transparent;
   }
 

footer{
   background-color: #F8F8F8;
   padding:60px 0;
}

footer ul{
   margin: 0;
   padding:0;
   list-style: none;
}

footer ul li{
   color:#1A1818;
   font-weight: 300;
   font-size:15px;
   display:flex;
   align-items: center;
   justify-content: flex-start;
}

footer ul > li:first-child{
   text-transform: uppercase;
   margin-bottom:15px;
   font-weight:600;
}

footer ul li img{
   margin-right:7px;
}

footer a, footer a:visited{
   color:#1A1818;
   text-decoration: none;
   font-size:14px;
}

footer a:hover, footer a:focus{
   color: #A7C63E;
}


footer .social{
   margin-top:20px;
}


footer .social ul, 
footer .social ul li,
footer .social ul li:first-child
{
   display:flex;
   align-items: center;
   margin-bottom:0;
}

footer .social img{
   width:22px;
   height:22px;
   margin-right:15px;
}

.financiranje{
   background-color: #E6E6E6;
   padding:10px;
   font-size:14px;
}
.finBox{
   display:flex;
   flex-wrap: wrap;
   align-items: center;
   line-height: 1.2;
}

.financiranje img{
   margin-right:10px;
   margin-bottom:7px;
}

.copy{
   background-color: #1A1818;
   color:#fff;
   padding:10px 0;
   font-size:12px;
}

.dev{
   text-align: right;   
}



.breadcrumbs{
   display:flex;
   align-items: center;
   position: relative;
  margin:30px 0 30px 0 !important;
}

.entry-content .breadcrumbs li{
   padding-left:0;
   padding-right: 10px;
   font-weight: 300;
}

.entry-content .breadcrumbs li::before {
   display:none;
}

.entry-content .breadcrumbs li a{
   color:#000;
   text-decoration: none;
}

/* custom colors */


.form-control:focus{
   border-color: #A7C63E;
   box-shadow: 0 0 0 10px rgba(239, 180, 141, .6);
}

.form-group input[type=checkbox]{
   width:20px;
   height:20px;
   margin-right: 8px;
   border-color:rgb(222, 226, 230);
}
.form-group .wpcf7-list-item{
   margin:0;
}

.form-group .wpcf7-list-item label{
   display:flex;
   align-items: center;
   margin-bottom:10px;
}

.form-group .wpcf7-list-item label span{
   display:inline-block;
}

.modal-dialog{
   width:100%;
   max-width: 700px;
}

.modal-content{
   position: relative;
   padding:25px 25px 35px 25px;
}

.modal-content h5{

   margin-bottom: 0;
}

.closeModal{
   position: absolute;
   right: 30px;
   top: 15px;
   cursor:pointer;
}

.closeModal svg{
   width:25px;
   height:25px;
}


.modal-body{
   margin-top:15px;
   padding:0;
}

.fa-magnifying-glass:before, .fa-search:before {
   content: "";
   width: 35px;
   height: 30px;
   display: inline-block;
   background-image: url(../img/search.svg);
   background-size: 20px 20px;
   background-repeat: no-repeat;
   cursor:pointer;
   background-position: left center;
   top: 0px;
    position: relative;
   
}

.searchPage{
   min-height: 50vh;
}

.backToTop {
   display: flex;
   position: fixed;
   bottom: 25px;
   right: 25px;
   width: 50px;
   height: 50px;
   border-radius: 50px;
   background-color: #2B4621;
   z-index: 20;
   justify-content: center;
   align-items: center;
   display: none;
}
.backToTop::after {
   display: inline-block;
   position: absolute;
   top: 15px;
   content: "";
   width: 11px;
   height: 17px;
   background-image: url(../img/ios-arrow-right.svg);
   transform: rotate(-90deg);
   background-size: 10px auto;
   background-repeat: no-repeat;
   margin: 0 auto;
}


.close-menu{
   display:none;
}

.pageTitle{
   padding-top:90px;
}

.kljucniSastojci{
   background-color: #EEECE6;
   padding:90px 0;
}

.kljucniSastojci h2{
   margin-bottom:60px;
}

.detaljiProizvoda h3{
   margin-bottom:60px;
}

.detaljiProizvoda h4{
   font-weight:300;
}

.detaljiProizvoda .opis{
   margin-bottom:20px;

}

.proizvod .textContent{
   font-size:16px;
   padding-left:60px;
}

.additionalInfo{
   padding: 60px 0;
}

.kontaktForma{
   margin-bottom:60px;
   margin-top:30px;
}


.form-group{
   margin-bottom:15px;
}

.form-check-input{
	border-color:#ffffff;
}

.form-select{
	font-size:15px;
}

/* .form-select option:hover{ */
	/* background-color:#A7C63E; */
/* } */

.checboxFlex
{
   display:flex;
   align-items: start;
   margin-bottom:7px;
   width: fit-content;
}

.checboxFlex p{
   margin-bottom:0;
}

.kontaktForma label{
   margin-bottom:8px;
}

textarea{
   height:150px;
}

.proPonude{
   background-color: #2B4621;
   color:#ffffff;
   text-align: center;
}

.proPonude .container{
   padding:90px 0;
}

.proPonude .hasDecor::after{
   filter:invert(1);
   opacity: 0.2;
   left: 0;
   right: unset;
   transform: scaleX(-1);
}

.prednostiSuradnje h3{
   margin-bottom:0px;
}

.numberBox{
   border:1px solid #B0B2B1;
   padding: 70px 25px 25px 25px;
   position: relative;
   height: 100%;     
}

.number{
   font-weight:600;
   font-size:45px;
   position: absolute;
   text-align: right;
   right:25px;
   top:25px;
   padding-right:15px;
 
}

.number::after{
   display: inline-block;
   content: "";
   position: absolute;
   width: 10px;
   height: 10px;
   background-color: #A7C63E;
   border-radius: 50%;
   right: 0;
   bottom: -2px;
}

.shopContainer{
	margin-top:30px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	font-size:35px;
	font-weight:500;
	color:#A7C63E;
}

.woocommerce div.product .product_title{
	font-size: 35px;
    margin-bottom: 30px;
    font-weight: 600;
}

.woocommerce-product-details__short-description > ul.leaf li::before{
	top:4px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{
	margin:30px 0;
}

.woocommerce-products-header{
	display:none;
}

.woocommerce .woocommerce-ordering{
	
	position:relative;
}

.woocommerce .woocommerce-ordering::after{
	
	display:inline-block;
	content:"";
	width:12px;
	height:14px;
	background: url(../img/ios-arrow-right.svg);
    filter: invert(1);
    background-size: 100% 100%;
	transform:rotate(90deg);
	position:absolute;
	right:15px;
	top:12px;
	filter:invert(1);
    
}

.woocommerce .woocommerce-ordering select,
.woocommerce div.product form.cart .variations select
{
	appearance: none;
	border:0;
	border:1px solid #cecece;
	padding:5px 15px 5px 10px;
	border-radius:4px;
	color:#1A1818;
	font-size:16px;
}


.woocommerce ul.products li.product .woocommerce-loop-product__title{
	font-size:22px;
}

.woocommerce ul.products li.product .price{
	font-size:25px;
	font-weight:600;
	color:#A7C63E;
}

.woocommerce ul.products li.product .button{
	border:1px solid #1A1818;
	border-radius:0;
	background-color:#ffffff;
	margin-top: 10px;
	position:relative;
}

.woocommerce ul.products li.product .button::before{

    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #A7C63E;
    z-index: -1;

}

.woocommerce div.product form.cart .button{
	background-color: #A7C63E;
	border:1px solid #A7C63E;
	border-radius:0;
	width: 220px;
	height:40px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover{
	background-color: #A7C63E;
	border:1px solid #A7C63E;
}

.woocommerce div.product form.cart .reset_variations{
	color:#000;
	font-size:18px;
}

.woocommerce div.product form.cart .variations th{
	width:150px;
}

.woocommerce div.product form.cart .variations th,
.woocommerce div.product form.cart .variations td{
	vertical-align:middle;
}

.product_meta{
	display:none;
}

.woocommerce div.product form.cart .variations th.label{
	display:none;
}

.woocommerce .quantity .qty{
	height:40px;
	width: 80px;
	border:1px solid #cecece;
	border-image:none;
	outline:none;
}

.woocommerce div.product .woocommerce-tabs .panel>h2{
	display:none;
}

.wc-block-components-button:not(.is-link){
	background-color: #A7C63E;
	border:1px solid #A7C63E;
	color:#ffffff;
}

.woocommerce ul.order_details li{
	margin-bottom:15px;
}

.woocommerce ul.order_details li::before{
	display:none;
}

.woocommerce-column{
	margin-bottom:30px;
}

.woocommerce-thankyou-order-received{
	background-color: #A7C63E;
	padding:10px;
	color:#000;
}

 .woocommerce table.shop_table tfoot th,
 .woocommerce table.shop_table th,
 .woocommerce table.shop_table tfoot td{
	 font-weight:normal;
 }
 
 .woocommerce-variation-price{
	 margin-bottom:15px;
 }
 
  .related.products{
	  margin-top:60px;
  }
 
 
 .related.products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
}
 
 .related.products ul.products li.product .price{
	 font-size:18px;
 }
 
 .wpmenucart-display-right{
	 position:relative;
	 float:none;
 }
 
  .cartIcon{
	 margin-left:15px;
 }
 
 .cartIcon img{
	 width:25px;
	 height:25px;
	 position: relative;
    top: -9px;
 }