picture {
  display: block;
  font-size: 0;
  line-height: 0;
}
picture img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 20px 0;
}

b, strong {
  font-weight: 500;
}

a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
}
a:not(.button):hover {
  color: #b6963c;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.safe-email {
  visibility: hidden;
}

.image-full-cover {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.image-full-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

div.wpcf7 {
  direction: rtl;
}

.warn-tooltip-parent.tooltip-top .warn-tooltip:before {
  bottom: auto;
  top: 100%;
  right: 20px;
  border-bottom-color: transparent;
  border-top-color: #000;
}
.warn-tooltip-parent:not(.warning) .warn-tooltip {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
}
.warn-tooltip-parent.warning {
  border-color: #b6963c !important;
  -webkit-animation: shake-animation 0.3s linear;
  animation: shake-animation 0.3s linear;
}
.warn-tooltip-parent .warn-tooltip {
  position: absolute;
  margin-top: 15px;
  top: 100%;
  right: 5px;
  padding: 2px 20px;
  font-size: 15px;
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
.warn-tooltip-parent .warn-tooltip:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #000;
}

.tooltip-parent {
  position: relative;
}
.tooltip-parent:hover .tooltip-label {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-transform: translateX(0) translateY(0);
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
.tooltip-parent .tooltip-label {
  position: absolute;
  bottom: 100%;
  right: 50%;
  background-color: #15161a;
  color: #fff;
  font-size: 14px;
  height: 22px;
  padding: 0 10px;
  margin: 0 -20px -20px 0;
  white-space: nowrap;
  visibility: hidden;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-transform: translateX(0) translateY(-10px);
  -webkit-transform: translateX(0) translateY(-10px);
  transform: translateX(0) translateY(-10px);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.tooltip-parent .tooltip-label:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 10px;
  margin-right: -6px;
  border: 4px solid transparent;
  border-top: 4px solid #15161a;
}

.ll-loading-parent {
  position: relative;
}
.ll-loading-parent.loading:before, .ll-loading-parent.loading .ll-loading-spinner {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.ll-loading-parent:before, .ll-loading-parent .ll-loading-spinner {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.ll-loading-parent:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.ll-loading-parent .ll-loading-spinner {
  position: absolute;
  z-index: 91;
  top: 50%;
  right: 50%;
  border: 2px solid #e4e4e4;
  border-left: 2px solid #b6985a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spinner-animation 1.1s infinite linear;
  animation: spinner-animation 1.1s infinite linear;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
}

.hidden-element {
  visibility: hidden;
  height: 0;
  transition: opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.hidden-element:not(.show) {
  overflow: hidden;
  margin: 0 !important;
}
.hidden-element.show {
  height: auto;
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.pagination {
  clear: both;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  direction: ltr;
}
.pagination, .pagination span, .pagination a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.pagination span, .pagination a {
  display: inline-block;
  min-width: 10px;
  padding: 4px 6px 3px 6px;
  line-height: 15px;
  text-align: center;
  margin-right: 5px;
}
.pagination .current {
  background-color: #b6963c;
  color: #fff;
}

.color-lines {
  background-color: #50545d;
}
.color-lines::after {
  content: "";
  display: block;
  clear: both;
}
.color-lines div::before, .color-lines div::after {
  content: "";
  display: block;
  float: right;
  width: 33.3%;
  height: 10px;
}
.color-lines div::before {
  background-color: #b6985a;
}
.color-lines div::after {
  background-color: #1f242f;
}

.fr-text {
  overflow: hidden;
  line-height: 23px;
}
.fr-text.thin {
  font-weight: 200;
}
.fr-text.thin b, .fr-text.thin strong {
  font-weight: 400;
}
.fr-text p:first-child {
  margin-top: 0;
}
.fr-text p:last-child {
  margin-bottom: 0;
}
.fr-text h1 {
  font-size: 28px;
}
.fr-text h2 {
  font-size: 24px;
}
.fr-text h3 {
  font-size: 20px;
}
.fr-text h4 {
  font-size: 18px;
}
.fr-text h5 {
  font-size: 16px;
}
.fr-text h6 {
  font-size: 14px;
}
.fr-text b {
  font-weight: 400;
}
.fr-text strong {
  font-weight: 500;
}
.fr-text img {
  max-width: 100%;
  height: auto;
}

.popup-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 110;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
}
.popup-bg, .popup-bg .popup-window {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.popup-bg.show {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.popup-bg.show .popup-window {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.popup-bg .close-bt {
  position: absolute;
  content: "";
  z-index: 1;
  display: block;
  color: #a9a9a9;
  font-family: Verdana, Geneva, sans-serif;
  top: 10px;
  left: 15px;
}
.popup-bg .close-bt:hover {
  color: #b6963c;
}
.popup-bg .popup-window {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #f2f2f2;
  z-index: 111;
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
}
.popup-bg .popup-wrapper {
  padding: 10px 15px 15px;
}
.popup-bg .popup-title {
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.popup-video .popup-window {
  background-color: #fff;
  width: 700px;
  height: 450px;
  margin: -225px 0 0 -350px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.popup-video .popup-wrapper .video-wrapper {
  height: 388px;
}
.popup-video .popup-wrapper iframe {
  width: 100%;
  height: 100%;
}

.wm-poweredby {
  background-color: #101117;
}

.page-404 .styled-title {
  margin-bottom: 40px;
}
.page-404 .main-text {
  position: static;
  margin: 0;
}

.simple-page {
  padding-bottom: 80px;
}

.editable-main-menu {
  position: absolute;
  width: 880px;
  height: 40px;
  top: 16px;
  right: 7%;
  margin-right: 92px;
}

@keyframes spinner-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner-animation {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes shake-animation {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes swimming-effect-animation-am2 {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-2px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.add-to-cart-effect-image {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.add-to-cart-effect-image, .add-to-cart-effect-image img {
  height: auto;
}
.add-to-cart-effect-image img {
  max-width: 300px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}

body .add-to-cart-clone-parent .add-to-cart-object {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  margin: 0;
  -webkit-filter: brightness(0.7);
  -moz-filter: brightness(0.7);
  -o-filter: brightness(0.7);
  -ms-filter: brightness(0.7);
  filter: brightness(0.7);
}
body .add-to-cart-clone-parent .add-to-cart-object.add-to-cart-effect-image {
  visibility: visible;
}

.add-to-cart-clone-animate {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=$o2);
  -moz-opacity: 0.01;
  -khtml-opacity: 0.01;
  opacity: 0.01;
  -ms-transform: scale(0.01) translateY(-150px) perspective(10px) rotate3d(0.5, 0.1, 0.1, 1deg);
  -webkit-transform: scale(0.01) translateY(-150px) perspective(10px) rotate3d(0.5, 0.1, 0.1, 1deg);
  transform: scale(0.01) translateY(-150px) perspective(10px) rotate3d(0.5, 0.1, 0.1, 1deg);
  transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -ms-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.2s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.wpcf7 .screen-reader-response {
  display: none;
}

.minicart-popup .cart-item-attrs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 300;
  flex-wrap: wrap;
}
.minicart-popup .cart-item-attrs .cart-item-width {
  margin-left: 14px;
}
.minicart-popup .cart-item-attrs span {
  font-weight: 400;
}
.minicart-popup .cart-item-cap {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 300;
}
.minicart-popup .cart-item-color {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
}
.minicart-popup .cart-item-color img {
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.minicart-popup .mini-cart-prod-title {
  margin-left: 6px;
  font-size: 14px;
}

.poweredby {
  background-color: #151515;
}
.poweredby .inner {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #fff;
}
.poweredby .inner::after {
  content: "";
  display: block;
  clear: both;
}
.poweredby .inner a {
  color: #fff;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
}
.poweredby .inner a:hover {
  color: #20c94a;
}

.wm-poweredby {
  background-color: #161616;
  direction: ltr;
}
.wm-poweredby[data-dot-effect="1"] .wm-poweredby-letter.l1:before, .wm-poweredby[data-dot-effect="2"] .wm-poweredby-letter.l2:before, .wm-poweredby[data-dot-effect="3"] .wm-poweredby-letter.l3:before, .wm-poweredby[data-dot-effect="4"] .wm-poweredby-letter.l4:before, .wm-poweredby[data-dot-effect="5"] .wm-poweredby-letter.l5:before, .wm-poweredby[data-dot-effect="6"] .wm-poweredby-letter.l6:before {
  visibility: visible;
  -webkit-animation: jump-animation 0.5s linear;
  animation: jump-animation 0.5s linear;
}
.wm-poweredby[data-dot-effect="7"] .wm-poweredby-letter.l6:after {
  visibility: visible;
  -webkit-animation: jump-animation-final 0.5s linear;
  animation: jump-animation-final 0.5s linear;
}
.wm-poweredby .inner {
  text-align: center;
  padding: 8px 0;
  font-size: 12px;
  color: #8d8d8d;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wm-poweredby .wm-poweredby-text {
  display: inline-block;
  margin-right: 7px;
}
.wm-poweredby .wm-poweredby-letter {
  width: 15px;
  height: 15px;
  position: relative;
}
.wm-poweredby .wm-poweredby-letter:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 50%;
  margin: 0 -4px -2px;
  width: 6px;
  height: 6px;
  background-color: #747676;
  visibility: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.wm-poweredby .wm-poweredby-letter.fill path {
  fill: #959595;
  -webkit-animation: letter-push-animation 0.3s linear;
  animation: letter-push-animation 0.3s linear;
}
.wm-poweredby .wm-poweredby-letter.hide-dot.l6:after {
  visibility: hidden;
}
.wm-poweredby .wm-poweredby-letter.l1.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l2 {
  left: -2px;
}
.wm-poweredby .wm-poweredby-letter.l2.fill path {
  fill: #5da8dc;
}
.wm-poweredby .wm-poweredby-letter.l3 {
  left: -3px;
}
.wm-poweredby .wm-poweredby-letter.l3:before {
  margin-right: -3px;
}
.wm-poweredby .wm-poweredby-letter.l4 {
  left: -4px;
}
.wm-poweredby .wm-poweredby-letter.l4:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 {
  left: -8px;
}
.wm-poweredby .wm-poweredby-letter.l5:before {
  margin-right: -1px;
}
.wm-poweredby .wm-poweredby-letter.l5 .wm-poweredby-svg {
  position: absolute;
  top: -2px;
  right: 0;
  height: 16px;
}
.wm-poweredby .wm-poweredby-letter.l6 {
  left: -13px;
}
.wm-poweredby .wm-poweredby-letter.l6:before, .wm-poweredby .wm-poweredby-letter.l6:after {
  margin-right: -2px;
}
.wm-poweredby .wm-poweredby-letter.l6 .wm-poweredby-svg {
  position: absolute;
  top: -3px;
  right: 0;
  height: 21px;
}
.wm-poweredby .wm-poweredby-svg {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.wm-poweredby .wm-poweredby-svg path {
  fill: #5f6161;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
}

@-webkit-keyframes jump-animation {
  0% {
    -ms-transform: translateX(-13px) translateY(0);
    -webkit-transform: translateX(-13px) translateY(0);
    transform: translateX(-13px) translateY(0);
  }
  50% {
    -ms-transform: translateX(-6px) translateY(-10px);
    -webkit-transform: translateX(-6px) translateY(-10px);
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes jump-animation {
  0% {
    -ms-transform: translateX(-13px) translateY(0);
    -webkit-transform: translateX(-13px) translateY(0);
    transform: translateX(-13px) translateY(0);
  }
  50% {
    -ms-transform: translateX(-6px) translateY(-10px);
    -webkit-transform: translateX(-6px) translateY(-10px);
    transform: translateX(-6px) translateY(-10px);
  }
  100% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes letter-push-animation {
  0% {
    transform: translateY(6px);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes jump-animation-final {
  0% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -ms-transform: translateX(6px) translateY(-10px);
    -webkit-transform: translateX(6px) translateY(-10px);
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    -ms-transform: translateX(13px) translateY(0);
    -webkit-transform: translateX(13px) translateY(0);
    transform: translateX(13px) translateY(0);
  }
}
@keyframes jump-animation-final {
  0% {
    -ms-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  50% {
    -ms-transform: translateX(6px) translateY(-10px);
    -webkit-transform: translateX(6px) translateY(-10px);
    transform: translateX(6px) translateY(-10px);
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-transform: translateX(13px) translateY(0);
    -webkit-transform: translateX(13px) translateY(0);
    transform: translateX(13px) translateY(0);
  }
}
@media all and (max-width: 768px) {
  body .wm-poweredby .inner {
    padding: 8px 0 9px;
  }
}
@font-face {
  font-family: "acs-icons";
  src: url("../fonts/icons/acs-icons.eot?xrri2i");
  src: url("../fonts/icons/acs-icons.eot?xrri2i#iefix") format("embedded-opentype"), url("../fonts/icons/acs-icons.ttf?xrri2i") format("truetype"), url("../fonts/icons/acs-icons.woff?xrri2i") format("woff"), url("../fonts/icons/acs-icons.svg?xrri2i#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=acs-icon-], [class*=" acs-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "acs-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.acs-icon-1:before {
  content: "\e904";
}

.acs-icon-clear:before {
  content: "\e905";
}

.acs-icon-filter_b_and_w:before {
  content: "\e906";
}

.acs-icon-invert_colors:before {
  content: "\e907";
}

.acs-icon-link:before {
  content: "\e908";
}

.acs-icon-mobile_phone:before {
  content: "\e902";
}

.acs-icon-mobile_watsapp:before {
  content: "\e903";
}

.acs-icon-palette:before {
  content: "\e909";
}

.acs-icon-tel_black:before {
  content: "\e901";
}

.acs-icon-visibility:before {
  content: "\e90a";
}

.acs-icon-wb_sunny:before {
  content: "\e90b";
}

.acs-icon-zoom_in:before {
  content: "\e90c";
}

.acs-icon-zoom_out:before {
  content: "\e90d";
}

.acs-icon-accessible:before {
  content: "\e900";
}

.acs-icon-callback:before {
  content: "\e90e";
}

.acs-icon-tel:before {
  content: "\e90f";
}

body.acs-grayscale {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray !important;
}
body.acs-grayscale * {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
  -webkit-filter: grayscale(1) !important;
  -moz-filter: grayscale(100%) !important;
  -ms-filter: grayscale(100%) !important;
  -o-filter: grayscale(100%) !important;
  filter: gray !important;
}
body.acs-contrast *, body.acs-contrast-negative * {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  -moz-appearance: none !important;
}
body.acs-contrast {
  background: #000 !important;
  background-color: #000 !important;
}
body.acs-contrast a, body.acs-contrast div:not(.add-review):not(.review-sent):not([class*=filter]):not([class*=switch]), body.acs-contrast footer, body.acs-contrast form, body.acs-contrast header, body.acs-contrast li, body.acs-contrast main, body.acs-contrast nav, body.acs-contrast ul {
  background: #000 !important;
  background-color: #000 !important;
}
body.acs-contrast h1, body.acs-contrast h2, body.acs-contrast h3, body.acs-contrast h4, body.acs-contrast h5, body.acs-contrast h6, body.acs-contrast p {
  color: #40c090 !important;
  background: #000 !important;
}
body.acs-contrast a, body.acs-contrast li, body.acs-contrast span, body.acs-contrast ul {
  color: #0080ff !important;
}
body.acs-contrast div {
  color: #fff !important;
}
body.acs-contrast button, body.acs-contrast div.filter-category-item {
  background: #600040 !important;
  background-color: #600040 !important;
}
body.acs-contrast input, body.acs-contrast label, body.acs-contrast strong {
  color: #ff0 !important;
}
body.acs-contrast input, body.acs-contrast textarea {
  border-bottom: 1px solid #ff0 !important;
}
body.acs-contrast img {
  opacity: 1 !important;
  background: grey !important;
  background-color: grey !important;
  -webkit-filter: none !important;
  filter: none !important;
}
body.acs-contrast-negative {
  color: #fff !important;
  background: #000 !important;
  background-color: #000 !important;
}
body.acs-contrast-negative a, body.acs-contrast-negative div:not(.add-review):not(.review-sent):not([class*=filter]):not([class*=switch]), body.acs-contrast-negative footer, body.acs-contrast-negative form, body.acs-contrast-negative header, body.acs-contrast-negative li, body.acs-contrast-negative main, body.acs-contrast-negative nav, body.acs-contrast-negative ul {
  color: #fff !important;
  background: #000 !important;
  background-color: #000 !important;
}
body.acs-contrast-negative h1, body.acs-contrast-negative h2, body.acs-contrast-negative h3, body.acs-contrast-negative h4, body.acs-contrast-negative h5, body.acs-contrast-negative h6, body.acs-contrast-negative p {
  color: #fff !important;
  background: #000 !important;
}
body.acs-contrast-negative a, body.acs-contrast-negative li, body.acs-contrast-negative span, body.acs-contrast-negative ul {
  color: #ff0 !important;
}
body.acs-contrast-negative div {
  color: #fff !important;
}
body.acs-contrast-negative button, body.acs-contrast-negative div.filter-category-item {
  color: #ff0 !important;
  border: 1px solid #fff !important;
  background: #000 !important;
  background-color: #000 !important;
}
body.acs-contrast-negative input, body.acs-contrast-negative label, body.acs-contrast-negative strong {
  color: #ff0 !important;
}
body.acs-contrast-negative input, body.acs-contrast-negative textarea {
  border-bottom: 1px solid #ff0 !important;
}
body.acs-contrast-negative img {
  opacity: 1 !important;
  -webkit-filter: none !important;
  filter: none !important;
}
body.acs-contrast-light {
  color: #000 !important;
  background: 0 0 !important;
  background-color: transparent !important;
}
body.acs-contrast-light :not(#wemake-acs):not([class*=acs]):not(header):not([class*=filter-]):not([class*=switch]):not([class*=mejs]):not([type=button]), body.acs-contrast-light header {
  color: #000 !important;
  background: 0 0 !important;
  background-color: transparent !important;
}
body.acs-links a {
  text-decoration: underline !important;
}
body.acs-links a * {
  text-decoration: underline !important;
}
body.acs-fonts {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
body.acs-fonts :not(i) {
  font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.acs-title {
  font-size: 18px;
  margin-top: 7px;
  color: #5d5d5d;
  font-weight: 400;
}

.acs-wemake {
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  color: #000;
}
.acs-wemake a {
  color: #0089cb;
}

#wemake-acs {
  position: fixed;
  top: 155px;
  left: -30px;
  display: block;
  width: 177px;
  height: auto;
  color: #14151c;
  -webkit-transform: translateX(-177px);
  -ms-transform: translateX(-177px);
  transform: translateX(-177px);
  z-index: 10;
  padding: 4px 15px 3px;
  -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  z-index: 100;
}
#wemake-acs.active {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#wemake-acs hr {
  margin-top: 5px;
  margin-bottom: 5px;
}

.acs-button {
  position: absolute;
  top: 0;
  right: -40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #fdd736;
  -webkit-box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 2px 1px 4px 0 rgba(0, 0, 0, 0.37);
}
.acs-button i {
  font-size: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.acs-overlay {
  margin: 0 0 7px;
}

.acs-items {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
}
.acs-items li {
  padding: 2px 0;
}

.acs-link {
  font-size: 16px;
  color: #0089cb;
}
.acs-link > i {
  font-size: 21px;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

@media all and (max-width: 768px) {
  #wemake-acs {
    display: none;
  }
}
/**
 * * Owl Carousel v2.3.4
 * * Copyright 2013-2018 David Deutsch
 * * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
/* *  Owl Carousel - Core */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  background: none;
  border: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  transition: height 500ms ease-in-out;
}

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
  /*     *
  * * 			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  * * 			calculation of the height of the owl-item that breaks page layouts */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* * 	Owl Carousel - Video Plugin */
/*************** SCROLLBAR BASE CSS ************** */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar, .scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ************** */
.scrollbar-inner > .scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar, .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* update scrollbar offset if both scrolls are visible */
/*************** SIMPLE OUTER SCROLLBAR ************** */
.scroll-element {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
}
.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scroll-element .scroll-element_outer, .scroll-element .scroll-element_track {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #d9d9d9;
}
.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
.scroll-element .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scroll-element .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scroll-element .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scroll-element .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
.scroll-element .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scroll-element .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scroll-element .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scroll-element .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/* scrollbar height/width & offset from container borders */
/* update scrollbar offset if both scrolls are visible */

/*# sourceMappingURL=theme-low.css.map */