/* Full-width input fields */
.container_fix {
  width: auto;
}
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 70%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: 100%;
  padding: 10px 18px;
  background-color: #f44336;
}
/* Extra styles for the cancel button */
.savebtn {
  width: 100%;
  padding: 10px 18px;
  background-color: #4CAF50;
}
/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 20%;
  border-radius: 50%;
}

.container1 {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  /*padding-top: 60px;*/
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 60%; /* Could be more or less, depending on screen size */
  max-height: 85vh;
  overflow-y: scroll;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}
.poruka{
  color: red;
}
.background_custom {
  margin: 0px;
  height: 100%;
  width: 100%;
  background-color: #ccd9ff;
  
}
button.save {
  width: 100%;
  padding: 10px 18px;
  background-color: #80ff80;
}
.remove_underine {
  color: black;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.item-media_custom {
  width: 190px;
  height: 200px;
  /*margin-right: 10px;*/
}
.object-fit {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.custom_h3 {
  font-size: 20px;
}
.custom_filter > a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #95c300;
  /*border: 1px solid #e5e5e5;*/
  padding: 5px 10px;
  margin: 5px 3px;
  display: inline-block;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.post_custom {
  margin-bottom: 0px;
}
.post_custom img {
  width: 100%;
  max-width: 100%;
}
.item-title_custom {
  margin: 0;
  color: #666;
}
.item-title_custom a {
 color: #666;
}

.header-03 .sf-menu_custom > li {
  margin-right: 0;
}
.header-03 .sf-menu_custom {
  text-align: left;
}

.header-03 .sf-menu_custom > li > a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  color: #4c4c4c;
  padding: 10px 5px;
  display: block;
  position: relative;
}
.header-03 .mainmenu_wrapper_custom {
  margin: 13px 0;
}

.custom-justify {
  text-align: justify;
}

.custom_green {
  color: #95c300;
}

.search_custom {
  margin: 0;
}

.contact_shop {
  border-right: 10px solid #95c300;
  border-bottom: 5px solid #95c300;
  padding-top: 5px;
}


.single_product {
  margin: 0;
}



@media (min-width: 1001px) and (max-width:1920px) {
  .contact_shop {
    border-right: 10px solid #95c300;
    border-bottom: 5px solid #95c300;
    padding-top: 5px;
    width: 20%;
  }
}
@media (min-width: 320px) and (max-width:1000px) {
  .contact_shop {
    border-right: 10px solid #95c300;
    border-bottom: 5px solid #95c300;
    padding-top: 5px;
    width: 100%;
  }
}



@media (max-width: 1199px) {
  .header-03 .mainmenu_wrapper_custom {
    margin: 5px 0;
  }
}

@media (max-width: 1199px) {
  .header-03 .mainmenu_wrapper_custom {
    margin: 5px 0;
  }
}
@media (max-width: 400px) {
  .mainmenu_wrapper_custom {
    /*position: fixed;*/
    /*visibility: collapse;*/
    /*top: 0;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*right: 0;*/
    /*background-color: transparent;*/
    /*opacity: 0;*/
    z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

.sf-menu_custom {
  text-align: center;
  padding: 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sf-menu_custom {
    padding: 15px 0;
  }
}
.sf-menu_custom li.active a {
  color: #95c300;
}
.sf-menu_custom > li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 43px;
  padding-left: 0;
  position: relative;
}
.sf-menu_custom > li::before {
  display: none;
}
@media (max-width: 1700px) {
  .sf-menu_custom > li {
    margin-right: 25px;
  }
}
@media (max-width: 1280px) {
  .sf-menu_custom > li {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sf-menu_custom > li {
    display: block;
    margin: 0;
    text-align: left;
  }
}
.sf-menu_custom > li:last-child {
  margin-right: 0;
}
.sf-menu_custom > li > a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #4c4c4c;
  padding: 30px 10px;
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .sf-menu_custom > li > a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sf-menu_custom > li > a {
    padding: 10px;
  }
}
.sf-menu_custom > li > a:hover {
  background: transparent;
  color: #95c300;
}
.sf-menu_custom > li > ul {
  position: absolute;
  z-index: 100;
  background: #343434;
  width: 230px;
  margin-left: -30px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 1px;
}
.sf-menu_custom > li > ul > li {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  margin: 20px 0;
}
.sf-menu_custom > li > ul > li::before {
  display: none;
}
.sf-menu_custom > li > ul > li > a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .sf-menu_custom > li > ul > li > a {
    font-size: 12px;
    padding: 0 0 0 10px;
  }
}
.sf-menu_custom > li > ul > li > a:hover {
  color: #95c300;
}
.sf-menu_custom > li > ul > li > ul {
  position: absolute;
  z-index: 100;
  background: #fff;
  width: 230px;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  right: 0;
  margin-top: -40px;
  margin-left: 2px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.08);
}
.sf-menu_custom > li > ul > li > ul > li {
  list-style: none;
  padding: 0;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  margin: 20px 0;
}
.sf-menu_custom > li > ul > li > ul > li::before {
  display: none;
}
.sf-menu_custom > li > ul > li > ul > li > a {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  color: #4c4c4c;
}
@media (max-width: 1199px) {
  .sf-menu_custom > li > ul > li > ul > li > a {
    font-size: 12px;
  }
}
.sf-menu_custom > li > ul > li > ul > li > a:hover {
  color: #95c300;
}
.navigation-wrapp {
  text-align: center;
}
.navigation-wrapp::after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .up-to-top___wrapper {
    height: auto !important;
  }
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
   display: block;
   float: none;
 }
 .cancelbtn {
   width: 95%;
 }
}

#announcement {
  margin-bottom: 385px;
}

@media (max-width: 500px) {
  #announcement {
    margin-bottom: auto;
  }
}