@charset "UTF-8";
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-wrapper.is-disabled {
  transform: translate3d(0px, 0, 0) !important; }

.swiper-pagination.is-disabled {
  display: none; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

#toast-container * {
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff; }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f;
  text-align: center;
  font-size: 15px; }
  .toast-error .toast-progress {
    background-color: #7e1f0f;
    height: 3px; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #4f8a10; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

#toast-container {
  transition: all .5s ease; }

#toast-container > .toast-error {
  padding: 10px; }

#toast-container > .toast-success {
  padding: 10px;
  background-color: #dff2bf;
  color: #000000;
  text-align: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: all .5s ease; }
  #toast-container > .toast-success.is-active {
    transform: translateY(0);
    opacity: 1; }
  #toast-container > .toast-success a {
    color: #FF9600;
    font-weight: 500; }
    #toast-container > .toast-success a:hover {
      color: #000000; }

.upper {
  text-transform: uppercase; }

.no-margin {
  margin: 0; }

.u-row {
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px; }

.u-col-6 {
  width: 50%;
  padding: 15px; }

.admin-bar .header-sticky {
  top: 32px; }
  @media only screen and (max-width: 599px) {
    .admin-bar .header-sticky {
      top: 0; } }

@media only screen and (max-width: 767px) {
  .admin-bar .header {
    transition: all 0.3s ease;
    transform: translateY(46px); } }

@media only screen and (max-width: 599px) {
  #wpadminbar #wp-admin-bar-wpseo-menu {
    display: none !important; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s ease; }
  a:hover {
    color: #FF9600; }

.messages-hidden {
  display: none; }

body {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px; }

@media only screen and (max-width: 767px) {
  main.page,
  main.account-page {
    padding-top: 120px; } }

.container,
.wrapper {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .container,
    .wrapper {
      padding: 0 15px; } }

.icon {
  display: block;
  width: 100%;
  height: 100%;
  transition: fill .3s ease; }

/* NAV
** Header
** Top Header
** Main Header
** Header top right menu
*/
.header {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      background-color: #ffffff; } }
  @media only screen and (max-width: 767px) {
    .header.is-sticky .header-main__search {
      opacity: 0;
      pointer-events: none; } }
  @media only screen and (max-width: 767px) {
    .header.is-sticky .header-main {
      box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.3); } }
  @media only screen and (max-width: 767px) {
    .header.is-sticky .header-main__inner {
      padding: 14px 0; } }
  @media only screen and (max-width: 767px) {
    .header.is-sticky .header-nav-menu {
      top: auto;
      max-height: calc(100vh - 70px); } }

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  transform: translateY(-100%);
  transition: transform .5s ease-in-out;
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    .header-sticky {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .header-sticky__desktop {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .header-sticky__mobile {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .header-sticky .header-main__inner {
      padding: 14px 0; } }
  .header-sticky.is-sticky {
    transform: translateY(0); }
  .header-sticky .main-menu > ul > li:not(:last-child) > a:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    top: 40%;
    bottom: auto;
    background: rgba(0, 0, 0, 0.2);
    width: 2px;
    height: 10px; }

.header-top {
  background-color: #000000;
  color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .header-top {
      display: none; } }
  .header-top__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    min-height: 40px; }
  .header-top__nav {
    display: -ms-flexbox;
    display: flex; }
  .header-top__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
  .header-top__actions > div {
    width: auto; }
  .header-top__actions > div > ul > li > a {
    background-color: transparent;
    border: none;
    color: #a8a8a8; }
  .header-top__actions > div > ul > li > ul {
    border: none !important;
    top: 35px !important;
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.3);
    background-color: #ffffff;
    padding: 5px 0; }
  .header-top__actions > div > ul > li:hover {
    background-color: transparent;
    border: none;
    color: #a8a8a8; }
    .header-top__actions > div > ul > li:hover a {
      background-color: transparent !important;
      border: none !important; }
  .header-top__actions .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    top: calc(50% - 1px);
    border: 0.25em solid transparent;
    border-top: 0.34em solid; }
  .header-top__actions .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
    padding-right: 24px; }
  .header-top__actions .wpml-ls-legacy-dropdown-click .wpml-ls-item {
    position: relative; }
    .header-top__actions .wpml-ls-legacy-dropdown-click .wpml-ls-item:before {
      content: '';
      position: absolute;
      left: auto;
      right: -10px;
      top: 7px;
      bottom: auto;
      background: rgba(255, 255, 255, 0.2);
      width: 1px;
      height: 10px; }
  .header-top .wpml-ls-legacy-dropdown-click a {
    color: #a8a8a8; }
  .header-top .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    border: none;
    padding: 7px 10px; }
  .header-top .wpml-ls-legacy-dropdown-click a:hover, .header-top .wpml-ls-legacy-dropdown-click a:focus, .header-top .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
    color: #FF9600;
    background-color: transparent; }
  .header-top .wpml-ls-legacy-dropdown {
    width: auto; }
  .header-top .wpml-ls-legacy-dropdown a {
    background-color: transparent;
    border: none;
    color: #a8a8a8; }
  .header-top .wpml-ls-legacy-dropdown a:hover, .header-top .wpml-ls-legacy-dropdown a:focus, .header-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
    background-color: transparent;
    border: none;
    color: #a8a8a8; }
  .header-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    left: auto;
    right: 0;
    background-color: #ffffff;
    padding: 10px 15px;
    top: 0;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.3); }
  .header-top .wpml-ls-legacy-dropdown .wpml-ls-item {
    position: relative; }
    .header-top .wpml-ls-legacy-dropdown .wpml-ls-item:before {
      content: '';
      position: absolute;
      left: auto;
      right: -10px;
      top: 7px;
      bottom: auto;
      background: rgba(255, 255, 255, 0.2);
      width: 1px;
      height: 10px; }
  .header-top .wpml-ls-sub-menu {
    min-width: 160px;
    padding: 5px;
    right: 0;
    left: auto; }

.header-main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 767px) {
    .header-main {
      border: none; } }
  .header-main__burger {
    display: none; }
    @media only screen and (max-width: 767px) {
      .header-main__burger {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        width: 34px;
        height: 34px;
        margin-left: -14px; }
        .header-main__burger .icon {
          width: 20px;
          height: 20px; } }
  .header-main__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 45px 0;
    min-height: 146px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .header-main__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        min-height: 70px;
        padding: 15px 0 62px;
        transition: all 0.3s ease; } }
  .header-main__logo {
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 246px; }
    @media only screen and (max-width: 767px) {
      .header-main__logo {
        top: 20px;
        max-width: 170px; } }
    @media only screen and (max-width: 599px) {
      .header-main__logo {
        position: static;
        max-width: 100px;
        margin-left: 5px; } }
  .header-main__actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 767px) {
      .header-main__actions {
        margin-left: auto;
        position: relative; } }
  @media only screen and (max-width: 767px) {
    .header-main__search {
      position: absolute;
      bottom: 0;
      background: #000000;
      padding: 5px 15px;
      line-height: 15px;
      text-align: center;
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px);
      min-height: 50px;
      transition: all 0.15s ease; } }

.header-top-right-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0;
  margin: 0; }

.header-top-right-menu li {
  position: relative;
  list-style: none; }
  .header-top-right-menu li:not(:last-child):before {
    content: '';
    position: absolute;
    left: auto;
    right: -10px;
    top: 5px;
    bottom: auto;
    background: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 10px; }

.header-top-right-menu a {
  margin-left: 15px;
  text-transform: capitalize;
  font-size: 13px;
  position: relative;
  padding: 0 5px;
  color: #a8a8a8;
  transition: all 0.3s ease-out 0s;
  text-decoration: none; }
  .header-top-right-menu a:hover {
    color: #FF9600; }

@media only screen and (min-width: 768px) {
  .header-nav-menu {
    display: block !important; } }

@media only screen and (max-width: 767px) {
  .header-nav-menu {
    display: none;
    position: absolute;
    top: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.87);
    width: 100%;
    z-index: 999;
    padding-bottom: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 100px); } }

@media only screen and (min-width: 768px) {
  .header-nav-menu .socials {
    display: none; } }

@media only screen and (max-width: 767px) {
  .header-nav-menu .socials {
    margin-top: 20px;
    margin-left: 15px; } }

.wpml-ls-legacy-dropdown-click {
  width: 50px; }
  .wpml-ls-legacy-dropdown-click a {
    border: none;
    font-size: 18px;
    background: transparent !important;
    color: #000000 !important;
    padding: 5px; }
    .wpml-ls-legacy-dropdown-click a:hover {
      background: transparent;
      color: #FF9600 !important; }
    .wpml-ls-legacy-dropdown-click a::after {
      display: none !important; }
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
      padding-right: 5px; }
  .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: none;
    background: #fff; }

.footer {
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  clear: both;
  margin: 0;
  font-size: 12px; }

.footer-main {
  padding: 70px 0 50px;
  line-height: 30px; }
  @media only screen and (max-width: 979px) {
    .footer-main {
      padding: 30px 0 30px; } }
  .footer-main__inner {
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    @media only screen and (max-width: 979px) {
      .footer-main__inner {
        -ms-flex-direction: column;
            flex-direction: column; } }
  @media only screen and (max-width: 979px) {
    .footer-main__toggle {
      display: none; } }
  .footer-main__col {
    width: 25%;
    border-right: 1px solid rgba(234, 234, 234, 0.14);
    padding: 0 35px; }
    @media only screen and (max-width: 1400px) {
      .footer-main__col {
        padding: 0 15px; } }
    @media only screen and (max-width: 979px) {
      .footer-main__col {
        border: none;
        width: 100%;
        padding: 0;
        -ms-flex-order: 2;
            order: 2; }
        .footer-main__col--subscribe {
          -ms-flex-order: 1;
              order: 1;
          margin-bottom: 16px; } }
    .footer-main__col:first-child {
      padding-left: 15px;
      padding-right: 15px; }
      @media only screen and (max-width: 1230px) {
        .footer-main__col:first-child {
          width: auto; } }
    .footer-main__col:last-child {
      padding-right: 15px;
      border: none;
      max-width: 423px;
      width: 100%; }
      @media only screen and (max-width: 1230px) {
        .footer-main__col:last-child {
          max-width: 320px; } }
      @media only screen and (max-width: 979px) {
        .footer-main__col:last-child {
          padding: 0;
          max-width: 500px;
          margin-top: 24px; } }
    @media only screen and (max-width: 1230px) {
      .footer-main__col:nth-child(2), .footer-main__col:nth-child(3) {
        width: 20%; } }
    @media only screen and (max-width: 979px) {
      .footer-main__col:nth-child(2), .footer-main__col:nth-child(3) {
        width: 100%;
        margin-top: 12px; } }
  .footer-main h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px; }
    @media only screen and (max-width: 979px) {
      .footer-main h5 {
        margin: 5px 0;
        position: relative;
        display: block;
        text-align: left;
        color: #ffffff; }
        .footer-main h5:before {
          position: absolute;
          right: 0;
          top: 4px;
          width: 20px;
          height: 20px;
          transform: rotate(90deg);
          background-image: url(../images/icons/right-arrow.svg);
          background-size: 12px;
          background-repeat: no-repeat;
          background-position: center; }
        .footer-main h5.is-active:before {
          transform: rotate(-90deg); } }
  .footer-main ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0; }
  .footer-main li {
    position: relative;
    letter-spacing: 1.1px; }
  @media only screen and (max-width: 979px) {
    .footer-main__title {
      text-align: center !important; }
      .footer-main__title:before {
        display: none !important; } }
  @media only screen and (max-width: 979px) {
    .footer-main .container {
      max-width: 100%;
      margin: 0 15px; } }

.footer-menu a {
  position: relative;
  font-size: 13px; }
  .footer-menu a:before {
    position: relative;
    top: 12px;
    left: 0;
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 3px;
    margin-right: 10px;
    border-style: solid;
    border-width: 0.12em 0.12em 0 0;
    transform: rotate(45deg); }

