header {
  background: var(--white-color);
  position: relative;
  box-shadow: 0px 1px 29px rgb(116 116 116 / 9%);
}

img.logo {
  max-width: 200px;
  object-fit: contain;
  object-position: left;
  width: 100%;
}

/* Newsletter */
.newsletter {
  display: flex;
  align-items: stretch;
}

.newsletter input.wpcf7-email {
  outline: none;
  border: none;
  padding: 5px;
}

.newsletter input.wpcf7-submit {
  background: var(--red-color) !important;
  width: 100%;
  max-width: 270px;
}

.newsletter .wpcf7-not-valid-tip {
  display: none;
}

body #newsletter_footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
  padding: 12px !important;
}

#newsletter_footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description p {
  margin-left: 10px !important;
}

body #newsletter_footer .ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody label.checkbox .label-description:after {
  width: 10px;
  height: 12px;
  background-size: cover;
  left: -12px;
  top: 7px;
  bottom: auto;
  margin-top: 2px;
}

/* Newsletter end */

/* #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current-menu-item > a{
    font-family: "Nunito ExtraBold";
    color:#698958 !important;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current-menu-item {
    font-family: "Nunito ExtraBold";
} */
@media (max-width:991px) {
  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
    margin: 0 !important;
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
    background: transparent !important;
  }

  #mega-menu-wrap-main-menu .mega-menu-toggle+#mega-menu-main-menu {
    background: url(https://metropolitana.kolaborator.si/wp-content/uploads/Pattern.jpg);
    padding: 14px;
    background-size: contain;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu {
    background: transparent !important;
    ;
    box-shadow: none;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu a {
    background: transparent !important;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu {
    background: transparent !important;
    ;
    box-shadow: none;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item>ul.mega-sub-menu a {
    background: transparent !important;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item.mega-toggle-on>ul.mega-sub-menu {
    padding-left: 5px !important;
    border-left: 1px solid #e9e9e9;
    margin-left: 10px
  }
}

.header_top {
  background: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header_top>.row {
  width: 100% !important;
  max-width: 1700px;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.header_middle {
  position: relative;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1700px;
  margin: 0 auto;
}



@media (max-width:1536px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 14px;
  padding: 0px 5px 0px 5px;
  }
  img.logo {
    max-width: 180px;
  }
  .account_header>a:not(:last-child):after , .account_header>a{
      margin-left: 10px !important;
  }
}
@media (max-width:1280px) {

  .header_middle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header_top>.row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.logo_wrapper {
  margin-right: auto;
  padding-right: 25px;
}

.header_bottom {
  position: relative;
}

/* hedear TOP */
.header_top .top_left {
  display: flex;
}

.call_us i {
  margin-right: 10px;
  margin-left: 10px;
}

.header_top .top_right {
  display: flex;
}

.header_top .top_left .call_us {
  font-size: 14px;
  font-weight: 700;
}

.account_header>a,
#mini_cart, .lt_search_btn {
  font-size: 14px;
  margin-left: 25px;
  font-weight: 700;
}

#mini_cart {
  cursor: pointer;
}

/*span#cart-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background: var(--red-color);
  color: var(--white-color);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}*/
span#cart-count {
  position: absolute;
  top: 12px;
  right: -6px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  line-height: 18px;
  background: #698958;
}

div#mini_cart {
  position: relative;
}

@media (min-width: 768px) {
  .header_top .top_right {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header_top>.row {
    padding-left: 0;
    padding-right: 0;
}


  .account_header>a,
  #mini_cart {
    margin-left: 15px;
    font-size: 20px;
  }
}

/* hedear MIDDLE */
@media (min-width: 991px) {

  .header_mobile {
    display: none !important;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu {
    position: static !important;
  }

  #mega-menu-wrap-main-menu {
    position: static;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu.mega-menu-item>ul.mega-sub-menu {
    position: absolute !important;
    max-width: 1400px !important;
    width: 100% !important;
    left: 50%;
    transform: translateX(-50%) !important;
  }

  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link:hover,
  #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link:hover {
    color: rgb(137, 208, 6);
  }
}
@media (min-width:1201px) {
#search input.aws-search-field {
  border-top-left-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
 #search .aws-form-btn {
  border-top-right-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}

}
/* header search */
.aws-search-result .aws_result_price {
  text-align: left !important;
  padding-bottom: 0 !important;
}

.aws-search-result .aws_result_term {
  padding-top: 0 !important;
}

@media (max-width: 1200px) {
  header div#search {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    z-index: 1;
    width: 100%;
    margin: 0;
  }

  .lt_search_btn {
    display: inline-block !important;
    margin-left: 10px !important;
  }
}

