header #logo img {
  max-width: 100%;
  height: auto;
}

footer .payments img {
  max-width: 100%;
  height: auto;
}

.slideshow img {
  max-width: 100%;
  height: auto;
}

#uni_catwall {
  margin-top: 25px;
}

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 99999999999;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100vw;
  height: 100vh;
}
.preloader.hide {
  display: none;
}
.preloader.invisible {
  opacity: 0;
}
.preloader.invisible img {
  -webkit-animation: invisible 0.3s ease forwards;
  animation: invisible 0.3s ease forwards;
}
.preloader .preloader-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg' stroke='%23888888'%3e%3cg fill='none' fill-rule='evenodd' stroke-width='2'%3e%3ccircle cx='30' cy='30' r='1'%3e%3canimate attributeName='r' begin='0s' dur='1.8s' values='1; 28' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3e%3canimate attributeName='stroke-opacity' begin='0s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3e%3c/circle%3e%3ccircle cx='30' cy='30' r='1'%3e%3canimate attributeName='r' begin='-0.9s' dur='1.8s' values='1; 28' calcMode='spline' keyTimes='0; 1' keySplines='0.165, 0.84, 0.44, 1' repeatCount='indefinite' /%3e%3canimate attributeName='stroke-opacity' begin='-0.9s' dur='1.8s' values='1; 0' calcMode='spline' keyTimes='0; 1' keySplines='0.3, 0.61, 0.355, 1' repeatCount='indefinite' /%3e%3c/circle%3e%3c/g%3e%3c/svg%3e");
  width: 60px;
  height: 60px;
}

p img {
  max-width: 100%;
  height: auto;
}

body #menu .navbar-collapse {
  display: none !important;
}

.product-product .thumbnails img {
  /*max-width: 100%;
  height: auto;*/
}

#menu .nav > li .dropdown-menu .dropdown-menu {
  position: absolute;
  display: none;
  width: 100%;
  margin: 0 0 0 !important;
  padding: 0 0 10px;
  left: 100%;
  top: 0;
}

#menu .nav > li.open > .dropdown-menu li.open .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
  left: 100%;
}

#menu .nav li ul li a {
  padding: 12px 20px 10px 20px;
}

@media (min-width: 992px) {
  body.product-category #menu .navbar-collapse, body.common-home #menu .navbar-collapse {
    display: block !important;
  }
  #menu .nav > li > .dropdown-menu {
    padding: 0;
    width: 190px;
  }
  #menu .nav .has-children ul, #menu .nav .has-children .has-children ul {
    padding: 0;
  }
  #menu .nav .has-children .dropdown-inner.row, #menu .nav .has-children .has-children .dropdown-inner.row {
    margin: 0;
  }
  #menu .nav .has-children .has-children > a > i {
    position: absolute;
    top: 14px;
    right: 14px;
    display: inline-block;
    font-size: 0.9em;
    transition: all ease-in-out 0.15s;
  }
  #menu .nav .has-children .has-children.open > a > i {
    transform: rotate(-90deg);
    top: 10px;
    right: 17px;
  }
  #menu .nav .has-children .has-children .dropdown-menu {
    position: absolute;
    background: #ffffff;
    z-index: -1;
    top: -1px;
    left: 100%;
    display: block;
    visibility: hidden;
    opacity: 0;
    padding: 0;
    border-radius: 0 4px 4px 0;
    border: solid 1px rgba(0, 0, 0, 0.13);
  }
  #menu .nav .has-children .has-children.open {
    border-right: solid 1px transparent;
  }
  #menu .nav .has-children .has-children .dropdown-menu li {
    margin-top: 0;
  }
  #menu .nav .has-children .has-children .dropdown-menu li:hover a {
    color: #d9534f;
  }
  #menu .nav > li.has-children > .dropdown-menu li:hover a {
    color: #777777;
  }
  #menu .nav .has-children .has-children .dropdown-menu a {
    display: block;
    min-height: 40px;
    padding: 12px 20px 10px 20px;
    line-height: normal;
    font-size: 0.95em;
    font-weight: 500;
    white-space: normal;
  }
  #menu .nav .has-children .has-children .dropdown-menu ul li:nth-child(n+2):before {
    display: block;
    content: "";
    border-top: dotted 1px rgba(0, 0, 0, 0.1);
  }
}
footer .ya_maps iframe {
  height: 200px;
}

@media (max-width: 991px) {
  body #menu .navbar-collapse {
    display: none !important;
  }
  footer .payments {
    margin: 10px 0 30px 0;
  }
  .lang {
    margin-right: 12px;
    display: flex;
    align-items: center;
    margin-top: 2px;
  }
  .lang a {
    font-size: 22px;
    margin: 0 6px;
  }
  #menu .nav .has-children.open .dropdown-menu .has-children.open .dropdown-menu {
    position: relative;
    left: 0 !important;
    display: block;
    width: 100%;
    max-height: 3050px;
    overflow-y: auto;
    padding: 0;
    border: none;
    border-radius: 0;
    transition: all ease-in-out 0.3s;
  }
  #menu .nav .has-children a {
    margin-right: 45px;
  }
  #menu .nav li.open > .dropdown-menu, #menu .nav .dropdown-menu li.open > .dropdown-menu {
    max-height: 3050px;
    overflow-y: auto;
  }
}
@media (max-width: 360px) {
  #phone .phone > div:first-child {
    font-size: 1.5em;
  }
}
@media (max-width: 320px) {
  #phone .phone > div:first-child {
    font-size: 1.4em;
  }
}

#uni_catwall .h3.heading,
.featured .h3.heading,
.uni-news .h3.heading {
  color: #333333;
  font-size: 1.4em;
  margin: 0 0 8px;
}
#uni_catwall .wallwrapp .h4 {
  height: calc(100% - 42px);
  padding-top: 24px;
  color: #333333;
  font-size: 1.2em;
  margin: 1px 0 10px;
}

/*# sourceMappingURL=custom.css.map */