.footer-tail-container {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(234, 234, 234, 0.14);
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  color: #ffffff; }
  @media only screen and (max-width: 979px) {
    .footer-tail-container {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }

.footer-tail--left a {
  margin-left: 70px; }
  @media only screen and (max-width: 767px) {
    .footer-tail--left a {
      margin-left: 0;
      display: block; } }

.footer-tail--right {
  font-size: 14px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 979px) {
    .footer-tail--right {
      margin-bottom: 12px;
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .footer-tail--right span {
        width: 100%; }
      .footer-tail--right a {
        width: 50%; } }
  .footer-tail--right svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
    margin-right: 6px; }
  .footer-tail--right a {
    margin-left: 18px;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 767px) {
      .footer-tail--right a {
        margin-left: 0;
        margin-top: 8px; } }
    .footer-tail--right a:hover {
      color: #FF9600; }
      .footer-tail--right a:hover svg {
        fill: #FF9600; }

.footer-tail-icon.fa {
  font-size: 25px;
  margin-right: 8px; }

.page-wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .page-wrapper {
      padding-bottom: 30px; } }

.page-aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
  padding: 0 15px;
  margin-left: -15px; }

.page-content {
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px); }

.categories-preview {
  margin-top: 50px; }
  .categories-preview__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 30px;
    padding: 0; }
    .categories-preview__tabs li {
      list-style: none;
      padding: 10px 20px;
      font-size: 13px;
      font-weight: 500;
      cursor: pointer;
      text-transform: uppercase;
      -webkit-user-select: none;
          -ms-user-select: none;
              user-select: none; }
      .categories-preview__tabs li:hover, .categories-preview__tabs li.is-active {
        color: #000000; }
  .categories-preview .container {
    position: relative; }

.parallax-banner {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  background-attachment: fixed;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .parallax-banner {
      padding: 80px 0; } }
  .parallax-banner__wrapper {
    margin: 40px 390px;
    position: relative; }
    @media only screen and (max-width: 1400px) {
      .parallax-banner__wrapper {
        margin: 40px 300px; } }
    @media only screen and (max-width: 1299px) {
      .parallax-banner__wrapper {
        margin: 40px 200px; } }
    @media only screen and (max-width: 979px) {
      .parallax-banner__wrapper {
        margin: 40px 100px; } }
    @media only screen and (max-width: 767px) {
      .parallax-banner__wrapper {
        margin: 40px 0; } }
    .parallax-banner__wrapper:before {
      content: '';
      position: absolute;
      top: -50%;
      transform: translate(0, -50%);
      left: 0;
      right: 0;
      width: 20px;
      height: 20px;
      background-color: #ffffff;
      border-radius: 50%;
      z-index: 5;
      margin: 0 auto; }
    .parallax-banner__wrapper:after {
      content: '';
      position: absolute;
      top: -34%;
      right: 0;
      left: 0;
      border-width: 2px 0 0 2px;
      border-style: solid;
      border-color: #ffffff;
      height: 125px;
      width: 125px;
      transform: rotate(45deg);
      margin: 0 auto;
      z-index: 1; }
      @media only screen and (max-width: 599px) {
        .parallax-banner__wrapper:after {
          height: 119px;
          width: 119px; } }
  .parallax-banner__inner {
    border: 10px solid white;
    position: relative; }
    .parallax-banner__inner:before {
      top: -10px;
      left: -10px;
      bottom: -10px;
      right: -10px;
      transform-origin: center;
      box-sizing: inherit;
      content: '';
      position: absolute;
      border-top-width: 10px;
      border-top-style: solid;
      border-top-color: #FF9600;
      border-bottom-width: 10px;
      border-bottom-style: solid;
      border-bottom-color: #FF9600;
      transform: scale3d(0, 1, 1);
      transition: all 0.3s linear 0s; }
    .parallax-banner__inner:after {
      top: -10px;
      left: -10px;
      bottom: -10px;
      right: -10px;
      transform-origin: center;
      box-sizing: inherit;
      content: '';
      position: absolute;
      border-left-width: 10px;
      border-left-style: solid;
      border-left-color: #FF9600;
      border-right-width: 10px;
      border-right-style: solid;
      border-right-color: #FF9600;
      transform: scale3d(1, 0, 1);
      transition: all 0.3s linear 0s; }
    .parallax-banner__inner:hover:before, .parallax-banner__inner:hover:after {
      transform: scale3d(1, 1, 1); }
    .parallax-banner__inner:hover .parallax-banner__text:first-child {
      text-shadow: 0 0 0 white, 0 0 0 white, 0 0 0 white, 0 0 10px #ff9600, 0 0 0 #ff9600, 0 0 80px #ff9600, 0 0 10px #ff9600; }
    .parallax-banner__inner:hover .parallax-banner__text:last-child {
      text-shadow: 0 0 0 white, 0 0 0 white, 0 0 0 white, 0 0 10px #ff9600, 0 0 0 #ff9600, 0 0 80px #ff9600, 0 0 10px #ff9600; }
  .parallax-banner__text-wrapper {
    padding: 35px;
    display: block; }
    @media only screen and (max-width: 1299px) {
      .parallax-banner__text-wrapper {
        padding: 30px; } }
    @media only screen and (max-width: 599px) {
      .parallax-banner__text-wrapper {
        padding: 25px; } }
  .parallax-banner__text {
    transition: all 0.3s ease-out 0s;
    margin: 0; }
    .parallax-banner__text:first-child {
      font-size: 32px;
      line-height: 35px;
      color: #ffffff;
      font-family: 'Parisienne', sans-serif;
      margin-bottom: 20px;
      display: block; }
    .parallax-banner__text:last-child {
      font-size: 32px;
      line-height: 40px;
      text-transform: uppercase;
      font-family: 'Philosopher', sans-serif;
      letter-spacing: 1px;
      display: block;
      color: #ffffff; }
      @media only screen and (max-width: 979px) {
        .parallax-banner__text:last-child {
          font-size: 25px;
          line-height: 30px; } }
      @media only screen and (max-width: 599px) {
        .parallax-banner__text:last-child {
          font-size: 19px;
          line-height: 25px; } }

.products-layout-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 599px) {
    .products-layout-wrap {
      display: block; } }
  .products-layout-wrap.is-list {
    display: block;
    margin: 0; }
    .products-layout-wrap.is-list .product-thumb {
      display: block;
      width: 100%;
      margin-bottom: 30px;
      padding: 10px;
      border: 1px solid #ebebeb; }
      .products-layout-wrap.is-list .product-thumb__inner {
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (max-width: 767px) {
          .products-layout-wrap.is-list .product-thumb__inner {
            display: block;
            text-align: center; } }
      .products-layout-wrap.is-list .product-thumb__image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        overflow: hidden;
        margin: 0;
        max-width: 328px;
        width: 100%; }
        .products-layout-wrap.is-list .product-thumb__image a {
          display: block;
          width: 100%;
          height: 100%; }
        @media only screen and (max-width: 767px) {
          .products-layout-wrap.is-list .product-thumb__image {
            margin: 0 auto; } }
      .products-layout-wrap.is-list .product-thumb__content {
        padding: 10px 15px; }
      .products-layout-wrap.is-list .product-thumb__description {
        display: block; }
        @media only screen and (max-width: 767px) {
          .products-layout-wrap.is-list .product-thumb__description {
            max-width: 360px;
            margin: 0 auto; } }
      .products-layout-wrap.is-list .product-thumb__title {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 500; }

.upsells.products .product-thumb {
  width: calc(100%/3); }
  @media only screen and (max-width: 767px) {
    .upsells.products .product-thumb {
      width: 50%; } }
  @media only screen and (max-width: 599px) {
    .upsells.products .product-thumb {
      width: 100%; } }

.cross-sells .products .product-thumb {
  width: calc(100%/3); }
  @media only screen and (max-width: 767px) {
    .cross-sells .products .product-thumb {
      width: 50%; } }
  @media only screen and (max-width: 599px) {
    .cross-sells .products .product-thumb {
      width: 100%; } }

.category-filter-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
  padding: 10px 15px;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 0;
  color: #999999;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 979px) {
    .category-filter-bar {
      background: #fff;
      padding: 0; } }
  .category-filter-bar__left, .category-filter-bar__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin: 5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    align-items: center; }
    @media only screen and (max-width: 979px) {
      .category-filter-bar__left, .category-filter-bar__right {
        width: 50%; } }
  .category-filter-bar__left {
    margin-right: 10px; }
    @media only screen and (max-width: 979px) {
      .category-filter-bar__left {
        margin-right: 0; } }
  @media only screen and (max-width: 979px) {
    .category-filter-bar__right {
      -ms-flex-pack: end;
          justify-content: flex-end; } }
  .category-filter-bar__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 25px; }
    @media only screen and (max-width: 979px) {
      .category-filter-bar__buttons {
        display: none; } }
  .category-filter-bar__sorting {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    white-space: nowrap;
    max-width: 100%; }
    .category-filter-bar__sorting span:first-child {
      margin-right: 10px; }
  .category-filter-bar__selects {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .category-filter-bar__selects {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-align: start;
            align-items: flex-start; }
        .category-filter-bar__selects .woocommerce-ordering > span {
          display: none; } }
    @media only screen and (max-width: 979px) {
      .category-filter-bar__selects {
        margin-right: 0; } }
  .category-filter-bar .product-type-select .ss-content {
    right: unset;
    left: 0; }
  .category-filter-bar .ss-main {
    height: 35px;
    line-height: 35px;
    padding: 0 8px; }
  .category-filter-bar__types {
    margin-right: 10px; }
    .category-filter-bar__types .ss-main {
      background: #00a046;
      color: #f7f7f7; }
      .category-filter-bar__types .ss-main::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' fill='%23fff' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 389.341 389.341' style='enable-background:new 0 0 389.341 389.341;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M389.341,24.25c0-11.782-9.551-21.333-21.333-21.333H21.335c-4.393,0-8.68,1.357-12.273,3.884 c-9.637,6.778-11.954,20.086-5.176,29.723l125.695,178.702l0.353,130.007c0.022,8.115,2.435,16.044,6.936,22.797 c12.652,18.979,38.294,24.107,57.273,11.455l44.894-29.929c11.928-7.952,19.066-21.364,18.999-35.699l-0.456-97.845 L385.383,36.629C387.958,33.014,389.341,28.687,389.341,24.25z M214.851,202.455l0.52,111.599l-42.776,28.518l-0.383-140.901 L62.423,45.583h264.193L214.851,202.455z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
        width: 14px;
        height: 14px;
        background-size: contain;
        background-position: center;
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none; }
      .category-filter-bar__types .ss-main .ss-single-selected {
        padding-left: 46px;
        padding-right: 20px; }
    .category-filter-bar__types .ss-arrow {
      display: none !important; }
  .category-filter-bar .woocommerce-result-count {
    display: none !important; }
  .category-filter-bar .woocommerce-perpage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 10px; }
    @media only screen and (max-width: 979px) {
      .category-filter-bar .woocommerce-perpage {
        display: none;
        margin-left: 0;
        margin-top: 10px; } }
    .category-filter-bar .woocommerce-perpage .ss-content {
      min-width: 55px; }
  .category-filter-bar .bapf_head {
    display: none; }
  .category-filter-bar .bapf_sfilter {
    margin: 0; }
  .category-filter-bar .ss-single-selected .placeholder {
    margin-right: 10px; }
  .category-filter-bar .yith-woocompare-counter-widget {
    list-style: none; }
    .category-filter-bar .yith-woocompare-counter-widget .widgettitle {
      display: none; }
  .category-filter-bar .yith-woocompare-counter .yith-woocompare-icon {
    display: none; }
  .category-filter-bar .yith-woocompare-counter .yith-woocompare-open .yith-woocompare-count {
    color: #999999;
    transition: color 0.3s ease; }
  .category-filter-bar .yith-woocompare-counter .yith-woocompare-open:hover .yith-woocompare-count {
    color: #FF9600; }
  .category-filter-bar .woocommerce-notices-wrapper {
    display: none; }

#yith-woocompare .add-to-cart {
  background-color: #000000; }

#yith-woocompare .added_to_cart {
  background-color: #000000; }

.category-tab-links {
  margin-bottom: 22px; }
  .category-tab-links__title {
    margin: 12px 0 18px; }
  .category-tab-links .swiper-slide {
    width: auto; }
    .category-tab-links .swiper-slide a {
      background-color: #f7f7f7;
      display: block;
      padding: 5px 10px;
      transition: background-color 0.3s ease;
      font-size: 15px; }
      .category-tab-links .swiper-slide a.is-active, .category-tab-links .swiper-slide a:hover {
        background-color: #FF9600;
        color: #ffffff; }

.products-list__wrapper-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -20px; }
  @media only screen and (max-width: 599px) {
    .products-list__wrapper-inner {
      margin-left: -10px; } }

.products-list .swiper-container {
  margin-left: -15px;
  margin-right: -15px; }
  @media only screen and (max-width: 599px) {
    .products-list .swiper-container {
      margin-left: -10px;
      margin-right: -10px; } }

.products-list .swiper-slide {
  width: 33.333%; }

.products-list .product-thumb {
  max-width: 480px;
  width: 100%; }
  @media only screen and (max-width: 599px) {
    .products-list .product-thumb {
      max-width: 274px; } }

@media only screen and (max-width: 1499px) {
  .products-list .container {
    max-width: 1200px; } }

@media only screen and (max-width: 979px) {
  .products-list .container {
    max-width: 100%;
    margin: 0 15px; } }

@media only screen and (max-width: 767px) {
  .products-list .container {
    margin: 0; } }

.main-slider {
  margin-bottom: 30px; }
  .main-slider .swiper-button-next,
  .main-slider .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    transition: all 0.3s ease-out 0s;
    box-shadow: inset 0 3px 10px 0 rgba(153, 153, 153, 0.35);
    opacity: 0; }
    .main-slider .swiper-button-next:hover,
    .main-slider .swiper-button-prev:hover {
      background-color: #957751; }
    .main-slider .swiper-button-next.swiper-button-disabled,
    .main-slider .swiper-button-prev.swiper-button-disabled {
      display: none; }
  .main-slider .swiper-button-prev {
    left: 80px;
    transform: translate(100%, -50%);
    background-image: url(../images/sliders/slider-prev.svg); }
  .main-slider .swiper-button-next {
    right: 80px;
    transform: translate(-100%, -50%);
    background-image: url(../images/sliders/slider-next.svg); }
  .main-slider .swiper-slide img {
    max-height: 551px;
    width: 100%;
    object-fit: cover; }
  .main-slider:hover .swiper-button-next,
  .main-slider:hover .swiper-button-prev {
    opacity: 1;
    transform: translate(0, -50%); }

.categories-list-section {
  margin: 0 0 50px;
  overflow: hidden;
  padding: 0 30px; }
  .categories-list-section__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    margin: 0 -15px;
    padding: 0; }
  .categories-list-section .cat-item {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1440px) {
      .categories-list-section .cat-item {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .categories-list-section .cat-item {
        width: 100%;
        padding: 0; } }
    @media only screen and (max-width: 1440px) {
      .categories-list-section .cat-item img {
        width: 100%; } }

.testimonials {
  padding: 30px 80px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.14); }
  @media only screen and (max-width: 767px) {
    .testimonials {
      padding: 30px 0; } }
  .testimonials__item {
    display: -ms-inline-flexbox;
    display: inline-flex; }
    @media only screen and (max-width: 767px) {
      .testimonials__item {
        display: block; } }
  .testimonials__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 979px) {
      .testimonials__image-wrapper {
        display: block; } }
  .testimonials__image {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden; }
    @media only screen and (max-width: 979px) {
      .testimonials__image {
        margin: 0 auto; } }
    .testimonials__image img {
      display: block;
      max-width: 100%; }
  .testimonials__details {
    margin-left: 30px;
    margin-top: 8px;
    text-align: left; }
    @media only screen and (max-width: 979px) {
      .testimonials__details {
        margin-left: 0;
        margin-top: 20px;
        text-align: center; } }
  .testimonials__name {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px; }
  .testimonials__description {
    width: 70%;
    margin-top: 27px;
    margin-left: 10%;
    text-align: left;
    position: relative;
    font-size: 13px;
    line-height: 2; }
    @media only screen and (max-width: 1299px) {
      .testimonials__description {
        width: 59%; } }
    @media only screen and (max-width: 979px) {
      .testimonials__description {
        width: 100%;
        text-align: center;
        margin-top: 15px; } }
    @media only screen and (max-width: 767px) {
      .testimonials__description {
        padding: 0 15px;
        margin-left: 0; } }
    @media only screen and (max-width: 599px) {
      .testimonials__description {
        padding: 0; } }
    .testimonials__description:before {
      content: '';
      position: absolute;
      left: -5%;
      right: auto;
      top: 0;
      bottom: auto;
      background: rgba(234, 234, 234, 0.14);
      width: 1px;
      height: 60px; }
      @media only screen and (max-width: 767px) {
        .testimonials__description:before {
          display: none; } }
  .testimonials__designation {
    color: #a7a7a7;
    font-size: 13px;
    line-height: 28px; }

.banners-slider-carousel {
  margin-bottom: 80px; }
  .banners-slider-carousel .container {
    position: relative; }
  .banners-slider-carousel__inner {
    position: relative; }
  .banners-slider-carousel a {
    display: block;
    opacity: 0.7; }
    .banners-slider-carousel a:hover {
      opacity: 1; }
  .banners-slider-carousel img {
    margin: 0 auto; }
  .banners-slider-carousel .swiper-button-prev,
  .banners-slider-carousel .swiper-button-next {
    position: absolute;
    top: 30%;
    z-index: 10;
    display: block;
    margin: 0;
    height: 40px;
    width: 40px;
    border: none;
    background-size: 32px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    color: #ffffff;
    line-height: 40px;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.8;
    outline: none; }
    .banners-slider-carousel .swiper-button-prev:hover,
    .banners-slider-carousel .swiper-button-next:hover {
      opacity: 1; }
  .banners-slider-carousel .swiper-button-prev {
    left: 0;
    background-image: url(../images/sliders/slider-prev.svg); }
  .banners-slider-carousel .swiper-button-next {
    right: 0;
    background-image: url(../images/sliders/slider-next.svg); }
  .banners-slider-carousel .swiper-button-prev.swiper-button-disabled, .banners-slider-carousel .swiper-button-next.swiper-button-disabled {
    opacity: 0; }

.recent-posts {
  position: relative;
  z-index: 1;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .recent-posts {
      margin-bottom: 30px; } }
  .recent-posts__heading {
    margin-bottom: 30px; }

@media only screen and (max-width: 979px) {
  .account-page .page-wrapper {
    display: block; } }

@media only screen and (max-width: 979px) {
  .account-page .page-aside {
    width: 100%;
    margin-bottom: 24px; } }

.account-page .woocommerce-notices-wrapper:empty {
  margin: 0;
  padding: 0; }

.account-page .page-content {
  margin-top: -15px; }

.account-page .woocommerce-MyAccount-content {
  overflow: auto; }

.account-page .woocommerce-orders-table {
  border-collapse: collapse;
  width: 100%; }
  @media only screen and (max-width: 979px) {
    .account-page .woocommerce-orders-table {
      min-width: 800px; } }
  .account-page .woocommerce-orders-table thead tr {
    background-color: #f8f8f8; }
    .account-page .woocommerce-orders-table thead tr th {
      padding: 8px;
      vertical-align: top;
      color: #999999;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.5px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .account-page .woocommerce-orders-table thead tr th {
          white-space: nowrap; } }
  .account-page .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    margin-right: 8px; }

.account-form-wrapper {
  padding: 20px;
  border: 1px solid #e7e7e7; }
  .account-form-wrapper h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase; }

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  padding: 0; }

.woocommerce-MyAccount-content a {
  font-weight: 600;
  font-style: italic; }

.woocommerce-form-login label,
.woocommerce-form-register label,
.edit-account label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal; }
  .woocommerce-form-login label.woocommerce-form__label-for-checkbox,
  .woocommerce-form-register label.woocommerce-form__label-for-checkbox,
  .edit-account label.woocommerce-form__label-for-checkbox {
    cursor: pointer; }
    .woocommerce-form-login label.woocommerce-form__label-for-checkbox input,
    .woocommerce-form-register label.woocommerce-form__label-for-checkbox input,
    .edit-account label.woocommerce-form__label-for-checkbox input {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin-right: 6px;
      margin-bottom: 2px;
      cursor: pointer; }

.woocommerce-form-login input,
.woocommerce-form-register input,
.edit-account input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #808080;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