.aws-search-result .aws_rating .aws_review {
  display: none;
}

.aws-search-result .aws_result_title .aws_result_labels {
  display: none !important;
}

.aws-search-result .aws_result_item.on-sale .aws_result_price {
  margin-right: 20px;
}

.aws-search-result .aws_result_item.on-sale .aws_result_title {
  padding-right: 30px !important;
}

#search {
  margin-left: 25px;
}

#search input.aws-search-field,
#search .aws-form-btn {
  background: #f9f9f9;
  border: 0;
}

a.aws_result_item.aws_search_more {
  color: #222;
  font-size: 14px;
  font-weight: 600;
}

#search input.aws-search-field {
  padding-left: 15px;
}

.aws_result_sale {
  height: 64px !important;
  width: 64px !important;
}

.aws-search-result .aws_onsale {
  height: 30px !important;
  padding-top: 7px !important;
  right: -25px !important;
  top: 2px !important;
  width: 87px !important;
  font-size: 13px !important;
}

.aws-search-result .aws_result_title {
  color: rgb(137, 208, 6) !important;
}

.aws-search-result .aws_search_more a {
  color: var(--white-color);
  background: var(--black06-color) !important;
  font-size: 14px;
  font-weight: 500;
}

.aws-search-result .aws_search_more a:hover {
  background: rgb(137, 208, 6);
}

.aws_result_price>.woocommerce-Price-amount>bdi,
.aws_result_price ins bdi {
  font-weight: 600;
  border: 0 !important;
  font-size: 14px;
}

.aws_result_price ins {
  text-decoration: none !important;
}

.aws_result_price del bdi {
  vertical-align: middle;
}

.aws-search-result .aws_result_price {
  padding: 6px 0;
}

/* FOOTER  */
/* FOOTER TOP */
.nw_form_container input[type="email"] {
  padding: 15px 25px;
  border-radius: 10px;
  outline: none;
  border: 0;
  /* width: 100%; */
  flex-grow: 1;
}

.nw_form_container {
  max-width: 700px;
  margin: 0 auto;
  text-align: center !important;
}

