.track > svg,
.track > i,
.track > img {
  pointer-events: none;
}

.head-messangers {
  display: inline-block;
  float: right;
}

.head-messangers a {
  margin-right: 5px;
  width: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 7px;
  box-sizing: border-box;
}

.img-svg path {
  fill: rgb(238, 238, 238);
}

.head-messangers .head-facebook:hover {
  border-bottom: 2px solid #1871e6;
}

.head-messangers .head-telegram:hover {
  border-bottom: 2px solid #27a1e0;
}

.head-messangers .head-viber:hover {
  border-bottom: 2px solid #6b3a8e;
}

.for-contact-page {
  display: block;
  float: none;
  margin: 5px 0 0 40px;
}

.for-contact-page .head-facebook path {
  fill: #1871e6;
}

.for-contact-page .head-telegram path {
  fill: #27a1e0;
}

.for-contact-page .head-viber path {
  fill: #6b3a8e;
}

.two-paged {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* Light consultant */
#light-consultant {
  font-family: Verdana, sans-serif;
  z-index: 99999;
}
#popup-container {
  max-width: 250px;
  position: fixed;
  right: 15px;
  z-index: 999;
  bottom: 320px;
  padding: 10px;
  background: #f3f3f3;
  border-radius: 20% 20% 20% 20%;
  border-right: 4px solid #e95660a6;
  border-top: 4px solid #e95660a6;
  -webkit-animation: slide-top 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
  animation: slide-top 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

#popup-container:hover {
  -webkit-animation: none;
          animation: none;
}

#popup-container::after {
  content: "";
  z-index: 999;
  position: absolute;
  left: 60%;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f3f3f3;
}

.modal-content {
  position: relative;
  text-align: center;
}

.consultant-text {
  font-size: 14px;
  font-family: Verdena, sans-serif;
}

.consultant-text p {
  text-align: left;
  margin: 15px auto;
}

#popup-window {
  position: relative;
  text-align: center;
}

.modal-content h1,
.modal-content p {
  color: #fff;
}

.modal-content p {
  padding: 20% 5% 0 5%;
}

/* Close button */
#popup-container a.close {
  position: relative;
  float: right;
  top: -14px;
  right: -7px;
  z-index: 99;
  font-weight: bold;
  font-size: 14px;
  border-radius: 20px;
  padding: 2px 5px 2px 6px;
  line-height: 1em;
  text-align: center;
  background: #9b534b;
  border: 4px solid #fff;
  cursor: pointer;
  color: #fff;
  font-family: Roboto;
}

.sidebar-follow-button span {
  font-size: 14px;
  display: block;
  margin: 5px 0px 7px 0px;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-style: italic;
}

/* We online */
.weonline {
  display: inline-block;
  font-size: 16px;
  font-family: Verdana, sans-serif;
}

.sidebar-online {
  display: inline-block;
  background: #80aa07;
  border-radius: 5px;
  padding: 5px;
  -webkit-animation: pulse 1.25s infinite;
  animation: pulse 1.25s infinite;
}

.consultant-img img {
  margin-right: -25px;
}

.follow-but {
  background: #151412;
  padding: 5px;
  margin: 2px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-family: Verdana, sans-serif;
  font-weight: 400;
}

.follow-but:hover {
  background: #4b4740;
  transition: 1s;
}

.sidebar-follow {
  cursor: pointer;
  background: #ee2628;
  border-radius: 5px;
  display: block;
  color: #fff;
  position: fixed;
  right: 15px;
  bottom: 60px;
  z-index: 9999;
  padding: 5px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.social {
  list-style: none;
  border-bottom: 1px dashed #cc2626;
  padding-bottom: 15px;
  margin-bottom: 7px;
}

.social li a {
  margin-left: -7px;
  display: block;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-bottom: 1px solid #333;
  font: normal normal normal 16px/20px "FontAwesome", "Source Sans Pro",
    Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  transition: 0.5s ease 0.3ms;
}

.social li:first-child a:hover {
  background: #3b5998;
}

.social li:nth-child(2) a:hover {
  background: #00acee;
}

.social li:nth-child(3) a:hover {
  background: #ea4c89;
}

.social li:nth-child(4) a:hover {
  background: #dd4b39;
}

.social li:first-child a {
  border-radius: 0 5px 0 0;
}

.social li:last-child a {
  border-radius: 0 0 5px 0;
}

.social li a span {
  width: 100px;
  float: right;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all 0.5s ease 0.3ms;
}

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0);
}
.box {
  width: 300px;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  font-family: "Arial" sans-serif;
}