p.lost_password {
  margin-top: -10px; }

.woocommerce-shipping-methods {
  padding: 0;
  margin: 0; }
  .woocommerce-shipping-methods li {
    list-style: none; }
  .woocommerce-shipping-methods input, .woocommerce-shipping-methods label {
    display: none; }
  .woocommerce-shipping-methods input:checked + label {
    display: block; }
  .woocommerce-shipping-methods input[type=hidden] + label {
    display: block; }

.woocommerce-checkout-review-order-table .checkout__shipping-custom-select {
  display: none; }

.delivery-methods {
  max-width: 480px;
  margin: 0 auto;
  border: 1px solid #f0f0f0; }
  .delivery-methods__head {
    padding: 6px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
    text-transform: uppercase;
    color: #595959; }
  .delivery-methods__items.is-foreign {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .delivery-methods__item {
    padding: 15px;
    border-top: 1px solid #f5f5f5; }
    .delivery-methods__item .fa {
      font-size: 22px;
      vertical-align: baseline;
      position: relative;
      top: 1px;
      margin-right: 6px; }
    .delivery-methods__item img {
      position: relative;
      top: 4px;
      margin-right: 6px; }

.checkout.woocommerce-checkout .woocommerce-account-fields {
  margin: 20px 0 30px;
  border-bottom: 1px solid #e7e7e7; }

.checkout.woocommerce-checkout .create-account {
  display: none; }

.checkout.woocommerce-checkout #order_comments {
  min-height: 140px; }

.checkout.woocommerce-checkout label[for="order_comments"] {
  margin-bottom: 4px; }

.checkout.woocommerce-checkout abbr[title] {
  text-decoration: none; }

.checkout-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 30px; }

#ship-to-different-address input {
  display: inline-block !important;
  width: auto !important;
  margin-right: 6px;
  margin-bottom: 3px;
  vertical-align: middle; }

#ship-to-different-address span {
  font-weight: normal;
  font-size: 13px; }

@media only screen and (max-width: 767px) {
  .common-fields input.wcus-search-control__query,
  .shipping-calculator-form input.wcus-search-control__query,
  .wcus-search-control__query {
    padding-right: 30px;
    font-size: 12px; } }

.wc_payment_methods.payment_methods.methods {
  padding: 0;
  margin: 0; }
  .wc_payment_methods.payment_methods.methods li {
    list-style: none; }

.wc_payment_methods .wc_payment_method {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media only screen and (max-width: 599px) {
    .wc_payment_methods .wc_payment_method {
      -ms-flex-align: baseline;
          align-items: baseline; } }
  .wc_payment_methods .wc_payment_method input {
    width: auto;
    margin-right: 8px; }
  .wc_payment_methods .wc_payment_method label {
    width: auto;
    margin-bottom: 0; }
    @media only screen and (max-width: 599px) {
      .wc_payment_methods .wc_payment_method label {
        transform: translateY(-2px); } }
    .wc_payment_methods .wc_payment_method label[for="payment_method_paypal"] {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }

label[for="order_comments"] {
  display: block; }

.about_paypal {
  margin-left: 10px; }

label[for="payment_method_paypal"] img {
  margin: 0 10px; }

.woocommerce-table--order-details {
  margin-left: 0; }

.checkout-custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start; }
  .checkout-custom .select2-container {
    z-index: 10 !important;
    width: 100% !important; }
  @media only screen and (max-width: 979px) {
    .checkout-custom {
      display: block; } }
  .checkout-custom .place-order-btn {
    text-align: center;
    padding: 8px 0 12px; }
    .checkout-custom .place-order-btn .dd-button--primary {
      padding: 8px 28px;
      font-size: 16px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .checkout-custom .place-order-btn .dd-button--primary {
          font-size: 14px;
          padding: 8px 12px; } }
      @media only screen and (max-width: 599px) {
        .checkout-custom .place-order-btn .dd-button--primary {
          width: 100%;
          padding: 10px 20px; } }
  .checkout-custom .place-order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  .checkout-custom .woocommerce-terms-and-conditions-wrapper {
    text-align: center;
    font-size: 11px;
    color: #1a1a1a;
    opacity: 0.8; }
  .checkout-custom__cart {
    max-width: 600px;
    width: 100%;
    margin-left: 32px; }
    @media only screen and (max-width: 979px) {
      .checkout-custom__cart {
        max-width: 100%;
        margin: 32px 0; } }
    .checkout-custom__cart-header {
      padding: 8px 24px;
      border-bottom: 1px solid #e7e7e7;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .checkout-custom__cart-header {
          padding: 8px 16px; }
          .checkout-custom__cart-header a {
            text-align: right; } }
      .checkout-custom__cart-header-title {
        color: #000000; }
    .checkout-custom__cart .tbody {
      border-bottom: 1px solid #e7e7e7;
      padding: 8px 24px; }
      @media only screen and (max-width: 767px) {
        .checkout-custom__cart .tbody {
          padding: 8px 16px; } }
    .checkout-custom__cart .cart_item {
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 8px; }
      .checkout-custom__cart .cart_item img {
        max-width: 74px;
        height: auto;
        display: block;
        margin-right: 12px; }
      .checkout-custom__cart .cart_item a {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-align: start;
            align-items: flex-start; }
      .checkout-custom__cart .cart_item .remove_from_cart_button {
        display: none !important; }
      .checkout-custom__cart .cart_item .quantity {
        color: #000000;
        max-width: 200px;
        width: 100%;
        text-align: right; }
      .checkout-custom__cart .cart_item .variation,
      .checkout-custom__cart .cart_item .variation- {
        margin: 0; }
      .checkout-custom__cart .cart_item .woocommerce-Price-amount {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        padding-left: 6px; }
    .checkout-custom__cart .order-total {
      background: #f7f7f7;
      padding: 24px 24px;
      margin: 0 auto;
      text-align: center; }
      .checkout-custom__cart .order-total-title {
        display: block;
        font-size: 1.5em;
        font-weight: bold;
        color: #999999;
        margin-bottom: 8px; }
      .checkout-custom__cart .order-total .amount {
        font-size: 24px;
        color: #000000;
        font-weight: bold; }
    .checkout-custom__cart .woocommerce-mini-cart__buttons {
      display: none; }
    .checkout-custom__cart .shop_table.woocommerce-checkout-review-order-table, .checkout-custom__cart .woocommerce-table--order-details {
      width: 100%; }
    .checkout-custom__cart .product-name img {
      max-width: 74px;
      height: auto;
      display: block;
      margin-right: 12px; }
    .checkout-custom__cart .product-name-link {
      display: -ms-flexbox;
      display: flex; }
    .checkout-custom__cart .shop_table.woocommerce-checkout-review-order-table tbody td {
      vertical-align: middle; }
    .checkout-custom__cart .woocommerce-checkout-payment {
      display: none; }
      .checkout-custom__cart .woocommerce-checkout-payment__email-text {
        color: #999999; }
    .checkout-custom__cart thead {
      display: none; }
    .checkout-custom__cart .cart-subtotal {
      display: none; }
    .checkout-custom__cart .tfoot {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 4px 24px; }
    .checkout-custom__cart .product-quantity {
      margin-left: auto; }
  .checkout-custom__tab-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: start; }
  .checkout-custom__tab {
    padding: 12px 60px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    cursor: pointer;
    color: #000000; }
    .checkout-custom__tab:not(:last-child) {
      margin-right: 12px; }
    @media only screen and (max-width: 599px) {
      .checkout-custom__tab {
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.2em;
        text-align: center; } }
    .checkout-custom__tab--active {
      background: #f7f7f7;
      border-color: #f7f7f7;
      color: #999999; }
  .checkout-custom__info {
    width: 100%;
    min-width: 600px; }
    @media only screen and (max-width: 979px) {
      .checkout-custom__info {
        min-width: auto; } }
  .checkout-custom__content {
    padding: 12px 24px;
    background: #f7f7f7; }
    .checkout-custom__content .u-col-12 {
      padding: 12px;
      width: 100%; }
    .checkout-custom__content .woocommerce-checkout-review-order-table {
      display: none; }
    .checkout-custom__content #ship-to-different-address {
      display: none; }
    .checkout-custom__content .misha-field .optional {
      display: none; }
    .checkout-custom__content .payment_box {
      display: none !important; }
    .checkout-custom__content .woocommerce-billing-fields__field-wrapper .form-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      @media only screen and (max-width: 599px) {
        .checkout-custom__content .woocommerce-billing-fields__field-wrapper .form-row {
          display: block; } }
      .checkout-custom__content .woocommerce-billing-fields__field-wrapper .form-row label {
        max-width: 200px;
        width: 100%;
        color: #000000; }
      .checkout-custom__content .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper {
        max-width: 300px;
        width: 100%; }

.woocommerce-checkout-payment__email-text {
  margin-top: -20px; }

#do_not_call_field {
  text-align: center; }
  @media only screen and (max-width: 599px) {
    #do_not_call_field {
       text-align: left; } }

.woocommerce-order__sucess-text-wrapp {
  padding: 32px 0;
  max-width: 640px;
  margin: 0 auto;
  text-align: center; }
  .woocommerce-order__sucess-text-wrapp p {
    font-size: 16px; }

.woocommerce-order__back {
  text-align: right; }

table.compare-list .add_to_cart_wrap {
  width: 40px;
  height: 40px;
  margin: 20px auto 10px; }

#yith-woocompare table.dataTable.compare-list tbody th {
  padding-left: 20px !important; }
  @media only screen and (max-width: 767px) {
    #yith-woocompare table.dataTable.compare-list tbody th {
      padding-left: 5px !important; } }
  @media only screen and (max-width: 599px) {
    #yith-woocompare table.dataTable.compare-list tbody th {
      font-size: 10px;
      line-height: 1.4;
      word-break: break-all; } }