.nw_form_wrapper {
  display: flex;
  grid-gap: 25px;
  margin: 40px 0 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.nw_form_wrapper input[type="submit"] {
  min-width: 200px;
  font-weight: 900;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 10px !important;
  padding: 15px 25px;
}

.nw_gdpr {
  display: flex;
  align-self: center;
  margin: 0 15px 0;
}

.nw_gdpr input[type="checkbox"] {
  width: 23px;
  height: 23px;
  outline: none;
  border: 0;
  border-radius: 4px !important;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .footer_top {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer_top {
  margin-bottom: 40px;
  padding-left: 0px;
  padding-right: 0px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer_top_overlay {
  background: linear-gradient(180deg, #323232 0%, rgba(50, 50, 50, 0) 100%);
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer_top h4 {
  font-size: 65px;
  line-height: 106px;
  color: #ffffff;
}

.footer_top span {
  font-size: 24px;
  line-height: 33px;
  color: #ffffff;
}

/* FOOTER MIDDLE */
footer.bg-light {
  background: #e0e0e0 !important;
}

.footer_middle {
  margin-top: 40px;
  padding-bottom: 10px;
  padding-top: 40px;
}

.footer_top_overlay div {
  text-align: center;
}
.footer_middle iframe {
  width: 100% !important;
}
.footer_middle h5 {
  color: var(--black-color);
  font-size: 24px;
  line-height: 39px;
  color: #6c6c6c;
}

.footer_middle ul {
  /*margin-top: 15px;*/
}

.footer_middle li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 27px;
  color: #6c6c6c;
}

.footer_middle li a {
  font-size: inherit;
  line-height: inherit;
  word-break: break-word;
  color: #6c6c6c;
}

.footer_middle .social_item {
  margin-right: 15px;
  font-size: 32px;
}

/* FOOTER BOTTOM */
.footer_bottom {
  /*margin-top: 35px;*/
  /*padding-bottom: 40px;*/
}

.footer_bottom .footer_logo img {
  margin-bottom: 20px;
}

.footer_bottom .pay_safe_title {
  margin-bottom: 0;
  margin-right: 15px;
}

.copyright_text {
  background: #cbcbcb;
  padding: 11px 15px !important;
  margin-bottom: 0px !important;
}

.card_images {
  margin-bottom: 50px;
}

.footer_bottom .card_images img {
  height: 40px;
}

footer .container {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

a.fixed_contact {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99999;
  background: #ff0000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  transition: 0.2s;
  border: 2px solid #fff;
  /* box-shadow: 2px 2px 10px 2px #abababd6; */
  z-index: 9999;
}

a.fixed_contact:hover {
  color: #fff;
}

.banner_information {
  /*padding: 9px 15px;*/
  text-align: center;
  /*background: linear-gradient(to bottom, #a2ea4c 200px, #07aa91 200px, #07aa91);*/
  background: #587c3d;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  /*color: #6C6C6C;*/
  color: #fff;
  padding: 4px 13px;
}

.banner_information p {
  margin-bottom: 0px;
}

@media (max-width: 1200px) {
  .newsletter {
    width: 100%;
  }

  .newsletter .ajax-loader {
    display: contents;
  }

  .newsletter {
    justify-content: center;
  }

  .newsletter input.wpcf7-email {
    width: 100%;
  }

  .footer_top {
    flex-direction: column;
  }

  .footer_top .text-left {
    text-align: center !important;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  a.fixed_contact {
    display: inline-block;
  }

  .footer_bottom .d-flex {
    display: block !important;
    text-align: left;
  }

  .footer_bottom .pay_safe_title {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 0;
  }
}

@media (min-width: 1801px) {
  #search {
    min-width: 280px;
    width: 100%;
    max-width: 350px;
  }

  /* .aws-container .aws-search-form .aws-wrapper {
    display: block !important;
  } */
}

.aws-container .aws-search-form .aws-search-btn svg {
  color: #698958;
}

@media (max-width: 767px) {

  .banner_information,
  .contact-info * {
    font-size: 13px !important;
  }

  span#cart-count {
    right: -4px !important;
  }

  .footer_bottom .row {
    flex-direction: column-reverse;
  }

  p.pay_safe_title {
    text-align: center;
  }

  .card_images {
    text-align: center;
    margin-bottom: 30px;
  }

  .text-left.footer_logo {
    padding-bottom: 20px;
  }

  .footer_middle {
    text-align: left !important;
  }

  .footer_top h4 {
    font-size: 33px;
    line-height: 54px;
    text-align: left;
  }

  .footer_top span {
    font-size: 18px;
    line-height: 27px;
    text-align: left;
  }

  .footer_top_overlay {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_top_overlay div {
    text-align: left;
  }

  .footer_middle .social_item_block li {
    text-align: left !important;
  }
  .row.footer_middle {
    --bs-gutter-x: 0 !important;
  }
}

@media screen and (max-width: 450px) {
  img.logo {
    max-width: 200px;
    height: 42px;
  }
  .call_us a, .account_header a {
    font-size: 11px !important;
  }
}


.social-icons img {
  width: 22px;
  height: auto;
  max-height: 20px;
}