@charset "UTF-8";
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.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;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.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 {
  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-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  -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 .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  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-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.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(../libs/OwlCarousel2/dist/assets/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s 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-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1)
      translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
      translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@font-face {
  font-family: Rubik;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Rubik/Rubik-Regular.eot);
  src: url(../fonts/Rubik/Rubik-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Rubik/Rubik-Regular.woff) format('woff'),
    url(../fonts/Rubik/Rubik-Regular.ttf) format('truetype');
}
@font-face {
  font-family: Rubik-bold;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Rubik/Rubik-Bold.eot);
  src: url(../fonts/Rubik/Rubik-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Rubik/Rubik-Bold.woff) format('woff'),
    url(../fonts/Rubik/Rubik-Bold.ttf) format('truetype');
}
@font-face {
  font-family: Rubik-light;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Rubik/Rubik-Light.eot);
  src: url(../fonts/Rubik/Rubik-Light.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Rubik/Rubik-Light.woff) format('woff'),
    url(../fonts/Rubik/Rubik-Light.ttf) format('truetype');
}
@font-face {
  font-family: Rubik-medium;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Rubik/Rubik-Medium.eot);
  src: url(../fonts/Rubik/Rubik-Medium.eot?#iefix) format('embedded-opentype'),
    url(../fonts/Rubik/Rubik-Medium.woff) format('woff'),
    url(../fonts/Rubik/Rubik-Medium.ttf) format('truetype');
}
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
}
.selectric .button:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric {
  border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
.selectric-items .disabled {
  opacity: 0.5;
  cursor: default !important;
  background: 0 0 !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
::-webkit-input-placeholder {
  color: #979797;
  opacity: 1;
}
:-moz-placeholder {
  color: #979797;
  opacity: 1;
}
::-moz-placeholder {
  color: #979797;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #979797;
  opacity: 1;
}
html {
  overflow-x: hidden;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #979797;
}
body input:required:valid,
body textarea:required:valid {
  color: #979797;
}
body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: Rubik-light, sans-serif;
  overflow: hidden;
}
p {
  color: #282828;
}
a {
  color: #282828;
  text-decoration: none;
}
a:focus,
a:hover,
a:visited {
  color: #282828;
  outline: 0;
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill {
  background-color: #fff !important;
}
.input-minimal {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.search-input {
  border: 0;
  width: 100%;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.text-center {
  text-align: center;
}
.blockUI:before {
  display: none !important;
}
.m-txt-hvr,
a:hover {
  color: #878787;
}
.m-active {
  color: #878787;
}
a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.header {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header ul li {
  display: inline-block;
}
.header .header-top-section {
  position: relative;
}
.header .header-top-section .main-head-bar {
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.header .header-top-section .main-head-bar:after {
  content: ' ';
  position: absolute;
  width: calc(100% - 90px);
  height: 1px;
  background-color: #e7e7e7;
  bottom: 0;
  left: 45px;
}
.header .header-top-section .main-head-bar .nav-menu-left {
  text-align: left;
}
.header .header-top-section .main-head-bar .nav-menu-left button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: 0;
}
.header .header-top-section .main-head-bar .nav-menu-left li {
  margin-right: 50px;
}
.header .header-top-section .main-head-bar .nav-menu-left li:last-of-type {
  margin-right: 0;
}
@media (max-width: 992px) {
  .header .header-top-section .main-head-bar .nav-menu-left li {
    margin-right: 20px;
  }
  .header .header-top-section .main-head-bar .nav-menu-left li:first-of-type {
    margin-left: 0;
  }
}
.header .header-top-section .main-head-bar .nav-menu-right {
  text-align: right;
}
.header .header-top-section .main-head-bar .nav-menu-right li {
  margin-left: 50px;
}
.header .header-top-section .main-head-bar .nav-menu-right li:first-of-type {
  margin-left: 0;
}
@media (max-width: 992px) {
  .header .header-top-section .main-head-bar .nav-menu-right li {
    margin-left: 20px;
  }
  .header .header-top-section .main-head-bar .nav-menu-right li:first-of-type {
    margin-left: 0;
  }
}
.header .header-top-section .main-head-bar .logo {
  position: relative;
}
.header .header-top-section .main-head-bar .logo .text-logo {
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #282828;
  font-family: Rubik;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-top-section .main-head-bar .logo .img-logo {
  position: absolute;
  top: -10px;
  left: calc(50% - 23px);
  width: 46px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.header .header-top-section .main-head-bar .logo:hover .text-logo {
  visibility: hidden;
  opacity: 0;
}
.header .header-top-section .main-head-bar .logo:hover .img-logo {
  visibility: visible;
  opacity: 1;
}
.header .header-top-section .main-head-bar .nav-menu-left-mob {
  text-align: left;
}
.header .header-top-section .main-head-bar .nav-menu-right-mob {
  text-align: right;
}
.header .header-top-section .primary-menu-bar {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 30px 30px 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header-top-section .primary-menu-bar.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
}
.header .header-top-section .primary-menu-bar .btn-link {
  color: #979797;
}
.header .header-top-section .primary-menu-bar .primary-nav {
  text-align: center;
}
.header .header-top-section .primary-menu-bar .primary-nav li {
  font-size: 15px;
  margin-right: 40px;
}
.header
  .header-top-section
  .primary-menu-bar
  .primary-nav
  li.current-menu-item
  a {
  text-decoration: underline;
}
.header .header-top-section .primary-menu-bar .primary-nav li:last-of-type {
  margin-right: 0;
}
.header .header-top-section .primary-menu-bar .user-nav {
  text-align: right;
}
.header .header-top-section .primary-menu-bar .user-nav li {
  margin-left: 20px;
}
.header .header-top-section .primary-menu-bar .user-nav li:first-of-type {
  margin-left: 0;
}
.header .header-top-section .primary-menu-bar .lang-switch {
  text-align: right;
}
.header .header-top-section .primary-menu-bar .lang-switch li {
  margin-left: 15px;
}
.header .header-top-section .primary-menu-bar .lang-switch li.active {
  display: none;
}
.header .header-top-section .primary-menu-bar .lang-switch li:first-of-type {
  margin-left: 0;
}
.header .header-top-section .search-bar {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 30px 30px 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header-top-section .search-bar.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
}
.header .header-top-section .search-bar .s-drop-search_form {
  max-width: 450px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-top-section .search-bar .s-drop-search_form_inp {
  border: 0;
  width: 60%;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header .header-top-section .search-bar .s-drop-search_form_btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  outline: 0 !important;
  text-transform: uppercase;
}
.header .header-top-section .category-bar {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 30px 30px 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header .header-top-section .category-bar.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
}
.header .header-top-section .locale-bar {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 30px 30px 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .header-top-section .locale-bar.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
}
.header .header-top-section .locale-bar .curr-switch,
.header .header-top-section .locale-bar .lang-switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header .header-top-section .locale-bar .curr-switch a + a:before,
.header .header-top-section .locale-bar .lang-switch a + a:before {
  content: '/';
  width: 1em;
  text-align: center;
  display: inline-block;
}
.header .header-top-section .locale-bar .curr-switch {
  margin-left: 100px;
}
.header .header-top-section .locale-bar .curr-switch a {
  text-transform: uppercase;
}
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9990;
}
.popup-overlay.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.woocommerce-info,
.woocommerce-message {
  display: none !important;
}
.pop-cart-wrap {
  border-left: 1px solid #ececec;
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  width: 440px;
  max-width: 100%;
  height: 100%;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  will-change: transform;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 9999;
}
.pop-cart-wrap.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.pop-cart-wrap .s-drop-cart_head {
  padding: 31px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ececec;
  position: relative;
}
.pop-cart-wrap .s-drop-cart_head_ttl {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.pop-cart-wrap .s-drop-cart_head_curr {
  text-align: right;
}
.pop-cart-wrap .s-drop-cart_head_curr li {
  margin-left: 5px;
}
.pop-cart-wrap .s-drop-cart_head_curr li a {
  color: #919191;
}
.pop-cart-wrap .s-drop-cart_head_curr li:first-of-type {
  margin-left: 0;
}
.pop-cart-wrap .s-drop-cart_head_curr li.active a {
  color: #282828;
}
.pop-cart-wrap .s-drop-cart_head_btn-close {
  display: none;
  height: 12px;
  width: 12px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: 0;
  position: absolute;
  top: 35px;
  left: 16px;
}
.pop-cart-wrap .s-drop-cart_head_btn-close img {
  width: 100%;
  display: block;
}
@media (max-width: 720px) {
  .pop-cart-wrap .s-drop-cart_head_ttl {
    padding-left: 14px;
  }
  .pop-cart-wrap .s-drop-cart_head_btn-close {
    display: block;
  }
}
.pop-cart-wrap .s-drop-cart_main {
  height: calc(100vh - 230px);
  overflow: auto;
}
.pop-cart-wrap .s-drop-cart_main .woocommerce-mini-cart__empty-message {
  padding-left: 30px;
}
.pop-cart-wrap .s-drop-cart_main_list_item {
  width: 100%;
  padding: 24px 30px 20px 30px !important;
  border-bottom: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pop-cart-wrap .s-drop-cart_main_list_item_img {
  width: 85px;
  padding-bottom: 113px;
  position: relative;
}
.pop-cart-wrap .s-drop-cart_main_list_item_img img {
  height: 100% !important;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 0 !important;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc {
  width: calc(100% - 85px);
  padding-left: 20px;
  position: relative;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc * {
  font-weight: 400 !important;
  font-size: 14px;
  color: #282828;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc > * {
  margin: 0;
  line-height: 1;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc_ttl {
  padding-right: 60px;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc_qty {
  margin-top: 18px;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc_price {
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc_price p {
  margin: 0;
}
.pop-cart-wrap .s-drop-cart_main_list_item_dsc_reduce,
.pop-cart-wrap .s-drop-cart_main_list_item_dsc_remove {
  height: 1em;
  width: 1em;
  padding: 0;
  border: none;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: transparent;
  font-size: 1.5em;
  color: #848484 !important;
  outline: 0;
}
.pop-cart-wrap .s-drop-cart_main_list_item:after,
.pop-cart-wrap .s-drop-cart_main_list_item:before {
  display: none !important;
}
@media (max-width: 720px) {
  .pop-cart-wrap .s-drop-cart_main {
    height: calc(100vh - 260px);
  }
}
.pop-cart-wrap .s-drop-cart_foot_total {
  padding: 30px;
  margin: 0;
  border-top: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
}
.pop-cart-wrap .s-drop-cart_foot_btns {
  margin: 0;
}
.pop-cart-wrap .s-drop-cart_foot_btns_entry {
  display: block;
  height: 64px;
  padding: 25px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
  line-height: 1;
  text-align: center;
  color: #515151;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.pop-cart-wrap .s-drop-cart_foot_btns_entry:hover {
  background-color: #dad8da;
}
.mob-prim-menu-wrap {
  overflow: auto;
  font-size: 16px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 9999;
}
.mob-prim-menu-wrap button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: 0;
}
.mob-prim-menu-wrap .mob-mnu-toggle {
  position: relative;
  display: block;
  height: 85px;
  width: 100%;
  padding: 30px;
  border-bottom: 1px solid #e2e2e2;
}
.mob-prim-menu-wrap .mob-mnu-toggle:after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob-prim-menu-wrap ul {
  font-size: 15px;
  width: 100%;
}
.mob-prim-menu-wrap ul li {
  width: 100%;
  text-transform: uppercase;
  padding: 25px 30px;
  border-bottom: 1px solid #e2e2e2;
}
.mob-prim-menu-wrap ul li ul {
  display: none;
}
.mob-prim-menu-wrap ul li ul li {
  padding: 25px 60px;
  text-transform: none;
  background-color: #f9f9f9;
}
.mob-prim-menu-wrap ul li.menu-item-has-children {
  padding: 0;
  border-bottom: 0;
  position: relative;
}
.mob-prim-menu-wrap ul li.menu-item-has-children > a {
  display: block;
  width: 100%;
  padding: 25px 30px;
  border-bottom: 1px solid #e2e2e2;
}
.mob-prim-menu-wrap ul li.menu-item-has-children:after {
  content: '+';
  position: absolute;
  right: 30px;
  top: 25px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.mob-prim-menu-wrap ul li.menu-item-has-children.opened ul {
  display: block;
}
.mob-prim-menu-wrap ul li.menu-item-has-children.opened:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob-prim-menu-wrap .acc-icon {
  position: relative;
}
.mob-prim-menu-wrap .acc-icon:after {
  content: ' ';
  position: absolute;
  right: 30px;
  top: 30px;
  height: 12px;
  width: 12px;
  background: url(../img/icon-key.svg);
  background-size: contain;
}
.mob-prim-menu-wrap .language-chooser li {
  position: relative;
}
.mob-prim-menu-wrap .language-chooser li:after {
  content: ' ';
  position: absolute;
  right: 30px;
  top: 30px;
  height: 12px;
  width: 12px;
  background: url(../img/icon-flag.svg);
  background-size: contain;
}
.mob-prim-menu-wrap .language-chooser li.active {
  display: none;
}
.mob-prim-menu-wrap .social-icon {
  position: relative;
}
.mob-prim-menu-wrap .social-icon:after {
  content: ' ';
  position: absolute;
  right: 30px;
  top: 30px;
  height: 12px;
  width: 12px;
  background: url(../img/icon-sharethis.svg);
  background-size: contain;
}
.mob-prim-menu-wrap.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .mob-prim-menu-wrap {
    display: none;
  }
}
.category-bar {
  padding: 40px 0 20px;
  position: relative;
}
.category-bar .filters-tgls-wrap {
  max-width: 285px;
  text-align: right;
}
.category-bar .filters-tgls-wrap .reset-btn-widget {
  display: inline-block;
  float: right;
}
.category-bar .filters-tgls-wrap .wcapf-active-filters a.reset {
  display: none;
  padding: 0;
  margin: 0;
  margin-top: 2px;
  line-height: 1;
  background-color: transparent;
  border-radius: 0;
}
.category-bar .filters-tgls-wrap .wcapf-active-filters a.reset:before {
  content: '';
  display: none;
  margin: 0;
}
.category-bar .filters-tgls-wrap .filters-toggle {
  position: relative;
}
.category-bar .filters-tgls-wrap.opened .filters-toggle:after {
  margin-left: 5px;
  content: 'x';
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.category-bar .filters-tgls-wrap.opened .wcapf-active-filters a.reset {
  display: inline-block;
}
.category-bar ul li {
  display: inline-block;
}
.category-bar .mob-search-toggle-wrap {
  text-align: right;
}
.category-bar .woocommerce-product-search label {
  display: none;
}
.category-bar .woocommerce-product-search #woocommerce-product-search-field {
  margin: 0;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 60%;
}
.category-bar .woocommerce-product-search input[type='submit'] {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  outline: 0 !important;
  text-decoration: underline;
}
.category-bar .category-nav {
  text-align: center;
}
.category-bar .category-nav li {
  margin-right: 50px;
}
.category-bar .category-nav li:last-of-type {
  margin-right: 0;
}
.category-bar .category-nav li.current-menu-item a {
  text-decoration: underline;
}
.category-bar .category-nav li a sup {
  text-decoration: none !important;
}
.category-bar .grid-view-wrap {
  text-align: right;
}
.category-bar .mob-search-wrap {
  background-color: #fff;
  padding: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.category-bar .mob-search-wrap.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 1600px) {
  .site-content {
    padding: 0 80px;
  }
}
.about-us-section {
  padding: 150px 0 200px;
  text-align: center;
}
.about-us-section .title {
  text-transform: uppercase;
  font-size: 30px;
  color: #282828;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 60px;
}
.about-us-section .description {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 100px;
}
.about-us-section .description a {
  text-decoration: underline;
}
.about-us-section .img-logo {
  max-width: 80px;
}
body.home .b-slider_title {
  height: 80px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.home .b-slider_title * {
  font-size: 14px;
}
body.home .b-slider_slide {
  height: calc(100vh - 80px);
  width: 100vw;
  position: relative;
}
body.home .b-slider_slide_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.home .b-slider_slide_lnk {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.home .b-slider_buttons.disabled {
  display: none;
}
body.home .s-slider-four,
body.home .s-slider-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home .s-slider-four > *,
body.home .s-slider-two > * {
  width: 50%;
}
body.home .s-slider-four > * .b-slider_slide,
body.home .s-slider-two > * .b-slider_slide {
  width: 100%;
}
@media (max-width: 992px) {
  body.home .b-slider_slide {
    height: calc(100vh - 165px);
  }
  body.home .s-slider-four,
  body.home .s-slider-two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.home .s-slider-four > *,
  body.home .s-slider-two > * {
    width: 100%;
  }
}
.top-slider {
  height: 100vh;
  width: 100%;
  position: relative;
}
.top-slider .slider-logo {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #282828;
  font-family: Rubik;
  z-index: 10;
}
.top-slider .top-owl-slider .item {
  height: 100%;
  overflow: hidden;
  cursor: url(../img/cursor-arrow-down.png), pointer;
}
.top-slider .top-owl-slider .item img {
  width: 100%;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-slider .top-owl-slider .owl-next,
.top-slider .top-owl-slider .owl-prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 10%;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.top-slider .top-owl-slider .owl-prev {
  left: 0;
}
.top-slider .top-owl-slider .owl-prev:hover {
  cursor: url(../img/cursor-arrow-left.png), pointer;
}
.top-slider .top-owl-slider .owl-prev.disabled {
  display: none;
}
.top-slider .top-owl-slider .owl-next {
  right: 0;
}
.top-slider .top-owl-slider .owl-next:hover {
  cursor: url(../img/cursor-arrow-right.png), pointer;
}
.top-slider .top-owl-slider .owl-next.disabled {
  display: none;
}
.s-popup-news-shadow {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  opacity: 0.5;
}
.s-popup-news-shadow.m-hide {
  display: none;
}
.s-popup-news {
  padding: 100px 145px 110px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  background-color: #fff;
  text-align: center;
}
.s-popup-news.m-hide {
  display: none;
}
.s-popup-news_btn-hide {
  border: none;
  background: 0 0;
  outline: 0;
  position: absolute;
  top: 18px;
  right: 18px;
}
.s-popup-news_btn-hide img {
  width: 14px;
}
.s-popup-news_ttl {
  margin-bottom: 30px;
  font-weight: 300;
}
.s-popup-news_form_row {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.s-popup-news_form_inp {
  width: calc(100% - 60px)!important;
  padding-left: 0!important;
  border: unset!important;
  border-bottom: 1px solid #eaeaea!important;
  display: inline-block!important;
  font-size: 13px!important;
  font-family: Rubik-light, sans-serif;
}
.s-popup-news_form_inp::-webkit-input-placeholder {
  font-size: 13px;
}
.s-popup-news_form_inp::-moz-placeholder {
  font-size: 13px;
}
.s-popup-news_form_inp:-ms-input-placeholder {
  font-size: 13px;
}
.s-popup-news_form_inp::-ms-input-placeholder {
  font-size: 13px;
}
.s-popup-news_form_inp::placeholder {
  font-size: 13px;
}
.s-popup-news_form_btn {
  border: none!important;
  border-bottom: 1px solid #eaeaea!important;
  background: 0 0!important;
  text-transform: uppercase!important;
  outline: 0!important;
  color: #000!important;
  white-space: nowrap!important;
  margin: 0!important;
  padding: 0!important;
  font-size: 14px !important;
  font-family: Rubik-light, sans-serif;
}
.s-popup-news_form_btn.m-disable {
  cursor: not-allowed;
  opacity: 0.6;
}

#mc_embed_signup{
  width: auto!important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error{
  border-bottom: 1px solid #e85c41 !important;
  border-radius: 0;
}

#mc_embed_signup div#mce-responses{
  width: 100%!important;
  padding: 0!important;
  margin: 0!important;
  font-size: 12px!important;
}

#mc_embed_signup div#mce-responses div{
  padding: 0!important;
  color: #333333!important;
  font-weight: 300!important;
  font-family: Rubik-light, sans-serif;
}

.s-popup-news_form_rodo {
  margin-top: 8px;
}
.s-popup-news_form_rodo label {
  font-size: 12px;
}
.s-popup-news_form_rodo a {
  text-decoration: underline;
}
.s-popup-news_btn-close {
  outline: 0;
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
}
.s-popup-news_msg {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.s-popup-news_msg_txt {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 720px) {
  .s-popup-news {
    width: calc(100% - 30px);
    padding: 50px 50px;
  }
  .s-popup-news_form_row {
    width: 100%;
  }
  .s-popup-news_form_rodo label {
    white-space: nowrap;
  }
}
.acc-bar {
  width: 100%;
  padding: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.acc-bar .a-inp-txt {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  outline: 0;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 13px;
}
.acc-bar .a-inp-txt.m-inp-txt-invalid {
  border-color: #a00;
}
.acc-bar .a-btn {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #ededed;
  background-color: #fff;
  cursor: pointer;
}
.acc-bar .a-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.acc-bar.opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(82px);
  -ms-transform: translateY(82px);
  transform: translateY(82px);
}
.acc-bar_main {
  max-width: 1050px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
  position: relative;
}
.acc-bar_main > * {
  width: 50%;
}
.acc-bar_main_left {
  border: 1px solid #ededed;
}
.acc-bar_main_left_ttl {
  padding: 26px 50px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.acc-bar_main_left_form {
  padding: 50px !important;
}
.acc-bar_main_left_form .b-account-form_inp-pass {
  margin-bottom: 50px;
}
.acc-bar_main_left_form_lost-pass {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 300;
}
.acc-bar_main_right {
  margin-left: 30px;
  border: 1px solid #ededed;
  position: relative;
}
.acc-bar_main_right_ttl {
  padding: 26px 50px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.acc-bar_main_right_txt {
  padding: 50px 50px 0;
  margin: 0;
  line-height: 1.25;
}
.acc-bar_main_right_btn {
  width: calc(100% - 100px) !important;
  display: block;
  position: absolute;
  bottom: 80px;
  left: 50px;
  text-align: center;
  outline: 0;
}
.acc-bar_btn-close {
  display: none;
  width: 16px;
  position: absolute;
  top: 18px;
  right: 15px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  outline: 0;
}
.acc-bar_btn-close img {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .acc-bar {
    width: 100%;
  }
  .acc-bar_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acc-bar_main > * {
    width: 100%;
  }
  .acc-bar_main_left_ttl {
    padding: 26px;
  }
  .acc-bar_main_left_form {
    padding: 26px !important;
  }
  .acc-bar_main_right {
    margin-top: 30px;
    margin-left: 0;
  }
  .acc-bar_main_right_ttl {
    padding: 26px;
  }
  .acc-bar_main_right_txt {
    padding: 26px;
  }
  .acc-bar_main_right_btn {
    margin: 0 26px 26px;
    position: relative;
    bottom: unset;
    left: unset;
  }
}
@media (max-width: 720px) {
  .acc-bar_main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .acc-bar_main_left {
    width: 100%;
  }
  .acc-bar_main_right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .acc-bar_main_right_btn {
    width: calc(100% - 52px) !important;
    margin: 0 26px 26px;
    position: relative;
    left: unset;
    bottom: unset;
  }
  .acc-bar_btn-close {
    display: block;
  }
}
.process-banner-section .bg-wrap {
  height: 80vh;
  min-height: 400px;
  width: 100%;
  background-color: #204281;
  color: #fff;
  text-align: center;
  display: table;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 75% 75%;
}
.process-banner-section .content-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.process-banner-section h3 {
  font-size: 30px;
  margin-bottom: 60px;
}
.process-banner-section a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  font-size: 16px;
}
.products-section .product-page-filters {
  position: absolute;
  background-color: #fff;
  float: left;
  width: 300px;
  padding: 0 15px;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 480px) {
  .products-section .product-page-filters {
    width: 100%;
    height: 100%;
  }
}
.products-section .product-page-filters.filter-opened {
  opacity: 1;
  display: block;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.products-section .product-page-filters .filter-widget {
  margin-bottom: 30px;
}
.products-section .product-page-filters .filter-widget .widget-title {
  width: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
}
.products-section .product-page-filters .filter-widget .widget-title:after {
  position: absolute;
  right: 0;
  content: '+';
}
.products-section .product-page-filters .filter-widget .wcapf-layered-nav ul {
  display: none;
}
.products-section
  .product-page-filters
  .filter-widget
  .wcapf-layered-nav
  ul
  li {
  margin: 10px 0 !important;
  color: #848484;
}
.products-section
  .product-page-filters
  .filter-widget
  .wcapf-layered-nav
  ul
  li:before {
  content: '';
  margin: 0;
}
.products-section
  .product-page-filters
  .filter-widget
  .wcapf-layered-nav
  ul
  li
  a {
  color: #848484;
}
.products-section
  .product-page-filters
  .filter-widget
  .wcapf-layered-nav
  ul
  li.chosen:before {
  content: '+';
  margin-right: 4px;
}
.products-section .product-page-filters .filter-widget ul {
  display: none;
}
.products-section .product-page-filters .filter-widget ul li {
  margin: 10px 0;
  color: #848484;
}
.products-section .product-page-filters .filter-widget ul li a {
  color: #848484;
}
.products-section .product-page-filters .filter-widget ul li.chosen:before {
  content: '+ ';
}
.products-section
  .product-page-filters
  .filter-widget.opened
  .widget-title:after {
  content: '-';
}
.products-section .product-page-filters .filter-widget.opened ul {
  display: block;
}
.products-section .product-page-filters .yit-wcan-select-open {
  color: #282828;
  margin-top: 0;
  margin-bottom: 35px;
  background-image: none;
  border: 0;
  font-size: 14px;
  padding: 0;
  position: relative;
}
.products-section .product-page-filters .yit-wcan-select-open:after {
  content: '+';
  color: #282828;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.products-section .product-page-filters .yit-wcan-select-open.active:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.products-section .product-page-filters .yith-wcan-select-wrapper {
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: -20px;
  max-width: 100%;
}
.products-section
  .product-page-filters
  .yith-wcan-select-wrapper
  ul.yith-wcan-select {
  visibility: inherit;
  display: none;
}
.products-section
  .product-page-filters
  .yith-wcan-select-wrapper
  ul.yith-wcan-select
  li {
  visibility: inherit;
  border: 0;
  padding: 5px 0;
  padding-right: 20px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.products-section
  .product-page-filters
  .yith-wcan-select-wrapper.active
  ul.yith-wcan-select {
  display: block;
}
.products-section .products-wrapper {
  width: 100%;
  float: right;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.products-section .products-wrapper > .container {
  max-width: 100%;
}
.products-section .products-wrapper .wcapf-before-update {
  max-width: 100%;
  width: 100%;
  max-height: 100vh;
  left: 0;
  top: 0;
}
.products-section .products-wrapper .product-item {
  height: 0;
  padding-bottom: 150%;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.products-section .products-wrapper .product-item .b-product-wishlist {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 14px;
  right: 0;
}
.products-section .products-wrapper .product-item .b-product-wishlist_add,
.products-section .products-wrapper .product-item .b-product-wishlist_remove {
  height: 100%;
  width: 100%;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.products-section .products-wrapper .product-item .b-product-wishlist_add {
  border: 1px solid #282828;
  background-color: #fff;
}
.products-section
  .products-wrapper
  .product-item
  .b-product-wishlist_add.m-off {
  display: none;
}
.products-section .products-wrapper .product-item .b-product-wishlist_remove {
  background-color: #282828;
  border: none;
}
.products-section
  .products-wrapper
  .product-item
  .b-product-wishlist_remove.m-off {
  display: none;
}
.products-section .products-wrapper .product-item .product-hero {
  width: 100%;
  height: 0;
  padding-bottom: calc(150% - 92px) !important;
  position: relative;
}
.products-section .products-wrapper .product-item .product-hero_img-back,
.products-section .products-wrapper .product-item .product-hero_img-front {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products-section .products-wrapper .product-item .product-hero_img-front {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.products-section .products-wrapper .product-item .product-hero_img-back {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.products-section
  .products-wrapper
  .product-item
  .product-hero:hover
  .product-hero_img-back {
  opacity: 1;
}
.products-section
  .products-wrapper
  .product-item
  .product-hero:hover
  .product-hero_img-front {
  opacity: 0;
}
.products-section .products-wrapper .product-item .custom-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.products-section .products-wrapper .product-item .product-info {
  height: 92px;
  width: 100%;
  padding-top: 10px !important;
  background-color: #f8f8f8;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.products-section
  .products-wrapper
  .product-item
  .product-info
  .product-info-inner {
  width: 100%;
}
.products-section .products-wrapper .product-item .product-info p {
  margin: 0;
}
.products-section .products-wrapper .product-item .product-info .pname {
  font-weight: 300;
}
.products-section .products-wrapper .product-item .product-info .pprice {
  margin-bottom: 14px;
}
.products-section .products-wrapper .product-item .product-info .pprice span {
  color: #282828;
  font-size: 14px;
}
.products-section .products-wrapper .product-item .product-info .pprice del {
  opacity: 1;
  margin-right: 10px;
}
.products-section .products-wrapper .product-item .product-info .pprice ins {
  font-weight: 400;
  text-decoration: none;
}
.products-section .products-wrapper .product-item .product-info .pvars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-start;
  -webkit-justify-content: space-start;
  -ms-flex-pack: space-start;
  justify-content: space-start;
}
.products-section
  .products-wrapper
  .product-item
  .product-info
  .pvars-variation
  + .pvars-variation {
  margin-left: 10px;
}
.products-section
  .products-wrapper
  .product-item
  .product-info
  .pvars
  .m-out-of-stock {
  text-decoration: line-through;
}
.products-section .products-wrapper .product-item .product-info .out-stock {
  text-transform: uppercase;
  font-size: 12px;
  color: #951e2c;
  width: 100%;
  text-align: left;
}
.products-section .products-wrapper .product-item .product-info a.button {
  background-color: transparent;
}
.products-section
  .products-wrapper
  .product-item
  .product-info
  a.added_to_cart {
  display: none !important;
}
@media (max-width: 540px) {
  .products-section .products-wrapper .product-item {
    height: unset !important;
    padding-bottom: 200%;
  }
  .products-section .products-wrapper .product-item .pname {
    padding-right: 16px;
  }
}
.products-section .products-wrapper.filter-opened {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 480px) {
  .products-section .products-wrapper.filter-opened {
    width: 100%;
  }
}
.products-section .products-wrapper.filter-opened .product-item .product-hero {
  padding: 60px 40px;
}
.products-section
  .products-wrapper.filter-opened
  .product-item
  .product-info
  .out-stock {
  bottom: 25px;
}
.woocommerce-pagination {
  visibility: hidden;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.single-product-wrap {
  padding: 50px 0;
}
.single-product-wrap .product-nav-wrap a {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 35px;
}
.single-product-wrap .product-nav-wrap a[rel='prev'] {
  float: left;
}
.single-product-wrap .product-nav-wrap a[rel='next'] {
  float: right;
}
.single-product-wrap .gallery-wrap .gallery-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.single-product-wrap .gallery-wrap .gallery-item a {
  display: block;
}
.single-product-wrap .gallery-wrap .gallery-item img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #f4f4f4;
  cursor: url(../img/zoom-cursor.png), auto;
}
@media (max-width: 720px) {
  .single-product-wrap .gallery-wrap .row {
    display: none;
  }
}
.single-product-wrap .parent-wrap {
  position: relative;
  height: 100%;
}
.single-product-wrap .parent-wrap .descr-parent {
  position: relative;
  height: 100%;
}
.single-product-wrap .description-wrap {
  background-color: #fff;
  max-width: 360px;
  position: relative;
}
.single-product-wrap .description-wrap.unstick {
  position: absolute;
}
.single-product-wrap .description-wrap .title-row {
  width: 100%;
  padding-right: 50px;
}
.single-product-wrap .description-wrap p.stock {
  display: none;
}
.single-product-wrap .description-wrap .stock_q {
  font-size: 12px;
  line-height: 26px;
  font-family: Rubik-light;
  position: absolute;
  right: 0;
  top: 0;
}
.single-product-wrap .description-wrap .stock_q .out-stock {
  text-transform: uppercase;
  font-size: 12px;
  color: #951e2c;
}
.single-product-wrap .description-wrap .title {
  float: left;
  margin-top: 0;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 22px;
}
.single-product-wrap .description-wrap .price-wrap p.price {
  margin: 0 0 22px;
  color: #282828;
  font-size: 14px;
  font-weight: 400;
}
.single-product-wrap .description-wrap .price-wrap p.price del {
  opacity: 1;
  margin-right: 30px;
}
.single-product-wrap .description-wrap .price-wrap p.price ins {
  text-decoration: none;
  font-weight: 400;
}
.single-product-wrap .description-wrap .attributes-wrap {
  font-size: 13px;
  margin-bottom: 22px;
}
.single-product-wrap .description-wrap .attributes-wrap p {
  margin: 0;
  margin-bottom: 2px;
}
.single-product-wrap .description-wrap .attributes-wrap span {
  font-weight: 700;
}
.single-product-wrap .description-wrap .desc-wrap {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 22px;
  max-width: 260px;
}
.single-product-wrap .description-wrap .b-product-wishlist {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50px;
  right: 0;
}
.single-product-wrap .description-wrap .b-product-wishlist_add,
.single-product-wrap .description-wrap .b-product-wishlist_remove {
  height: 100%;
  width: 100%;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-product-wrap .description-wrap .b-product-wishlist_add {
  border: 1px solid #282828;
  background-color: #fff;
}
.single-product-wrap .description-wrap .b-product-wishlist_add.m-off {
  display: none;
}
.single-product-wrap .description-wrap .b-product-wishlist_remove {
  background-color: #282828;
  border: none;
}
.single-product-wrap .description-wrap .b-product-wishlist_remove.m-off {
  display: none;
}
.single-product-wrap .description-wrap .add-cart-wrap {
  margin-bottom: 0;
}
.single-product-wrap .description-wrap .add-cart-wrap .variations {
  width: 100% !important;
  display: block;
  margin-bottom: 20px;
}
.single-product-wrap .description-wrap .add-cart-wrap .variations .selectric {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 0;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .variations
  .selectric
  .label {
  text-align: center;
  text-transform: uppercase;
  padding: 9px 25px 8px;
  font-size: 13px;
  line-height: 1;
  color: #282828;
  height: 32px;
  min-width: 150px;
  margin: 0;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .variations
  .selectric
  .button {
  display: none;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .variations
  .selectric-items {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .variations
  .selectric-items
  li {
  border: 1px solid #eaeaea;
  border-top: 0;
  background: #fff;
  text-align: center;
  font-size: 13px;
  padding: 8px;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .variations
  .selectric-items
  li:first-child {
  display: none;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .variations
  .selectric-items
  li.disabled {
  opacity: 1 !important;
  color: #bfbfbf !important;
}
.single-product-wrap .description-wrap .add-cart-wrap .single_variation_wrap {
  width: 100%;
}
.single-product-wrap
  .description-wrap
  .add-cart-wrap
  .single_variation_wrap:after {
  display: none;
}
.single-product-wrap .description-wrap .add-cart-wrap button.button {
  width: 100%;
  padding: 10px 0 9px;
  line-height: 1;
  background-color: #fff;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  color: #282828;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #eaeaea;
  outline: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-wrap .description-wrap .add-cart-wrap button.button.disabled,
.single-product-wrap .description-wrap .add-cart-wrap button.button:hover {
  color: #282828 !important;
  background-color: transparent !important;
}
.single-product-wrap .description-wrap .product-info-tabs {
  font-size: 13px;
  margin-top: 48px;
}
.single-product-wrap .description-wrap .product-info-tabs .tab-nav li {
  display: inline-block;
  margin-right: 25px;
}
.single-product-wrap
  .description-wrap
  .product-info-tabs
  .tab-nav
  li:last-of-type {
  margin-right: 0;
}
.single-product-wrap .description-wrap .product-info-tabs .tab-nav li a {
  display: block;
  position: relative;
}
.single-product-wrap .description-wrap .product-info-tabs .tab-nav li a:after {
  content: ' +';
}
.single-product-wrap
  .description-wrap
  .product-info-tabs
  .tab-nav
  li
  a.active:after {
  content: ' -';
}
.single-product-wrap
  .description-wrap
  .product-info-tabs
  .tab-contents
  .tab-content {
  max-width: 360px;
  display: none;
}
.single-product-wrap
  .description-wrap
  .product-info-tabs
  .tab-contents
  .tab-content
  a {
  text-decoration: underline;
}
.single-product-wrap
  .description-wrap
  .product-info-tabs
  .tab-contents
  .tab-content.active {
  display: block;
}
.single-product-wrap .description-wrap .product-info-links {
  margin-top: 18px;
  font-size: 12px;
}
.single-product-wrap .description-wrap .product-info-links img {
  display: none !important;
}
.single-product-wrap .description-wrap .product-info-links a {
  text-decoration: underline;
}
.single-product-wrap .description-wrap .product-info-links ul li {
  display: inline-block;
  margin-right: 20px;
}
.single-product-wrap .related.products {
  padding-top: 40px;
}
.single-product-wrap .related.products .title {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
.single-product-wrap .related.products .product-item {
  height: 0;
  padding-bottom: 150%;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-product-wrap .related.products .product-item .b-product-wishlist {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 14px;
  right: 0;
}
.single-product-wrap .related.products .product-item .b-product-wishlist_add,
.single-product-wrap
  .related.products
  .product-item
  .b-product-wishlist_remove {
  height: 100%;
  width: 100%;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.single-product-wrap .related.products .product-item .b-product-wishlist_add {
  border: 1px solid #282828;
  background-color: #fff;
}
.single-product-wrap
  .related.products
  .product-item
  .b-product-wishlist_add.m-off {
  display: none;
}
.single-product-wrap
  .related.products
  .product-item
  .b-product-wishlist_remove {
  background-color: #282828;
  border: none;
}
.single-product-wrap
  .related.products
  .product-item
  .b-product-wishlist_remove.m-off {
  display: none;
}
.single-product-wrap .related.products .product-item .product-hero {
  width: 100%;
  height: 0;
  padding-bottom: calc(150% - 92px) !important;
  position: relative;
}
.single-product-wrap .related.products .product-item .product-hero_img-back,
.single-product-wrap .related.products .product-item .product-hero_img-front {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-product-wrap .related.products .product-item .product-hero_img-front {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.single-product-wrap .related.products .product-item .product-hero_img-back {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.single-product-wrap
  .related.products
  .product-item
  .product-hero:hover
  .product-hero_img-back {
  opacity: 1;
}
.single-product-wrap
  .related.products
  .product-item
  .product-hero:hover
  .product-hero_img-front {
  opacity: 0;
}
.single-product-wrap .related.products .product-item .custom-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.single-product-wrap .related.products .product-item .product-info {
  height: 92px;
  width: 100%;
  padding-top: 10px !important;
  background-color: #f8f8f8;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.single-product-wrap
  .related.products
  .product-item
  .product-info
  .product-info-inner {
  width: 100%;
}
.single-product-wrap .related.products .product-item .product-info p {
  margin: 0;
}
.single-product-wrap .related.products .product-item .product-info .pname {
  font-weight: 300;
}
.single-product-wrap .related.products .product-item .product-info .pprice {
  margin-bottom: 14px;
}
.single-product-wrap
  .related.products
  .product-item
  .product-info
  .pprice
  span {
  color: #282828;
  font-size: 14px;
}
.single-product-wrap .related.products .product-item .product-info .pprice del {
  opacity: 1;
  margin-right: 10px;
}
.single-product-wrap .related.products .product-item .product-info .pprice ins {
  font-weight: 400;
  text-decoration: none;
}
.single-product-wrap .related.products .product-item .product-info .pvars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-start;
  -webkit-justify-content: space-start;
  -ms-flex-pack: space-start;
  justify-content: space-start;
}
.single-product-wrap
  .related.products
  .product-item
  .product-info
  .pvars-variation
  + .pvars-variation {
  margin-left: 10px;
}
.single-product-wrap
  .related.products
  .product-item
  .product-info
  .pvars
  .m-out-of-stock {
  text-decoration: line-through;
}
.single-product-wrap .related.products .product-item .product-info .out-stock {
  text-transform: uppercase;
  font-size: 12px;
  color: #951e2c;
  width: 100%;
  text-align: left;
}
.single-product-wrap .related.products .product-item .product-info a.button {
  background-color: transparent;
}
.single-product-wrap
  .related.products
  .product-item
  .product-info
  a.added_to_cart {
  display: none !important;
}
.single-product-wrap .share_popup_wrap {
  position: fixed;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  top: 25%;
  left: calc(50% - 160px);
  width: 300px;
  height: auto;
  padding: 30px 40px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-wrap .share_popup_wrap.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.single-product-wrap .share_popup_wrap .share_popup_tgl {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.blog-temp {
  padding: 80px 0;
}
.blog-temp .blog-posts-wrap .loader-wrap {
  text-align: center;
  padding-top: 25%;
  height: 80vh;
}
.blog-temp .blog-posts-wrap .filters-wrap {
  width: 130px;
  max-width: 100%;
  padding-top: 150px;
  float: right;
}
.blog-temp .blog-posts-wrap .filters-wrap.unstick {
  position: absolute;
}
.blog-temp .blog-posts-wrap .filters-wrap ul li {
  font-size: 14px;
  margin-bottom: 25px;
}
.blog-temp .blog-posts-wrap .filters-wrap ul li.current a {
  text-decoration: underline;
}
.blog-temp .blog-posts-wrap .post-item {
  margin-bottom: 140px;
}
.blog-temp .blog-posts-wrap .post-item .img-responsive {
  width: 100%;
  height: auto;
  max-height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-temp .blog-posts-wrap .post-item .post-desc {
  padding: 30px 0 20px;
}
.blog-temp .blog-posts-wrap .post-item .post-desc p {
  margin: 0;
  line-height: 1;
}
.blog-temp .blog-posts-wrap .post-item .post-desc .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.blog-temp .blog-posts-wrap .post-item .post-desc .date {
  font-size: 12px;
  color: #7c7c7c;
}
.blog-temp .blog-posts-wrap .post-item.third {
  margin-top: 140px;
}
.single-blogpost-wrap .top-title-banner {
  width: 100%;
  height: calc(100vh - 82px);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  cursor: url(../img/cursor-arrow-down.png), pointer;
}
.single-blogpost-wrap .top-title-banner .title-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 100%;
  text-align: center;
  color: #fff;
}
.single-blogpost-wrap .top-title-banner .title-wrap h1 {
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1;
}
.single-blogpost-wrap .top-title-banner .title-wrap .date {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
.single-blogpost-wrap .post-content {
  padding-top: 50px;
}
.single-blogpost-wrap .post-content p {
  margin: 0 0 20px;
  font-size: 16px;
}
.single-blogpost-wrap .post-content p:empty {
  margin-bottom: 0 !important;
}
.single-blogpost-wrap .post-content .title-wrap .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.single-blogpost-wrap .post-content .title-wrap .date {
  font-size: 14px;
  margin-bottom: 60px;
}
.single-blogpost-wrap .post-content .top-text h4 {
  margin: 0 0 60px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}
.single-blogpost-wrap .post-content .top-text p {
  margin-bottom: 60px;
}
.single-blogpost-wrap .post-content .main-content {
  margin-bottom: 60px;
}
.single-blogpost-wrap .post-content .main-content img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0;
}
.single-blogpost-wrap .post-content .main-content p {
  margin-bottom: 30px;
}
.single-blogpost-wrap .post-content .main-content h6 {
  font-size: 16px;
  margin: 0 0 10px;
  font-weight: 400;
}
.single-blogpost-wrap .post-content .main-content a {
  text-decoration: underline;
}
.single-blogpost-wrap .share-post-wrap {
  padding: 0 0 50px;
}
.single-blogpost-wrap .share-post-wrap ul {
  text-align: center;
}
.single-blogpost-wrap .share-post-wrap ul li {
  display: inline-block;
  margin: 0 12px;
}
.single-blogpost-wrap .share-post-wrap ul li a {
  text-decoration: underline;
}
.single-blogpost-wrap .share_popup_wrap {
  position: fixed;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  top: 25%;
  left: calc(50% - 160px);
  width: 300px;
  height: auto;
  padding: 30px 40px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-blogpost-wrap .share_popup_wrap.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.single-blogpost-wrap .share_popup_wrap .share_popup_tgl {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.single-blogpost-wrap .related-posts-wrap {
  padding: 50px 0;
  border-top: 1px solid #e7e7e7;
}
.single-blogpost-wrap .related-posts-wrap .title {
  line-height: 1;
  margin: 0 0 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.single-blogpost-wrap .related-posts-wrap .post-item .img-responsive {
  width: 100%;
  height: 32vh;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-blogpost-wrap .related-posts-wrap .post-item .post-desc {
  padding: 30px 0 20px;
}
.single-blogpost-wrap .related-posts-wrap .post-item .post-desc p {
  margin: 0;
  line-height: 1;
}
.single-blogpost-wrap .related-posts-wrap .post-item .post-desc .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: left;
}
.single-blogpost-wrap .related-posts-wrap .post-item .post-desc .date {
  font-size: 12px;
  color: #7c7c7c;
}
.happy-people-temp {
  padding-top: 60px;
}
.happy-people-temp .page_title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.happy-people-temp .text-wrap {
  font-size: 15px;
  margin: 0 auto 40px;
  max-width: 550px;
}
.happy-people-temp .text-wrap p {
  margin: 0;
}
.happy-people-temp .load-your-photo {
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 40px;
}
.happy-people-temp .happy-people-gallery-wrap {
  padding: 60px 0 40px;
}
.happy-people-temp .happy-people-gallery-wrap .gall-item {
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  overflow: hidden;
}
.happy-people-temp .happy-people-gallery-wrap .gall-item img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.happy-people-temp .happy-people-gallery-wrap .gall-item .title {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  font-family: Rubik-light;
  padding-top: 10px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.happy-people-temp .happy-people-gallery-wrap .gall-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.happy-people-temp .happy-people-gallery-wrap .gall-item:hover .title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.happy-people-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9990;
}
.happy-people-popup-overlay.opened {
  visibility: visible;
  opacity: 1;
}
.happy-people-popup-form {
  position: fixed;
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  height: auto;
  width: 800px;
  max-width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden;
  will-change: transform;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 9999;
}
.happy-people-popup-form.opened {
  visibility: visible;
  opacity: 1;
}
.happy-people-popup-form .close-tgl {
  position: absolute;
  right: 30px;
  top: 30px;
  text-decoration: underline;
}
.happy-people-popup-form .input-text {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  border: 0;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid;
  border-color: #e7e7e7;
  width: 320px;
  max-width: 100%;
}
.happy-people-popup-form .input-text.invalid {
  border-color: #a00;
}
.happy-people-popup-form .input-text.validated {
  border-color: green;
}
.happy-people-popup-form .btn-minimal {
  outline: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  margin-top: 50px;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
}
.happy-people-popup-form .file_input {
  height: 1px;
  width: 1px;
  visibility: hidden;
  overflow: hidden;
}
.happy-people-popup-form .file_label {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.happy-people-popup-form .file_label:hover {
  text-decoration: none;
}
.happy-people-popup-form form {
  opacity: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.happy-people-popup-form form.loading {
  opacity: 0.5;
}
.happy-people-popup-form fieldset {
  padding: 120px;
  text-align: center;
  display: none;
  font-size: 16px;
}
.happy-people-popup-form fieldset p {
  font-size: 16px;
}
.happy-people-popup-form fieldset .page-swicher {
  text-decoration: underline;
  font-size: 14px;
}
.happy-people-popup-form fieldset .page-swicher.abs {
  position: absolute;
  top: 30px;
  left: 30px;
}
.happy-people-popup-form fieldset h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 60px;
}
.happy-people-popup-form fieldset.page-1 {
  display: block;
}
.happy-people-popup-form fieldset.page-1 .page-swicher {
  text-transform: uppercase;
  font-size: 16px;
}
.happy-people-popup-form fieldset.page-3 {
  padding-bottom: 60px;
}
.happy-people-popup-form fieldset.page-3 .page-swicher.next {
  text-transform: uppercase;
  font-size: 16px;
}
.happy-people-popup-form fieldset.page-3 .preview-wrap {
  width: 100%;
  margin-bottom: 80px;
}
.happy-people-popup-form fieldset.page-3 .preview-wrap .preview-img {
  display: inline-block;
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 35px;
}
.happy-people-popup-form fieldset.page-4 {
  padding-bottom: 60px;
}
.happy-people-popup-form fieldset.page-5 h2 {
  padding: 80px 0;
  margin: 0;
}
.campaigns-temp {
  padding: 80px 0 0;
}
.campaigns-items-wrap .item {
  margin-bottom: 160px;
}
.campaigns-items-wrap .item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.campaigns-items-wrap .item .text-wrap {
  padding: 80px;
}
.campaigns-items-wrap .item .text-wrap .title {
  font-size: 20px;
  margin-bottom: 55px;
}
.campaigns-items-wrap .item .text-wrap .content {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.2;
}
.campaigns-items-wrap .item .text-wrap .links {
  margin-top: 180px;
}
.campaigns-items-wrap .item .text-wrap .links a {
  text-decoration: underline;
  color: #7c7c7c;
}
.campaigns-items-wrap .item.right {
  text-align: right;
}
.s-register-form {
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ededed;
}
.s-register-form .a-inp-txt {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  outline: 0;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 13px;
}
.s-register-form .a-inp-txt.m-inp-txt-invalid {
  border-color: #a00;
}
.s-register-form .a-btn {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #ededed;
  background-color: #fff;
  cursor: pointer;
}
.s-register-form .a-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.s-register-form_ttl {
  width: 100%;
  padding: 26px 50px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.s-register-form_main {
  width: 100%;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.s-register-form_main_left {
  width: 50%;
  margin-bottom: 26px;
}
.s-register-form_main_left_txt {
  line-height: 1.25;
}
.s-register-form_main_right {
  width: 50%;
}
.s-register-form_main_right .show-password-input:after {
  display: none;
}
.s-register-form_main_right .rodo {
  margin-top: 12px;
}
.s-register-form_main_right .rodo-accept {
  font-size: 12px;
  line-height: 1.25em;
}
.s-register-form_main_right .rodo a {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .s-register-form_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-register-form_main_left {
    width: 100%;
  }
  .s-register-form_main_left_txt {
    margin-bottom: 44px;
  }
  .s-register-form_main_right {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .s-register-form_main {
    padding: 26px;
  }
}
.woocommerce table.shop_table {
  border-radius: 0;
  font-size: 1em;
}
.woocommerce table.shop_table .button {
  border-radius: 0;
}
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 10px;
}
.woocommerce table.wishlist_table {
  border-radius: 0;
  font-size: 1em;
}
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table tbody th {
  padding: 10px;
  text-align: left;
}
.woocommerce table.wishlist_table a.button.alt {
  color: #282828;
  background-color: #ebe9eb;
}
.woocommerce table.wishlist_table a.button.alt:hover {
  color: #282828;
  background-color: #dad8da;
}
.myaccount-page {
  padding: 200px 0;
  min-height: 60vh;
}
.myaccount-page .left-col {
  padding: 0 40px;
  border-right: 1px solid #e7e7e7;
}
.myaccount-page .right-col {
  padding: 0 40px;
}
.myaccount-page .title {
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
}
.myaccount-page .lost_password a {
  margin-left: 20px;
  text-decoration: underline;
}
.myaccount-page input.button {
  margin-top: 40px;
  width: 320px;
  max-width: 100%;
  padding: 20px 60px;
  line-height: 1;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.myaccount-page input.button:hover {
  color: #282828;
  background-color: #eaeaea;
}
.terms-page {
  padding: 100px 0;
}
.terms-page p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
}
.terms-page strong {
  font-family: Rubik-medium;
  color: #000;
  font-weight: 400;
}
.contact-temp {
  padding: 120px 0;
  text-align: center;
}
.contact-temp a {
  text-decoration: underline;
}
.contact-temp h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 80px;
}
.contact-temp .text-col-wrap {
  font-size: 16px;
  font-family: Rubik;
  color: #000;
}
.contact-temp .text-col-wrap a {
  font-family: Rubik-light;
  text-decoration: underline;
  font-weight: 400;
}
.contact-temp .main-content-wrap {
  padding: 120px 0 80px;
  font-size: 16px;
}
.contact-temp .main-content-wrap p {
  font-family: Rubik;
  color: #000;
}
.page-template-template-checkout .lnk_go-back {
  font-size: 12px;
  position: absolute;
  left: 45px;
  top: 132px;
  border: none;
  background-color: transparent;
  outline: 0;
}
@media (max-width: 768px) {
  .page-template-template-checkout .lnk_go-back {
    left: 16px;
  }
}
.checkout-page {
  padding: 0;
}
.checkout-page .checkout_ttl {
  padding: 0;
  margin: 50px 0;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
}
.checkout-page .s-checkout-account .a-inp-txt {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  outline: 0;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 13px;
}
.checkout-page .s-checkout-account .a-inp-txt.m-inp-txt-invalid {
  border-color: #a00;
}
.checkout-page .s-checkout-account .a-btn {
  width: 100%;
  padding: 16px 0;
  border: 1px solid #ededed;
  background-color: #fff;
  cursor: pointer;
}
.checkout-page .s-checkout-account .a-btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}
.checkout-page .s-checkout-account_ttl {
  padding: 0;
  margin: 50px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.checkout-page .s-checkout-account_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-page .s-checkout-account_main > * {
  width: 50%;
}
.checkout-page .s-checkout-account_main_left {
  border: 1px solid #ededed;
}
.checkout-page .s-checkout-account_main_left_ttl {
  padding: 26px 50px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.checkout-page .s-checkout-account_main_left_form {
  padding: 50px !important;
}
.checkout-page .s-checkout-account_main_left_form .b-account-form_inp-pass {
  margin-bottom: 50px;
}
.checkout-page .s-checkout-account_main_left_form_lost-pass {
  display: inline-block;
  font-size: 11px;
  margin-top: 12px;
}
.checkout-page .s-checkout-account_main_right {
  margin-left: 30px;
  border: 1px solid #ededed;
  position: relative;
}
.checkout-page .s-checkout-account_main_right_ttl {
  padding: 26px 50px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.checkout-page .s-checkout-account_main_right_txt {
  padding: 50px 50px 0;
  margin: 0;
}
.checkout-page .s-checkout-account_main_right_btn {
  width: calc(100% - 100px) !important;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50px;
  text-align: center;
}
@media (max-width: 992px) {
  .checkout-page .s-checkout-account_main_left_ttl {
    padding: 26px;
  }
  .checkout-page .s-checkout-account_main_left_form {
    padding: 26px !important;
  }
  .checkout-page .s-checkout-account_main_right_ttl {
    padding: 26px;
  }
  .checkout-page .s-checkout-account_main_right_txt {
    padding: 26px;
  }
  .checkout-page .s-checkout-account_main_right_btn {
    width: calc(100% - 52px) !important;
    left: 26px;
    bottom: 26px;
  }
}
@media (max-width: 720px) {
  .checkout-page .s-checkout-account_main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-page .s-checkout-account_main_left {
    width: 100%;
  }
  .checkout-page .s-checkout-account_main_right {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .checkout-page .s-checkout-account_main_right_btn {
    margin: 0 26px 26px;
    position: relative;
    left: unset;
    bottom: unset;
  }
}
.checkout-page .form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-page .form-wrapper > div {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .checkout-page .form-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .checkout-page .form-wrapper .col-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .checkout-page .form-wrapper .col-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .checkout-page .form-wrapper > div {
    width: 100%;
  }
}
.checkout-page #owner_names_field {
  display: none;
}
.checkout-page .order_review {
  border: 1px solid #ededed;
}
.checkout-page .order_review_title {
  padding: 26px 50px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
}
.checkout-page .order_review_main .mini-cart-item img {
  background-color: #f3f3f3;
}
.checkout-page .cart_list .mini_cart_item {
  padding: 30px 50px 40px 40px;
  position: relative;
  width: 100%;
}
.checkout-page .cart_list .mini_cart_item img {
  float: left;
  width: 85px;
  margin: 0;
}
.checkout-page .cart_list .mini_cart_item a {
  font-weight: 400;
}
.checkout-page .cart_list .mini_cart_item a.remove {
  color: #848484 !important;
  font-weight: 200;
  right: -5px;
}
.checkout-page .cart_list .mini_cart_item a.remove:hover {
  background-color: transparent;
}
.checkout-page .cart_list .mini_cart_item .p_info {
  padding-left: 20px;
  float: left;
  width: calc(100% - 85px);
}
.checkout-page .cart_list .mini_cart_item .p_info_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-page .cart_list .mini_cart_item .p_info p {
  color: #282828;
  font-size: 14px;
  margin: 0;
}
.checkout-page .cart_list .mini_cart_item .p_info .input-text {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  outline: 0;
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: none;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 13px;
}
.checkout-page
  .cart_list
  .mini_cart_item
  .p_info
  .input-text::-webkit-input-placeholder {
  font-size: 13px;
}
.checkout-page
  .cart_list
  .mini_cart_item
  .p_info
  .input-text::-moz-placeholder {
  font-size: 13px;
}
.checkout-page
  .cart_list
  .mini_cart_item
  .p_info
  .input-text:-ms-input-placeholder {
  font-size: 13px;
}
.checkout-page
  .cart_list
  .mini_cart_item
  .p_info
  .input-text::-ms-input-placeholder {
  font-size: 13px;
}
.checkout-page .cart_list .mini_cart_item .p_info .input-text::placeholder {
  font-size: 13px;
}
.checkout-page .cart_list .mini_cart_item .p_info .p_title {
  margin-bottom: 10px;
  font-size: 16px;
}
.checkout-page .cart_list .mini_cart_item .p_info .p_cat {
  margin-bottom: 10px;
}
.checkout-page .cart_list .mini_cart_item .p_info .p_cat a {
  line-height: 1.2;
  font-size: 14px;
}
.checkout-page .cart_list .mini_cart_item .p_info .p_qty {
  margin-bottom: 40px;
  color: grey;
  position: relative;
}
.checkout-page .cart_list .mini_cart_item + .mini_cart_item {
  border-top: 1px solid #ededed;
}
.checkout-page .woocommerce form .form-group label {
  display: none !important;
}
.checkout-page .checkout-total-wrap {
  margin-top: 30px;
  border: 1px solid #ededed;
}
.checkout-page .checkout-total-wrap > .title {
  padding: 26px 50px;
  margin: 0;
  border-bottom: 1px solid #ededed;
  text-transform: uppercase;
  line-height: 1px;
}
.checkout-page .checkout-total-wrap .main {
  padding: 40px 50px 50px;
}
.checkout-page .checkout-total-wrap .main .cart-subtotal {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 1;
}
.checkout-page .checkout-total-wrap .main .cart-subtotal .value {
  float: right;
  line-height: 1;
}
.checkout-page .checkout-total-wrap .main .cart-coupon-form-wrap {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .checkout-page .checkout-total-wrap .main .cart-coupon-form-wrap {
    margin-left: -20px;
  }
}
.checkout-page .checkout-total-wrap .main .cart-coupon-form-wrap form {
  padding-left: 20px;
}
.checkout-page .checkout-total-wrap .main .cart-coupon-form-wrap form input {
  display: inline-block;
  float: left !important;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-coupon-form-wrap
  form
  .form-row {
  position: relative;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-coupon-form-wrap
  form
  .input-text {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 20px !important;
  padding-top: 0;
  padding-bottom: 10px;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-coupon-form-wrap
  form
  input.button {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  text-transform: none;
  border: 0;
  padding: 0;
  width: 20% !important;
  line-height: 20px !important;
  padding-bottom: 10px;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-coupon-form-wrap
  form
  input.button:hover {
  background-color: transparent;
}
.checkout-page .checkout-total-wrap .main .cart-shipping-wrap {
  font-size: 0;
  clear: both;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .checkout-page .checkout-total-wrap .main .cart-shipping-wrap {
    margin-left: -20px;
  }
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  #shipping_method_0_apaczka_cod {
  display: none;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  #shipping_method_0_apaczka_cod
  + label {
  display: none;
}
.checkout-page .checkout-total-wrap .main .cart-shipping-wrap ul {
  float: none;
  width: 100%;
  font-size: 14px;
}
.checkout-page .checkout-total-wrap .main .cart-shipping-wrap ul li .amount {
  float: right;
  font-weight: 400 !important;
  font-size: 16px;
  text-align: right;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  ul
  li
  input[type='radio'] {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  ul
  li
  input[type='radio']
  + label {
  cursor: pointer;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  ul
  li
  input[type='radio']:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  ul
  li
  input[type='radio']:not(checked)
  + label {
  position: relative;
  padding: 0 0 0 20px;
}
.checkout-page
  .checkout-total-wrap
  .main
  .cart-shipping-wrap
  ul
  li
  input[type='radio']:checked
  + label:after {
  opacity: 1;
}
.checkout-page .checkout-total-wrap .main .cart-discount,
.checkout-page .checkout-total-wrap .main .tax-rate,
.checkout-page .checkout-total-wrap .main .tax-total {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1;
}
.checkout-page .checkout-total-wrap .main .cart-discount .value,
.checkout-page .checkout-total-wrap .main .tax-rate .value,
.checkout-page .checkout-total-wrap .main .tax-total .value {
  float: right;
  line-height: 1;
}
.checkout-page .checkout-total-wrap .main .order-total {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0 0;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.checkout-page .checkout-total-wrap .main .order-total .value {
  float: right;
  line-height: 1;
}
.checkout-page .checkout-total-wrap .main .order-total .value strong {
  font-weight: 400;
}
.checkout-page #payment {
  margin-top: 30px;
  border: 1px solid #ededed;
}
.checkout-page #payment .payments_title {
  padding: 26px 50px;
  margin: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
}
.checkout-page #payment .payments_main {
  padding: 40px 50px 50px;
}
.checkout-page #payment .payments_main ul.payment_methods {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-page #payment .payments_main ul.payment_methods::after,
.checkout-page #payment .payments_main ul.payment_methods::before {
  display: none;
}
.checkout-page #payment .payments_main ul.payment_methods > * {
  width: 50%;
}
.checkout-page #payment .payments_main ul.payment_methods .b-payment_method {
  height: unset;
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  width: calc(50% - 10px);
  cursor: pointer;
  text-align: center;
}
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method::after,
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method::before {
  display: none;
}
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method_img {
  height: 50px;
  width: auto;
  padding: 8px 0;
}
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method_ttl {
  padding: 8px 0;
  border-top: 1px solid #ededed;
  text-align: center;
  line-height: 1;
  font-size: 11px;
}
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method_check {
  display: none;
}
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method.m-active {
  border-color: #000;
}
.checkout-page
  #payment
  .payments_main
  ul.payment_methods
  .b-payment_method.m-active
  .payments_main_custom-methods_method_ttl {
  border-color: #000;
}
.checkout-page #payment .payments_main .custom-terms-wrap {
  width: 100%;
  max-width: 100%;
  text-align: center;
  font-size: 12px;
}
.checkout-page #payment .payments_main .custom-terms-wrap a {
  text-decoration: underline;
}
.checkout-page .checkout-login-wraper {
  position: fixed;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  top: 25%;
  left: calc(50% - 160px);
  width: 320px;
  height: auto;
  padding: 30px 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.checkout-page .checkout-login-wraper.opened {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.checkout-page .checkout-login-wraper .checkout-login-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  display: block;
  line-height: 1;
}
.checkout-page .checkout-login-wraper .button {
  width: 100%;
  margin-bottom: 10px;
}
.checkout-page .checkout-login-wraper .lost_password {
  margin-bottom: 0;
}
.checkout-page .checkout-login-wraper label {
  line-height: 1;
}
.checkout-page .customer_details_wrap {
  border: 1px solid #ededed;
}
.checkout-page .customer_details_wrap .woocommerce-billing-fields .title {
  padding: 26px 50px;
  text-transform: uppercase;
  margin: 0;
  border-bottom: 1px solid #ededed;
  line-height: 1px;
}
.checkout-page .customer_details_wrap .woocommerce-billing-fields .fields {
  padding: 40px 50px;
}
.checkout-page .customer_details_wrap .woocommerce-shipping-fields {
  padding: 0 50px 50px;
}
.checkout-page
  .customer_details_wrap
  .woocommerce-shipping-fields
  .create-account.form-row {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .checkout-page
    .customer_details_wrap
    .woocommerce-shipping-fields
    .create-account.form-row {
    margin-left: -20px;
  }
}
@media only screen and (min-width: 768px) {
  .checkout-page
    .customer_details_wrap
    .woocommerce-shipping-fields
    #ship-to-different-address {
    margin-left: -20px;
  }
}
.checkout-page
  .customer_details_wrap
  .woocommerce-shipping-fields
  .shipping_address {
  padding: 30px 0;
}
.checkout-page
  .customer_details_wrap
  .woocommerce-shipping-fields
  .invoice-vat-fields-tgl {
  margin-top: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .checkout-page
    .customer_details_wrap
    .woocommerce-shipping-fields
    .invoice-vat-fields-tgl {
    margin-left: -20px;
  }
}
.checkout-page
  .customer_details_wrap
  .woocommerce-shipping-fields
  .vat-fields-wrap {
  padding-top: 30px;
  padding-bottom: 40px;
  display: none;
}
.checkout-page .input-checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkout-page .input-checkbox + label {
  cursor: pointer;
}
.checkout-page .input-checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkout-page .input-checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 20px;
}
.checkout-page .input-checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #c6c6c6;
}
.checkout-page .input-checkbox:not(checked) + label:after {
  content: ' ';
  color: #000;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 5px;
  height: 5px;
  background-color: #8e8e8e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-page .input-checkbox:checked + label:after {
  opacity: 1;
}
.checkout-page .input-radio {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkout-page .input-radio + label {
  cursor: pointer;
}
.checkout-page .input-radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkout-page .input-radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 20px;
}
.checkout-page .input-radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #c6c6c6;
}
.checkout-page .input-radio:not(checked) + label:after {
  content: ' ';
  color: #000;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 5px;
  height: 5px;
  background-color: #8e8e8e;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.checkout-page .input-radio:checked + label:after {
  opacity: 1;
}
.thankyou-page-wrap {
  padding: 60px 0;
}
.thankyou-page-wrap img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.thankyou-page-wrap .no-padding {
  padding: 0;
}
.thankyou-page-wrap .border-wrap {
  height: 100%;
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.thankyou-page-wrap .border-wrap > div {
  width: 50%;
}
@media (max-width: 720px) {
  .thankyou-page-wrap {
    padding-top: 0;
  }
  .thankyou-page-wrap .border-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .thankyou-page-wrap .border-wrap > div {
    width: 100%;
  }
}
.thankyou-page-wrap .details-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thankyou-page-wrap .woocommerce-thankyou-order-details-wrap {
  padding: 20px 25px;
  text-align: center;
}
.thankyou-page-wrap .woocommerce-thankyou-order-details-wrap p {
  margin: 0;
  margin-bottom: 25px;
}
.thankyou-page-wrap .woocommerce-thankyou-order-details-wrap p:last-child {
  margin-bottom: 0;
}
.thankyou-page-wrap .bottom-buttons-wrap {
  padding: 40px 0;
}
.thankyou-page-wrap .bottom-buttons-wrap .button {
  text-align: center;
  width: 100%;
  padding: 20px;
  outline: 0 !important;
  line-height: 1;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.thankyou-page-wrap .bottom-buttons-wrap .button:hover {
  color: #282828;
  background-color: #eaeaea;
}
.thankyou-page-wrap .bottom-buttons-wrap .button.left {
  border-right: 0;
}
.lookbook-page .top-banner-section {
  height: calc(100vh - 82px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-right: -30px;
  margin-left: -30px;
}
.lookbook-page .description-section {
  padding: 80px 0 20px;
}
.lookbook-page .description-section .title-wrap h4 {
  color: #7c7c7c;
  font-size: 20px;
  margin: 0 0 40px;
  font-family: Rubik-light;
  font-weight: 400;
  line-height: 1;
}
.lookbook-page .description-section .title-wrap h2 {
  font-size: 28px;
  font-family: Rubik-light;
  text-transform: uppercase;
  color: #282828;
  margin: 0 0 40px;
  font-weight: 400;
  line-height: 1.2;
}
.lookbook-page .description-section .title-wrap p {
  font-family: Rubik-light;
  font-size: 15px;
  margin: 0;
  line-height: 2;
}
.lookbook-page .description-section .desc-wrap p {
  font-family: Rubik-light;
  font-size: 15px;
  margin: 0;
  line-height: 2;
}
.lookbook-page .description-section .link-wrap {
  margin-top: 40px;
}
.lookbook-page .description-section .link-wrap a {
  text-decoration: underline;
  text-transform: uppercase;
  font-family: Rubik-light;
  font-size: 15px;
  margin: 0;
}
.lookbook-page .photo-section {
  padding: 80px 0;
}
.lookbook-page .photo-section img {
  display: inline-block;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.lookbook-page .photo-section-1 .left-col {
  padding-right: 80px;
  padding-top: 15vh;
}
.lookbook-page .photo-section-1 .left-col img {
  height: 70vh;
}
.lookbook-page .photo-section-1 .right-col img {
  height: 100vh;
}
.lookbook-page .photo-section-3 .left-col img {
  height: 100vh;
}
.lookbook-page .photo-section-3 .right-col {
  padding-left: 40px;
  padding-top: 40vh;
}
.lookbook-page .photo-section-3 .right-col img {
  height: 60vh;
}
.lookbook-page .photo-section-4 .left-col img {
  height: 82vh;
}
.lookbook-page .photo-section-4 .right-col {
  padding-left: 40px;
}
.lookbook-page .photo-section-4 .right-col img {
  height: 100vh;
}
.lookbook-page .photo-section-7 .left-col img {
  height: 100vh;
}
.lookbook-page .photo-section-7 .right-col {
  padding-top: 38vh;
}
.lookbook-page .photo-section-7 .right-col img {
  height: 62vh;
}
.lookbook-page .photo-section-8 .left-col {
  padding-top: 20vh;
}
.lookbook-page .photo-section-8 .left-col img {
  height: 60vh;
}
.lookbook-page .photo-section-8 .right-col img {
  height: 100vh;
}
.woocommerce input.button {
  outline: 0 !important;
  line-height: 1;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce input.button:hover {
  color: #282828;
  background-color: #eaeaea;
}
.woocommerce form.login,
.woocommerce form.register {
  border: 0;
  margin: 0;
  padding: 0;
}
.woocommerce form.checkout_coupon {
  border: 0;
  margin: 0;
  padding: 20px 0 40px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: none;
  width: 100%;
}
.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row input.form-control {
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.woocommerce form .form-row input.input-text {
  line-height: 1;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.woocommerce form .form-row .select2-container {
  outline: 0 !important;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e7e7e7;
  color: #979797;
  margin-bottom: 20px;
}
.woocommerce
  form
  .form-row
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  outline: 0 !important;
}
.woocommerce form .form-row textarea {
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce .woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-checkout #payment ul.payment_methods li {
    margin-left: -20px;
  }
}
.woocommerce .woocommerce-checkout #payment div.form-row {
  padding: 0;
}
.woocommerce .woocommerce-checkout #payment div.form-row #place_order {
  float: none;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  padding: 20px 60px;
  line-height: 1;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .woocommerce-checkout #payment div.form-row #place_order:hover {
  color: #282828;
  background-color: #eaeaea;
}
.lmp_products_loading {
  position: relative;
  width: 100%;
  height: 100px;
}
.lmp_products_loading:after {
  content: ' ';
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 1px);
  width: 48px;
  height: 2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#000),
    color-stop(30%, #000),
    color-stop(10%, #ccc)
  );
  background: -o-linear-gradient(left, #000, #000 30%, #ccc 10%);
  background: linear-gradient(to right, #000, #000 30%, #ccc 10%);
  -webkit-animation: loader-anim 1s linear infinite;
  animation: loader-anim 1s linear infinite;
}
.lmp_products_loading i {
  display: none !important;
}
@-webkit-keyframes loader-anim {
  to {
    background-position: 48px 0;
  }
}
@keyframes loader-anim {
  to {
    background-position: 48px 0;
  }
}
.mfp-bg {
  opacity: 1;
  background-color: #fff;
}
img.mfp-img {
  background-color: #fff;
  padding: 50px 0;
}
.mfp-figure:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mfp-bottom-bar {
  margin-top: -33px;
}
.mfp-title {
  color: #282828;
  font-size: 14px;
  font-family: Rubik-light;
  width: 100%;
  padding: 0;
  text-align: center;
}
.mfp-counter {
  display: none;
}
button.mfp-arrow {
  opacity: 1;
}
button.mfp-arrow:hover {
  opacity: 0.7;
}
button.mfp-close {
  height: 90px;
  width: 90px;
  line-height: 90px;
  font-size: 35px;
  opacity: 1;
  color: #000;
}
button.mfp-close:hover {
  opacity: 0.7;
}
.mfp-arrow:after,
.mfp-arrow:before {
  display: none;
}
.mfp-arrow-left {
  background: url(../img/cursor-arrow-left-black.png) no-repeat 50% 50% !important;
}
.mfp-arrow-right {
  background: url(../img/cursor-arrow-right-black.png) no-repeat 50% 50% !important;
}
.single-product .mfp-bottom-bar {
  display: none;
}
.single-product img.mfp-img {
  padding: 40px 0;
}
footer ul li {
  display: inline-block;
}
footer p {
  margin: 0;
}
.footer-top-bar {
  padding-top: 30px;
}
.footer-top-bar .footer-info-block {
  border: 1px solid #eaeaea;
  padding: 20px 75px;
  text-align: center;
}
.footer-top-bar .footer-info-block p {
  margin: 0;
  font-size: 13px;
}
.footer-top-bar .footer-info-block .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.footer-middle-bar {
  padding-bottom: 30px;
}
.footer-middle-bar .logos-wrap {
  padding: 80px 0;
  text-align: center;
}
.footer-middle-bar .logos-wrap p {
  margin: 0;
  margin-bottom: 12px;
}
.footer-middle-bar .logos-wrap .text-logo {
  font-family: Rubik-medium;
  font-size: 13px;
  text-transform: uppercase;
  color: #282828;
}
.footer-middle-bar .logos-wrap .copyright {
  font-size: 11px;
  margin-bottom: 50px;
}
.footer-middle-bar .socials {
  text-align: left;
}
.footer-middle-bar .socials li {
  margin-right: 40px;
  font-size: 13px;
}
.footer-middle-bar .socials li:last-of-type {
  margin-right: 0;
}
.footer-middle-bar .newsletter-title {
  margin: 0;
  text-align: center;
}
.footer-middle-bar .newsletter-form {
  text-align: right;
}
.footer-middle-bar .newsletter-form .button-text {
  margin-left: 20px;
}
.footer-bottom-section {
  padding: 30px 45px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer-bottom-section:before {
  content: ' ';
  position: absolute;
  width: calc(100% - 90px);
  height: 1px;
  background-color: #e7e7e7;
  top: 0;
  left: 45px;
}
.footer-bottom-section .menu-footer-menu-container {
  width: 100%;
}
.footer-bottom-section .menu-footer-menu-container .foot-bottom-menu {
  width: 100%;
  text-align: left;
}
.footer-bottom-section .menu-footer-menu-container .foot-bottom-menu li {
  margin-right: 40px;
  font-size: 13px;
}
.footer-bottom-section
  .menu-footer-menu-container
  .foot-bottom-menu
  li:last-of-type {
  margin-right: 0;
}
.footer-bottom-section .socials {
  margin-right: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-bottom-section .socials li a {
  font-size: 13px;
}
.footer-bottom-section .socials li + li {
  margin-left: 45px;
}
.footer-bottom-section .studio a {
  white-space: nowrap;
}
.footer-bottom-section .madeby {
  text-align: right;
  font-size: 13px;
  color: #979797;
  margin: 0;
}
@media (max-width: 992px) {
  .footer-bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
  }
  .footer-bottom-section .foot-bottom-menu {
    margin-bottom: 6px;
    text-align: center;
  }
  .footer-bottom-section .socials {
    margin-bottom: 6px;
    margin-right: 0;
  }
}
.footer-news {
  margin-top: 30px;
  height: 216px;
}
.footer-news .newsletter-overlay {
  height: 100%;
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
.footer-news .newsletter-overlay_btn {
  border: none;
  background: 0 0;
  outline: 0;
}
.footer-news .newsletter-form {
  height: 216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #eaeaea;
}
.footer-news .newsletter-form form {
  width: 360px;
}
.footer-news .newsletter-form_row {
  width: 360px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-news .newsletter-form_inp {
  width: calc(100% - 60px);
  padding-left: 0;
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
}
.footer-news .newsletter-form_btn {
  border: none;
  border-bottom: 1px solid #eaeaea;
  background: 0 0;
  text-transform: uppercase;
  outline: 0;
  white-space: nowrap;
}
.footer-news .newsletter-form_btn.m-disable {
  cursor: not-allowed;
  opacity: 0.6;
}
.footer-news .newsletter-form_rodo {
  margin-top: 6px;
}
.footer-news .newsletter-form_rodo * {
  font-size: 12px;
}
.footer-news .newsletter-form_rodo a {
  text-decoration: underline;
}
@media (max-width: 540px) {
  .footer-news .newsletter-form_row {
    width: calc(100% - 40px);
  }
}
.footer-news .newsletter-msg {
  height: 100%;
  width: calc(100% - 30px);
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 15px;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
.footer-news .newsletter-msg.m-hidden {
  display: none;
  pointer-events: none;
}
.footer-news .newsletter-msg_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.woocommerce-LostPassword.lost_password label input {
  margin-right: 5px;
}
.woocommerce-LostPassword.lost_password label + a {
  float: right;
}
.footer-middle-bar {
  padding-bottom: 15px;
}
.submit-disabled {
  display: none;
}
@media (min-width: 992px) {
  #colophon .input-minimal {
    float: left;
  }
}
form.login label[for='rememberme'],
form.login label[for='rememberme'] + a {
  font-size: 12px;
}
form.login label[for='rememberme'] + a {
  padding-top: 4px;
}
input[type='submit'][name='register'][disabled='disabled'] {
  opacity: 1 !important;
}
.woocommerce form .form-row label[for='rodo-field'] {
  line-height: 1.4 !important;
}
.rodo-field input,
.woocommerce-LostPassword.lost_password input {
  visibility: hidden;
  display: none;
}
.rodo-field label,
.woocommerce-LostPassword.lost_password {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}
.woocommerce-LostPassword.lost_password.active label:after {
  opacity: 1;
}
.checkout-page .woocommerce-shipping-fields .create-newsletter-account {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .checkout-page .woocommerce-shipping-fields .create-newsletter-account {
    margin-left: -20px;
  }
}
.s-search_ttl {
  display: none;
}
.s-search_list .product-item {
  height: 0;
  padding-bottom: 150%;
  position: relative;
  z-index: 1;
  background-color: #f8f8f8;
  margin-bottom: 35px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-search_list .product-item .b-product-wishlist {
  height: 16px;
  width: 16px;
  position: absolute;
  top: 14px;
  right: 0;
}
.s-search_list .product-item .b-product-wishlist_add,
.s-search_list .product-item .b-product-wishlist_remove {
  height: 100%;
  width: 100%;
  outline: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.s-search_list .product-item .b-product-wishlist_add {
  border: 1px solid #282828;
  background-color: #fff;
}
.s-search_list .product-item .b-product-wishlist_add.m-off {
  display: none;
}
.s-search_list .product-item .b-product-wishlist_remove {
  background-color: #282828;
  border: none;
}
.s-search_list .product-item .b-product-wishlist_remove.m-off {
  display: none;
}
.s-search_list .product-item .product-hero {
  width: 100%;
  height: 0;
  padding-bottom: calc(150% - 92px) !important;
  position: relative;
}
.s-search_list .product-item .product-hero_img-back,
.s-search_list .product-item .product-hero_img-front {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.s-search_list .product-item .product-hero_img-front {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.s-search_list .product-item .product-hero_img-back {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.s-search_list .product-item .product-hero:hover .product-hero_img-back {
  opacity: 1;
}
.s-search_list .product-item .product-hero:hover .product-hero_img-front {
  opacity: 0;
}
.s-search_list .product-item .custom-link {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.s-search_list .product-item .product-info {
  height: 92px;
  width: 100%;
  padding-top: 10px !important;
  background-color: #f8f8f8;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.s-search_list .product-item .product-info .product-info-inner {
  width: 100%;
}
.s-search_list .product-item .product-info p {
  margin: 0;
}
.s-search_list .product-item .product-info .pname {
  font-weight: 300;
}
.s-search_list .product-item .product-info .pprice {
  margin-bottom: 14px;
}
.s-search_list .product-item .product-info .pprice span {
  color: #282828;
  font-size: 14px;
}
.s-search_list .product-item .product-info .pprice del {
  opacity: 1;
  margin-right: 10px;
}
.s-search_list .product-item .product-info .pprice ins {
  font-weight: 400;
  text-decoration: none;
}
.s-search_list .product-item .product-info .pvars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-start;
  -webkit-justify-content: space-start;
  -ms-flex-pack: space-start;
  justify-content: space-start;
}
.s-search_list .product-item .product-info .pvars-variation + .pvars-variation {
  margin-left: 10px;
}
.s-search_list .product-item .product-info .pvars .m-out-of-stock {
  text-decoration: line-through;
}
.s-search_list .product-item .product-info .out-stock {
  text-transform: uppercase;
  font-size: 12px;
  color: #951e2c;
  width: 100%;
  text-align: left;
}
.s-search_list .product-item .product-info a.button {
  background-color: transparent;
}
.s-search_list .product-item .product-info a.added_to_cart {
  display: none !important;
}
@media (min-width: 2000px) {
  #content {
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 2000px) {
  body,
  html {
    height: unset !important;
  }
  body {
    overflow-y: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .top-slider .top-owl-slider .owl-next,
  .top-slider .top-owl-slider .owl-prev {
    display: none;
  }
  .header .header-top-section .main-head-bar {
    padding: 30px 5px;
  }
  .header .header-top-section .main-head-bar:after {
    width: calc(100% - 40px);
    left: 20px;
  }
  .site-content {
    padding: 0 5px;
  }
  .category-bar .category-nav li {
    margin-right: 20px;
  }
  .products-section .products-wrapper .product-item {
    margin-bottom: 45px;
  }
  .products-section .products-wrapper .product-item .product-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    padding: 0;
  }
  .products-section .products-wrapper .product-item .product-info {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 20px 0;
    bottom: 0;
    top: auto;
    height: 90px;
    background-color: #fff;
  }
  .products-section
    .products-wrapper
    .product-item
    .product-info
    .add_to_cart_button {
    display: none;
  }
  .products-section .products-wrapper .product-item .product-info .pcategory {
    display: none;
  }
  .products-section .products-wrapper .product-item .product-info .out-stock {
    display: none;
  }
  .products-section .products-wrapper .product-item .product-info .pname {
    margin-bottom: 0;
  }
  .products-section .products-wrapper .product-item .product-info .pprice {
    margin-bottom: 0;
  }
  .single-product-wrap .related.products .product-item {
    padding-bottom: 200%;
    margin-bottom: 45px;
  }
  .single-product-wrap .related.products .product-item .product-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 90px);
    padding: 0;
  }
  .single-product-wrap .related.products .product-item .product-info {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 20px 0;
    bottom: 0;
    top: auto;
    height: 90px;
    background-color: #fff;
  }
  .single-product-wrap .related.products .product-item .product-info .button {
    display: none;
  }
  .single-product-wrap
    .related.products
    .product-item
    .product-info
    .pcategory {
    display: none;
  }
  .single-product-wrap
    .related.products
    .product-item
    .product-info
    .out-stock {
    display: none;
  }
  .single-product-wrap .related.products .product-item .product-info .pname {
    margin-bottom: 0;
    padding-right: 16px;
  }
  .single-product-wrap .related.products .product-item .product-info .pprice {
    margin-bottom: 0;
  }
  .lookbook-page .photo-section {
    padding: 60px 0;
  }
  .lookbook-page .photo-section-1 .left-col,
  .lookbook-page .photo-section-3 .left-col,
  .lookbook-page .photo-section-4 .left-col,
  .lookbook-page .photo-section-7 .left-col,
  .lookbook-page .photo-section-8 .left-col {
    padding: 0;
  }
  .lookbook-page .photo-section-1 .left-col img,
  .lookbook-page .photo-section-3 .left-col img,
  .lookbook-page .photo-section-4 .left-col img,
  .lookbook-page .photo-section-7 .left-col img,
  .lookbook-page .photo-section-8 .left-col img {
    height: auto;
  }
  .lookbook-page .photo-section-1 .right-col,
  .lookbook-page .photo-section-3 .right-col,
  .lookbook-page .photo-section-4 .right-col,
  .lookbook-page .photo-section-7 .right-col,
  .lookbook-page .photo-section-8 .right-col {
    padding: 0;
  }
  .lookbook-page .photo-section-1 .right-col img,
  .lookbook-page .photo-section-3 .right-col img,
  .lookbook-page .photo-section-4 .right-col img,
  .lookbook-page .photo-section-7 .right-col img,
  .lookbook-page .photo-section-8 .right-col img {
    height: auto;
  }
  .blog-temp .blog-posts-wrap .post-item {
    margin-bottom: 40px;
    margin-top: 0 !important;
  }
  .checkout-page .checkout-total-wrap {
    padding-left: 0;
  }
  .happy-people-popup-form fieldset {
    padding: 80px;
  }
  .footer-top-bar .footer-info-block {
    padding: 20px 15px;
  }
  .footer-middle-bar .socials li {
    margin-right: 10px;
  }
  .footer-middle-bar .newsletter-title {
    text-align: center;
  }
  .footer-middle-bar .newsletter-form {
    text-align: left;
  }
  .footer-middle-bar .newsletter-form .input-minimal {
    max-width: 140px;
    margin-right: 10px;
  }
  .footer-middle-bar .newsletter-form .button-text {
    margin-left: 0;
  }
  .footer-bottom-section {
    padding: 20px 5px;
  }
  .footer-bottom-section:before {
    width: calc(100% - 40px);
    left: 20px;
  }
  .footer-bottom-section .foot-bottom-menu li {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .site-content {
    padding: 0;
  }
  .header .header-top-section .main-head-bar {
    padding: 30px 0;
    font-size: 16px;
  }
  .header .header-top-section .main-head-bar .logo {
    margin-bottom: 0;
  }
  .header .header-top-section .main-head-bar:after {
    width: 100%;
    left: 0;
  }
  .header .header-top-section .primary-menu-bar {
    height: 100vh;
    padding: 30px 20px;
  }
  .header .header-top-section .primary-menu-bar ul {
    width: 100%;
    margin-bottom: 20px;
  }
  .header .header-top-section .primary-menu-bar ul li {
    width: 100%;
  }
  .header .header-top-section .primary-menu-bar .user-nav {
    text-align: left;
  }
  .header .header-top-section .primary-menu-bar .user-nav li {
    margin: 0;
  }
  .header .header-top-section .primary-menu-bar .lang-switch {
    text-align: left;
  }
  .header .header-top-section .primary-menu-bar .lang-switch li {
    margin: 0;
  }
  .pop-cart-wrap .cart-header .cart-toggle {
    display: block;
  }
  .category-bar {
    padding: 40px 0 45px;
  }
  .products-section .products-wrapper .product-item .product-hero {
    padding: 0;
  }
  .products-section .products-wrapper .product-item .product-info {
    height: 90px;
  }
  .single-product-wrap {
    padding: 0;
  }
  .single-product-wrap .product-nav-wrap {
    display: none;
  }
  .single-product-wrap .description-wrap .add-cart-wrap {
    margin-bottom: 20px;
  }
  .single-product-wrap .description-wrap .single_add_to_cart_button.button {
    width: 100%;
    padding: 20px;
  }
  .single-product-wrap .description-wrap .product-info-tabs .tab-nav li {
    margin-right: 20px;
  }
  .single-product-wrap .parent-wrap .col-md-8 {
    padding: 0;
  }
  .single-product-wrap .gallery-wrap {
    margin-top: -5px;
  }
  .single-product-wrap .gallery-wrap .gallery-item {
    margin-bottom: 0;
  }
  .single-product-wrap .gallery-wrap .owl-item {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
  }
  .single-product-wrap .gallery-wrap .owl-item img {
    max-width: 100%;
  }
  .single-product-wrap .gallery-wrap .owl-nav {
    display: none;
  }
  .single-product-wrap .related.products {
    padding-top: 20px;
  }
  .single-product-wrap .related.products .product-item {
    margin-bottom: 0;
  }
  .single-product-wrap .related.products .product-item .product-hero {
    padding: 0;
  }
  .single-product-wrap .related.products .product-item .product-info {
    height: 90px;
  }
  .single-product-wrap .related.products .col-md-4:nth-of-type(3) {
    display: none;
  }
  .checkout-page .left-col {
    padding: 0 15px;
  }
  .checkout-page .right-col {
    padding: 0 15px;
  }
  .checkout-page .woocommerce-checkout #payment div.form-row #place_order {
    width: 100%;
  }
  .checkout-page .checkout-total-wrap {
    padding-left: 0;
  }
  .thankyou-page-wrap {
    padding: 20px 0;
  }
  .thankyou-page-wrap .woocommerce-thankyou-order-details-wrap {
    padding: 40px 10px 20px;
  }
  .thankyou-page-wrap .bottom-buttons-wrap .button {
    margin-bottom: 20px;
  }
  .thankyou-page-wrap .bottom-buttons-wrap .button.left {
    border-right: 1px;
  }
  .lookbook-page {
    padding: 0 0 60px;
  }
  .lookbook-page .top-banner-section {
    height: 50vh;
  }
  .lookbook-page .photo-section {
    padding: 0;
  }
  .lookbook-page .photo-section img {
    margin-bottom: 40px;
  }
  .blog-temp .blog-posts-wrap .filters-wrap {
    display: none;
  }
  .happy-people-popup-form {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .happy-people-popup-form fieldset {
    padding: 60px 20px;
  }
  .happy-people-popup-form fieldset.page-3 .preview-wrap {
    text-align: center;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .happy-people-popup-form fieldset.page-3 .preview-wrap .preview-img {
    margin: 20px 0 40px;
  }
  .footer-top-bar {
    display: none;
  }
  .footer-middle-bar {
    padding-bottom: 20px;
  }
  .footer-middle-bar .socials {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-middle-bar .newsletter-title {
    margin-bottom: 20px;
  }
  .footer-middle-bar .newsletter-form {
    text-align: center;
  }
  .footer-middle-bar .newsletter-form .input-minimal {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    max-width: 100%;
  }
  .footer-middle-bar
    .newsletter-form
    .input-minimal::-webkit-input-placeholder {
    text-align: center;
  }
  .footer-bottom-section {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .site-content {
    padding: 0 30px;
  }
  .category-bar .category-nav li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .campaigns-temp .campaigns-items-wrap .item img {
    max-height: 650px;
  }
  .category-bar .category-nav li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .category-bar .category-nav li {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .header .header-top-section .primary-menu-bar .primary-nav {
    text-align: center;
  }
  .category-bar .category-nav li {
    margin-right: 40px;
  }
  .products-section .products-wrapper .product-item .product-hero {
    padding: 0;
  }
  .products-section .products-wrapper .product-item .product-info {
    padding: 0;
  }
  .products-section
    .products-wrapper.filter-opened
    .product-item
    .product-hero {
    padding: 0;
  }
  .products-section
    .products-wrapper.filter-opened
    .product-item
    .product-info {
    padding: 0;
  }
  .products-section
    .products-wrapper.filter-opened
    .product-item
    .product-info
    .out-stock {
    bottom: 25px;
  }
  .single-product-wrap .related.products .product-item .product-hero {
    padding: 0;
  }
  .single-product-wrap .related.products .product-item .product-info {
    padding: 0;
  }
  .campaigns-temp .campaigns-items-wrap .item img {
    max-height: 900px;
  }
}
@media only screen and (min-width: 2000px) {
  .category-bar .category-nav li {
    margin-right: 50px;
  }
  .products-section .products-wrapper .product-item {
    height: 1100px;
  }
  .products-section .products-wrapper .product-item .product-hero {
    padding: 0;
  }
  .products-section .products-wrapper .product-item .product-info {
    padding: 0;
  }
  .products-section .products-wrapper.filter-opened .product-item {
    height: 700px;
  }
  .products-section
    .products-wrapper.filter-opened
    .product-item
    .product-hero {
    padding: 0;
  }
  .products-section
    .products-wrapper.filter-opened
    .product-item
    .product-info {
    padding: 0;
  }
  .single-product-wrap .related.products .product-item {
    margin-bottom: 80px;
  }
  .single-product-wrap .related.products .product-item .product-hero {
    padding: 0;
  }
  .single-product-wrap .related.products .product-item .product-info {
    padding: 0;
  }
  .campaigns-temp .campaigns-items-wrap .item img {
    max-height: 1100px;
  }
}
@media print {
  .header,
  footer {
    display: none;
  }
  .single-blogpost-wrap .related-posts-wrap,
  .single-blogpost-wrap .share-post-wrap,
  .single-blogpost-wrap .top-title-banner {
    display: none;
  }
  .single-blogpost-wrap .post-content .main-content img {
    height: 40vh;
  }
}