table.compare-list .button.add_to_cart_button {
  background-color: #dedede; }
  table.compare-list .button.add_to_cart_button:hover {
    background-color: #FF9600; }

#yith-woocompare .added_to_cart, #yith-woocompare .button {
  border-radius: 0;
  margin-right: 5px;
  font-size: 0; }

.simple-page {
  padding-bottom: 60px;
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    .simple-page {
      padding-top: 140px; } }

.tinv-wishlist .tinvwl-login-wrap {
  display: none; }

.tinv-wishlist .tinvwl-table-manage-lists {
  width: 100%; }
  .tinv-wishlist .tinvwl-table-manage-lists select {
    height: 40px;
    border-radius: 0;
    border-color: #999999;
    color: #999999; }

.tinv-wishlist .woocommerce-message {
  margin-bottom: 24px;
  color: #000000; }

.tinv-wishlist .product-remove button {
  width: 20px;
  height: 20px; }

.tinv-wishlist table {
  border-collapse: collapse; }

.tinv-wishlist button {
  height: 40px;
  border-radius: 0;
  background-color: #f7f7f7;
  border: none;
  cursor: pointer;
  padding: 0 8px;
  color: #999999;
  transition: background-color 0.3s ease; }
  .tinv-wishlist button:hover {
    background-color: #FF9600;
    color: #ffffff; }

.tinv-wishlist .tinv-header {
  display: none; }
  .tinv-wishlist .tinv-header .navigation-button {
    display: none; }

.tinv-wishlist .tinvwl-estimate-wrap {
  display: none; }

.tinv-wishlist .tinvwl-to-left {
  display: none; }

.tinv-wishlist tfoot .tinvwl-to-right {
  width: 100%; }

.tinv-wishlist thead tr {
  background-color: #f8f8f8; }
  .tinv-wishlist thead tr th {
    padding: 8px;
    vertical-align: top;
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .tinv-wishlist thead tr th {
        white-space: nowrap; } }

.tinv-wishlist tbody tr td {
  border-top: 1px solid #e7e7e7; }

.tinv-wishlist .product-thumbnail {
  width: 100px;
  text-align: center; }
  .tinv-wishlist .product-thumbnail a {
    display: block;
    text-align: center; }
  .tinv-wishlist .product-thumbnail img {
    display: block;
    width: 74px;
    height: 74px;
    object-fit: cover;
    margin: 0 auto; }

.tinv-wishlist .product-name .variation {
  display: none; }

.tinv-wishlist .product-price,
.tinv-wishlist .product-date,
.tinv-wishlist .product-stock {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: right; }

.tinv-wishlist .product-action {
  min-width: 194px; }

.tinv-wishlist .button[name="tinvwl-add-to-cart"],
.tinv-wishlist .button[value="product_all"] {
  background: #FF9600;
  color: #f7f7f7; }
  .tinv-wishlist .button[name="tinvwl-add-to-cart"]:hover,
  .tinv-wishlist .button[value="product_all"]:hover {
    background: #000000;
    color: #ffffff; }

.tinv-wishlist .in-stock {
  margin: 0;
  margin-left: auto; }

.tinv-wishlist .product-quantity-label {
  display: none; }

.tinv-wishlist .quantity-field {
  margin: 0; }

.tinv-wishlist .product-subtotal {
  text-align: right; }
  .tinv-wishlist .product-subtotal .tinv-wraper.tinv-wishlist.tinvwl-cart-add-to-cart {
    text-align: right; }

.tinv-wishlist a.remove,
.tinv-wishlist button[name="update_cart"] {
  width: 50px;
  height: 40px;
  margin-left: 5px;
  font-size: 14px; }

.tinv-wishlist .tinv-wraper.tinv-wishlist.tinvwl-cart-add-to-cart {
  text-align: right;
  margin-bottom: 5px; }
  @media only screen and (max-width: 767px) {
    .tinv-wishlist .tinv-wraper.tinv-wishlist.tinvwl-cart-add-to-cart {
      text-align: left; } }

.tinv-wishlist button[value="product_update"] {
  display: none; }

.tinv-wishlist .navigation-button li > a .tinvwl-txt {
  display: inline-block; }

.tinv-wishlist table {
  z-index: 1; }

/*
1. product-content
2. product-title
3 .product-description-row
4 .product-description-excerpt
5 .additional-product-fields
*/
/* 1. product-content */
.product-content__main-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px; }
  @media only screen and (max-width: 767px) {
    .product-content__main-content {
      display: block; } }

.product-content__images, .product-content__description {
  width: 50%;
  padding: 0 15px; }
  @media only screen and (max-width: 767px) {
    .product-content__images, .product-content__description {
      width: 100%; } }

.product-content__images {
  position: relative; }

.summary.entry-summary {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding: 15px; }
  @media only screen and (max-width: 599px) {
    .summary.entry-summary {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative;
      padding-bottom: 135px; }
      .summary.entry-summary .product-title {
        -ms-flex-order: 1;
            order: 1; }
      .summary.entry-summary .product-price-row {
        -ms-flex-order: 2;
            order: 2; }
      .summary.entry-summary .add-to-cart-form {
        -ms-flex-order: 3;
            order: 3; }
      .summary.entry-summary .product-description-row {
        -ms-flex-order: 4;
            order: 4; }
      .summary.entry-summary .add-to-cart-form__bottom {
        -ms-flex-order: 5;
            order: 5; } }

/* 2. product-title */
.product-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase; }

/* 3. product-description-row */
.product-description-row {
  border-top: 1px solid #e7e7e7;
  line-height: 22px;
  margin-bottom: 0;
  padding: 20px 0; }

/* 4. product-description-excerpt */
/* 5. additional-product-fields */
.additional-product-fields__row {
  color: #000000; }
  .additional-product-fields__row + .additional-product-fields__row {
    margin-top: 4px; }

.onsale-label {
  z-index: 3;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  right: auto;
  background-color: #ff9600;
  padding: 5px 15px; }
  .onsale-label:before {
    content: '-'; }
  .onsale-label:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 19px;
    border-color: transparent transparent transparent #ff9600;
    position: absolute;
    right: -19px;
    top: 0; }

.woocommerce-product-gallery__wrapper {
  margin: 0; }

.woocommerce-product-gallery__image img {
  display: block;
  width: 100%;
  max-width: 685px; }

.woocommerce-product-gallery__image img {
  height: auto; }

.woocommerce-product-gallery .wpgs-image img {
  max-width: 100%;
  max-height: 685px;
  object-fit: cover;
  height: auto; }
  .woocommerce-product-gallery .wpgs-image img:hover {
    cursor: zoom-in; }

.woocommerce-product-gallery .wpgs-image:hover .wpgs-video:after {
  opacity: 1;
  transform: translate(-50%, -50%) translateX(10px) scale(1.05); }

.woocommerce-product-gallery .wpgs-image .wpgs-video {
  position: relative; }
  .woocommerce-product-gallery .wpgs-image .wpgs-video:after {
    content: "\F04B";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 4px;
    color: #ffffff;
    background: #FF9600;
    text-align: center;
    line-height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(10px);
    font-size: 54px;
    width: 105px;
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 20px;
    opacity: 0.8;
    padding-left: 10px;
    pointer-events: none;
    transition: all 0.3s ease; }
  .woocommerce-product-gallery .wpgs-image .wpgs-video img:hover {
    cursor: pointer; }

.woocommerce-product-gallery .wpgs-thumb .slick-list {
  max-width: 100%;
  margin: 0 auto; }

.woocommerce-product-gallery .wpgs-thumb .thumbnail_image {
  width: auto !important; }
  .woocommerce-product-gallery .wpgs-thumb .thumbnail_image img {
    opacity: 1 !important; }
  @media only screen and (max-width: 599px) {
    .woocommerce-product-gallery .wpgs-thumb .thumbnail_image {
      margin: 5px !important; } }

.woocommerce-product-gallery .wpgs-thumb .slick-arrow {
  background-color: transparent !important; }
  .woocommerce-product-gallery .wpgs-thumb .slick-arrow:before {
    content: "\F054";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #000000 !important; }
  .woocommerce-product-gallery .wpgs-thumb .slick-arrow:hover:before {
    color: #FF9600 !important; }

.woocommerce-product-gallery .wpgs-thumb .slick-prev:before {
  transform: scale(-1); }

button[name="add-to-cart"],
button[name="add-to-cart-variable"],
.button_add-to-cart--big,
a.button_add-to-cart--big,
.single_add_to_cart_button:not(.clickBuyButton) {
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 12px;
  background-color: #FF9600;
  border: medium none;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500; }
  @media only screen and (max-width: 599px) {
    button[name="add-to-cart"],
    button[name="add-to-cart-variable"],
    .button_add-to-cart--big,
    a.button_add-to-cart--big,
    .single_add_to_cart_button:not(.clickBuyButton) {
      display: block;
      width: 100%;
      margin-top: 18px;
      margin-bottom: 18px;
      -ms-flex-order: 4;
          order: 4;
      font-size: 15px; } }
  button[name="add-to-cart"]:hover,
  button[name="add-to-cart-variable"]:hover,
  .button_add-to-cart--big:hover,
  a.button_add-to-cart--big:hover,
  .single_add_to_cart_button:not(.clickBuyButton):hover {
    color: #ffffff;
    background-color: #000000; }
  button[name="add-to-cart"] span:first-child,
  button[name="add-to-cart-variable"] span:first-child,
  .button_add-to-cart--big span:first-child,
  a.button_add-to-cart--big span:first-child,
  .single_add_to_cart_button:not(.clickBuyButton) span:first-child {
    display: none; }
  button[name="add-to-cart"].is-loading,
  button[name="add-to-cart-variable"].is-loading,
  .button_add-to-cart--big.is-loading,
  a.button_add-to-cart--big.is-loading,
  .single_add_to_cart_button:not(.clickBuyButton).is-loading {
    pointer-events: none; }
    button[name="add-to-cart"].is-loading span:first-child,
    button[name="add-to-cart-variable"].is-loading span:first-child,
    .button_add-to-cart--big.is-loading span:first-child,
    a.button_add-to-cart--big.is-loading span:first-child,
    .single_add_to_cart_button:not(.clickBuyButton).is-loading span:first-child {
      display: block; }
    button[name="add-to-cart"].is-loading span:last-child,
    button[name="add-to-cart-variable"].is-loading span:last-child,
    .button_add-to-cart--big.is-loading span:last-child,
    a.button_add-to-cart--big.is-loading span:last-child,
    .single_add_to_cart_button:not(.clickBuyButton).is-loading span:last-child {
      display: none; }
  button[name="add-to-cart"].wc-variation-is-unavailable,
  button[name="add-to-cart-variable"].wc-variation-is-unavailable,
  .button_add-to-cart--big.wc-variation-is-unavailable,
  a.button_add-to-cart--big.wc-variation-is-unavailable,
  .single_add_to_cart_button:not(.clickBuyButton).wc-variation-is-unavailable {
    opacity: 0.3 !important;
    pointer-events: none; }

.woocommerce-Tabs-panel {
  padding: 30px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  background-color: #ffffff; }
  @media only screen and (max-width: 599px) {
    .woocommerce-Tabs-panel {
      padding: 20px 15px; } }
  .woocommerce-Tabs-panel .wysiwyg img + img {
    margin-left: 20px; }
    @media only screen and (max-width: 979px) {
      .woocommerce-Tabs-panel .wysiwyg img + img {
        margin: 20px 0 0; } }
  @media only screen and (max-width: 767px) {
    .woocommerce-Tabs-panel .wysiwyg img {
      display: block; } }

.product-stock-status.is-in-stock,
.product-stock-status .is-in-stock {
  color: green; }

.product-stock-status.is-out-of-stock,
.product-stock-status .is-out-of-stock {
  color: red; }

.product-price-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 10px 20px 0;
  border-top: 1px solid #e7e7e7; }

.single_variation_wrap .product-price {
  display: none; }

.product-price,
.price {
  margin: 0;
  color: #FF9600;
  font-weight: 700;
  font-size: 18px; }
  .product-price del,
  .price del {
    display: inline-block;
    padding: 5px;
    line-height: 22px; }
    .product-price del .amount,
    .price del .amount {
      color: #888888;
      font-weight: 400;
      text-decoration: line-through; }
  .product-price ins,
  .price ins {
    display: inline-block;
    padding: 5px;
    line-height: 22px;
    text-decoration: none; }
    .product-price ins .amount,
    .price ins .amount {
      margin-bottom: 0;
      font-weight: 700;
      color: #FF9600; }

.add-to-cart-form {
  padding: 10px 0px 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 599px) {
    .add-to-cart-form {
      padding: 0;
      border-bottom: 0;
      margin-bottom: 0; } }
  .add-to-cart-form__bottom {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7; }
    @media only screen and (max-width: 599px) {
      .add-to-cart-form__bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end; }
        .add-to-cart-form__bottom .add-to-wishlist {
          margin-right: 10px; } }

.add-to-cart-form .product-quantity-label,
.add-to-cart-form__bottom .product-quantity-label {
  display: none; }
  @media only screen and (max-width: 599px) {
    .add-to-cart-form .product-quantity-label,
    .add-to-cart-form__bottom .product-quantity-label {
      -ms-flex-order: 1;
          order: 1; } }

.add-to-cart-form .quantity-field,
.add-to-cart-form__bottom .quantity-field {
  display: none; }
  @media only screen and (max-width: 599px) {
    .add-to-cart-form .quantity-field,
    .add-to-cart-form__bottom .quantity-field {
      -ms-flex-order: 2;
          order: 2; } }

.add-to-cart-form .ask-product,
.add-to-cart-form__bottom .ask-product {
  margin-left: auto; }
  @media only screen and (max-width: 599px) {
    .add-to-cart-form .ask-product,
    .add-to-cart-form__bottom .ask-product {
      -ms-flex-order: 5;
          order: 5;
      width: 100%; }
      .add-to-cart-form .ask-product .ask-product__button,
      .add-to-cart-form__bottom .ask-product .ask-product__button {
        width: 100%;
        height: 40px;
        -ms-flex-pack: center;
            justify-content: center; } }

.add-to-cart-form .btn-group,
.add-to-cart-form__bottom .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  margin-left: 5px; }
  @media only screen and (max-width: 599px) {
    .add-to-cart-form .btn-group,
    .add-to-cart-form__bottom .btn-group {
      -ms-flex-order: 6;
          order: 6;
      margin-left: 0;
      margin-top: 24px; } }
  .add-to-cart-form .btn-group .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
  .add-to-cart-form .btn-group a.wishlist_products_counter.top_wishlist-custom img,
  .add-to-cart-form .btn-group span.wishlist_products_counter.top_wishlist-custom img,
  .add-to-cart-form__bottom .btn-group .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
  .add-to-cart-form__bottom .btn-group a.wishlist_products_counter.top_wishlist-custom img,
  .add-to-cart-form__bottom .btn-group span.wishlist_products_counter.top_wishlist-custom img {
    display: none !important; }

.add-to-cart-form .compare-button .compare.button,
.add-to-cart-form__bottom .compare-button .compare.button {
  margin: 0;
  height: 40px;
  width: 40px;
  border: 1px solid #e7e7e7; }
  .add-to-cart-form .compare-button .compare.button.added,
  .add-to-cart-form__bottom .compare-button .compare.button.added {
    position: relative; }
    .add-to-cart-form .compare-button .compare.button.added:after,
    .add-to-cart-form__bottom .compare-button .compare.button.added:after {
      content: "\F00C";
      position: absolute;
      top: 0;
      right: 2px;
      width: 10px;
      height: 10px;
      padding-top: 0;
      padding-left: 0;
      font: normal normal normal 14px/1 FontAwesome;
      background-position: right top;
      background-repeat: no-repeat;
      background-size: 16px;
      color: #000000;
      font-size: 10px; }
    .add-to-cart-form .compare-button .compare.button.added:hover:after,
    .add-to-cart-form__bottom .compare-button .compare.button.added:hover:after {
      color: #ffffff; }

.add-to-cart-form .add-to-cart-form__actions--mob,
.add-to-cart-form__bottom .add-to-cart-form__actions--mob {
  display: none;
  margin-top: 20px; }
  .add-to-cart-form .add-to-cart-form__actions--mob .tinvwl-icon-custom img,
  .add-to-cart-form__bottom .add-to-cart-form__actions--mob .tinvwl-icon-custom img {
    display: none !important; }
  @media only screen and (max-width: 599px) {
    .add-to-cart-form .add-to-cart-form__actions--mob,
    .add-to-cart-form__bottom .add-to-cart-form__actions--mob {
      display: block; } }

@media only screen and (max-width: 599px) {
  .add-to-cart-form .add-to-cart-form__actions--dsk,
  .add-to-cart-form__bottom .add-to-cart-form__actions--dsk {
    display: none; } }

.add-to-cart-form .add-to-wishlist,
.add-to-cart-form__bottom .add-to-wishlist {
  background-image: none !important; }
  .add-to-cart-form .add-to-wishlist:hover,
  .add-to-cart-form__bottom .add-to-wishlist:hover {
    background: #999999; }

.add-to-cart-form .tinvwl_add_to_wishlist_button,
.add-to-cart-form__bottom .tinvwl_add_to_wishlist_button {
  position: relative;
  height: 40px;
  width: 40px;
  border: 1px solid #e7e7e7; }
  .add-to-cart-form .tinvwl_add_to_wishlist_button:before,
  .add-to-cart-form__bottom .tinvwl_add_to_wishlist_button:before {
    content: "\F08A";
    position: absolute;
    top: 50%;
    left: 50%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #fcc623;
    transform: translate(-50%, -50%); }
  .add-to-cart-form .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:after,
  .add-to-cart-form__bottom .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:after {
    content: "\F00C";
    position: absolute;
    top: 0;
    right: 2px;
    width: 10px;
    height: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 16px;
    font-size: 10px; }
  .add-to-cart-form .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover:after,
  .add-to-cart-form__bottom .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:hover:after {
    color: #ffffff; }
  .add-to-cart-form .tinvwl_add_to_wishlist_button:hover:before,
  .add-to-cart-form__bottom .tinvwl_add_to_wishlist_button:hover:before {
    color: #ffffff; }

.product-single-quantity-label {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal; }

.quantity-field {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 40px;
  padding: 10px;
  margin: 0 5px;
  line-height: normal;
  text-align: center;
  font-size: 14px;
  color: #808080;
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0; }
  .quantity-field::-webkit-outer-spin-button, .quantity-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield; }

.product-screen-reader-text {
  display: none; }

.tinvwl-after-add-to-cart {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .tinvwl-after-add-to-cart .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom.no-txt {
    padding: 0; }

.related.products .products-layout-wrap {
  margin-left: 0; }

form.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.added_to_cart.wc-forward {
  display: none; }

.variations {
  width: 100%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 599px) {
    .variations {
      margin-bottom: 0px; } }
  .variations label {
    font-weight: 700; }
  .variations tbody td {
    display: block; }
    .variations tbody td .ss-main {
      padding: 7px;
      margin-top: 4px; }
    .variations tbody td .ss-content {
      width: 100%; }

.wc-pao-addon-container .ss-main {
  padding: 7px;
  margin-top: 4px; }

.wc-pao-addon-container .ss-content {
  width: 100%; }

.single_variation_wrap {
  width: 100%; }

.woocommerce-variation-add-to-cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.single_variation_wrap .woocommerce-variation-availability {
  display: none; }

.reset_variations {
  display: none !important; }

.woocommerce-notices-wrapper {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto 20px; }

#product-addons-total {
  display: none; }

.wc-pao-addon-container {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.wc-pao-addon .form-row {
  margin: 0; }

.clickBuyButton {
  padding: 0;
  margin-left: 20px;
  background: none;
  border: none;
  text-align: left;
  color: #000000;
  cursor: pointer; }
  .clickBuyButton span {
    display: block; }
  .clickBuyButton.ld-ext-left.running {
    padding: 0 !important; }
  .clickBuyButton .ld-cycle {
    display: none; }
  .clickBuyButton:hover {
    color: #FF9600; }

a.woocommerce-product-gallery__lightbox {
  display: block; }

.one-click-buy {
  width: 100%;
  margin-top: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  border: 1px solid #e7e7e7; }
  @media only screen and (max-width: 1200px) {
    .one-click-buy {
      display: block; } }
  .one-click-buy__field {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .one-click-buy__message {
    display: none; }

@media only screen and (max-width: 599px) {
  .add-to-cart-form .one-click-buy {
    -ms-flex-order: 5;
        order: 5;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 30px); } }

.one-click-buy-btn {
  padding: 4px 30px;
  margin-left: 10px;
  height: 34px;
  color: #ffffff;
  background-color: #3f3f3f;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease; }
  @media only screen and (max-width: 1200px) {
    .one-click-buy-btn {
      margin-left: 0;
      margin-top: 10px; } }
  @media only screen and (max-width: 599px) {
    .one-click-buy-btn {
      width: 100%; } }
  .one-click-buy-btn:hover {
    background-color: #FF9600; }

.one-click-buy-field {
  width: 100%;
  min-width: 200px;
  height: 34px;
  border: none;
  border-bottom: 1px solid #e7e7e7;
  font-size: 14px;
  letter-spacing: 0.05em; }
  .one-click-buy-field:-ms-input-placeholder {
    font-weight: 300; }
  .one-click-buy-field::placeholder {
    font-weight: 300; }
  .one-click-buy-field:focus {
    border-bottom: 1px solid #3f3f3f; }

.comment-form label {
  position: relative;
  display: block;
  font-weight: bold;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 13px;
  padding-left: 8px; }
  .comment-form label .required {
    position: absolute;
    left: 0;
    top: 6px;
    color: #f00f00; }

.comment-form textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808080;
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0; }

.comment-form .form-submit {
  margin: 10px 0 0; }

.comment-form .submit {
  display: block;
  margin-left: auto;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 11px 20px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border: none;
  transition: all 0.3s ease; }
  .comment-form .submit:hover {
    background-color: #FF9600; }

.comment-form .comment-author,
.comment-form input[name="author"] {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #808080;
  background-color: #ffffff !important;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none; }
  .commentlist .avatar {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px; }

.comment-reply-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  text-transform: uppercase; }

.ivole-voting-cont {
  text-align: right; }

.review-error-msg {
  display: none; }

.ivole-vote-button {
  display: none; }

span.ivole-a-button,
span.ivole-a-button-inner {
  background: none !important;
  border: none !important; }

a[id^="ivole-reviewyes-"], a[id*=" ivole-reviewyes-"],
a[id^="ivole-reviewno-"], a[id*=" ivole-reviewno-"] {
  opacity: 0.6;
  transition: opacity 0.3s ease; }
  a[id^="ivole-reviewyes-"]:hover, a[id*=" ivole-reviewyes-"]:hover,
  a[id^="ivole-reviewno-"]:hover, a[id*=" ivole-reviewno-"]:hover {
    opacity: 1; }

a[id^="ivole-reviewyes-"], a[id*=" ivole-reviewyes-"] {
  position: relative;
  padding: 0;
  width: 17px;
  height: 17px;
  display: block; }
  a[id^="ivole-reviewyes-"]:after, a[id*=" ivole-reviewyes-"]:after {
    content: "\F164";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    color: green;
    text-align: center;
    pointer-events: none;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%; }

a[id^="ivole-reviewno-"], a[id*=" ivole-reviewno-"] {
  position: relative;
  padding: 0;
  width: 17px;
  height: 17px;
  display: block; }
  a[id^="ivole-reviewno-"]:after, a[id*=" ivole-reviewno-"]:after {
    content: "\F165";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    text-align: center;
    pointer-events: none;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%; }

label[for="review_image"] {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 0; }

.comment-form-email {
  display: none; }

.product-template-default .woocommerce-message .button.wc-forward {
  margin-right: 4px;
  font-style: italic;
  font-weight: 600; }

.commentlist .comment-text {
  padding-left: 80px; }
  @media only screen and (max-width: 599px) {
    .commentlist .comment-text {
      padding-left: 0; } }

.commentlist .comment-meta--after {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-top: 1px solid #e7e7e7;
  padding: 14px 0 0px 80px; }
  @media only screen and (max-width: 599px) {
    .commentlist .comment-meta--after {
      padding-left: 0; } }

.commentlist .comment-meta__soc-linka {
  color: #FF9600; }

.commentlist .comment-meta__soc-text {
  margin: 0; }

.commentlist .comment-meta__time {
  margin-right: 12px; }

.commentlist .comment-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 12px;
  padding-left: 80px; }
  @media only screen and (max-width: 599px) {
    .commentlist .comment-gallery {
      padding-left: 0;
      background: #f7f7f7;
      border: 1px solid #e8e8e8;
      -ms-flex-pack: center;
          justify-content: center;
      border-radius: 5px; } }
  .commentlist .comment-gallery-item {
    width: 70px;
    height: 70px;
    padding: 4px; }
    .commentlist .comment-gallery-item img {
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      width: 100%;
      object-fit: cover; }

.commentlist .comment,
.commentlist .review {
  border: 1px solid #e8e8e8;
  padding: 14px;
  margin-bottom: 20px;
  border-radius: 6px; }

.commentlist .meta {
  float: left;
  margin: 0;
  margin-right: 6px; }

.commentlist .avatar {
  object-fit: cover; }

.commentlist .woocommerce-review__author {
  color: inherit; }

.commentlist a.woocommerce-review__author {
  text-decoration: underline;
  line-height: 1.2em; }
  .commentlist a.woocommerce-review__author:hover {
    color: #FF9600;
    text-decoration: none; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.shop_table.cart {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    .shop_table.cart {
      margin: 0;
      border-top: 0;
      border-bottom: 0; } }
  .shop_table.cart thead tr {
    background-color: #f8f8f8; }
    .shop_table.cart thead tr th {
      padding: 8px;
      vertical-align: top;
      color: #999999;
      font-size: 13px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0.5px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .shop_table.cart thead tr th {
          white-space: nowrap; } }
  .shop_table.cart tbody tr td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #e7e7e7; }
    @media only screen and (max-width: 767px) {
      .shop_table.cart tbody tr td {
        white-space: nowrap; } }
  .shop_table.cart th.product-thumbnail {
    width: 180px;
    text-align: center; }
  .shop_table.cart .cart_item .product-thumbnail {
    width: auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .shop_table.cart .cart_item .product-thumbnail a {
      display: block;
      text-align: center; }
    .shop_table.cart .cart_item .product-thumbnail img {
      display: block;
      width: 74px;
      height: 74px;
      object-fit: cover;
      margin: 0 auto; }
  .shop_table.cart .product-price,
  .shop_table.cart .product-subtotal {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: right;
    font-weight: bold;
    white-space: nowrap; }
  .shop_table.cart .product-quantity-label {
    display: none; }
  .shop_table.cart .quantity-field {
    margin: 0; }
  .shop_table.cart .product-subtotal {
    text-align: right; }
    .shop_table.cart .product-subtotal .tinv-wraper.tinv-wishlist.tinvwl-cart-add-to-cart {
      text-align: right; }
  .shop_table.cart a.remove,
  .shop_table.cart button[name="update_cart"] {
    width: 50px;
    height: 40px;
    margin-left: 5px;
    font-size: 14px; }
  .shop_table.cart .tinv-wraper.tinv-wishlist.tinvwl-cart-add-to-cart {
    text-align: right;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .shop_table.cart .tinv-wraper.tinv-wishlist.tinvwl-cart-add-to-cart {
        text-align: left; } }

.table-responsive {
  overflow: auto;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .table-responsive {
      margin-bottom: 15px;
      overflow: auto;
      width: 100%;
      border: 1px solid #e7e7e7; } }
  .table-responsive button[name="update_cart"][disabled] {
    opacity: 0.2;
    pointer-events: none; }
  @media only screen and (max-width: 767px) {
    .table-responsive table,
    .table-responsive thead,
    .table-responsive tbody,
    .table-responsive td,
    .table-responsive tr,
    .table-responsive th {
      display: block; }
    .table-responsive thead tr {
      display: -ms-flexbox;
      display: flex; }
      .table-responsive thead tr .product-quantity {
        display: none; }
      .table-responsive thead tr .product-price {
        display: none; }
    .table-responsive .cart_item:not(:last-child) {
      border-bottom: 1px solid #e7e7e7; }
    .table-responsive .cart_item .product-thumbnail {
      width: 120px !important;
      float: left;
      border: none; }
    .table-responsive .cart_item .product-name,
    .table-responsive .cart_item .product-quantity,
    .table-responsive .cart_item .product-subtotal {
      width: calc(100% - 120px);
      margin-left: auto;
      border: none;
      white-space: unset; }
    .table-responsive .cart_item .remove.dd-button {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 8px; }
    .table-responsive .cart_item .product-quantity {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .table-responsive .cart_item .product-quantity-label {
      display: inline-block;
      margin-right: 8px; }
    .table-responsive .cart_item .product-subtotal {
      text-align: left; } }

.cart-page .woocommerce-notices-wrapper {
  padding: 0; }

.cart-page .woocommerce-message {
  font-size: 16px; }

.cart-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    .cart-actions {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: end;
          align-items: flex-end; } }
  @media only screen and (max-width: 767px) {
    .cart-actions .dd-button:not(:first-child) {
      margin-top: 10px; } }
  @media only screen and (max-width: 480px) {
    .cart-actions .dd-button {
      width: 100%; } }

.cart_totals .shop_table {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  max-width: 100%;
  width: 33%;
  margin: 20px 0 20px auto;
  border-collapse: collapse;
  border-spacing: 0; }
  @media only screen and (max-width: 767px) {
    .cart_totals .shop_table {
      width: 100%; } }
  .cart_totals .shop_table tbody th,
  .cart_totals .shop_table tbody td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #e7e7e7;
    text-align: right; }

.coupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media only screen and (max-width: 979px) {
    .coupon {
      display: block; } }
  .coupon label {
    margin: 7px 0 0;
    padding: 0 15px 0 0;
    width: 20%; }
    @media only screen and (max-width: 979px) {
      .coupon label {
        width: 100%; } }
  .coupon input[name="coupon_code"] {
    display: block;
    width: 100%;
    padding: 8px 12px 9px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 1.43;
    color: #808080;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #e7e7e7; }
    @media only screen and (max-width: 979px) {
      .coupon input[name="coupon_code"] {
        margin: 5px 0; } }

.cart_totals {
  margin-bottom: 64px; }
  .cart_totals-wrapp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 979px) {
      .cart_totals-wrapp {
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
  .cart_totals-total {
    background: #f7f7f7;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding: 24px 32px;
    margin-left: 12px; }
    @media only screen and (max-width: 979px) {
      .cart_totals-total {
        margin-left: 0; } }
    @media only screen and (max-width: 599px) {
      .cart_totals-total {
        padding: 24px; } }
    .cart_totals-total-title {
      color: #999999;
      margin-top: 0; }
    .cart_totals-total-price {
      font-size: 24px;
      color: #000000;
      margin-bottom: 12px; }
    .cart_totals-total .dd-button {
      margin-top: 16px;
      font-weight: bold;
      padding: 10px 28px;
      min-width: 300px; }
      @media only screen and (max-width: 599px) {
        .cart_totals-total .dd-button {
          min-width: 100%;
          padding: 10px 20px; } }
    .cart_totals-total .woocommerce-shipping-destination, .cart_totals-total .woocommerce-shipping-calculator {
      display: none; }
  .cart_totals-quick-buy {
    margin-top: 32px; }
    .cart_totals-quick-buy__title {
      margin: 0 auto;
      margin-bottom: 8px; }
    .cart_totals-quick-buy__subtitle {
      margin-top: 8px; }

.cart-collaterals {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }

#spinner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
  background: url(../images/spinner.gif) 50% 50% no-repeat #ffffff;
  background-size: 90px; }
  #spinner.has-alpha {
    opacity: 0.65; }

.dropdown-menu {
  margin: 0;
  padding: 0; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  z-index: 1001; }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .modal__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 800px;
    max-height: 100%;
    padding: 25px;
    margin: 0 auto;
    overflow-y: auto;
    transform: translate(-50%, -50%);
    background-color: #ffffff; }
    @media only screen and (max-width: 599px) {
      .modal__content {
        top: 0;
        left: 0;
        right: 0;
        padding: 25px 15px;
        margin-left: auto;
        margin-right: auto;
        transform: translate(0);
        min-height: 100vh; } }
  .modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    font-size: 14px;
    transition: color 0.3s ease;
    color: #000000;
    cursor: pointer; }
    .modal__close:hover {
      color: #FF9600; }

.main-menu {
  text-align: center; }
  .main-menu ul {
    margin: 0;
    padding: 0; }
  .main-menu li {
    list-style: none; }
  .main-menu > ul > li:last-child a:before {
    display: none; }
  .main-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 11;
    transition: all 0.3s ease 0s; }
    @media only screen and (max-width: 767px) {
      .main-menu > ul > li {
        display: block; } }
    .main-menu > ul > li > a {
      color: #000000;
      display: block;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 0;
      padding: 20px 20px;
      position: relative;
      z-index: 1;
      text-transform: uppercase;
      transition: all 0.3s ease 0s;
      line-height: 20px;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .main-menu > ul > li > a {
          color: #ffffff;
          display: block;
          font-size: 13px;
          line-height: 24px;
          padding: 12px 0;
          text-transform: capitalize;
          width: 100%;
          text-align: left; } }
      .main-menu > ul > li > a:before {
        content: '';
        position: absolute;
        left: auto;
        right: 0;
        top: 40%;
        bottom: auto;
        background: rgba(0, 0, 0, 0.2);
        width: 2px;
        height: 10px; }
      .main-menu > ul > li > a:hover {
        color: #FF9600; }
    @media only screen and (min-width: 768px) {
      .main-menu > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); } }
    @media only screen and (max-width: 767px) {
      .main-menu > ul > li:hover > ul.is-active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); } }
    .main-menu > ul > li > ul {
      padding: 12px 16px;
      position: absolute;
      transform: translateY(-10%);
      opacity: 0;
      visibility: hidden;
      top: 100%;
      z-index: 99;
      float: left;
      min-width: 200px;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #ffffff;
      background-clip: padding-box;
      box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.3);
      margin: 0;
      left: 15px;
      display: block;
      transition: 0s, 0s, 0.4s; }
      @media only screen and (max-width: 767px) {
        .main-menu > ul > li > ul {
          float: none;
          position: static;
          transform: translate(0, 0);
          background-color: transparent;
          transition: none;
          opacity: 1;
          visibility: visible; } }
      .main-menu > ul > li > ul > li {
        padding: 0 10px; }
        .main-menu > ul > li > ul > li > a {
          display: block;
          padding: 5px 0;
          text-transform: capitalize;
          font-size: 13px;
          font-weight: 400;
          margin: 0 0 5px 0;
          color: #000000;
          text-decoration: none;
          transition: all 0.3s ease-out 0s;
          white-space: nowrap; }
          @media only screen and (max-width: 767px) {
            .main-menu > ul > li > ul > li > a {
              color: #ffffff; } }
          .main-menu > ul > li > ul > li > a:hover {
            color: #FF9600; }
        .main-menu > ul > li > ul > li > ul.sub-menu > li > a {
          padding: 8px 15px;
          margin: 0 0 3px 0;
          position: relative;
          display: block;
          vertical-align: top;
          min-width: 160px;
          color: #000000;
          white-space: nowrap;
          font-size: 12px;
          font-weight: 400;
          text-transform: capitalize;
          text-decoration: none;
          transition: all 0.3s ease-out 0s; }
          .main-menu > ul > li > ul > li > ul.sub-menu > li > a:before {
            content: "";
            width: 5px;
            height: 5px;
            margin-right: 8px;
            background-color: #000000;
            border-radius: 50%;
            display: inline-block;
            position: absolute;
            top: 17px;
            left: 3px;
            right: auto;
            bottom: auto;
            transition: all 0.3s ease-out 0s; }
          .main-menu > ul > li > ul > li > ul.sub-menu > li > a:hover {
            color: #FF9600; }
            .main-menu > ul > li > ul > li > ul.sub-menu > li > a:hover:before {
              background-color: #FF9600; }

.submenu-toggle {
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 3;
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none; }
  .submenu-toggle:before {
    content: "\F067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    font-size: 12px;
    line-height: 33px;
    transition: all 0.3s ease; }
  .submenu-toggle.is-active:before {
    content: "\F068";
    color: #FF9600; }
  @media only screen and (min-width: 768px) {
    .submenu-toggle {
      display: none; } }

.box + .box {
  margin-top: 30px; }

.box__heading {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
  background: #000000;
  border: 4px double #dddddd; }

.box__content {
  margin-top: 5px;
  background: #ffffff;
  padding: 15px;
  box-shadow: unset;
  border: 1px solid #ebebeb; }

.heading {
  display: block;
  text-align: center;
  position: relative; }
  .heading:before {
    content: '';
    border-bottom: 1px solid #dddddd;
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    bottom: 0;
    width: 100%;
    margin: 0 auto; }
  .heading__inner {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    padding: 5px 30px;
    margin-bottom: 30px;
    min-width: 300px;
    color: #000000;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    border: 4px double #dddddd;
    letter-spacing: 1px;
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .heading__inner {
        font-size: 16px;
        min-width: 100px; } }
    @media only screen and (max-width: 599px) {
      .heading__inner {
        padding: 5px 10px;
        font-size: 14px;
        line-height: 24px; } }
    @media only screen and (max-width: 359px) {
      .heading__inner {
        max-width: calc(100% - 100px);
        padding: 7px 10px;
        font-size: 12px;
        line-height: 1.6; } }
  .heading__prev, .heading__next {
    position: absolute;
    top: 3px;
    bottom: auto;
    z-index: 9;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    margin: 0;
    color: #ffffff;
    line-height: 40px;
    font-size: 0;
    border: 4px double #dddddd;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    background-size: 11px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    outline: none; }
    @media only screen and (max-width: 599px) {
      .heading__prev, .heading__next {
        top: 0; } }
    .heading__prev .icon, .heading__next .icon {
      width: 12px;
      margin: 0 auto;
      fill: #949494;
      transition: fill 0.3s ease; }
    .heading__prev:hover .icon, .heading__next:hover .icon {
      fill: #222323; }
  .heading__prev {
    left: 0;
    transform: scale(-1); }
  .heading__next {
    right: 0; }

.rating {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center; }
  .rating__item {
    margin: 0 2px; }
    .rating__item.is-active .icon {
      color: #FF9600; }
  .rating .icon {
    display: block;
    width: 12px;
    height: 12px;
    color: #dddddd; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
  margin: 30px 0 0;
  padding: 15px;
  background-color: #f7f7f7; }
  @media only screen and (max-width: 767px) {
    .pagination {
      display: block;
      margin-bottom: 25px; } }
  .pagination__amount {
    padding: 0;
    width: auto;
    margin: 0;
    line-height: 30px;
    color: #6c6c6c; }
  .pagination ul {
    padding: 0;
    margin: 0; }
    .pagination ul li {
      display: inline;
      margin: 0 5px 0 0;
      list-style: none; }
    .pagination ul a, .pagination ul span {
      background-color: transparent;
      color: #000000;
      display: inline-block;
      vertical-align: top;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      float: none;
      transition: all 0.1s ease-out 0s; }
      .pagination ul a.current, .pagination ul span.current {
        background-color: #FF9600;
        color: #ffffff; }
    .pagination ul a:hover {
      background-color: #FF9600;
      color: #ffffff; }
    .pagination ul .prev.page-numbers,
    .pagination ul .next.page-numbers {
      line-height: 27px; }
  .pagination .woocommerce-result-count {
    margin: 0; }

.cat-item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative; }
  .cat-item__inner {
    position: relative; }
    .cat-item__inner:before {
      content: '';
      position: absolute;
      top: 0;
      left: -140%;
      z-index: 2;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
      transform: skewX(-45deg);
      transition-duration: 300ms;
      pointer-events: none; }
  .cat-item__img {
    display: block; }
  .cat-item__details {
    position: absolute;
    left: 60px;
    right: auto;
    top: 60px;
    bottom: auto;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.9s ease 0s; }
    @media only screen and (max-width: 1500px) {
      .cat-item__details {
        left: 40px; } }
    @media only screen and (max-width: 1400px) {
      .cat-item__details {
        top: 40px; } }
    @media only screen and (max-width: 1299px) {
      .cat-item__details {
        left: 15px; } }
    @media only screen and (max-width: 979px) {
      .cat-item__details {
        top: 5px; } }
  .cat-item__name {
    display: block;
    max-width: 200px;
    margin-bottom: 50px;
    font-family: 'Philosopher', sans-serif;
    font-size: 44px;
    text-transform: capitalize;
    line-height: 48px;
    color: #ffffff;
    transition-duration: 300ms; }
    @media only screen and (max-width: 979px) {
      .cat-item__name {
        font-size: 26px;
        line-height: 27px;
        margin-bottom: 10px;
        margin-top: 10px; } }
  .cat-item__btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: top;
    color: #000000; }
    @media only screen and (max-width: 979px) {
      .cat-item__btn {
        font-size: 13px; } }
    .cat-item__btn:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 0;
      height: 1px;
      background-color: #000000;
      transition: all 0.3s ease; }
    .cat-item__btn:hover {
      color: #FF9600; }
      .cat-item__btn:hover:after {
        width: 100%; }
  .cat-item img {
    display: block;
    max-width: 100%; }
  .cat-item:hover .cat-item__inner:before {
    animation: shine .75s; }
  .cat-item:hover .cat-item__details {
    transform: translate3d(50px, 0px, 0px); }
  .cat-item:hover .cat-item__name {
    text-shadow: 0 0 0 white, 0 0 0 white, 0 0 0 white, 0 0 10px #ff9600, 0 0 0 #ff9600, 0 0 80px #ff9600, 0 0 10px #ff9600;
    color: #ffffff; }

@keyframes shine {
  100% {
    left: 125%; } }

.contact__icon {
  float: left;
  margin: 8px 15px 0 0; }
  .contact__icon .icon {
    width: 13px;
    height: 13px; }

.contact__data {
  overflow: hidden;
  text-align: left;
  margin-bottom: 20px;
  font-size: 13px;
  color: #999999; }
  .contact__data .white {
    color: #ffffff; }
  .contact__data--phone {
    font-size: 22px; }
    .contact__data--phone a {
      color: #ffffff; }

.contact--address {
  line-height: 1.7em; }
  @media only screen and (max-width: 979px) {
    .contact--address .contact__data {
      max-width: none; } }

.contact__box {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ffffff;
  padding: 4px 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 12px;
  max-width: 160px;
  text-transform: uppercase; }
  .contact__box--call {
    max-width: 205px;
    margin-left: 24px;
    display: none; }
    @media only screen and (max-width: 599px) {
      .contact__box--call {
        display: -ms-flexbox;
        display: flex; } }
  .contact__box-icon {
    width: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    object-fit: contain;
    margin-right: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .contact__box-icon svg {
      fill: #ffffff;
      width: 100%;
      height: 100%; }

.newsletter-block {
  margin-bottom: 25px; }
  .newsletter-block .form-group {
    position: relative;
    overflow: hidden;
    border: 1px solid #fefefe; }
    @media only screen and (max-width: 979px) {
      .newsletter-block .form-group {
        width: 450px;
        margin: 0 auto 15px; } }
    @media only screen and (max-width: 767px) {
      .newsletter-block .form-group {
        width: 350px; } }
    @media only screen and (max-width: 480px) {
      .newsletter-block .form-group {
        width: 100%; } }
  .newsletter-block .subscribe-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0; }
    @media only screen and (max-width: 480px) {
      .newsletter-block .subscribe-btn {
        display: block;
        position: static;
        width: 100%; } }
  .newsletter-block input {
    font-size: 14px;
    padding: 11px 140px 11px 10px;
    width: 100%;
    border: 0;
    background-color: transparent;
    height: 40px;
    display: block;
    line-height: 1.42857143;
    color: #808080;
    box-sizing: border-box;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none; }
    @media only screen and (max-width: 1299px) and (min-width: 980px) {
      .newsletter-block input {
        padding: 11px 40px 11px 10px; } }
    @media only screen and (max-width: 480px) {
      .newsletter-block input {
        width: 100%;
        font-size: 12px;
        padding: 10px; } }
  .newsletter-block .subscribe-btn .btn {
    line-height: 20px;
    text-transform: uppercase;
    padding: 11px 25px;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    transition-duration: 300ms;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    border: medium none; }
    .newsletter-block .subscribe-btn .btn:hover {
      background-color: #FF9600;
      color: #ffffff; }
    @media only screen and (max-width: 1299px) and (min-width: 980px) {
      .newsletter-block .subscribe-btn .btn {
        background-image: url(../images/newsletter.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        background-color: transparent;
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 0;
        background-position: center; } }
    @media only screen and (max-width: 480px) {
      .newsletter-block .subscribe-btn .btn {
        display: block;
        position: static;
        width: 100%; } }

.newsletter-form {
  background: #212121;
  padding: 20px; }
  .newsletter-form-cta {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.35em; }
    .newsletter-form-cta p:first-child {
      margin-top: 0; }

.newsletter-info {
  font-size: 13px;
  line-height: 1.5em; }

.post-thumb {
  position: relative;
  max-width: 478px; }
  .post-thumb__image {
    display: block;
    margin: 0 0 15px;
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .post-thumb__info {
      text-align: center; } }
  .post-thumb__title {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase; }
  .post-thumb__excerpt {
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    color: #6f6f6f;
    font-size: 11px; }
  .post-thumb__date {
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 0;
    right: auto;
    padding: 5px 15px;
    background-color: #000000; }
    .post-thumb__date:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 34px 0 0 19px;
      border-color: transparent transparent transparent #000000;
      position: absolute;
      right: -19px;
      top: 0; }
  .post-thumb img {
    display: block;
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s; }
  .post-thumb:hover .post-thumb__title {
    color: #FF9600; }
  .post-thumb:hover img {
    transform: scale(1.1);
    filter: blur(3px); }

.post-thumbnail {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 44px; }
  @media only screen and (max-width: 767px) {
    .post-thumbnail {
      display: block; } }
  .post-thumbnail__image {
    position: relative;
    display: block;
    max-width: 400px;
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media only screen and (max-width: 979px) {
      .post-thumbnail__image {
        max-width: 360px; } }
    @media only screen and (max-width: 767px) {
      .post-thumbnail__image {
        margin-right: 0;
        margin-bottom: 20px; } }
    .post-thumbnail__image img {
      display: block;
      height: auto;
      max-width: 100%; }
    .post-thumbnail__image:hover .img-hover {
      opacity: 1; }
  .post-thumbnail__price {
    margin: 0 0 10px;
    color: #FF9600;
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .post-thumbnail__price {
        font-size: 18px; } }
  .post-thumbnail__price-old, .post-thumbnail__price-new {
    display: inline-block; }
  .post-thumbnail__price-new {
    font-weight: 700; }
  .post-thumbnail__price-old {
    margin: 0 5px;
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .post-thumbnail__price-old {
        font-size: 16px; } }
  .post-thumbnail .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .post-thumbnail h2 {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .post-thumbnail h2 {
        margin-bottom: 6px;
        font-size: 18px; } }
  .post-thumbnail p {
    margin: 0; }
    .post-thumbnail p + p {
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        .post-thumbnail p + p {
          margin-top: 6px; } }
  .post-thumbnail.post .post-thumbnail__image {
    overflow: hidden; }
    .post-thumbnail.post .post-thumbnail__image img {
      transition: all 0.3s ease; }
    .post-thumbnail.post .post-thumbnail__image:hover img {
      transform: scale(1.1);
      filter: blur(3px); }

.breadcrumbs {
  width: 100%;
  text-align: left;
  margin: 10px auto 12px auto;
  color: #999999; }
  .breadcrumbs span:before {
    content: '\A0'; }
  @media only screen and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 6px; } }

.socials ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: outside none none;
  width: auto; }

.socials li {
  display: inline-block;
  vertical-align: top; }

.socials a {
  display: inline-block;
  vertical-align: top;
  height: 25px;
  width: 25px;
  margin-right: 7px;
  line-height: 25px;
  color: #ffffff;
  background-color: #333333;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease; }
  .socials a:hover {
    background-color: #FF9600; }
  .socials a .fa {
    font-size: 12px; }

.woocommerce-tabs {
  margin: 80px 0; }
  @media only screen and (max-width: 599px) {
    .woocommerce-tabs {
      margin: 40px 0; } }
  .woocommerce-tabs .tabs {
    padding: 0;
    text-align: center;
    margin: 0 0 30px; }
    .woocommerce-tabs .tabs li {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 599px) {
        .woocommerce-tabs .tabs li {
          display: block;
          width: 100%; } }
      .woocommerce-tabs .tabs li a {
        color: #000000;
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 1px;
        margin: 5px;
        padding: 15px 40px;
        text-align: center;
        background-color: #f7f7f7;
        text-transform: uppercase;
        transition: all 0.3s ease; }
        @media only screen and (max-width: 599px) {
          .woocommerce-tabs .tabs li a {
            display: block; } }
        .woocommerce-tabs .tabs li a:before, .woocommerce-tabs .tabs li a:after {
          content: '';
          border-radius: inherit;
          position: absolute;
          top: 0;
          bottom: auto;
          left: 0;
          right: auto;
          width: 100%;
          height: 100%;
          z-index: -1;
          transition: transform 0.3s, background-color 0.3s;
          transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
          box-sizing: border-box; }
        .woocommerce-tabs .tabs li a:before {
          border: 2px solid #ff9600;
          transform: scale3d(0.9, 0.7, 1); }
      .woocommerce-tabs .tabs li.active a, .woocommerce-tabs .tabs li:hover a {
        background-color: transparent;
        color: #ffffff; }
        .woocommerce-tabs .tabs li.active a:before, .woocommerce-tabs .tabs li:hover a:before {
          transform: scale3d(1, 1, 1); }
        .woocommerce-tabs .tabs li.active a:after, .woocommerce-tabs .tabs li:hover a:after {
          transform: scale3d(0.9, 0.7, 1);
          background-color: #FF9600; }

.panel-group {
  margin-bottom: 20px;
  margin-top: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden; }
  .panel-group .panel-heading {
    border-bottom: 0; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-default {
  border-color: #e7e7e7;
  box-shadow: none; }

.panel-default > .panel-heading {
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  background-color: #f7f7f7; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  cursor: pointer; }

.panel-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase; }

.panel-collapse {
  display: none; }

.accordion .panel-title {
  padding: 15px; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #e7e7e7; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e7e7e7; }

.accordion .panel-body {
  padding: 15px 20px 20px; }
  @media only screen and (max-width: 599px) {
    .accordion .panel-body {
      padding: 10px 10px 20px;
      border: none; } }

.panel-group .panel + .panel {
  margin-top: 15px; }

.ask-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-top: 10px; }
  .ask-product__button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 16px 5px 10px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #747474;
    cursor: pointer;
    color: #747474;
    transition: all 0.3s ease; }
    .ask-product__button:hover {
      background-color: black;
      border-color: black;
      color: #ffffff; }
      .ask-product__button:hover i {
        color: #ffffff; }
    .ask-product__button i {
      margin-right: 10px;
      color: #747474;
      font-size: 23px;
      transition: all 0.3s ease; }

.to-top {
  position: fixed;
  bottom: 55px;
  right: 40px;
  z-index: 9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 0;
  line-height: 35px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: inset 0 3px 10px 0 rgba(153, 153, 153, 0.35);
  transition: all 300ms ease;
  cursor: pointer;
  opacity: 0; }
  @media only screen and (max-width: 979px) {
    .to-top {
      right: 10px; } }
  .to-top.is-visible {
    opacity: 1; }
  .to-top:before {
    content: '';
    position: relative;
    top: 2px;
    left: 1px;
    display: inline-block;
    vertical-align: top;
    height: 6px;
    width: 6px;
    transform: rotate(-45deg);
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #000000;
    transition: all .3s ease; }
  .to-top:hover {
    background-color: #FF9600; }
    .to-top:hover:before {
      border-color: #ffffff; }

.my-account {
  position: relative; }
  .my-account__icon {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition-duration: 300ms;
    line-height: 25px; }
    @media only screen and (max-width: 599px) {
      .my-account__icon {
        width: 35px;
        height: 35px; } }
    .my-account__icon .icon {
      width: 21px;
      margin: 0 auto; }
      @media only screen and (max-width: 599px) {
        .my-account__icon .icon {
          width: 18px; } }
  .my-account:hover .icon {
    fill: #FF9600; }
  .my-account li a {
    display: block;
    padding: 3px 10px; }

.wishlist__icon {
  display: inline-block;
  vertical-align: top;
  transition-duration: 300ms;
  height: 40px;
  width: 40px;
  line-height: 40px; }
  @media only screen and (max-width: 599px) {
    .wishlist__icon {
      width: 35px;
      height: 35px; } }
  .wishlist__icon-with-number {
    position: relative; }
    .wishlist__icon-with-number .wishlist_products_counter {
      color: #ffffff; }
    .wishlist__icon-with-number .wishlist_products_counter_dropdown {
      pointer-events: none;
      position: absolute;
      right: 0;
      top: -2px;
      bottom: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      min-width: 17px;
      height: 17px;
      min-height: auto;
      padding: 4px;
      color: #ffffff;
      font-size: 12px;
      font-weight: 300;
      line-height: 17px;
      background-color: #999999;
      border-radius: 20px;
      text-transform: capitalize;
      transition-duration: 300ms; }
  .wishlist__icon .icon {
    width: 21px;
    margin: 0 auto; }
    @media only screen and (max-width: 599px) {
      .wishlist__icon .icon {
        width: 18px; } }

.wishlist:hover .icon {
  fill: #FF9600; }

.header-cart:hover .icon {
  fill: #FF9600; }

.header-cart__icon {
  position: relative;
  transition: all 300ms ease;
  display: inline-block;
  cursor: pointer;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 35px;
  margin: 0 auto; }
  @media only screen and (max-width: 599px) {
    .header-cart__icon {
      width: 35px;
      height: 35px; } }
  .header-cart__icon .icon {
    width: 22px;
    margin: 0 auto; }
    @media only screen and (max-width: 599px) {
      .header-cart__icon .icon {
        width: 22px; } }

.header-cart__btn {
  position: relative;
  display: inline-block;
  background: transparent;
  padding: 0;
  border: none;
  float: left; }

.header-cart__total {
  position: absolute;
  right: auto;
  left: -15px;
  top: -2px;
  bottom: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-width: 17px;
  height: 17px;
  padding: 4px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
  background-color: #FF9600;
  border-radius: 20px;
  text-transform: capitalize;
  transition-duration: 300ms; }

.header-cart__quick-cart {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 100%;
  width: 480px;
  background: #ffffff;
  padding: 12px 12px;
  margin-top: 12px;
  box-shadow: 0px 0px 10px -5px; }
  .header-cart__quick-cart-header {
    margin-bottom: 24px;
    border-bottom: 1px solid;
    padding-bottom: 12px; }
  .header-cart__quick-cart-body {
    margin-bottom: 60px; }
  .header-cart__quick-cart-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px; }
  .header-cart__quick-cart-img {
    max-width: 120px;
    margin-right: 12px; }
    .header-cart__quick-cart-img img {
      width: 100%;
      height: auto;
      display: block; }
  .header-cart__quick-cart-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-actions {
        display: block;
        position: -webkit-sticky;
        position: sticky;
        bottom: 60px;
        background: white; }
        .header-cart__quick-cart-actions:after {
          content: '';
          width: 100vw;
          left: 50%;
          top: -10px;
          height: calc(100% + 96px);
          background: white;
          transform: translate(-50%);
          position: absolute;
          display: block; }
        .header-cart__quick-cart-actions div {
          position: relative;
          z-index: 1; } }
  .header-cart__quick-cart-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 5px 16px 5px 10px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #747474;
    cursor: pointer;
    color: #747474;
    transition: all 0.3s ease;
    height: 40px;
    line-height: 40px;
    min-width: 180px;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-button {
        width: 100%;
        margin-bottom: 8px;
        -ms-flex-pack: center;
            justify-content: center; } }
    .header-cart__quick-cart-button:hover {
      background-color: black;
      border-color: black;
      color: #ffffff; }
    .header-cart__quick-cart-button--cart {
      background-color: #FF9600;
      border-color: #FF9600;
      color: #ffffff;
      font-weight: bold; }
      .header-cart__quick-cart-button--cart:hover {
        background-color: black;
        border-color: black;
        color: #ffffff; }
  .header-cart__quick-cart-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-info {
        display: block; } }
  .header-cart__quick-cart-key {
    padding-right: 5%; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-key {
        padding-right: 0; } }
  .header-cart__quick-cart-name {
    font-size: 18px; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-name {
        font-size: 12px; } }
  .header-cart__quick-cart-value {
    width: 15%; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-value {
        width: 100%; } }
  .header-cart__quick-cart-body .mini_cart_item {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 8px;
    position: relative; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-body .mini_cart_item {
        display: block;
        padding-bottom: 12px;
        margin-bottom: 12px;
        border-bottom: 1px solid #f7f7f7; } }
    .header-cart__quick-cart-body .mini_cart_item img {
      max-width: 74px;
      height: 74px;
      display: block;
      margin-right: 12px; }
    .header-cart__quick-cart-body .mini_cart_item a {
      display: -ms-flexbox !important;
      display: flex !important;
      margin-bottom: 0 !important; }
    .header-cart__quick-cart-body .mini_cart_item .remove_from_cart_button {
      position: absolute;
      left: -20px;
      top: 50%;
      transform: translateY(-50%);
      width: 16px;
      height: 16px;
      line-height: 16px;
      background: #999999;
      font-size: 16px;
      border-radius: 50%;
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      color: #ffffff; }
      @media only screen and (max-width: 599px) {
        .header-cart__quick-cart-body .mini_cart_item .remove_from_cart_button {
          top: 35px;
          transform: 0; } }
    .header-cart__quick-cart-body .mini_cart_item .quantity {
      color: #000000;
      max-width: 200px;
      width: 100%;
      text-align: right; }
    .header-cart__quick-cart-body .mini_cart_item .variation,
    .header-cart__quick-cart-body .mini_cart_item .variation- {
      margin: 0;
      display: none; }
  .header-cart__quick-cart-body .woocommerce-mini-cart-item__qty-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    max-width: 200px;
    width: 100%;
    margin-left: 18px; }
    @media only screen and (max-width: 599px) {
      .header-cart__quick-cart-body .woocommerce-mini-cart-item__qty-wrapper {
        margin-top: 12px; } }
  .header-cart__quick-cart-body .woocommerce-mini-cart-item__qty {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    width: 100%; }
  .header-cart__quick-cart-body .total {
    background: #f7f7f7;
    padding: 24px 24px;
    margin: 0 auto;
    text-align: center; }
    .header-cart__quick-cart-body .total strong {
      display: block;
      font-size: 1.5em;
      font-weight: bold;
      color: #999999;
      margin-bottom: 8px; }
    .header-cart__quick-cart-body .total .amount {
      font-size: 24px;
      color: #000000;
      font-weight: bold; }
  .header-cart__quick-cart-body .woocommerce-mini-cart__buttons {
    display: none; }
  @media only screen and (max-width: 599px) {
    .header-cart__quick-cart-body .cart_list {
      padding-left: 10px; } }

.header-main__action {
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.add-to-cart-variations__img {
  max-width: 100%;
  margin-bottom: 16px; }
  .add-to-cart-variations__img img {
    max-width: 100%;
    height: auto;
    display: block; }
    @media only screen and (max-width: 599px) {
      .add-to-cart-variations__img img {
        max-width: 50%; } }

@media only screen and (max-width: 599px) {
  .add-to-cart-variations__name {
    font-size: 14px; } }

.add-to-cart-variations__content {
  max-width: 480px; }

.add-to-cart-variations__price {
  margin-bottom: 12px; }

.add-to-cart-variations__content .label {
  font-weight: bold; }

.add-to-cart-variations__content select {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.43;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #777777;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  padding: 8px 5px; }

.grid-view-btn {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none; }
  .grid-view-btn .icon {
    display: block;
    fill: #999999; }
  .grid-view-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: none; }
  .grid-view-btn span:first-child {
    transform: translateY(0); }
  .grid-view-btn span:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-200%); }
    .grid-view-btn span:last-child .icon {
      fill: #FF9600; }
  .grid-view-btn:hover span, .grid-view-btn.is-active span {
    transition: all 0.3s ease; }
  .grid-view-btn:hover span:first-child, .grid-view-btn.is-active span:first-child {
    transform: translateY(100%); }
  .grid-view-btn:hover span:last-child, .grid-view-btn.is-active span:last-child {
    transform: translateY(0); }

.list-view-btn {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none; }
  .list-view-btn .icon {
    display: block;
    fill: #999999; }
  .list-view-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: none; }
  .list-view-btn span:first-child {
    transform: translateY(0); }
  .list-view-btn span:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-200%); }
    .list-view-btn span:last-child .icon {
      fill: #FF9600; }
  .list-view-btn:hover span, .list-view-btn.is-active span {
    transition: all 0.3s ease; }
  .list-view-btn:hover span:first-child, .list-view-btn.is-active span:first-child {
    transform: translateY(100%); }
  .list-view-btn:hover span:last-child, .list-view-btn.is-active span:last-child {
    transform: translateY(0); }

.add_to_cart_button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 35px;
  width: 35px;
  margin-right: 5px;
  padding: 0;
  background-color: #ffffff;
  font-size: 0;
  border: none;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer; }
  .add_to_cart_button:last-child {
    margin-right: 0; }
  .add_to_cart_button .icon {
    display: block;
    width: 16px;
    height: 100%;
    color: #222222;
    transition: all 0.3s ease; }
  .add_to_cart_button:hover {
    background-color: #FF9600; }
    .add_to_cart_button:hover .icon {
      color: #ffffff; }
  .add_to_cart_button.added + .added_to_cart.wc-forward {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    padding: 0;
    background-color: #ffffff;
    font-size: 0;
    border: none;
    line-height: 35px;
    text-align: center;
    transition: background-color 0.3s ease;
    display: none; }
    .add_to_cart_button.added + .added_to_cart.wc-forward:hover {
      background-color: #FF9600; }
      .add_to_cart_button.added + .added_to_cart.wc-forward:hover:before {
        background-image: url(../images/icons/product-addtocart-hover.svg); }
      .add_to_cart_button.added + .added_to_cart.wc-forward:hover:after {
        color: #ffffff; }
    .add_to_cart_button.added + .added_to_cart.wc-forward:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-image: url(../images/icons/product-addtocart.svg);
      background-repeat: no-repeat;
      background-size: 16px; }
    .add_to_cart_button.added + .added_to_cart.wc-forward:after {
      content: "\F00C";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding-top: 4px;
      padding-left: 10px;
      font: normal normal normal 14px/1 FontAwesome;
      background-position: right top;
      background-repeat: no-repeat;
      background-size: 16px;
      color: #000000;
      font-size: 10px; }

.add-to-cart .icon {
  display: block;
  width: 16px;
  height: 100%;
  color: #222222;
  transition: all 0.3s ease; }

.add-to-wishlist {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px;
  vertical-align: top;
  margin-right: 5px;
  font-size: 0;
  border: none;
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .add-to-wishlist img {
    display: block;
    width: 13px; }
  .add-to-wishlist:hover {
    background-color: #FF9600;
    background-image: url(../images/icons/product-wishlist.svg); }
    .add-to-wishlist:hover img {
      opacity: 0; }

.compare.button {
  background-color: #ffffff;
  background-image: url(../images/icons/product-compare.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0;
  background-size: 13px;
  font-size: 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  transition: all 0.3s ease; }
  .compare.button:hover {
    background-color: #FF9600;
    background-image: url(../images/icons/product-compare-hover.svg); }

div.asp_r.asp_r_2.vertical {
  padding: 0 !important;
  z-index: 11 !important; }
  @media only screen and (max-width: 767px) {
    div.asp_r.asp_r_2.vertical {
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      margin: 0 !important; } }

div.asp_w.asp_r .results .item {
  padding: 4px 0 !important;
  border-left: none !important;
  border-right: none !important; }
  div.asp_w.asp_r .results .item div.asp_content {
    line-height: 1.5 !important;
    font-size: 12px !important;
    padding: 8px 12px !important; }
  div.asp_w.asp_r .results .item .asp_res_url {
    color: #3f3f3f !important; }
  div.asp_w.asp_r .results .item.hovered .asp_res_url {
    color: #FF9600 !important; }

#searchfield div.asp_m.asp_main_container .probox .proinput {
  margin-left: 0 !important; }
  #searchfield div.asp_m.asp_main_container .probox .proinput form input.autocomplete {
    padding-left: 5px !important; }
  #searchfield div.asp_m.asp_main_container .probox .proinput form input.orig {
    padding-top: 1px !important;
    padding-left: 5px !important; }

#searchfield div.asp_m.asp_main_container .probox .promagnifier {
  position: absolute;
  right: 0;
  background: none; }
  #searchfield div.asp_m.asp_main_container .probox .promagnifier .innericon {
    background-size: 18px 18px; }

#searchfield div.asp_m.asp_main_container .probox .proloading {
  position: absolute;
  right: 10px;
  background: #ffffff;
  height: calc(100% - 1px);
  min-height: calc(100% - 1px); }

#searchfield div.asp_m.asp_main_container .probox .proclose {
  position: absolute;
  right: 40px;
  width: 20px;
  top: 1px; }
  #searchfield div.asp_m.asp_main_container .probox .proclose svg {
    width: 16px;
    height: 16px;
    transition: background-color 0.3s ease; }
  #searchfield div.asp_m.asp_main_container .probox .proclose:hover svg {
    background-color: #FF9600; }

.search-field {
  position: relative;
  width: 240px; }
  @media only screen and (max-width: 767px) {
    .search-field {
      width: 100%;
      max-width: 270px;
      margin: 0 auto; } }
  .search-field .proclose {
    position: absolute; }
  .search-field input {
    min-width: 155px !important;
    padding-top: 0 !important; }
    @media only screen and (min-width: 768px) {
      .search-field input:focus {
        height: 40px !important;
        border-bottom: 1px solid #000000 !important;
        outline: none !important; } }
  .search-field__inner {
    margin: 0;
    width: 200px;
    padding: 0;
    box-shadow: none;
    position: relative;
    display: block !important; }
    @media only screen and (max-width: 767px) {
      .search-field__inner {
        width: 100%;
        max-width: 270px;
        margin: 0 auto; } }
  .search-field__input {
    border: none;
    border-bottom: 1px solid transparent;
    float: left;
    height: auto;
    margin: 0;
    padding: 10px 40px 10px 10px;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
    color: #808080; }
    @media only screen and (max-width: 767px) {
      .search-field__input {
        padding: 12px 40px 11px 10px; } }
    .search-field__input:focus {
      border-bottom: 1px solid #000000;
      outline: none; }
  .search-field__btn-outer {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
    width: 42px;
    height: 42px;
    line-height: 42px; }
  .search-field__btn {
    position: relative;
    background: transparent;
    color: #000000;
    cursor: pointer;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    text-transform: capitalize;
    z-index: 1; }
  .search-field__icon {
    background: url(../images/icons/search.svg) no-repeat scroll center center transparent;
    background-size: 17px;
    width: 42px;
    height: 42px;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 0;
    border-radius: 20px;
    font-weight: 600;
    line-height: 15px;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 1;
    transition-duration: 300ms; }

div.asp_w.asp_r.ajaxsearchpro .results .asp_nores {
  padding: 10px 20px;
  box-sizing: border-box; }

.woocommerce-ordering {
  min-width: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .woocommerce-ordering {
      max-width: 100%;
      min-width: auto; } }
  .woocommerce-ordering .ss-main {
    width: auto;
    min-width: 180px; }
    @media only screen and (max-width: 767px) {
      .woocommerce-ordering .ss-main {
        min-width: 0; } }

.category-box {
  padding: 0;
  margin: 0; }
  .category-box li {
    list-style: none;
    line-height: 20px;
    padding: 0 0 10px 0;
    border: 0;
    font-size: 13px; }
    .category-box li a {
      text-decoration: none;
      transition: color 0.3s ease; }
      .category-box li a:hover {
        color: #FF9600; }

.filter-box {
  padding: 5px; }
  .filter-box ul {
    padding: 0;
    margin: 0; }
  .filter-box li {
    list-style: none; }
  .filter-box .bapf_head * {
    display: block;
    margin: 0 0 10px;
    font-weight: 600;
    padding: 0;
    border: 0 none;
    color: #555555;
    background: none;
    cursor: pointer; }

.bapf_loader_page .bapf_lcontainer {
  width: 100px;
  height: 100px; }

.account-box ul {
  padding: 0;
  margin: 0; }

.account-box li {
  list-style: none; }

.account-box a {
  display: block;
  margin-top: -1px;
  padding: 8px 0;
  font-size: 15px;
  color: #555555;
  font-weight: 500; }
  .account-box a:hover {
    color: #1a2660; }

.product-thumb {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 50px;
  overflow: hidden;
  padding: 0 15px;
  list-style: none; }
  @media only screen and (max-width: 1440px) {
    .product-thumb {
      width: 100%; } }
  @media only screen and (max-width: 599px) {
    .product-thumb {
      padding: 0 10px; } }
  .product-thumb:hover .product-thumb__actions--second {
    opacity: 1; }
  .product-thumb__image {
    text-align: center;
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    height: 420px;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media only screen and (max-width: 1499px) {
      .product-thumb__image {
        height: auto; }
        .product-thumb__image > a {
          display: block;
          position: relative;
          padding-bottom: 100%; } }
    .product-thumb__image img {
      display: block;
      max-width: 100%;
      height: 100%;
      object-fit: cover;
      width: 100%; }
      @media only screen and (max-width: 1499px) {
        .product-thumb__image img {
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          height: 100%; } }
  .product-thumb__title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.2em;
    min-height: 2.4em;
    font-weight: normal; }
    .product-thumb__title a {
      transition: color 0.3s ease; }
  .product-thumb__description {
    display: none;
    margin-bottom: 15px; }
    .product-thumb__description p {
      margin: 0 0 5px; }
    .product-thumb__description strong {
      color: #696969; }
  .product-thumb__price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.4em; }
  .product-thumb__tag {
    border: 1px solid;
    padding: 3px; }
  .product-thumb__price-old, .product-thumb__price-new {
    display: inline-block; }
  .product-thumb__price-old {
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
    margin: 0 5px; }
  .product-thumb__labels {
    position: absolute;
    top: 15px;
    left: 0; }
  .product-thumb__label {
    position: relative;
    width: -webkit-fit-content;
    width: fit-content; }
    .product-thumb__label:not(:last-child) {
      margin-bottom: 12px; }
  .product-thumb__sale-label {
    display: block;
    z-index: 3;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 5px 15px;
    transition-duration: 300ms; }
    .product-thumb__sale-label:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 19px;
      border-color: transparent transparent transparent #000000;
      position: absolute;
      right: -19px;
      top: 0; }
  .product-thumb__label--outofstock {
    z-index: 3;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    right: auto;
    background-color: red;
    padding: 5px 15px; }
    .product-thumb__label--outofstock:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 19px;
      border-color: transparent transparent transparent red;
      position: absolute;
      right: -19px;
      top: 0; }
  .product-thumb__percentage {
    z-index: 3;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    right: auto;
    background-color: #ff9600;
    padding: 5px 15px; }
    .product-thumb__percentage:before {
      content: '-'; }
    .product-thumb__percentage:after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 30px 0 0 19px;
      border-color: transparent transparent transparent #ff9600;
      position: absolute;
      right: -19px;
      top: 0; }
  .product-thumb__actions {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    z-index: 3;
    bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease; }
    .product-thumb__actions--second {
      opacity: 0;
      transition: opacity 0.3s ease;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 979px) {
        .product-thumb__actions--second {
          opacity: 1; } }
      .product-thumb__actions--second button[name="add-to-cart"], .product-thumb__actions--second .button_add-to-cart--big, .product-thumb__actions--second .single_add_to_cart_button:not(.clickBuyButton) {
        margin-top: 0; }
      .product-thumb__actions--second .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img {
        display: none !important; }
      .product-thumb__actions--second .add-to-wishlist {
        width: 40px;
        height: 40px;
        background-color: #999999;
        background-image: url(../images/icons/product-wishlist.svg); }
        .product-thumb__actions--second .add-to-wishlist:hover {
          background-color: black; }
  .product-thumb .img-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease; }
  .product-thumb:hover .img-hover {
    opacity: 1; }
  .product-thumb:hover .product-thumb__title a {
    color: #FF9600; }
  .product-thumb:hover .product-thumb__actions {
    transform: translateY(0);
    opacity: 1; }
  .product-thumb:hover .product-thumb__rating {
    transform: translateY(100%);
    opacity: 0; }
  .product-thumb .tinvwl_add_to_wishlist-text,
  .product-thumb .tinvwl_already_on_wishlist-text {
    display: none !important; }
  .product-thumb .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_remove_from_wishlist-text,
  .product-thumb .tinvwl-product-in-list.tinvwl-product-make-remove .tinvwl_already_on_wishlist-text,
  .product-thumb .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_remove_from_wishlist-text,
  .product-thumb .tinvwl-product-in-list.tinvwl-product-already-on-wishlist .tinvwl_already_on_wishlist-text {
    display: none !important; }
  .product-thumb .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
  .product-thumb a.wishlist_products_counter.top_wishlist-custom img,
  .product-thumb span.wishlist_products_counter.top_wishlist-custom img {
    margin: 0 auto !important; }

@media only screen and (max-width: 1499px) {
  .swiper-slide .product-thumb__image {
    height: auto; } }

.woocommerce-error {
  padding: 0;
  margin: 0; }
  .woocommerce-error li {
    list-style: none;
    color: #d94f4f; }

.wcpa_price_summary,
.wcpa_priceouter {
  display: none; }

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type=checkbox]:checked + label .wcpa_check {
  background-color: #FF9600 !important;
  border-color: #FF9600 !important; }

.single-product div.product.wcpa_has_options form.cart {
  display: -ms-flexbox !important;
  display: flex !important; }

.dd-title--default {
  font-size: 18px;
  color: #000000;
  font-weight: normal; }

.dd-title + .shop-page-content {
  margin-top: 15px; }

.sh-select-label {
  display: block; }

.ss-main {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.43;
  background-image: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 0;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #777777;
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .ss-main {
      white-space: normal; } }

.ss-main .ss-single-selected {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s; }

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed; }

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  .ss-main .ss-single-selected.ss-open-above + .ss-content {
    top: calc(100% - 18px);
    transform: translateY(10px); }

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.ss-main .ss-single-selected.ss-open-above .ss-arrow,
.ss-main .ss-single-selected.ss-open-below .ss-arrow {
  transform: scale(-1); }

.ss-main .ss-single-selected.ss-open-above .arrow-up,
.ss-main .ss-single-selected.ss-open-below .arrow-up {
  margin-top: -1px; }

.ss-main .ss-single-selected .placeholder {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: 100%;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: inherit; }
  @media only screen and (max-width: 767px) {
    .ss-main .ss-single-selected .placeholder {
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%;
      overflow: hidden; } }

.ss-main .ss-single-selected .placeholder * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .ss-main .ss-single-selected .placeholder * {
      white-space: normal; } }

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede; }

.ss-main .ss-single-selected .ss-deselect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold; }

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none; }

.ss-main .ss-single-selected .ss-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  transition: transform .2s ease; }

.ss-main .ss-single-selected .ss-arrow span {
  margin: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #a2a2a2 transparent transparent transparent; }

.ss-main .ss-multi-selected {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #ffffff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color .2s; }

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666666; }

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed; }

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.ss-main .ss-multi-selected .ss-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  width: calc(100% - 30px); }

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  margin: 2px 0;
  line-height: 1em;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 767px) {
    .ss-main .ss-multi-selected .ss-values .ss-disabled {
      white-space: normal; } }

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0);
    opacity: 0; } }

.ss-main .ss-multi-selected .ss-values .ss-value {
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  padding: 0;
  margin: 3px 5px 3px 0;
  color: #ffffff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: .2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both; }

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: .2s;
  animation-timing-function: ease-out; }

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer; }

.ss-main .ss-multi-selected .ss-add {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 3px;
      flex: 0 1 3px;
  margin: 9px 12px 0 5px; }

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #666666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform .2s; }

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px; }

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg); }

.ss-content {
  position: absolute;
  min-width: 220px;
  top: calc(100% + 4px);
  width: auto;
  right: 0;
  z-index: 3;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #c2c2c2;
  background-color: #ffffff;
  transform: translateY(-10px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  visibility: hidden; }

.ss-content.ss-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important; }

.ss-content .ss-search {
  font-size: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 8px 8px 6px 8px; }

.ss-content .ss-search.ss-hide {
  height: 0;
  opacity: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

.ss-content .ss-search.ss-hide input {
  height: 0;
  opacity: 0;
  padding: 0 0 0 0;
  margin: 0 0 0 0; }

.ss-content .ss-search input {
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #ffffff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield; }

.ss-content .ss-search input:-ms-input-placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle; }

.ss-content .ss-search .ss-addable {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box; }

.ss-content .ss-addable {
  padding-top: 0; }

.ss-content .ss-list {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding: 0; }

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px;
  font-weight: bold; }

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px; }

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer; }

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #ffffff; }

.ss-content .ss-list .ss-option {
  cursor: pointer;
  height: auto;
  padding: 10px 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease;
  color: #777777;
  line-height: 1.4em; }
  .ss-content .ss-list .ss-option:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    display: block;
    border-bottom: 1px solid #eeeeee; }
  .ss-content .ss-list .ss-option:before {
    content: '';
    position: absolute;
    left: -14px;
    right: -14px;
    top: -1px;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    border-radius: 3px; }
  .ss-content .ss-list .ss-option:hover {
    color: #ffffff;
    background-color: #FF9600; }

.ss-content .ss-list .ss-option * {
  display: inline-block; }

.ss-content .ss-list .ss-option:hover::before,
.ss-content .ss-list .ss-option.ss-highlighted::before {
  opacity: 1; }

.ss-content .ss-list .ss-option.ss-disabled {
  font-weight: 600; }

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666666;
  background-color: rgba(88, 151, 251, 0.1); }

.ss-content .ss-list .ss-option.ss-hide {
  display: none; }

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c; }

.select2 .select2-selection {
  border-color: #e7e7e7 !important;
  height: 38px !important; }
  .select2 .select2-selection__rendered {
    line-height: 36px !important;
    color: #808080 !important; }
  .select2 .select2-selection__arrow {
    height: 35px !important; }

.select2-dropdown {
  border-color: #e7e7e7 !important; }

.wc-urk-shipping-form-group,
.wcpa_checkbox,
.wc-pao-addon-wrap {
  padding-left: 0 !important; }
  .wc-urk-shipping-form-group input,
  .wcpa_checkbox input,
  .wc-pao-addon-wrap input {
    display: inline-block !important;
    width: auto !important;
    margin-right: 6px;
    margin-bottom: 3px;
    vertical-align: middle;
    cursor: pointer; }
  .wc-urk-shipping-form-group label,
  .wcpa_checkbox label,
  .wc-pao-addon-wrap label {
    cursor: pointer;
    transition: color 0.3s ease; }
    .wc-urk-shipping-form-group label:hover,
    .wcpa_checkbox label:hover,
    .wc-pao-addon-wrap label:hover {
      color: #111111; }

.wcpa_checkbox {
  margin-top: 5px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
  box-sizing: content-box;
  height: 0; }

.wysiwyg > h1 + *,
.wysiwyg > h2 + *,
.wysiwyg > h3 + *,
.wysiwyg > h4 + *,
.wysiwyg > .button + *,
.wysiwyg > * + .button {
  margin-top: 16px; }

.wysiwyg > h5 + *,
.wysiwyg > h6 + * {
  margin-top: 14px; }

.wysiwyg > * + h1,
.wysiwyg > * + h2,
.wysiwyg > * + h3,
.wysiwyg > * + h4,
.wysiwyg > * + h5,
.wysiwyg > * + h6,
.wysiwyg > * + hr,
.wysiwyg > hr + *,
.wysiwyg > * + div,
.wysiwyg > div + *,
.wysiwyg > table + table,
.wysiwyg > * + table,
.wysiwyg > table + * {
  margin-top: 30px; }
  @media only screen and (max-width: 599px) {
    .wysiwyg > * + h1,
    .wysiwyg > * + h2,
    .wysiwyg > * + h3,
    .wysiwyg > * + h4,
    .wysiwyg > * + h5,
    .wysiwyg > * + h6,
    .wysiwyg > * + hr,
    .wysiwyg > hr + *,
    .wysiwyg > * + div,
    .wysiwyg > div + *,
    .wysiwyg > table + table,
    .wysiwyg > * + table,
    .wysiwyg > table + * {
      margin-top: 20px; } }

.wysiwyg > p + p,
.wysiwyg > p + ul,
.wysiwyg > ul + p,
.wysiwyg > ol + p,
.wysiwyg > p + ol,
.wysiwyg > ol + ul,
.wysiwyg > ul + ol {
  margin-top: 14px; }

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

.wysiwyg img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="],
.wysiwyg img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
  height: 340px; }
  @media only screen and (max-width: 767px) {
    .wysiwyg img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="],
    .wysiwyg img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
      height: 260px; } }
  @media only screen and (max-width: 599px) {
    .wysiwyg img[src="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="],
    .wysiwyg img[srcset="data:image/gif;base64,R0lGODlhAQABAIAAAMLCwgAAACH5BAAAAAAALAAAAAABAAEAAAICRAEAOw=="] {
      height: 280px; } }

.wysiwyg p {
  margin: 0; }
  .wysiwyg p img {
    max-width: 100%;
    height: auto; }
    .wysiwyg p img + * {
      margin-top: 20px; }
  .wysiwyg p * + img {
    margin-top: 20px; }

.wysiwyg > ul > * + * {
  margin-top: 5px; }

.dropdown-toggle {
  display: block;
  background: none;
  border: none; }

.dropdown-menu {
  position: absolute;
  top: 54px;
  left: auto;
  right: 0;
  z-index: 999;
  padding: 15px;
  margin: 0;
  min-width: 215px;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  box-shadow: 0 0 5px 0 rgba(51, 51, 51, 0.3);
  background-color: #ffffff;
  border-radius: 0;
  transition: all 0.3s ease; }
  .dropdown-menu.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .dropdown-menu li {
    padding: 0; }

.dd-button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 9px 20px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  text-transform: uppercase;
  line-height: 1.5;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease; }
  .dd-button--primary {
    background-color: #FF9600;
    border-color: #FF9600;
    color: #ffffff; }
    .dd-button--primary:hover {
      background-color: #000000;
      border-color: #000000;
      color: #ffffff; }
  .dd-button--secondary {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }
    .dd-button--secondary:hover {
      background-color: #FF9600;
      border-color: #FF9600;
      color: #ffffff; }

.radio__circle {
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #FF9600;
  border: 1px solid currentColor; }

.radio label {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 24px;
  cursor: pointer; }

.radio input {
  display: none; }
  .radio input:checked ~ .radio__circle:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: currentColor; }

.radio + .radio {
  margin-top: 6px; }

.common-fields label,
.gform_wrapper label,
.woocommerce-shipping-fields label,
.shipping-calculator-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: normal; }
  .common-fields label.woocommerce-form__label-for-checkbox,
  .gform_wrapper label.woocommerce-form__label-for-checkbox,
  .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox,
  .shipping-calculator-form label.woocommerce-form__label-for-checkbox {
    cursor: pointer; }
    .common-fields label.woocommerce-form__label-for-checkbox input,
    .gform_wrapper label.woocommerce-form__label-for-checkbox input,
    .woocommerce-shipping-fields label.woocommerce-form__label-for-checkbox input,
    .shipping-calculator-form label.woocommerce-form__label-for-checkbox input {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin-right: 6px;
      margin-bottom: 2px;
      cursor: pointer; }

.common-fields input,
.gform_wrapper input,
.woocommerce-shipping-fields input,
.shipping-calculator-form input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #808080;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.common-fields .form-row {
  margin-bottom: 1.5em; }

.form-row.notes label {
  display: block; }

.form-row.notes .woocommerce-input-wrapper {
  display: block; }

.form-row.notes textarea {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: #808080;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.g-form-custom .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px 4px; }

.g-form-custom .gform_wrapper h3.gform_title {
  margin-top: 0;
  color: #000000;
  font-size: 20px; }

.g-form-custom .gform_wrapper textarea {
  border: 1px solid #e7e7e7;
  border-radius: 0; }

.g-form-custom .gform_wrapper .gform_footer input.button,
.g-form-custom .gform_wrapper .gform_footer input[type=submit],
.g-form-custom .gform_wrapper .gform_page_footer input.button,
.g-form-custom .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
  transition: all 0.3s ease;
  cursor: pointer; }
  .g-form-custom .gform_wrapper .gform_footer input.button:hover,
  .g-form-custom .gform_wrapper .gform_footer input[type=submit]:hover,
  .g-form-custom .gform_wrapper .gform_page_footer input.button:hover,
  .g-form-custom .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #FF9600;
    border-color: #FF9600;
    color: #ffffff; }

body .g-form-custom .gform_wrapper .top_label div.ginput_container {
  margin-top: 0; }

#gform_confirmation_message_1 {
  font-size: 20px;
  text-align: center;
  color: #000000;
  padding: 40px; }

.shop-page {
  padding-bottom: 60px; }
  @media only screen and (max-width: 599px) {
    .shop-page {
      padding-bottom: 30px; } }
  .shop-page__inner {
    display: -ms-flexbox;
    display: flex; }
  .shop-page__aside {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25%;
    padding: 0 15px;
    margin-left: -15px; }
  .shop-page__content {
    width: 100%; }
  .shop-page .products-layout-wrap .product-thumb {
    width: calc(100% / 3); }
    @media only screen and (max-width: 767px) {
      .shop-page .products-layout-wrap .product-thumb {
        width: 50%; } }
    @media only screen and (max-width: 599px) {
      .shop-page .products-layout-wrap .product-thumb {
        display: block;
        width: 100%;
        max-width: 358px;
        margin: 0 auto 48px; } }
  .shop-page .products-layout-wrap.is-list .product-thumb {
    width: 100%; }
  .shop-page.has-sidebar .shop-page__content {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding: 0 15px;
    max-width: 1074px; }
  .shop-page.has-sidebar .products-layout-wrap .product-thumb {
    width: calc(100% / 3); }

.categories-banner {
  display: block;
  margin-top: 10px; }
  .categories-banner img {
    width: 100%;
    max-width: 100%; }

@media only screen and (max-width: 767px) {
  main.home-page {
    padding-top: 114px; } }

.demo_store {
  display: none; }

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