.consultant-name {
  font-size: 20px;
  line-height: 1.14;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  background: white;
  padding: 4px;
  border-radius: 10px;
  margin-top: 5px;
  box-shadow: 0 0.2px 0.1px rgba(0, 0, 0, 0.2);
}

.consultant-name span {
  font-size: 14px;
  color: rgb(145, 144, 144);
  vertical-align: 3px;
  margin-right: 5px;
}

.not-display {
  display: none;
}

.display {
  display: block;
}

/* Animations */

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

.lightsumbit {
  margin: 25px;
  display: block;
  background: #e08082;

  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  text-shadow: 1px 1px 2px black, 0 0 1em white;
}

.nosumbit {
  margin-top: 25px;
  display: block;
  background: #ee3233;
  color: white;
  font-size: 16px;
  padding: 10px;
}

.brands-block2 .image {
  margin: 0 0.625rem;
}

.brands-block2 .item > * {
  padding: 0 0.625rem;
  height: 5.125rem;
}

#wpac-google-review {
  background: white;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 30px;
}

#wpac-google-review .wp-google-review {
  max-width: 16% !important;
  display: inline-block;
  vertical-align: top !important;
}

.posluga-element3 ul {
  list-style: none;
}

.posluga-element3 .fa-check {
  color: #ef4242;
  font-size: 20px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.posluga-element .fa-check {
  color: #ef4242;
  font-size: 20px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

.zamoviti {
  background: #ef4242;
  color: white;
  display: none;
  padding: 5px;
  margin-top: 10px;
  font-size: 18px;
  min-width: 150px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  font-family: MyriadProBold;
}

.posluga-element li {
  margin: 5px 0px 10px 00px;
  padding: 7px;
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  background: #fdfdfd;
}

.posluga-element ul {
  list-style: none;
  margin-left: -35px;
}

.posluga-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 10px;
  align-items: self-start;
  margin-bottom: 20px;
  font-family: "Verdana";
}

.elementimg2 {
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .posluga-element3 {
    width: 100%;
  }
  .posluga-element {
    width: 100%;
  }
  .posluga-element {
    width: 100%;
  }
  .zamoviti {
    display: inline-block;
    background: #ff5b3e;
    color: white;
    padding: 5px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
  }
}

.posluga-element img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  opacity: 0.4;
}

.posluga-element-item img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  opacity: 0.4;
}

.posluga-element-item h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.posluga-element .zamoviti {
  display: inline-block;
}

.detalno {
  padding: 5px;
  margin-top: 10px;
  text-decoration: none;
  font-family: MyriadProRegular;
  display: inline-block;
  font-size: 16px;
}

.posluga-element {
  width: 30%;
  text-align: left;
  background: #ffffff;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  padding: 14px;
  color: black;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(
      to right,
      #ee2729 25%,
      #312d2e 25%,
      #312d2e 50%,
      #fabf1c 50%,
      #fbd558 75%,
      #5e8dcd 75%
    )
    5 5 5 5;
     border-image: linear-gradient(
      to right,
      #ee2729 25%,
      #312d2e 25%,
      #312d2e 50%,
      #fabf1c 50%,
      #fbd558 75%,
      #5e8dcd 75%
    )
    5 5 5 5;
}

.MainView #header {
  position: relative !important;
  top: 0vh;
  left: 0;
  right: 0;
  padding-bottom: 2vh;
  background: #151412;
}

#header_tels ul {
  display: flex;
  z-index: 12;
}

#header_tels ul > li {
  position: relative;
  line-height: 1.1;
}

#header_tels ul > li > a {
  display: flex;
  align-items: center;
}

#header_tels ul .open > ul {
  display: flex;
}

#header_tels > nav {
  position: relative;
  width: 100%;
  display: -ms-flexbox;

  display: block !important;
}

#header_tels > nav {
  flex-direction: row;
}

#header_tels > nav > ul {
  float: left;
  width: auto;
}

#header_tels > nav > ul > li.stacker > ul a > span,
#header_tels > nav > ul > li.stacker > ul {
  display: block !important;
}

#header_tels > nav > ul > li {
  padding: 0.375rem 0rem;
}

#header_tels > nav > ul > li > a {
  white-space: nowrap;
  padding: 0.125rem 1.125rem;

  cursor: pointer;
}

#header_tels > nav > ul > li > ul {
  background: rgba(233, 244, 17, 0.55);
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  flex-direction: column;
  padding: 0.4375rem 0.9375rem;
  min-width: 15rem;
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 1px solid rgba(0, 0, 0, 0.55);
  background: #333;
}

#header_tels > nav > ul > li:first-child > a {
  padding-left: 0;
}

#header_tels > nav > ul > li.stacker > ul {
  right: auto;
  right: 0;
  display: block !important;
}

#header_tels > nav > ul > li.stacker > ul a > span,
#header_tels > nav > ul > li.stacker > ul .lev2 {
  display: none;
}

#header_tels > nav .stacker > a {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#header_tels > nav .sub {
  display: flex;
}

#header_tels > nav .sub a > span {
  padding-left: 0.3125rem;
}

#header_tels > nav .stacker > ul > li + li,
#header_tels > nav .lev2 > li + li {
  border-top: 1px dotted rgba(255, 255, 255, 0.22);
}

#header_tels > nav .stacker > ul > li > a,
#header_tels > nav .lev2 > li > a {
  padding: 0.4375rem 0.4375rem;
}

#header_tels > nav .stacker > ul > li:hover > a,
#header_tels > nav .lev2 > li:hover > a {
  padding-left: 0.75rem;
  padding-right: 0.125rem;
  color: #fff;
}

.filter_type .indicator {
  margin-right: 0.375rem;
  border-radius: 0.125rem;
}

.filter_type .checked {
  color: #80aa07;
}

.filter_type .checked .indicator {
  bolder-color: #80aa07;
}

.filter_type .checked .indicator:before {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill='%2393c208' d='M59.679 20.214c0 0.893-0.357 1.786-1 2.429l-30.714 30.714c-0.643 0.643-1.536 1-2.429 1s-1.786-0.357-2.429-1l-17.786-17.786c-0.643-0.643-1-1.536-1-2.429s0.357-1.786 1-2.429l4.857-4.857c0.643-0.643 1.536-1 2.429-1s1.786 0.357 2.429 1l10.5 10.536 23.429-23.464c0.643-0.643 1.536-1 2.429-1s1.786 0.357 2.429 1l4.857 4.857c0.643 0.643 1 1.536 1 2.429z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 20% 50%;
  width: 100%;
  height: 100%;
}

.easy-autocomplete {
  width: 100% !important;
}

.easy-autocomplete input {
  width: 100%;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
  max-height: 150px; /* Set your expected height */
  overflow-y: scroll; /* Enable vertical scrollbar */
}
.change_pass span {
  cursor: pointer;
  border-bottom: dashed 1px;
}
.password_row {
  display: none;
}

.product-countdown {
  z-index: 5;
  position: absolute;
  top: 0rem;
}

.product-countdown_center {
  z-index: 5;

  top: 0rem;
}
.price_container {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: center;
  color: #80aa07;
  align-items: center;
  justify-content: center;
}

.products-grid {
  text-align: center;
}

.price_container .price_promo {
  color: red;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #80aa07, 0 0 5px #ff0080,
    0 0 5px #ff0080, 0 0 5px #ff0080, 0 0 5px #ff0080;
}

.v1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 10px;
  color: #fff;
  background-color: #83ac09;
  height: 55px;
}

#map1,
#map2,
#map3 {
  width: 100%;
  height: 300px;
  background-color: grey;
}
.row.center {
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .posluga-element3 {
    width: 100%;
  }
  .posluga-element {
    width: 100%;
  }
  .posluga-element {
    width: 100%;
  }
  .zamoviti {
    display: inline-block;
    background: #ff5b3e;
    color: white;
    padding: 5px;
    margin-right: 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
  }
  #wpac-google-review .wp-google-review {
    max-width: 100% !important;
  }

  .header_phones {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .mobnumbers {
    display: none;
  }
}

.mobnumbers {
  font-size: 16px;
}

.mobnumbers svg {
  font-size: 16px;
  margin: 0px 5px 5px 0px;
}

.mobnumbers li {
  list-style: none;
  padding: 10px;
  margin-left: -40px;
}

.spoiler-trigger {
  color: #0b70db;
  text-decoration: none;
  padding-left: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAANUlEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8hiJ0TaQrwuY2kDNINwnmcKLchO5LuHWEwgkAlO5FBwhFaI8AAAAASUVORK5CYII=)
    no-repeat 0 50%;
}
.spoiler-trigger.active {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKklEQVQoU2PkLrj9n4EAYAQp+jpBlRGXOpA8DRRhcxvIGTSyjqDvCIUTAEcINQcERZkIAAAAAElFTkSuQmCC);
}
.spoiler-trigger > span {
  border-bottom: 1px dashed #0b70db;
  padding: 0 3px;
}
.spoiler-trigger:hover > span {
  border-bottom-style: solid;
}
.spoiler-block {
  display: none;
  position: absolute;
  display: block;
  background: #151412;
  border: 1px solid #00a0ff;
  padding: 5px;
  z-index: 99999999;
}
.spoiler-trigger {
  margin: 5px 5px;
}

.none {
  display: none;
}

.block {
  display: block;
}

.reviews-section {
  margin: 30px 0;
}

.reviews-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -5px;
  position: relative;
}

.reviewcard {
  flex: 0 0 200px;
  max-height: 100%;
  background: #fbfbfb;
  margin: 0 5px;
  margin-bottom: 10px;
  box-shadow: rgb(0 0 0 / 10%) 0px 1px 2px 0px;
}

.reviewcard .reviewtext {
  font-size: 0.85em;
}

.reviewcard .reviewauthor {
  color: #505050;
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

.reviewcard .reviewauthor .authortitle {
  font-size: 1.1em;
  font-weight: 600;
  width: 100%;
}

.reviewcard .reviewauthor .authortitle a {
  font-size: 0.85em;
  font-weight: 300;
  color: #d8c9d8;
  float: right;
}

.stars span {
  color: #ffc633;
  font-size: 1.5em;
}

.view-more-link {
  display: block;
  max-width: 200px;
  text-align: center;
  color: white;
  text-decoration: none;
  background-color: #252729;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: inherit;
}

.view-more-link:hover {
  background-color: #070808;
}

#about-company {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  padding: 10px 0;
  margin-bottom: 20px;
  box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
}

.company-name {
  margin: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #ffffff;
}

.company-rating {
  background: #15bb6c;
  color: white;
  padding: 10px;
  font-style: italic;
  font-size: 1.1rem;
  border-radius: 5px;
  text-shadow: 2px 2px 0px #000000;
}

.tag {
  color: #80aa07 !important;
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .reviews-box {
    justify-content: center;
  }

  #about-company {
    justify-content: center;
  }
}

[data-language="product_pre_order"],
[data-language="pre_order"] {
  background-color: #f68586;
  border: none;
}

[data-language="product_pre_order"]:hover {
  background-color: #ee2628;
}

[data-language="pre_order"]:hover {
  background-color: #ee2628;
}

.preorder-modal-load {
  display: none;
}

.show-preorder-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 95;
  background-color: #f5f5f56b;
  transition: 2s ease-out;
}

.show-preorder-modal__content {
  background-color: white;
  padding: 10px;
  min-width: 250px;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.show-preorder-modal__content img {
  display: block;
  margin: 10px auto;
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
}

.show-preorder-modal__text {
  font-size: 1rem;
  margin-bottom: 20px;
}

.show-preorder-modal__close {
  float: right;
  cursor: pointer;
  display: inline-block;
  background: #dc0303;
  color: white;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 15px;
}

.product-nomore {
  color: #FF9800;
  margin-top: 10px;
  font-style: italic;
  border: 1px solid #FF9800;
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
}

.fn_not_preorder {
  display: block;
  margin: 10px;
}

.nomore-card {
  opacity: 0.6;
  transition: .25s all ease-in;
}

.nomore-card:hover {
  opacity: 1;
}






