body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.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;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -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: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.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 infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.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-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.easyzoom {
  position: relative;
  display: inline-block;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #fff;
}
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 200px;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: 0;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > label,
.SumoSelect.open > .search > span {
  visibility: hidden;
}
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}
.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}
.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}
.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #e4e4e4;
}
.SumoSelect .select-all.sel,
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.tpd-tooltip {
  position: absolute;
}
.tpd-tooltip {
  box-sizing: content-box;
}
.tpd-tooltip [class^="tpd-"] {
  box-sizing: inherit;
}
.tpd-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-content-relative,
.tpd-content-relative-padder,
.tpd-content-spacer {
  float: left;
  position: relative;
}
.tpd-content-relative {
  width: 100%;
}
.tpd-content {
  float: left;
  clear: both;
  position: relative;
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
  color: #fff;
  box-sizing: border-box !important;
}
.tpd-has-inner-close .tpd-content-relative .tpd-content {
  padding-right: 0 !important;
}
.tpd-tooltip .tpd-content-no-padding {
  padding: 0 !important;
}
.tpd-title-wrapper {
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-title-spacer {
  float: left;
}
.tpd-title-relative,
.tpd-title-relative-padder {
  float: left;
  position: relative;
}
.tpd-title-relative {
  width: 100%;
}
.tpd-title {
  float: left;
  position: relative;
  font-size: 11px;
  line-height: 16px;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  box-sizing: border-box !important;
}
.tpd-has-title-close .tpd-title {
  padding-right: 0 !important;
}
.tpd-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.tpd-close-icon {
  float: left;
  font-family: Arial, Baskerville, monospace;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
}
.tpd-skin {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames {
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-frames .tpd-frame {
  float: left;
  width: 100%;
  height: 100%;
  clear: both;
  display: none;
}
.tpd-visible-frame-top .tpd-frame-top {
  display: block;
}
.tpd-visible-frame-bottom .tpd-frame-bottom {
  display: block;
}
.tpd-visible-frame-left .tpd-frame-left {
  display: block;
}
.tpd-visible-frame-right .tpd-frame-right {
  display: block;
}
.tpd-backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.tpd-background-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
}
.tpd-no-shadow .tpd-skin .tpd-background-shadow {
  box-shadow: none !important;
}
.tpd-background-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.tpd-no-stem .tpd-background-box,
.tpd-no-stem .tpd-shift-stem {
  display: none;
}
.tpd-no-stem .tpd-background-box-top {
  display: block;
}
.tpd-background-box-shift,
.tpd-background-box-shift-further {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.tpd-background {
  border-radius: 4px;
  float: left;
  clear: both;
  background: 0 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}
.tpd-background-loading {
  display: none;
}
.tpd-no-radius
  .tpd-skin
  .tpd-frames
  .tpd-frame
  .tpd-backgrounds
  .tpd-background {
  border-radius: 0;
}
.tpd-background-title {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-content {
  float: left;
  clear: both;
  width: 100%;
  background-color: #282828;
}
.tpd-background-border-hack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
}
.tpd-background-box-top {
  top: 0;
}
.tpd-background-box-bottom {
  bottom: 0;
}
.tpd-background-box-left {
  left: 0;
}
.tpd-background-box-right {
  right: 0;
}
.tpd-shift-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tpd-shift-stem-side {
  position: absolute;
}
.tpd-frame-bottom .tpd-shift-stem-side,
.tpd-frame-top .tpd-shift-stem-side {
  width: 100%;
}
.tpd-frame-left .tpd-shift-stem-side,
.tpd-frame-right .tpd-shift-stem-side {
  height: 100%;
}
.tpd-stem {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 16px;
  height: 8px;
  margin-left: 3px;
  margin-top: 2px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset {
  margin: 0 !important;
}
.tpd-stem-spacer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tpd-stem-reset .tpd-stem-spacer {
  margin-top: 0;
}
.tpd-stem-point {
  width: 100px;
  position: absolute;
  top: 0;
  left: 50%;
}
.tpd-stem-downscale,
.tpd-stem-transform {
  float: left;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: relative;
}
.tpd-stem-side {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.tpd-stem-side-inversed {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.tpd-stem-triangle {
  width: 0;
  height: 0;
  border-bottom-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
.tpd-stem-border {
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #fff;
  border-right-color: #fff;
  border-right-style: solid;
  border-right-width: 0;
}
.tpd-stem-border-corner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 0;
}
.tpd-stem * {
  z-index: 0;
  zoom: 1;
}
.tpd-stem-border-center-offset,
.tpd-stem-border-center-offset-inverse {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tpd-stem-notransform {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.tpd-stem-notransform .tpd-stem-border {
  height: 100%;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  margin: 0;
}
.tpd-stem-notransform .tpd-stem-border-center {
  position: absolute;
}
.tpd-stem-notransform .tpd-stem-border-corner {
  background: #fff;
  border: 0;
  top: auto;
  left: auto;
}
.tpd-stem-notransform .tpd-stem-border-center,
.tpd-stem-notransform .tpd-stem-triangle {
  height: 0;
  border: 0;
  left: 50%;
}
.tpd-stem-transform-left {
  -webkit-transform: rotate(-90deg) scale(-1, 1);
  transform: rotate(-90deg) scale(-1, 1);
}
.tpd-stem-transform-right {
  -webkit-transform: rotate(90deg) translate(0, -100%);
  transform: rotate(90deg) translate(0, -100%);
}
.tpd-stem-transform-bottom {
  -webkit-transform: scale(1, -1) translate(0, -100%);
  transform: scale(1, -1) translate(0, -100%);
}
.tpd-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 36px;
}
.tpd-spinner-spin {
  position: relative;
  float: left;
  margin: 8px 0 0 13px;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff;
  -webkit-animation: tpd-spinner-animation 1.1s infinite linear;
  animation: tpd-spinner-animation 1.1s infinite linear;
  box-sizing: border-box !important;
}
.tpd-spinner-spin,
.tpd-spinner-spin:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tpd-spinner-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tpd-is-loading .tpd-content-wrapper,
.tpd-is-loading .tpd-title-wrapper {
  display: none;
}
.tpd-is-loading .tpd-background {
  display: none;
}
.tpd-is-loading .tpd-background-loading {
  display: block;
}
.tpd-tooltip-measuring {
  top: 0;
  left: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.tpd-tooltip-measuring .tpd-skin,
.tpd-tooltip-measuring .tpd-spinner {
  display: none;
}
.tpd-tooltip-measuring .tpd-content-wrapper,
.tpd-tooltip-measuring .tpd-title-wrapper {
  display: block;
}
.tpd-tooltip a,
.tpd-tooltip a:hover {
  color: grey;
  text-decoration: underline;
}
.tpd-tooltip a:hover {
  color: #6c6c6c;
}
.tpd-size-x-small .tpd-content,
.tpd-size-x-small .tpd-title {
  padding: 7px 8px;
  font-size: 10px;
  line-height: 15px;
}
.tpd-size-x-small .tpd-background {
  border-radius: 5px;
}
.tpd-size-x-small .tpd-stem {
  width: 12px;
  height: 6px;
  margin-left: 4px;
  margin-top: 2px;
}
.tpd-size-x-small.tpd-no-radius .tpd-stem {
  margin-left: 7px;
}
.tpd-size-x-small .tpd-close {
  margin-bottom: 1px;
}
.tpd-size-x-small .tpd-spinner {
  width: 35px;
  height: 29px;
}
.tpd-size-x-small .tpd-spinner-spin {
  margin: 6px 0 0 9px;
}
.tpd-size-x-small .tpd-spinner-spin,
.tpd-size-x-small .tpd-spinner-spin:after {
  width: 17px;
  height: 17px;
}
.tpd-size-small .tpd-content,
.tpd-size-small .tpd-title {
  padding: 8px;
  font-size: 10px;
  line-height: 16px;
}
.tpd-size-small .tpd-background {
  border-radius: 6px;
}
.tpd-size-small .tpd-stem {
  width: 14px;
  height: 7px;
  margin-left: 5px;
  margin-top: 2px;
}
.tpd-size-small.tpd-no-radius .tpd-stem {
  margin-left: 8px;
}
.tpd-size-small .tpd-close {
  margin: 2px 1px;
}
.tpd-size-small .tpd-spinner {
  width: 42px;
  height: 32px;
}
.tpd-size-small .tpd-spinner-spin {
  margin: 7px 0 0 13px;
}
.tpd-size-small .tpd-spinner-spin,
.tpd-size-small .tpd-spinner-spin:after {
  width: 18px;
  height: 18px;
}
.tpd-size-medium .tpd-content,
.tpd-size-medium .tpd-title {
  padding: 10px;
  font-size: 11px;
  line-height: 16px;
}
.tpd-size-medium .tpd-background {
  border-radius: 8px;
}
.tpd-size-medium .tpd-stem {
  width: 16px;
  height: 8px;
  margin-left: 6px;
  margin-top: 2px;
}
.tpd-size-medium.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}
.tpd-size-medium .tpd-close {
  margin: 4px 2px;
}
.tpd-size-medium .tpd-spinner {
  width: 50px;
  height: 36px;
}
.tpd-size-medium .tpd-spinner-spin {
  margin: 8px 0 0 15px;
}
.tpd-size-medium .tpd-spinner-spin,
.tpd-size-medium .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}
.tpd-size-large .tpd-content,
.tpd-size-large .tpd-title {
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.tpd-size-large .tpd-background {
  border-radius: 8px;
}
.tpd-size-large .tpd-stem {
  width: 18px;
  height: 9px;
  margin-left: 7px;
  margin-top: 2px;
}
.tpd-size-large.tpd-no-radius .tpd-stem {
  margin-left: 10px;
}
.tpd-size-large .tpd-close {
  margin: 5px 2px 5px 2px;
}
.tpd-size-large .tpd-spinner {
  width: 54px;
  height: 38px;
}
.tpd-size-large .tpd-spinner-spin {
  margin: 9px 0 0 17px;
}
.tpd-size-large .tpd-spinner-spin,
.tpd-size-large .tpd-spinner-spin:after {
  width: 20px;
  height: 20px;
}
.tpd-skin-dark .tpd-close,
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title {
  color: #fff;
}
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #3f4e5d;
}
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #505050;
}
.tpd-skin-dark .tpd-spinner-spin {
  border-color: rgba(255, 255, 255, 0.2);
  border-left-color: #fff;
}
.tpd-skin-dark a {
  color: #ccc;
}
.tpd-skin-dark a:hover {
  color: #b6b6b6;
}
#growls-bc,
#growls-bl,
#growls-br,
#growls-cc,
#growls-cl,
#growls-cr,
#growls-default,
#growls-tc,
#growls-tl,
#growls-tr,
.ontop {
  z-index: 50000;
  position: fixed;
}
#growls-default {
  top: 10px;
  right: 10px;
}
#growls-tl {
  top: 10px;
  left: 10px;
}
#growls-tr {
  top: 10px;
  right: 10px;
}
#growls-bl {
  bottom: 10px;
  left: 10px;
}
#growls-br {
  bottom: 10px;
  right: 10px;
}
#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px;
}
#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}
#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px;
}
#growls-cl {
  top: 50%;
  left: 10px;
}
#growls-cr {
  top: 50%;
  right: 10px;
}
#growls-bc .growl,
#growls-tc .growl {
  margin-left: auto;
  margin-right: auto;
}
.growl {
  opacity: 0.8;
  position: relative;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.growl.growl-incoming {
  opacity: 0;
}
.growl.growl-outgoing {
  opacity: 0;
}
.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}
.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}
.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}
.growl.growl-default {
  color: #fff;
  background: #7f8c8d;
}
.growl.growl-error {
  color: #fff;
  background: #c0392b;
}
.growl.growl-notice {
  color: #fff;
  background: #2ecc71;
}
.growl.growl-warning {
  color: #fff;
  background: #f39c12;
}
.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  font-family: helvetica, verdana, sans-serif;
}
.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}
.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
.priority-nav {
  white-space: nowrap;
}
.priority-nav > ul {
  display: inline-block;
}
.priority-nav > ul > li {
  display: inline-block;
}
.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
  position: relative;
}
.priority-nav__wrapper {
  position: relative;
}
.priority-nav__dropdown {
  position: absolute;
  visibility: hidden;
}
.priority-nav__dropdown.show {
  visibility: visible;
}
.priority-nav__dropdown-toggle {
  visibility: hidden;
  position: absolute;
}
.priority-nav-is-visible {
  visibility: visible;
}
.priority-nav-is-hidden {
  visibility: hidden;
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/latolight-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/latoregular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/latoitalic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(../fonts/latobold-webfont.woff2) format("woff2");
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 0;
  max-width: 540px;
}
@media (min-width: 576px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.show {
  display: block;
}
tr.collapse.show {
  display: table-row;
}
tbody.collapse.show {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
::-moz-selection {
  background-color: #c29958;
  color: #fff;
}
::selection {
  background-color: #c29958;
  color: #fff;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
body {
  min-width: 320px;
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  overflow-x: hidden;
  letter-spacing: 0.025em;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px transparent solid;
  color: #222;
}
img {
  max-width: 100%;
}
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover {
  outline: 0;
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li:hover
  > a {
  color: #000;
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > a.with-childs:hover::after {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .top-actions
  ul
  li
  a
  span {
  background-color: #000;
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .top-actions
  ul
  li
  a:hover::after {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .menu-dropdown
  li
  a:hover {
  color: #000;
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li
  a:hover {
  color: #000;
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li
  a:hover {
  color: #000;
}
body.custom-color.color-red
  header.main-header
  .main-header
  .inner
  .top-actions
  .top-search
  .form-row
  button[type="submit"]:hover {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  section.home-slider
  .swiper-wrapper
  .swiper-slide
  .slider-caption
  .slider-link
  span {
  background-color: #000;
}
body.custom-color.color-red
  section.home-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  border-color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover::before {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  .products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a::after {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  .products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover {
  color: #000;
}
body.custom-color.color-red
  section.home-categories
  .inner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
  border-color: #000;
}
body.custom-color.color-red
  section.home-banners
  .inner
  .item
  .banners-item:hover
  .caption {
  color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #000;
}
body.custom-color.color-red
  section.home-categories
  .inner
  .categories-item:hover
  .categories-name {
  color: #000;
}
body.custom-color.color-red
  .products.with-slider
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #000;
}
body.custom-color.color-red
  section.home-blog
  .news-list
  .item
  .news-name
  a:hover {
  color: #000;
}
body.custom-color.color-red
  section.home-brands
  .brands-slider
  .brand-info
  .name
  a:hover {
  color: #000;
}
body.custom-color.color-red
  section.home-brands
  .brands-slider
  .brand-info:hover
  .name
  a {
  color: #000;
}
body.custom-color.color-red
  footer.main-footer
  .footer-top
  .inner
  .footer-social
  a {
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
body.custom-color.color-red
  footer.main-footer
  .footer-top
  .inner
  .footer-social
  a::before {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  footer.main-footer
  .footer-top
  .inner
  .footer-menu
  ul
  li
  a:hover {
  color: #000;
}
body.custom-color.color-red .growl.growl-notice {
  background-color: red;
}
body.custom-color.color-red section.main-breadcrumbs ul.breadcrumb li a span {
  color: #000;
  border-bottom: 1px rgba(0, 0, 0, 0.6) solid;
}
body.custom-color.color-red section.main-breadcrumbs ul.breadcrumb li a::after {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item
  a:hover {
  border-color: #000;
  color: #000;
}
body.custom-color.color-red
  .sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  .filter-slider
  .ui-slider-range {
  background-color: #000;
}
body.custom-color.color-red
  .sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .show-filters {
  color: #000;
  border-bottom-color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #000;
}
body.custom-color.color-red
  .sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item.submit
  input[type="submit"] {
  background-color: #000;
  border: 1px #000 solid;
}
body.custom-color.color-red
  .products-toolbar
  .inner
  .products-visible
  ul
  li
  a:hover,
body.custom-color.color-red
  .products-toolbar
  .inner
  .products-visible
  ul
  li.active
  a {
  color: #000;
  border-color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-addCart
  button[type="submit"]
  span {
  color: #000;
  border-color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-addCart
  button[type="submit"]
  span:hover {
  border-color: transparent;
}
body.custom-color.color-red
  .products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-price
  span.price {
  color: #000;
}
body.custom-color.color-red
  .products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-addCart
  button[type="submit"] {
  background-color: #000;
  border: 1px #000 solid;
}
body.custom-color.color-red
  .products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-name
  a:hover,
body.custom-color.color-red
  .products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-name
  a:hover,
body.custom-color.color-red
  .products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-name
  a:hover,
body.custom-color.color-red
  .products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-name
  a:hover,
body.custom-color.color-red
  .products.with-slider
  .products-item
  .products-offers
  .products-name
  a:hover {
  color: #000;
}
body.custom-color.color-red
  .product-wrapper
  .product-inner
  .product-info
  .product-cart-wrapper
  .product-prices
  span.price {
  color: #000;
}
body.custom-color.color-red
  .product-wrapper
  .product-inner
  .product-info
  .product-cart-wrapper
  .product-buy
  .product-buy-button
  button[type="submit"] {
  background-color: #000;
  border: 1px #000 solid;
}
body.custom-color.color-red
  .product-wrapper
  .product-inner
  .product-info
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values
  a.selected,
body.custom-color.color-red
  .product-wrapper
  .product-inner
  .product-info
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values
  a:hover {
  color: #000;
  border-color: #000;
}
body.custom-color.color-red
  .product-tabs
  ul.tabs-header
  li.r-tabs-state-active
  a {
  color: #000;
}
body.custom-color.color-red
  .product-tabs
  ul.tabs-header
  li.r-tabs-state-active::after {
  background-color: #000;
}
body.custom-color.color-red
  section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-total
  span.item-total {
  color: #000;
}
body.custom-color.color-red
  section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  .cart-have-coupon-link
  a#use-coupon {
  color: #000;
  border-color: #000;
}
body.custom-color.color-red
  section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  .cart-have-coupon-link
  a#use-coupon:hover {
  border-color: transparent;
}
body.custom-color.color-red
  section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  #apply-coupon-code
  button[type="submit"] {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-submit
  input[type="submit"] {
  background-color: #000;
  border: 1px #000 solid;
}
body.custom-color.color-red
  section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-info
  .product-name
  a:hover {
  color: #000;
}
body.custom-color.color-red
  .order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-confirm-section
  .wa-section-body
  .wa-actions-section
  .wa-button {
  background-color: #000;
  border: 1px #000 solid;
}
body.custom-color.color-red
  .order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-cart-details
  .wa-column-content
  .wa-coupon-section
  .wa-inactive-state
  .wa-button {
  background-color: #000;
  border: 1px #000 solid;
}
body.custom-color.color-red
  .products.with-slider
  .swiper-buttons
  .swiper-button-next,
body.custom-color.color-red
  .products.with-slider
  .swiper-buttons
  .swiper-button-prev {
  -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
    brightness(96%) contrast(100%);
  filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg) brightness(96%)
    contrast(100%);
}
body.custom-color.color-red
  .blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-cation
  .post-name
  a:hover {
  color: #000;
}
body.custom-color.color-red
  .blog-wrapper
  .blog-inner
  .sidebar
  .blog-block.category-plugin
  ul
  li
  a:hover,
body.custom-color.color-red
  .blog-wrapper
  .blog-inner
  .sidebar
  .blog-block.timeline-block
  ul
  li
  ul.tree
  li
  a:hover {
  color: #000;
  border-color: #000;
}
body.custom-color.color-red
  .blog-wrapper
  .blog-inner
  .sidebar
  .blog-block.tag-plugin
  a:hover {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  body.custom-color.color-red
    header.main-header
    .top-header
    .inner
    .mobile-menu
    span {
    -webkit-filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
      brightness(96%) contrast(100%);
    filter: invert(0) sepia(100%) saturate(17%) hue-rotate(354deg)
      brightness(96%) contrast(100%);
  }
  body.custom-color.color-red
    .products
    ul.products-list.thumbs-big
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span,
  body.custom-color.color-red
    .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span,
  body.custom-color.color-red
    .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span {
    background-color: #000;
    border: 1px #000 solid;
  }
}
.header-alert {
  background-color: #27ae60;
}
.header-alert .alert-inner {
  position: relative;
  padding: 10px 15px;
}
.header-alert .alert-inner .alert-text {
  color: #fff;
  text-align: center;
}
.header-alert .alert-inner .alert-text a {
  color: #fff;
  text-decoration: none;
}
.header-alert .alert-inner .alert-close {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-image: url(../img/icons-svg/times.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) sepia(12%) saturate(7467%) hue-rotate(181deg)
    brightness(116%) contrast(94%);
  filter: invert(100%) sepia(12%) saturate(7467%) hue-rotate(181deg)
    brightness(116%) contrast(94%);
}
header.main-header {
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1001;
}
header.main-header .top-header {
  padding: 20px 100px 20px;
  border-bottom: 1px solid #efefef;
}
header.main-header .top-header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.main-header .top-header .inner .mobile-menu {
  display: none;
  margin-right: 15px;
}
header.main-header .top-header .inner .mobile-menu span {
  display: block;
  width: 29px;
  height: 30px;
  cursor: pointer;
  background-image: url(../img/icons-svg/bars.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
header.main-header .top-header .inner .user-location {
  margin-right: 25px;
  position: relative;
}
header.main-header .top-header .inner .user-location::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 3px;
  background-color: #666;
  width: 1px;
  height: 15px;
}
header.main-header .top-header .inner .user-location a {
  color: #c29958;
  text-decoration: none;
  border-bottom: 1px rgba(194, 153, 88, 0.6) dashed;
  border-color: rgba(194, 153, 88, 0.6);
}
header.main-header .top-header .inner .user-location a:hover {
  border-color: transparent;
}
header.main-header .top-header .inner .top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.main-header .top-header .inner .top-menu ul li {
  margin-left: 15px;
}
header.main-header .top-header .inner .top-menu ul li:first-child {
  margin-left: 0;
}
header.main-header .top-header .inner .top-menu ul li a {
  color: #666;
  text-decoration: none;
}
header.main-header .top-header .inner .top-menu ul li a:hover {
  border-color: rgba(102, 102, 102, 0.3);
}
header.main-header .top-header .inner .top-contacts {
  margin-left: auto;
}
header.main-header .top-header .inner .top-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.main-header .top-header .inner .top-contacts ul li {
  margin-left: 15px;
}
header.main-header .top-header .inner .top-contacts ul li:first-child {
  margin-left: 0;
}
header.main-header .top-header .inner .top-contacts ul li a {
  font-weight: 300;
  font-size: 14px;
  padding-left: 18px;
  position: relative;
  color: #222;
  text-decoration: none;
}
header.main-header .top-header .inner .top-contacts ul li a:hover {
  color: rgba(34, 34, 34, 0.6);
}
header.main-header .top-header .inner .top-contacts ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
header.main-header .top-header .inner .top-contacts ul li a.email::before {
  top: 1px;
  background-image: url(../img/icons-svg/envelope.svg);
}
header.main-header .top-header .inner .top-contacts ul li a.phone::before {
  background-image: url(../img/icons-svg/phone-alt.svg);
}
header.main-header .main-header {
  padding: 0 100px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}
header.main-header .main-header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}
header.main-header .main-header .inner .top-logo {
  width: 260px;
  padding: 15px 10px;
}
header.main-header .main-header .inner .top-logo img {
  max-height: 100px;
  max-width: 100%;
}
header.main-header .main-header .inner .top-logo .top-logo-slogan {
  font-weight: 300;
  font-size: 13px;
  margin-top: 7px;
}
header.main-header .main-header .inner .main-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 740px;
  -ms-flex: 0 0 740px;
  flex: 0 0 740px;
  max-width: 740px;
  width: 100%;
}
header.main-header .main-header .inner .main-menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
header.main-header .main-header .inner .main-menu > ul > li {
  margin-left: 15px;
  padding: 55px 0;
}
header.main-header .main-header .inner .main-menu > ul > li:first-child {
  margin-left: 0;
}
header.main-header .main-header .inner .main-menu > ul > li > a {
  color: #222;
  font-size: 15px;
  text-decoration: none;
  border: 0;
  padding: 15px;
  display: block;
}
header.main-header .main-header .inner .main-menu > ul > li > a:hover {
  color: #c29958;
}
header.main-header .main-header .inner .main-menu > ul > li > a.with-childs {
  position: relative;
  padding-right: 15px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > a.with-childs::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > a.with-childs:hover::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
header.main-header .main-header .inner .main-menu > ul > li:hover > a {
  color: #c29958;
}
header.main-header .main-header .inner .main-menu > ul > li:hover > a::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
header.main-header .main-header .inner .main-menu > ul > li > .mega-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  z-index: 1001;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 25px 0 0;
  display: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul {
  margin: 0 0 30px;
  padding: 0 15px;
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 300;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li.head {
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 18px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li
  a {
  text-decoration: none;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li
  a:hover {
  color: #c29958;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li.all-link
  a {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  position: relative;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .mega-dropdown.active
  .mega-dropdown-inner
  ul
  li.all-link
  a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons-svg/long-arrow-right.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
header.main-header .main-header .inner .main-menu > ul > li > .menu-dropdown {
  top: 100px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  background-color: #fff;
  min-width: 180px;
  padding: 15px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .menu-dropdown.active {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .menu-dropdown
  li {
  font-weight: 300;
  margin-bottom: 5px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .menu-dropdown
  li:last-child {
  margin-bottom: 0;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .menu-dropdown
  li
  a {
  text-decoration: none;
  font-size: 15px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  > ul
  > li
  > .menu-dropdown
  li
  a:hover {
  text-decoration: none;
  color: #c29958;
}
header.main-header .main-header .inner .main-menu span.nav__dropdown-wrapper {
  margin-left: 15px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  button.nav__dropdown-toggle {
  background: 0 0;
  border: 0;
  cursor: pointer;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  button.nav__dropdown-toggle:hover {
  color: #c29958;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  ul.priority-nav__dropdown {
  top: 25px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  background-color: #fff;
  min-width: 180px;
  padding: 15px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  left: 0;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  ul.priority-nav__dropdown.show {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: block;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  ul.priority-nav__dropdown
  li {
  font-weight: 300;
  margin-bottom: 5px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  ul.priority-nav__dropdown
  li:last-child {
  margin-bottom: 0;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  ul.priority-nav__dropdown
  li
  a {
  text-decoration: none;
  font-size: 15px;
}
header.main-header
  .main-header
  .inner
  .main-menu
  span.nav__dropdown-wrapper
  ul.priority-nav__dropdown
  li
  a:hover {
  text-decoration: none;
  color: #c29958;
}
header.main-header .main-header .inner .top-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
header.main-header .main-header .inner .top-actions .top-search {
  margin-right: 20px;
}
header.main-header .main-header .inner .top-actions .top-search .form-row {
  position: relative;
}
header.main-header
  .main-header
  .inner
  .top-actions
  .top-search
  .form-row
  input[type="search"] {
  background-color: #f7f7f7;
  color: #999;
  border-radius: 30px;
  border: 0;
  padding: 12px 10px 10px 50px;
  height: 40px;
  font-size: 14px;
  width: 100%;
}
header.main-header
  .main-header
  .inner
  .top-actions
  .top-search
  .form-row
  button[type="submit"] {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 0;
  background-image: url(../img/icons-svg/search.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
header.main-header
  .main-header
  .inner
  .top-actions
  .top-search
  .form-row
  button[type="submit"]:hover {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
header.main-header .main-header .inner .top-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header.main-header .main-header .inner .top-actions ul li.top-action__search {
  display: none;
}
header.main-header .main-header .inner .top-actions ul li a {
  color: #222;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-right: 20px;
}
header.main-header .main-header .inner .top-actions ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
header.main-header .main-header .inner .top-actions ul li a:hover span {
  background-color: #c29958;
  color: #fff;
}
header.main-header .main-header .inner .top-actions ul li a:hover::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
header.main-header
  .main-header
  .inner
  .top-actions
  ul
  li
  a.top-search-icon::after {
  background-image: url(../img/icons-svg/search.svg);
}
header.main-header .main-header .inner .top-actions ul li a.top-user {
  width: 22px;
}
header.main-header .main-header .inner .top-actions ul li a.top-user::after {
  width: 22px;
  background-image: url(../img/icons-svg/user.svg);
}
header.main-header .main-header .inner .top-actions ul li a.top-favorites {
  margin-right: 22px;
}
header.main-header
  .main-header
  .inner
  .top-actions
  ul
  li
  a.top-favorites::after {
  background-image: url(../img/icons-svg/heart.svg);
}
header.main-header .main-header .inner .top-actions ul li a.top-compare {
  margin-right: 22px;
}
header.main-header .main-header .inner .top-actions ul li a.top-compare::after {
  background-image: url(../img/icons-svg/sync.svg);
}
header.main-header .main-header .inner .top-actions ul li a.top-cart {
  width: 22px;
}
header.main-header .main-header .inner .top-actions ul li a.top-cart::after {
  width: 22px;
  background-image: url(../img/icons-svg/shopping-bag.svg);
}
header.main-header .main-header .inner .top-actions ul li a span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 300;
  background: #c29958;
  color: #fff;
  position: absolute;
  top: -4px;
  text-align: center;
  right: -10px;
  border-radius: 50%;
  z-index: 1;
}
.header-fixed {
  position: fixed;
  left: 0;
  top: -80px;
  height: 80px;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 101;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header-fixed.active {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.header-fixed .inner {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-fixed .inner .fixed-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-fixed .inner .fixed-contacts ul li {
  margin-left: 15px;
}
.header-fixed .inner .fixed-contacts ul li:first-child {
  margin-left: 0;
}
.header-fixed .inner .fixed-contacts ul li a {
  font-weight: 300;
  font-size: 14px;
  padding-left: 18px;
  position: relative;
  color: #222;
  text-decoration: none;
}
.header-fixed .inner .fixed-contacts ul li a:hover {
  color: rgba(34, 34, 34, 0.6);
}
.header-fixed .inner .fixed-contacts ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
.header-fixed .inner .fixed-contacts ul li a.email::before {
  top: 1px;
  background-image: url(../img/icons-svg/envelope.svg);
}
.header-fixed .inner .fixed-contacts ul li a.phone::before {
  background-image: url(../img/icons-svg/phone-alt.svg);
}
.header-fixed .inner .fixed-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-fixed .inner .fixed-actions .top-search {
  margin-right: 20px;
}
.header-fixed .inner .fixed-actions .top-search .form-row {
  position: relative;
}
.header-fixed .inner .fixed-actions .top-search .form-row input[type="search"] {
  background-color: #f7f7f7;
  color: #999;
  border-radius: 30px;
  border: 0;
  padding: 12px 10px 10px 50px;
  height: 40px;
  font-size: 14px;
  width: 100%;
}
.header-fixed
  .inner
  .fixed-actions
  .top-search
  .form-row
  button[type="submit"] {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 0;
  background-image: url(../img/icons-svg/search.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.header-fixed
  .inner
  .fixed-actions
  .top-search
  .form-row
  button[type="submit"]:hover {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.header-fixed .inner .fixed-actions ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-fixed .inner .fixed-actions ul li a {
  color: #222;
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  margin-right: 20px;
}
.header-fixed .inner .fixed-actions ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.header-fixed .inner .fixed-actions ul li a:hover span {
  background-color: #c29958;
  color: #fff;
}
.header-fixed .inner .fixed-actions ul li a:hover::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.header-fixed .inner .fixed-actions ul li a.top-user {
  width: 22px;
}
.header-fixed .inner .fixed-actions ul li a.top-user::after {
  width: 22px;
  background-image: url(../img/icons-svg/user.svg);
}
.header-fixed .inner .fixed-actions ul li a.top-favorites {
  margin-right: 22px;
}
.header-fixed .inner .fixed-actions ul li a.top-favorites::after {
  background-image: url(../img/icons-svg/heart.svg);
}
.header-fixed .inner .fixed-actions ul li a.top-compare {
  margin-right: 22px;
}
.header-fixed .inner .fixed-actions ul li a.top-compare::after {
  background-image: url(../img/icons-svg/sync.svg);
}
.header-fixed .inner .fixed-actions ul li a.top-cart {
  width: 22px;
}
.header-fixed .inner .fixed-actions ul li a.top-cart::after {
  width: 22px;
  background-image: url(../img/icons-svg/shopping-bag.svg);
}
.header-fixed .inner .fixed-actions ul li a span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  font-weight: 300;
  background: #c29958;
  color: #fff;
  position: absolute;
  top: -4px;
  text-align: center;
  right: -10px;
  border-radius: 50%;
  z-index: 1;
}
.mobile-header {
  width: 310px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: fixed;
  z-index: 10001;
  top: 0;
  left: -330px;
  overflow: hidden;
}
.mobile-header.active {
  -webkit-transform: translateX(330px);
  -ms-transform: translateX(330px);
  transform: translateX(330px);
}
.mobile-header .close-menu {
  position: absolute;
  top: 15px;
  right: 15px;
  background-image: url(../img/icons-svg/times.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 14px;
  cursor: pointer;
}
.mobile-header .top-logo {
  padding: 35px 35px 0;
}
.mobile-header .top-logo img {
  max-height: 100px;
}
.mobile-header .mobile-navigation {
  padding: 35px;
  height: 70%;
  overflow: auto;
}
.mobile-header .mobile-navigation .block {
  margin-bottom: 20px;
}
.mobile-header .mobile-navigation .block .head {
  position: relative;
  margin-bottom: 10px;
}
.mobile-header .mobile-navigation .block .head::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ebebeb;
}
.mobile-header .mobile-navigation .block .head span {
  background: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-right: 18px;
}
.mobile-header .mobile-navigation .block ul.category-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header .mobile-navigation .block ul.category-tree > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px rgba(238, 238, 238, 0.3) solid;
}
.mobile-header .mobile-navigation .block ul.category-tree > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.mobile-header .mobile-navigation .block ul.category-tree > li > a {
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-decoration: none;
}
.mobile-header .mobile-navigation .block ul.category-tree > li > a:hover {
  color: #c29958;
  text-decoration: none;
}
.mobile-header .mobile-navigation .block ul.category-tree > li ul {
  margin-top: 7px;
}
.mobile-header .mobile-navigation .block ul.category-tree > li ul li {
  margin-bottom: 5px;
}
.mobile-header .mobile-navigation .block ul.category-tree > li ul li a {
  color: #888;
  border: 0;
  text-decoration: none;
}
.mobile-header .mobile-navigation .block ul.category-tree > li ul li a:hover {
  color: #c29958;
}
.mobile-header .mobile-navigation .block ul.page-tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-header .mobile-navigation .block ul.page-tree > li {
  margin-bottom: 7px;
}
.mobile-header .mobile-navigation .block ul.page-tree > li > a {
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.mobile-header .mobile-navigation .block ul.page-tree > li > a:hover {
  color: #c29958;
  text-decoration: none;
}
.popup-overlay {
  position: fixed;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  z-index: 1000;
}
.popup-overlay.active {
  display: block;
}
.popup-overlay.visible {
  opacity: 1;
}
main.main-content {
  min-height: 400px;
}
section.home-slider {
  width: 100%;
}
section.home-slider:hover .swiper-button-next,
section.home-slider:hover .swiper-button-prev {
  opacity: 1;
}
section.home-slider .swiper-button-next,
section.home-slider .swiper-button-prev {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 40px;
  background-repeat: no-repeat;
}
section.home-slider .swiper-button-next:hover,
section.home-slider .swiper-button-prev:hover {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
section.home-slider .swiper-button-next::after,
section.home-slider .swiper-button-prev::after {
  display: none;
}
section.home-slider .swiper-button-next {
  background-image: url(../img/icons-svg/chevron-right.svg);
  right: 20px;
}
section.home-slider .swiper-button-prev {
  background-image: url(../img/icons-svg/chevron-left.svg);
  left: 20px;
}
section.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
}
section.home-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c29958;
  border-color: #c29958;
}
section.home-slider .swiper-wrapper .swiper-slide {
  height: 500px;
}
section.home-slider .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
section.home-slider .swiper-wrapper .swiper-slide .slider-caption {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 100px 200px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-slider .swiper-wrapper .swiper-slide .slider-caption.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
section.home-slider .swiper-wrapper .swiper-slide .slider-caption.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.home-slider .swiper-wrapper .swiper-slide .slider-caption.right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.home-slider
  .swiper-wrapper
  .swiper-slide
  .slider-caption
  .slider-header {
  color: #222;
  font-size: 60px;
  text-shadow: 1px 1px 2px #222;
}
section.home-slider .swiper-wrapper .swiper-slide .slider-caption .slider-desc {
  font-size: 20px;
  color: #777;
}
section.home-slider .swiper-wrapper .swiper-slide .slider-caption .slider-link {
  margin-top: 35px;
}
section.home-slider
  .swiper-wrapper
  .swiper-slide
  .slider-caption
  .slider-link
  a {
  text-decoration: none;
  border: 0;
}
section.home-slider
  .swiper-wrapper
  .swiper-slide
  .slider-caption
  .slider-link
  span {
  background-color: #c29958;
  color: #fff;
  padding: 10px 25px;
  border-radius: 15px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
section.home-slider
  .swiper-wrapper
  .swiper-slide
  .slider-caption
  .slider-link:hover
  span {
  background-color: #a9803e;
}
section.home-slogan {
  padding: 35px 0;
}
section.home-slogan .text {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  padding-bottom: 35px;
  border-bottom: 1px solid #efefef;
}
section.home-features {
  margin-bottom: 35px;
  padding: 35px 0;
}
section.home-features .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
section.home-features .inner .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
}
section.home-features .inner .item .icon {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 33px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
}
section.home-features .inner .item .info {
  padding-left: 40px;
}
section.home-features .inner .item .info.no-icon {
  padding-left: 0;
}
section.home-features .inner .item .info .title {
  font-size: 16px;
  margin-bottom: 2px;
}
section.home-features .inner .item .info .desc {
  font-weight: 300;
  color: #888;
}
section.home-banners {
  margin-bottom: 35px;
}
section.home-banners .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-banners .inner .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
section.home-banners .inner .item .banners-item {
  position: relative;
  overflow: hidden;
}
section.home-banners .inner .item .banners-item a {
  display: block;
  width: 100%;
  height: 100%;
}
section.home-banners .inner .item .banners-item a img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.home-banners .inner .item .banners-item a:hover img {
  opacity: 0.7;
}
section.home-banners .inner .item .banners-item .caption {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  max-width: 180px;
  text-align: right;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
section.home-banners .inner .item .banners-item .caption .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
section.home-banners .inner .item .banners-item:hover .caption {
  color: #c29958;
}
section.home-products {
  padding: 35px 0;
  margin-bottom: 35px;
}
section.home-products .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
section.home-products .header span.slogan {
  display: block;
  font-size: 15px;
  color: #999;
  text-transform: none;
  font-weight: 300;
}
section.home-categories {
  padding: 55px 100px 100px;
  margin-bottom: 35px;
  background-color: #f7f7f7;
}
section.home-categories .inner {
  position: relative;
}
section.home-categories .inner .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
}
section.home-categories .inner .header span.slogan {
  display: block;
  font-size: 15px;
  color: #999;
  text-transform: none;
  font-weight: 300;
}
section.home-categories .inner .categories-item {
  position: relative;
  overflow: hidden;
}
section.home-categories .inner .categories-item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
section.home-categories .inner .categories-item a img {
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.home-categories .inner .categories-item .categories-name {
  position: absolute;
  left: 40px;
  bottom: 37px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #222;
  pointer-events: none;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
section.home-categories .inner .categories-item:hover a img {
  opacity: 0.7;
}
section.home-categories .inner .categories-item:hover .categories-name {
  color: #c29958;
}
section.home-categories .inner .swiper-pagination {
  left: 0;
  width: 100%;
  padding: 15px 0;
  bottom: -75px;
}
section.home-categories .inner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #000;
  margin: 0 3px;
}
section.home-categories
  .inner
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c29958;
  border-color: #c29958;
}
section.home-reviews {
  padding: 55px 100px 55px;
  margin-bottom: 35px;
  background-color: #f7f7f7;
}
section.home-reviews .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
section.home-reviews .header span.slogan {
  display: block;
  font-size: 15px;
  color: #999;
  text-transform: none;
  font-weight: 300;
}
section.home-reviews .reviews .thumbs-reviews {
  max-width: 310px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #eee solid;
}
section.home-reviews .reviews .thumbs-reviews .swiper-slide .thumbs-image {
  -webkit-transform: scale(0.64);
  -ms-transform: scale(0.64);
  transform: scale(0.64);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
section.home-reviews .reviews .thumbs-reviews .swiper-slide .thumbs-image img {
  border-radius: 50%;
  max-width: 97px;
  max-height: 97px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px #eee solid;
}
section.home-reviews
  .reviews
  .thumbs-reviews
  .swiper-slide.swiper-slide-thumb-active
  .thumbs-image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.home-reviews .reviews .main-reviews {
  max-width: 1000px;
}
section.home-reviews .reviews .main-reviews .reviews-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
section.home-reviews .reviews .main-reviews .reviews-info .reviews-author {
  color: rgba(34, 34, 34, 0.8);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  font-style: italic;
  margin-bottom: 5px;
}
section.home-reviews .reviews .main-reviews .reviews-info .reviews-text {
  font-size: 15px;
  font-weight: 300;
  font-style: italic;
  color: rgba(34, 34, 34, 0.4);
}
section.home-reviews .reviews .main-reviews .reviews-info .reviews-rate {
  margin-top: 5px;
}
section.home-reviews .reviews .main-reviews .reviews-info .reviews-product {
  margin-top: 5px;
}
section.home-reviews .reviews .main-reviews .reviews-info .reviews-product a {
  color: #c29958;
  text-decoration: none;
  font-style: italic;
}
section.home-reviews
  .reviews
  .main-reviews
  .reviews-info
  .reviews-product
  a:hover {
  border-color: #c29958;
}
section.home-blog {
  padding: 0 35px;
  margin-bottom: 35px;
}
section.home-blog .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
section.home-blog .header span.slogan {
  display: block;
  font-size: 15px;
  color: #999;
  text-transform: none;
  font-weight: 300;
}
section.home-blog .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.home-blog .news-list .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
section.home-blog .news-list .item .news-image img {
  max-width: 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
section.home-blog .news-list .item .news-info {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
section.home-blog .news-list .item .news-info span.news-date {
  font-size: 13px;
  font-weight: 300;
  color: #9d9d9d;
}
section.home-blog .news-list .item .news-info span.news-cat {
  margin-left: 10px;
  position: relative;
  font-size: 13px;
  font-weight: 300;
  color: #222;
  text-decoration: none;
}
section.home-blog .news-list .item .news-info span.news-cat:hover {
  border-color: rgba(34, 34, 34, 0.3);
}
section.home-blog .news-list .item .news-info span.news-cat::before {
  content: "";
  position: absolute;
  left: -6px;
  top: 3px;
  height: 14px;
  background-color: #9d9d9d;
  width: 1px;
}
section.home-blog .news-list .item .news-name {
  margin-top: 10px;
}
section.home-blog .news-list .item .news-name a {
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
section.home-blog .news-list .item .news-name a:hover {
  color: #c29958;
}
section.home-text {
  padding: 55px 100px 55px;
  margin-bottom: 35px;
  background-color: #f7f7f7;
}
section.home-text .inner {
  position: relative;
}
section.home-text .inner .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 55px;
}
section.home-text .inner .header span.slogan {
  display: block;
  font-size: 15px;
  color: #999;
  text-transform: none;
  font-weight: 300;
}
section.home-text .inner .text {
  text-align: justify;
}
section.home-text .inner .text.column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
section.home-brands {
  padding: 55px 100px 55px;
  margin-bottom: 35px;
}
section.home-brands .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
section.home-brands .brands-slider .brand-info:hover .image img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
section.home-brands .brands-slider .brand-info:hover .name a {
  color: #c29958;
}
section.home-brands .brands-slider .brand-info .image {
  text-align: center;
  height: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section.home-brands .brands-slider .brand-info .image img {
  max-width: 100%;
  max-height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.home-brands .brands-slider .brand-info .name {
  margin-top: 15px;
  text-align: center;
}
section.home-brands .brands-slider .brand-info .name a {
  font-size: 14px;
  font-weight: 300;
  color: #222;
  text-decoration: none;
}
section.home-brands .brands-slider .brand-info .name a:hover {
  color: #c29958;
}
section.home-brands .brands-slider .swiper-pagination {
  bottom: 0;
}
section.home-brands
  .brands-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  border-radius: 15px;
  height: 10px;
  width: 10px;
}
section.home-brands
  .brands-slider
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c29958;
}
.products ul.products-list {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products ul.products-list.thumbs > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.products ul.products-list.thumbs > li .products-item {
  position: relative;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.products
  ul.products-list.thumbs
  > li
  .products-item:hover
  .product-image
  a
  img {
  opacity: 0.7;
}
.products
  ul.products-list.thumbs
  > li
  .products-item:hover
  .product-image
  .products-actions
  a {
  opacity: 1;
}
.products
  ul.products-list.thumbs
  > li
  .products-item:hover
  .product-image
  .products-addCart {
  opacity: 1;
  bottom: 15px;
}
.products ul.products-list.thumbs > li .products-item.loading .product-image {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.products ul.products-list.thumbs > li .products-item.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 11;
  margin-left: -21px;
}
.products ul.products-list.thumbs > li .products-item.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.products ul.products-list.thumbs > li .products-item .product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.products ul.products-list.thumbs > li .products-item .product-image a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.products ul.products-list.thumbs > li .products-item .product-image a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  a
  img.lazy {
  opacity: 0;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  a
  img.lazy-loaded {
  opacity: 1;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions {
  position: absolute;
  text-align: center;
  z-index: 3;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin-bottom: 7px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a.to-remove::after {
  background-image: url(../img/icons-svg/times_l.svg);
  background-size: 100% 100%;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a.to-favorites::after {
  background-image: url(../img/icons-svg/heart.svg);
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a.to-compare::after {
  background-image: url(../img/icons-svg/sync.svg);
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a.to-quickview::after {
  background-image: url(../img/icons-svg/search.svg);
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a.active::after,
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-actions
  a:hover::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"] {
  color: #222;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  font-weight: 300;
  cursor: pointer;
  padding: 12px 20px 7px 40px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  background-image: url(../img/icons-svg/shopping-bag.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover {
  color: #c29958;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover::before {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products ul.products-list.thumbs > li .products-item .products-offers {
  padding-top: 13px;
  text-align: center;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-brand
  a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-brand
  a:hover {
  color: #222;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-name {
  margin-top: 3px;
  margin-bottom: 10px;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-name
  a {
  font-size: 15px;
  color: #222;
  text-decoration: none;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-name
  a:hover {
  color: #c29958;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-price {
  color: #555;
  font-size: 16px;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #c29958;
}
.products
  ul.products-list.thumbs
  > li
  .products-item
  .products-offers
  .products-price
  span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 13px;
}
.products ul.products-list.thumbs-big > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.products ul.products-list.thumbs-big > li .products-item {
  position: relative;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item:hover
  .product-image
  a
  img {
  opacity: 0.7;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item:hover
  .product-image
  .products-actions
  a {
  opacity: 1;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item:hover
  .product-image
  .products-addCart {
  opacity: 1;
  bottom: 15px;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item.loading
  .product-image {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.products ul.products-list.thumbs-big > li .products-item.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 11;
  margin-left: -21px;
}
.products ul.products-list.thumbs-big > li .products-item.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.products ul.products-list.thumbs-big > li .products-item .product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.products ul.products-list.thumbs-big > li .products-item .product-image a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.products ul.products-list.thumbs-big > li .products-item .product-image a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  a
  img.lazy {
  opacity: 0;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  a
  img.lazy-loaded {
  opacity: 1;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions {
  position: absolute;
  text-align: center;
  z-index: 3;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin-bottom: 7px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a.to-favorites::after {
  background-image: url(../img/icons-svg/heart.svg);
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a.to-compare::after {
  background-image: url(../img/icons-svg/sync.svg);
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a.to-quickview::after {
  background-image: url(../img/icons-svg/search.svg);
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a.active::after,
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-actions
  a:hover::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-addCart {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"] {
  color: #222;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  font-weight: 300;
  cursor: pointer;
  padding: 12px 20px 7px 40px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  background-image: url(../img/icons-svg/shopping-bag.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover {
  color: #c29958;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover::before {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products ul.products-list.thumbs-big > li .products-item .products-offers {
  padding-top: 13px;
  text-align: center;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-brand
  a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-brand
  a:hover {
  color: #222;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-name {
  margin-top: 3px;
  margin-bottom: 10px;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-name
  a {
  font-size: 15px;
  color: #222;
  text-decoration: none;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-name
  a:hover {
  color: #c29958;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-price {
  color: #555;
  font-size: 16px;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #c29958;
}
.products
  ul.products-list.thumbs-big
  > li
  .products-item
  .products-offers
  .products-price
  span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 13px;
}
.products ul.products-list.short {
  margin: 0;
}
.products ul.products-list.short > li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  margin-bottom: 0;
  border: 1px #eee solid;
  margin-left: -1px;
  margin-top: -1px;
}
.products ul.products-list.short > li .products-item {
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.products
  ul.products-list.short
  > li
  .products-item:hover
  .product-image
  a
  img {
  opacity: 0.7;
}
.products
  ul.products-list.short
  > li
  .products-item:hover
  .product-image
  .products-actions
  a {
  opacity: 1;
}
.products
  ul.products-list.short
  > li
  .products-item:hover
  .product-image
  .products-addCart {
  opacity: 1;
  bottom: 15px;
}
.products ul.products-list.short > li .products-item.loading .product-image {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.products ul.products-list.short > li .products-item.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 11;
  margin-left: -21px;
}
.products ul.products-list.short > li .products-item.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.products ul.products-list.short > li .products-item .product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 7px;
}
.products ul.products-list.short > li .products-item .product-image a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.products ul.products-list.short > li .products-item .product-image a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products ul.products-list.short > li .products-item .product-image a img.lazy {
  opacity: 0;
}
.products
  ul.products-list.short
  > li
  .products-item
  .product-image
  a
  img.lazy-loaded {
  opacity: 1;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-name
  a {
  font-size: 13px;
  color: #222;
  text-decoration: none;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-name
  a:hover {
  color: #c29958;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-price {
  color: #555;
  font-size: 16px;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #c29958;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-price
  span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 13px;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-addCart {
  margin-top: 7px;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-addCart
  button[type="submit"] {
  border: 0;
  background: 0 0;
  padding: 0;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-addCart
  button[type="submit"]
  span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #c29958;
  border-bottom: 1px rgba(194, 153, 88, 0.6) dashed;
}
.products
  ul.products-list.short
  > li
  .products-item
  .products-offers
  .products-addCart
  button[type="submit"]
  span:hover {
  border-color: transparent;
  color: #222;
}
.products ul.products-list.list > li {
  padding: 0 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.products ul.products-list.list > li:last-child .products-item {
  border: 0;
}
.products ul.products-list.list > li .products-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px #eee solid;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.products ul.products-list.list > li .products-item .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}
.products ul.products-list.list > li .products-item .products-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  width: 100%;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-name {
  margin-bottom: 10px;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-name
  a {
  font-size: 18px;
  color: #222;
  text-decoration: none;
  font-weight: 700;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-name
  a:hover {
  color: #c29958;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .summary
  .summary-head {
  display: none;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .summary
  p {
  font-weight: 300;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .features-head {
  display: none;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .products-features
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .products-features
  ul
  li.title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .products-features
  ul
  li
  a {
  color: #c29958;
  border-bottom: 1px rgba(194, 153, 88, 0.6) dashed;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .products-features
  ul
  li
  a:hover {
  text-decoration: none;
  border-color: transparent;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .products-features
  ul
  li
  .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 3px;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-info
  .products-summary
  .features
  .products-features
  ul
  li
  .item
  .name {
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.54);
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
  width: 100%;
  padding-left: 40px;
  position: relative;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-price {
  color: #555;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-price
  span.price {
  color: #c29958;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-price
  span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  font-size: 16px;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-addCart {
  margin-top: 10px;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-addCart
  button[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.products
  ul.products-list.list
  > li
  .products-item
  .products-inner
  .products-offers
  .products-addCart
  button[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
.products-badges {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 10;
}
.products-badges .badge {
  padding: 5px 10px 3px;
  background-color: #fff;
  border-radius: 4px;
  line-height: 1;
  font-size: 13px;
}
.products-badges .badge.new {
  background: #0ebe4b;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#0ebe4b),
    color-stop(#0aae46),
    color-stop(#089f40),
    color-stop(#07903b),
    to(#068135)
  );
  background-image: -o-linear-gradient(
    top,
    #0ebe4b,
    #0aae46,
    #089f40,
    #07903b,
    #068135
  );
  background-image: linear-gradient(
    to bottom,
    #0ebe4b,
    #0aae46,
    #089f40,
    #07903b,
    #068135
  );
  color: #fff;
}
.products-badges .badge.bestseller {
  background: #f6b500;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f6b500),
    color-stop(#f7a900),
    color-stop(#f89d00),
    color-stop(#f89100),
    to(#f88407)
  );
  background-image: -o-linear-gradient(
    top,
    #f6b500,
    #f7a900,
    #f89d00,
    #f89100,
    #f88407
  );
  background-image: linear-gradient(
    to bottom,
    #f6b500,
    #f7a900,
    #f89d00,
    #f89100,
    #f88407
  );
  color: #fff;
}
.products-badges .badge.low-price {
  background: #fd0606;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fd0606),
    color-stop(#ef0504),
    color-stop(#e10303),
    color-stop(#d30202),
    to(#c60101)
  );
  background-image: -o-linear-gradient(
    top,
    #fd0606,
    #ef0504,
    #e10303,
    #d30202,
    #c60101
  );
  background-image: linear-gradient(
    to bottom,
    #fd0606,
    #ef0504,
    #e10303,
    #d30202,
    #c60101
  );
  color: #fff;
}
.products {
  position: relative;
}
.products.with-slider .swiper-buttons {
  position: absolute;
  right: 0;
  top: -10px;
}
.products.with-slider .swiper-buttons .swiper-button-next,
.products.with-slider .swiper-buttons .swiper-button-prev {
  width: 22px;
  height: 25px;
  background-repeat: no-repeat;
  -webkit-filter: invert(62%) sepia(15%) saturate(25%) hue-rotate(326deg)
    brightness(96%) contrast(84%);
  filter: invert(62%) sepia(15%) saturate(25%) hue-rotate(326deg)
    brightness(96%) contrast(84%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products.with-slider .swiper-buttons .swiper-button-next:hover,
.products.with-slider .swiper-buttons .swiper-button-prev:hover {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products.with-slider .swiper-buttons .swiper-button-next:active,
.products.with-slider .swiper-buttons .swiper-button-next:focus,
.products.with-slider .swiper-buttons .swiper-button-prev:active,
.products.with-slider .swiper-buttons .swiper-button-prev:focus {
  outline: 0;
}
.products.with-slider .swiper-buttons .swiper-button-next::after,
.products.with-slider .swiper-buttons .swiper-button-prev::after {
  display: none;
}
.products.with-slider .swiper-buttons .swiper-button-next {
  background-image: url(../img/icons-svg/chevron-square-right.svg);
  right: 0;
}
.products.with-slider .swiper-buttons .swiper-button-prev {
  background-image: url(../img/icons-svg/chevron-square-left.svg);
  left: initial;
  right: 30px;
}
.products.with-slider .products-item {
  position: relative;
  -webkit-transition: all 0.3 ease-in-out;
  -o-transition: all 0.3 ease-in-out;
  transition: all 0.3 ease-in-out;
}
.products.with-slider .products-item:hover .product-image a img {
  opacity: 0.7;
}
.products.with-slider .products-item:hover .product-image .products-actions a {
  opacity: 1;
}
.products.with-slider .products-item:hover .product-image .products-addCart {
  opacity: 1;
  bottom: 15px;
}
.products.with-slider .products-item.loading .product-image {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.products.with-slider .products-item.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 11;
  margin-left: -21px;
}
.products.with-slider .products-item.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.products.with-slider .products-item .product-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.products.with-slider .products-item .product-image a {
  display: block;
  position: relative;
}
.products.with-slider .products-item .product-image a img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.products.with-slider .products-item .product-image .products-actions {
  position: absolute;
  text-align: center;
  z-index: 3;
  right: 15px;
  top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products.with-slider .products-item .product-image .products-actions a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  margin-bottom: 7px;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products.with-slider .products-item .product-image .products-actions a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products.with-slider
  .products-item
  .product-image
  .products-actions
  a.to-favorites::after {
  background-image: url(../img/icons-svg/heart.svg);
}
.products.with-slider
  .products-item
  .product-image
  .products-actions
  a.to-compare::after {
  background-image: url(../img/icons-svg/sync.svg);
}
.products.with-slider
  .products-item
  .product-image
  .products-actions
  a.to-quickview::after {
  background-image: url(../img/icons-svg/search.svg);
}
.products.with-slider
  .products-item
  .product-image
  .products-actions
  a.active::after,
.products.with-slider
  .products-item
  .product-image
  .products-actions
  a:hover::after {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products.with-slider .products-item .product-image .products-addCart {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products.with-slider
  .products-item
  .product-image
  .products-addCart
  button[type="submit"] {
  color: #222;
  font-size: 14px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 1px 0.5px rgba(0, 0, 0, 0.05);
  border-radius: 25px;
  font-weight: 300;
  cursor: pointer;
  padding: 12px 20px 7px 40px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.products.with-slider
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 13px;
  background-image: url(../img/icons-svg/shopping-bag.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.products.with-slider
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover {
  color: #c29958;
}
.products.with-slider
  .products-item
  .product-image
  .products-addCart
  button[type="submit"]:hover::before {
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
.products.with-slider .products-item .products-offers {
  padding-top: 13px;
  text-align: center;
}
.products.with-slider .products-item .products-offers .products-brand a {
  color: #888;
  font-size: 14px;
  text-decoration: none;
}
.products.with-slider .products-item .products-offers .products-brand a:hover {
  color: #222;
}
.products.with-slider .products-item .products-offers .products-name {
  margin-top: 3px;
  margin-bottom: 10px;
}
.products.with-slider .products-item .products-offers .products-name a {
  font-size: 15px;
  color: #222;
  text-decoration: none;
}
.products.with-slider .products-item .products-offers .products-name a:hover {
  color: #c29958;
}
.products.with-slider .products-item .products-offers .products-price {
  color: #555;
  font-size: 16px;
}
.products.with-slider
  .products-item
  .products-offers
  .products-price
  span.price {
  color: #bd9049;
}
.products.with-slider
  .products-item
  .products-offers
  .products-price
  span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 13px;
}
.products-toolbar {
  margin-bottom: 25px;
  background-color: #f7f7f7;
  padding: 10px 15px;
  border-radius: 5px;
}
.products-toolbar .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.products-toolbar .inner .mobile-filters a {
  display: block;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  height: 34px;
  background-color: #fff;
  padding: 8px 30px 5px 12px;
  position: relative;
}
.products-toolbar .inner .mobile-filters a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons-svg/sliders-h.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 10;
}
.products-toolbar .inner .products-sorting {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.products-toolbar .inner .products-sorting ul.sorting {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  position: relative;
}
.products-toolbar .inner .products-sorting ul.sorting::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 10;
}
.products-toolbar .inner .products-sorting ul.sorting li {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 8px 30px 5px 12px;
  min-width: 170px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.products-toolbar .inner .products-sorting ul.sorting li.init {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
}
.products-toolbar .inner .products-sorting ul.sorting li:not(.init) {
  display: none;
}
.products-toolbar .inner .products-sorting ul.sorting li:not(.init):hover {
  background-color: #f6f6f6;
}
.products-toolbar .inner .products-sorting ul.sorting li.selected {
  color: #c29958;
}
.products-toolbar .inner .products-sorting ul.sorting li a {
  color: #222;
  border: 0;
  text-decoration: none;
}
.products-toolbar .inner .products-view ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-toolbar .inner .products-view ul li {
  margin: 0 5px;
}
.products-toolbar .inner .products-view ul li span.view {
  cursor: pointer;
  display: block;
  background-repeat: no-repeat;
  height: 16px;
}
.products-toolbar .inner .products-view ul li span.view.thumbs-big {
  width: 16px;
  background-image: url(../img/icons/view-3.png);
}
.products-toolbar .inner .products-view ul li span.view.thumbs {
  width: 22px;
  background-image: url(../img/icons/view-4.png);
}
.products-toolbar .inner .products-view ul li span.view.short {
  width: 28px;
  background-image: url(../img/icons/view-5.png);
}
.products-toolbar .inner .products-view ul li span.view.list {
  width: 20px;
  background-image: url(../img/icons/view-list.png);
}
.products-toolbar .inner .products-view ul li.active span.view.thumbs-big {
  background-image: url(../img/icons/view-3-hover.png);
}
.products-toolbar .inner .products-view ul li.active span.view.thumbs {
  background-image: url(../img/icons/view-4-hover.png);
}
.products-toolbar .inner .products-view ul li.active span.view.short {
  background-image: url(../img/icons/view-5-hover.png);
}
.products-toolbar .inner .products-view ul li.active span.view.list {
  background-image: url(../img/icons/view-list-hover.png);
}
.products-toolbar .inner .products-visible ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.products-toolbar .inner .products-visible ul li {
  margin-left: 10px;
}
.products-toolbar .inner .products-visible ul li:first-child {
  margin-left: 0;
}
.products-toolbar .inner .products-visible ul li a {
  text-decoration: none;
  font-size: 13px;
}
.products-toolbar .inner .products-visible ul li a:hover {
  border-color: #c29958;
  color: #c29958;
}
.products-toolbar .inner .products-visible ul li.active a {
  border-color: #c29958;
  color: #c29958;
}
section.category-wrapper .category-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.category-wrapper .category-inner.full .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
section.category-wrapper .category-inner .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
  padding: 0 15px;
}
section.category-wrapper .category-inner .content h1.category-name {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
  position: relative;
}
section.category-wrapper .category-inner .content h1.category-name a.btn-clear {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  display: block;
  line-height: 1.1;
  color: #c29958;
  border-bottom: 1px rgba(194, 153, 88, 0.6) dashed;
  text-decoration: none;
}
section.category-wrapper
  .category-inner
  .content
  h1.category-name
  a.btn-clear:hover {
  color: #222;
  text-decoration: none;
  border-color: #222;
}
section.category-wrapper .category-inner .content .sub-categories {
  margin-bottom: 15px;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories:not(.swiper-container-initialized)
  .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  > .swiper-scrollbar {
  width: 100%;
  left: 0;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  > .swiper-scrollbar
  .swiper-scrollbar-drag {
  background-color: #c29958;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide {
  width: auto;
  max-width: 150px;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item {
  margin-right: 15px;
  margin-bottom: 15px;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item
  a {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  padding: 11px 15px 8px;
  border-radius: 5px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item
  a:hover {
  border-color: #c29958;
  color: #c29958;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item:not(.simple) {
  height: auto;
  position: relative;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item:not(.simple)
  a {
  padding: 0;
  height: auto;
  position: relative;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item:not(.simple)
  a
  span.subacats-icon {
  max-height: 150px;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  .swiper-wrapper
  .swiper-slide
  .sub-category-item:not(.simple)
  a
  span.subcats-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-size: 13px;
}
section.category-wrapper .category-inner .content .sub-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.category-wrapper .category-inner .content .sub-categories ul li {
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 150px;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  ul
  li:first-child {
  margin-left: 0;
}
section.category-wrapper .category-inner .content .sub-categories ul li a {
  border: 1px solid #f2f2f2;
  padding: 11px 15px 8px;
  border-radius: 5px;
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
section.category-wrapper
  .category-inner
  .content
  .sub-categories
  ul
  li
  a:hover {
  border-color: #c29958;
  color: #c29958;
}
section.category-wrapper .category-inner .category-description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin: 0 15px;
}
section.category-wrapper .category-inner .category-description .inner {
  padding: 25px 0 0;
  margin-top: 15px;
  margin-bottom: 50px;
  border-top: 1px #eee solid;
  font-size: 13px;
  font-weight: 300;
}
section.main-breadcrumbs {
  padding: 25px 0;
  background-color: #f7f7f7;
  margin-bottom: 25px;
}
section.main-breadcrumbs.with-background {
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
}
section.main-breadcrumbs.with-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  z-index: 0;
}
section.main-breadcrumbs.with-background ul.breadcrumb {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
section.main-breadcrumbs.with-background ul.breadcrumb li a span {
  color: #fff;
  border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
}
section.main-breadcrumbs.with-background ul.breadcrumb li a::after {
  -webkit-filter: invert(100%) sepia(100%) saturate(0) hue-rotate(358deg)
    brightness(106%) contrast(101%);
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(358deg)
    brightness(106%) contrast(101%);
}
section.main-breadcrumbs.with-background ul.breadcrumb li span {
  color: #fff;
}
section.main-breadcrumbs ul.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
section.main-breadcrumbs ul.breadcrumb li {
  margin-bottom: 7px;
}
section.main-breadcrumbs ul.breadcrumb li a {
  text-decoration: none;
  padding-right: 30px;
  position: relative;
  border: 0;
}
section.main-breadcrumbs ul.breadcrumb li a span {
  color: #c29958;
  border-bottom: 1px rgba(194, 153, 88, 0.6) solid;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
section.main-breadcrumbs ul.breadcrumb li a span:hover {
  border-color: transparent;
}
section.main-breadcrumbs ul.breadcrumb li a::after {
  content: "";
  position: absolute;
  right: 7px;
  top: -1px;
  background-image: url(../img/icons-svg/long-arrow-right.svg);
  width: 15px;
  height: 15px;
  opacity: 0.5;
  background-repeat: no-repeat;
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
section.main-breadcrumbs ul.breadcrumb li span {
  color: #242424;
}
.paging-nav {
  margin: 25px 0;
}
.paging-nav ul.menu-h {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.paging-nav ul.menu-h li {
  margin-right: 7px;
  margin-bottom: 7px;
}
.paging-nav ul.menu-h li a {
  background: #f2f2f2;
  border-radius: 100%;
  border: 0;
  padding: 0;
  width: 35px;
  height: 35px;
  color: #222;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.paging-nav ul.menu-h li a:hover {
  background-color: #c29958;
  color: #fff;
}
.paging-nav ul.menu-h li.selected a {
  background-color: #c29958;
  color: #fff;
}
.product-wrapper {
  margin-bottom: 25px;
}
.product-wrapper.product-version1 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 50px;
}
.product-wrapper.product-version1 .inner .product-gallery {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.product-wrapper.product-version1 .inner .product-main {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.products-additional {
  padding: 35px 0;
  margin-bottom: 35px;
}
.products-additional .header {
  font-size: 30px;
  text-align: center;
  margin-bottom: 35px;
}
.slider-wrapper {
  position: relative;
}
.slider-wrapper.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slider-wrapper.vertical .thumbs-gallery {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.slider-wrapper.vertical .thumbs-gallery.swiper-container-vertical {
  width: 102px;
  margin: inherit;
  height: 450px;
}
.slider-wrapper.vertical .main-gallery {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 100px);
  margin: inherit;
  height: 450px;
  margin-left: 10px;
}
.slider-wrapper.horizontal .thumbs-gallery {
  margin: 0 100px;
  height: 100px;
}
.slider-wrapper.horizontal .main-gallery {
  margin-bottom: 10px;
}
.slider-wrapper.horizontal .main-gallery .swiper-slide a {
  padding-bottom: 100%;
}
.slider-wrapper .thumbs-gallery .swiper-slide {
  padding: 5px;
  border: 1px #eee solid;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
}
.slider-wrapper .thumbs-gallery .swiper-slide.swiper-slide-thumb-active {
  border-color: #c29958;
}
.slider-wrapper .thumbs-gallery .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 6px;
}
.slider-wrapper .main-gallery .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
  border: 1px #eee solid;
}
.slider-wrapper .main-gallery .swiper-slide a {
  display: block;
  line-height: 1;
  border: 0;
  position: relative;
  padding-bottom: 450px;
  background-color: #fff;
}
.slider-wrapper .main-gallery .swiper-slide a img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-form .product-short-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-form .product-short-info .product-name h1 {
  margin: 0 0 15px;
  padding: 0;
  font-weight: 400;
  font-size: 28px;
}
.product-form .product-short-info .product-summary {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.3;
}
.product-form .product-short-info .product-short-features {
  margin-bottom: 15px;
}
.product-form .product-short-info .product-short-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-form .product-short-info .product-short-features ul li.title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
.product-form .product-short-info .product-short-features ul li a {
  color: #c29958;
  border-bottom: 1px rgba(194, 153, 88, 0.6) dashed;
}
.product-form .product-short-info .product-short-features ul li a:hover {
  text-decoration: none;
  border-color: transparent;
}
.product-form .product-short-info .product-short-features ul li .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 3px;
}
.product-form .product-short-info .product-short-features ul li .item .name {
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.54);
}
.product-form .product-short-info .product-short-features a.link-features {
  position: relative;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px #c29958 dashed;
  color: #c29958;
  line-height: 1.1;
}
.product-form
  .product-short-info
  .product-short-features
  a.link-features:hover {
  border-color: transparent;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block {
  margin-bottom: 10px;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-values
  a {
  margin-right: 7px;
  margin-bottom: 7px;
  border: 1px #eee solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px 4px;
  border-radius: 5px;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-values
  a.selected,
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-values
  a:hover {
  text-decoration: none;
  border-color: #c29958;
  color: #c29958;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-values.color
  a {
  border: 1px rgba(0, 0, 0, 0.11) solid;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}
.product-form
  .product-short-info
  .product-options
  .options.inline
  .options-block
  .options-values.color
  a.selected::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/check.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-form .product-short-info .product-options .options.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block {
  margin-bottom: 10px;
  padding-right: 10px;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-name {
  margin-bottom: 3px;
  font-size: 15px;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SelectBox {
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
  border-color: #eee;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 7px 12px 4px;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > span {
  cursor: pointer;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .optWrapper
  > .options
  li {
  padding: 7px 12px 4px;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .optWrapper
  > .options
  li
  label {
  margin: 0;
  font-size: 13px;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .optWrapper
  > .options
  li.opt:hover {
  background-color: #fafafa;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect.open
  > .CaptionCont,
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect:focus
  > .CaptionCont,
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect:hover
  > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d5d5d5;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > label {
  margin: 0;
  cursor: pointer;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > label
  i {
  background: 0 0;
}
.product-form
  .product-short-info
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > label
  i::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-form .product-short-info .product-options .options.some ul.skus {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-form .product-short-info .product-options .options.some ul.skus li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  input:checked
  + label {
  border-color: #c29958;
  color: #c29958;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  label {
  position: relative;
  border: 1px #eee solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  color: #666;
  margin: 0;
  line-height: 1;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  label:checked {
  border-color: #c29958;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  label
  span.sku_price {
  display: none;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  label
  span.sku_sku {
  display: none;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  label
  .checkmarks-radio {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 15px;
  background-color: #c29958;
  border-bottom-left-radius: 6px;
}
.product-form
  .product-short-info
  .product-options
  .options.some
  ul.skus
  li
  label
  .checkmarks-radio::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  background-repeat: no-repeat;
  background-image: url(../img/icons-svg/check.svg);
  width: 15px;
  height: 12px;
  -webkit-filter: invert(100%) sepia(98%) saturate(8%) hue-rotate(144deg)
    brightness(100%) contrast(103%);
  filter: invert(100%) sepia(98%) saturate(8%) hue-rotate(144deg)
    brightness(100%) contrast(103%);
}
.product-form .product-short-info .product-stocks {
  margin-bottom: 15px;
}
.product-form .product-short-info .product-stocks strong {
  font-weight: 400;
  font-size: 13px;
  position: relative;
}
.product-form .product-short-info .product-stocks strong.stock-critical {
  color: red;
}
.product-form .product-short-info .product-stocks strong.stock-none {
  color: red;
}
.product-form .product-short-info .product-stocks strong.stock-low {
  color: #f39c12;
}
.product-form .product-short-info .product-stocks strong.stock-high {
  color: #27ae60;
}
.product-form .product-short-info .product-stocks strong i.icon16 {
  display: none;
}
.product-form .product-cart {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 320px;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding-left: 20px;
}
.product-form .product-cart .product-purchase {
  padding: 15px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.product-form .product-cart .product-purchase.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 11;
  margin-left: -21px;
}
.product-form .product-cart .product-purchase.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.product-form .product-cart .product-purchase .product-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .servises-header {
  margin-bottom: 5px;
  font-weight: 700;
}
.product-form .product-cart .product-purchase .product-services .service-item {
  margin-bottom: 10px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item:last-of-type {
  margin-bottom: 0;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  span.service-info {
  display: block;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  span.checkmark-checkbox {
  top: 3px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  span.service-price {
  font-weight: 400;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect {
  width: 100%;
  margin-top: 5px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SelectBox {
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
  border-color: #eee;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 7px 12px 4px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .CaptionCont
  > span {
  cursor: pointer;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .optWrapper
  > .options
  li {
  padding: 7px 12px 4px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .optWrapper
  > .options
  li
  label {
  margin: 0;
  font-size: 13px;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .optWrapper
  > .options
  li.opt:hover {
  background-color: #fafafa;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect.open
  > .CaptionCont,
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect:focus
  > .CaptionCont,
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect:hover
  > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d5d5d5;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .CaptionCont
  > label {
  margin: 0;
  cursor: pointer;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .CaptionCont
  > label
  i {
  background: 0 0;
}
.product-form
  .product-cart
  .product-purchase
  .product-services
  .service-item
  .SumoSelect
  > .CaptionCont
  > label
  i::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-form .product-cart .product-purchase .product-buy .product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-prices
  span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-left: 3px;
  font-weight: 400;
  font-size: 14px;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-prices
  span.price {
  color: #c29958;
  font-size: 20px;
}
.product-form .product-cart .product-purchase .product-buy .product-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-right: 10px;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-count
  span.qty-actions {
  display: block;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-count
  span.qty-actions.minus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/minus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-count
  span.qty-actions.plus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/plus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-count
  span.qty-input
  input[type="text"] {
  height: 42px;
  width: 40px;
  font-size: 14px;
  padding: 5px 5px 3px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-buy-button {
  width: 100%;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-buy-button
  button[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-buy-button
  button[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
.product-form
  .product-cart
  .product-purchase
  .product-buy
  .product-actions
  .product-buy-button
  button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
.product-form
  .product-cart
  .product-purchase
  .product-plugins.storequickorder_pos
  .storequickorder-button {
  margin-top: 30px;
  border-top: 1px #eee solid;
  display: block;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.product-form
  .product-cart
  .product-purchase
  .product-plugins.storequickorder_pos
  .storequickorder-button:hover {
  border-color: #bbb;
}
.product-form
  .product-cart
  .product-purchase
  .product-plugins.storequickorder_pos
  .storequickorder-button::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.product-form
  .product-cart
  .product-purchase
  .product-plugins.clicklite-plugin
  .clicklite__buttonView {
  margin-top: 30px;
  border-top: 1px #eee solid;
  display: block;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.product-form
  .product-cart
  .product-purchase
  .product-plugins.clicklite-plugin
  .clicklite__buttonView:hover {
  border-color: #bbb;
}
.product-form
  .product-cart
  .product-purchase
  .product-plugins.clicklite-plugin
  .clicklite__buttonView::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.product-tabs ul.tabs-header {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px #eee solid;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-tabs ul.tabs-header li {
  margin-left: 25px;
  position: relative;
}
.product-tabs ul.tabs-header li:first-child {
  margin-left: 0;
}
.product-tabs ul.tabs-header li::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 1px;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.product-tabs ul.tabs-header li.r-tabs-state-active::after {
  background-color: #c29958;
}
.product-tabs ul.tabs-header li.r-tabs-state-active a {
  color: #c29958;
}
.product-tabs ul.tabs-header li a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 0 0;
  color: #222;
  font-weight: 700;
  text-decoration: none;
  border: 0;
}
.product-tabs ul.tabs-header li a:hover {
  color: #c29958;
}
.product-tabs .r-tabs-accordion-title {
  display: none;
}
.product-tabs .tabs-item {
  display: none;
  padding: 0;
  font-size: 15px;
  margin-top: 25px;
}
.product-tabs .tabs-item .product-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-tabs .tabs-item .product-features ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.product-tabs .tabs-item .product-features ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-tabs .tabs-item .product-features ul li .item .name {
  min-width: 450px;
  position: relative;
  color: rgba(0, 0, 0, 0.54);
}
.product-tabs .tabs-item .product-features ul li .item .name::after {
  content: "";
  position: absolute;
  left: 0;
  right: 5px;
  height: 5px;
  bottom: 4px;
  background: -o-radial-gradient(
      center,
      ellipse,
      #e0e0e0 0,
      #e0e0e0 0.5px,
      transparent 1.25px
    )
    right;
  background: radial-gradient(
      ellipse at center,
      #e0e0e0 0,
      #e0e0e0 0.5px,
      transparent 1.25px
    )
    right;
  background-size: 5px;
}
.product-tabs .tabs-item .product-features ul li .item .name span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
.reviews-wrapper .reviews-items > ul.comments-branch {
  margin: 0;
  padding: 0;
  list-style: none;
}
.reviews-wrapper .reviews-items > ul.comments-branch > li > ul.comments-branch {
  margin: 0 0 0 60px;
  padding: 0;
  list-style: none;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  > ul.comments-branch
  .review-item {
  padding-left: 36px;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  > ul.comments-branch
  .review-item
  .review-user-photo {
  width: 24px;
  height: 24px;
}
.reviews-wrapper .reviews-items > ul.comments-branch > li .review-item {
  position: relative;
  padding-left: 60px;
  padding-bottom: 15px;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-user-photo {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-user-photo
  img {
  max-width: 100%;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-info
  .review-info-wrapper {
  position: relative;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-info
  .review-info-wrapper
  .review-user {
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-info
  .review-info-wrapper
  .review-rate {
  margin-bottom: 10px;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-info
  .review-info-wrapper
  .review-photos {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-info
  .review-info-wrapper
  .review-photos
  a {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  line-height: 1;
  border: 1px #eee solid;
  border-radius: 50%;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-info
  .review-info-wrapper
  .review-photos
  a
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
}
.reviews-wrapper
  .reviews-items
  > ul.comments-branch
  > li
  .review-item
  .review-date {
  position: absolute;
  right: 0;
  top: 2px;
  color: #999;
  font-size: 12px;
}
.reviews-wrapper .write-review-form-wrap {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px #ccc dashed;
}
.reviews-wrapper .write-review-form-wrap .comment-form-head {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}
.reviews-wrapper .write-review-form-wrap .wa-form {
  max-width: 500px;
}
.reviews-wrapper .write-review-form-wrap .wa-field {
  margin-bottom: 15px;
}
.reviews-wrapper .write-review-form-wrap .wa-field .wa-value {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.reviews-wrapper .write-review-form-wrap .wa-field .wa-value input {
  max-width: initial;
}
.reviews-wrapper .write-review-form-wrap .wa-auth-adapters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-wrapper .write-review-form-wrap .wa-auth-adapters ul li {
  margin: 0 15px 15px 0;
}
.reviews-wrapper .write-review-form-wrap .wa-auth-adapters ul li.selected a {
  color: orange;
}
.reviews-wrapper .write-review-form-wrap .wa-auth-adapters ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  border: 0;
}
.reviews-wrapper
  .write-review-form-wrap
  .wa-auth-adapters
  ul
  li
  a
  span.auth-logo {
  width: 32px;
  height: 32px;
}
.reviews-wrapper
  .write-review-form-wrap
  .wa-auth-adapters
  ul
  li
  a
  span.auth-logo
  img {
  max-width: 32px;
}
.reviews-wrapper .write-review-form-wrap .auth-fields-wrapper span.auth-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  border: 12px 25px;
  background-color: #f7f7f7;
  border-radius: 30px;
  width: 100%;
  position: relative;
}
.reviews-wrapper
  .write-review-form-wrap
  .auth-fields-wrapper
  span.auth-field
  a.logout {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
  font-size: 13px;
  color: red;
  text-decoration: none;
  border: 0;
}
.reviews-wrapper
  .write-review-form-wrap
  .auth-fields-wrapper
  span.auth-field
  a.logout:hover {
  color: orange;
}
.reviews-wrapper
  .write-review-form-wrap
  .auth-fields-wrapper
  span.auth-field
  a.inline {
  line-height: 1;
  border: 0;
}
.reviews-wrapper .write-review-form-wrap .review-field.rate-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.rate-field
  .wa-name
  label {
  margin: 0;
}
.reviews-wrapper .write-review-form-wrap .review-field.rate-field .wa-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.rate-field
  .wa-value
  a.rate,
.reviews-wrapper
  .write-review-form-wrap
  .review-field.rate-field
  .wa-value
  a.rate-clear {
  line-height: 1;
  border: 0;
  text-decoration: none;
  margin-left: 10px;
  color: orange;
}
.reviews-wrapper .write-review-form-wrap .review-field.text-field textarea {
  max-width: 100%;
}
.reviews-wrapper .write-review-form-wrap .review-field.images-field {
  margin-bottom: 20px;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-review-images-section {
  width: 100%;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-image-form-section {
  border: 1px dashed rgba(0, 0, 0, 0.25);
  padding: 16px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-image-form-section
  .s-file-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  text-indent: -100%;
  font-size: 0;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-attached-files-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-attached-files-section
  .s-file-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
  position: relative;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-attached-files-section
  .s-file-wrapper
  .s-image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 160px;
  border: 1px #999 solid;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-attached-files-section
  .s-file-wrapper
  .s-description-wrapper {
  display: none;
}
.reviews-wrapper
  .write-review-form-wrap
  .review-field.images-field
  .s-attached-files-section
  .s-file-wrapper
  .s-actions {
  position: absolute;
  right: 5px;
  top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px #999 solid;
  border-radius: 50%;
  cursor: pointer;
}
.reviews-wrapper .write-review-form-wrap .review-field.alert-field {
  font-size: 13px;
  color: red;
}
.rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.rating-wrapper.inline {
  display: inline-block;
  vertical-align: top;
}
.rating-wrapper.inline i.icon16 {
  display: inline-block;
  vertical-align: top;
}
.rating-wrapper.center {
  width: 100%;
  text-align: center;
}
.rating-wrapper i.icon16 {
  position: relative;
  height: 20px;
  width: 20px;
}
.rating-wrapper i.icon16::after {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-filter: invert(73%) sepia(76%) saturate(553%) hue-rotate(356deg)
    brightness(100%) contrast(93%);
  filter: invert(73%) sepia(76%) saturate(553%) hue-rotate(356deg)
    brightness(100%) contrast(93%);
}
.rating-wrapper i.icon16.star::after {
  content: "";
  background-image: url(../img/icons-svg/star-full.svg);
}
.rating-wrapper i.icon16.star-hover::after {
  content: "";
  background-image: url(../img/icons-svg/star-full.svg);
}
.rating-wrapper i.icon16.star-half::after {
  content: "";
  background-image: url(../img/icons-svg/star-half.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
}
.rating-wrapper i.icon16.star-empty::after {
  content: "";
  background-image: url(../img/icons-svg/star-empty.svg);
}
.rating-wrapper i.icon24 {
  position: relative;
  height: 24px;
  width: 20px;
  font-style: normal;
  margin-right: 1px;
  font-size: 16px;
}
.rating-wrapper i.icon24::after {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  -webkit-filter: invert(73%) sepia(76%) saturate(553%) hue-rotate(356deg)
    brightness(100%) contrast(93%);
  filter: invert(73%) sepia(76%) saturate(553%) hue-rotate(356deg)
    brightness(100%) contrast(93%);
}
.rating-wrapper i.icon24.star::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fbe57d),
    color-stop(#f0d665),
    color-stop(#e5c84c),
    color-stop(#dab930),
    to(#cfab00)
  );
  background-image: -o-linear-gradient(
    top,
    #fbe57d,
    #f0d665,
    #e5c84c,
    #dab930,
    #cfab00
  );
  background-image: linear-gradient(
    to bottom,
    #fbe57d,
    #f0d665,
    #e5c84c,
    #dab930,
    #cfab00
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-wrapper i.icon24.star-half::after {
  content: "\f5c0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fbe57d),
    color-stop(#f0d665),
    color-stop(#e5c84c),
    color-stop(#dab930),
    to(#cfab00)
  );
  background-image: -o-linear-gradient(
    top,
    #fbe57d,
    #f0d665,
    #e5c84c,
    #dab930,
    #cfab00
  );
  background-image: linear-gradient(
    to bottom,
    #fbe57d,
    #f0d665,
    #e5c84c,
    #dab930,
    #cfab00
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-wrapper i.icon24.star-empty::after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fbe57d),
    color-stop(#f0d665),
    color-stop(#e5c84c),
    color-stop(#dab930),
    to(#cfab00)
  );
  background-image: -o-linear-gradient(
    top,
    #fbe57d,
    #f0d665,
    #e5c84c,
    #dab930,
    #cfab00
  );
  background-image: linear-gradient(
    to bottom,
    #fbe57d,
    #f0d665,
    #e5c84c,
    #dab930,
    #cfab00
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-wrapper i.icon10 {
  position: relative;
  height: 16px;
  width: 16px;
}
.rating-wrapper i.icon10::after {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  -webkit-filter: invert(73%) sepia(76%) saturate(553%) hue-rotate(356deg)
    brightness(100%) contrast(93%);
  filter: invert(73%) sepia(76%) saturate(553%) hue-rotate(356deg)
    brightness(100%) contrast(93%);
}
.rating-wrapper i.icon10.star::after {
  content: "";
  background-image: url(../img/icons-svg/star-full.svg);
}
.rating-wrapper i.icon10.star-hover::after {
  content: "";
  background-image: url(../img/icons-svg/star-full.svg);
}
.rating-wrapper i.icon10.star-half::after {
  content: "";
  background-image: url(../img/icons-svg/star-half.svg);
  background-size: 100%;
  width: 14px;
  height: 14px;
}
.rating-wrapper i.icon10.star-empty::after {
  content: "";
  background-image: url(../img/icons-svg/star-empty.svg);
}
.sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
}
.sidebar .category-filter {
  border: 1px #eee solid;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.sidebar .category-filter .filters .filters-header {
  padding: 15px 15px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
.sidebar .category-filter .filters .filters-header a.close-filter {
  display: none;
  width: 10px;
  height: 10px;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  font-size: 10px;
  color: #222;
  top: 20px;
  right: 15px;
}
.sidebar .category-filter .filters .filters-inner .filters-item .filters-name {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 15px 15px 12px 15px;
  border-bottom: 1px #eee solid;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-name::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  z-index: 5;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-name:hover {
  background-color: #fafafa;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options {
  display: none;
  padding: 15px 15px 12px 15px;
  border-bottom: 1px #eee solid;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options.active {
  display: block;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  min-height: 75px;
  font-weight: 300;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  input[type="text"] {
  padding: 0;
  font-size: 14px;
  color: #222;
  -webkit-box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  height: 30px;
  border: 1px solid #e1e1e1;
  max-width: 65px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  input[type="text"]:focus {
  border-color: #c29958;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  .filter-slider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  height: 4px;
  margin: 26px 0 10px;
  background-color: #dbdbdb;
  -webkit-box-shadow: inset 0 2px 0 0 #cacaca;
  box-shadow: inset 0 2px 0 0 #cacaca;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  .filter-slider
  .ui-slider-range {
  height: 4px;
  background-color: #c29958;
  border-radius: 3px;
  position: relative;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  .filter-slider
  a.ui-slider-handle {
  position: absolute;
  width: 10px;
  height: 18px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  top: -8px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .slider
  .filter-slider
  a.ui-slider-handle:last-child {
  margin-left: -10px;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .show-filters {
  margin: 5px 0 6px 0;
  display: inline-block;
  color: #c29958;
  cursor: pointer;
  border-bottom: 1px #c29958 dashed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item
  .filters-options
  .show-filters:hover {
  border-color: #222;
  color: #222;
}
.sidebar .category-filter .filters .filters-inner .filters-item.submit {
  padding: 15px;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item.submit
  input[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item.submit
  input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item.submit
  a.reset-filters {
  margin-top: 15px;
  display: block;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
}
.sidebar
  .category-filter
  .filters
  .filters-inner
  .filters-item.submit
  a.reset-filters:hover {
  border-color: #bbb;
}
.sidebar .tag-cloud {
  margin-bottom: 25px;
}
.sidebar .tag-cloud .tag-cloud-header {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sidebar .tag-cloud ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar .tag-cloud ul li {
  margin-right: 7px;
  margin-bottom: 7px;
}
.sidebar .tag-cloud ul li a {
  background: #f9f9f9;
  font-size: 12px;
  font-weight: 300;
  line-height: 19px;
  padding: 2px 8px;
  text-decoration: none;
  color: #222;
  border-radius: 3px;
}
.sidebar .tag-cloud ul li a:hover {
  background-color: #fff;
  color: #c29958;
}
section.page-wrapper.error {
  padding: 50px 0;
}
section.page-wrapper .page-inner h1.page-name {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
.order-page {
  margin-bottom: 50px;
}
.order-page .s-cart-empty-wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
}
.order-page .s-cart-empty-wrapper .s-image-wrapper {
  margin-bottom: 25px;
}
.order-page .s-cart-empty-wrapper .s-image-wrapper img {
  max-width: 300px;
}
.order-page .s-order-page {
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-page .s-order-page .s-order-column {
  padding: 0 15px !important;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}
.order-page .s-order-page .s-order-column .s-section-header {
  background-color: #f7f7f7;
  position: relative;
  padding: 15px 20px;
}
.order-page .s-order-page .s-order-column .s-section-header h2.s-header {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}
.order-page .s-order-page .s-order-column .s-section-header a.s-delete-button {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px red dashed;
  text-decoration: none;
  color: red;
  font-size: 12px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-header
  a.s-delete-button:hover {
  border-color: transparent;
  color: red;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-header
  a.s-delete-button
  span.s-delete-icon {
  display: none;
}
.order-page .s-order-page .s-order-column .s-section-body {
  border: 1px #eee solid;
  border-top: 0;
  padding: 15px 20px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body {
  padding: 0;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-image {
  padding-right: 10px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details {
  padding: 0;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details
  .wa-name {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details
  .wa-name:hover {
  color: #c29958;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details
  .wa-sku {
  display: block;
  font-size: 14px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details
  .wa-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details
  .wa-actions
  .wa-action
  .wa-icon {
  display: none;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-details
  .wa-details-section
  .wa-details
  .wa-actions
  .wa-action.js-delete-product {
  color: red;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity {
  padding-right: 0;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-right: 10px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box
  span.wa-button {
  display: block;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box
  span.wa-button
  .wa-tooltip {
  display: none;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box
  span.wa-button::before {
  display: none;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box
  span.wa-button.js-decrease::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/minus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box
  span.wa-button.js-increase::after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/plus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-products
  .wa-product
  .wa-product-body
  .wa-column-quantity
  .wa-quantity-section
  .wa-quantity-box
  .wa-input {
  height: 30px;
  width: 40px;
  font-size: 14px;
  padding: 5px 5px 3px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-cart-details
  .wa-column-content
  .wa-coupon-section
  .wa-inactive-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-cart-details
  .wa-column-content
  .wa-coupon-section
  .wa-inactive-state
  .wa-input {
  background-color: #f7f7f7;
  color: #222;
  border-radius: 15px;
  border: 0;
  padding: 7px 10px;
  height: 40px;
  font-size: 14px;
  width: 100%;
  max-width: 130px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-cart-details
  .wa-column-content
  .wa-coupon-section
  .wa-inactive-state
  .wa-button {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 130px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-cart-details
  .wa-column-content
  .wa-coupon-section
  .wa-inactive-state
  .wa-button:hover {
  color: #fff;
  background-color: #a9803e;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-cart-wrapper
  .wa-cart-body
  .wa-cart-content
  .wa-cart-details
  .wa-column-content
  .wa-coupon-section
  .wa-inactive-state
  .wa-button:disabled {
  opacity: 0.6;
  cursor: default;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body {
  padding: 0;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-auth-section
  .wa-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-auth-section
  .wa-section-header
  h3.wa-header {
  font-size: 18px;
  margin: 0;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-auth-section
  .wa-section-header
  .wa-contact-name {
  font-size: 15px;
  margin-left: 10px;
  padding-bottom: 1px;
  border-bottom: 1px rgba(34, 34, 34, 0.3) solid;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-auth-section
  .wa-section-body
  .wa-fields-group
  .wa-field-wrapper
  .wa-input {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  font-size: 15px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-region-section
  .wa-section-body
  .wa-fields-group
  .wa-field-wrapper
  .wa-input {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  font-size: 15px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-details-section
  .wa-section-body
  .wa-fields-group
  .wa-field-wrapper
  .wa-input {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  font-size: 15px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-payment-section
  .wa-section-body
  .wa-fields-group
  .wa-field-wrapper
  .wa-input {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 10px 15px;
  font-size: 15px;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-confirm-section
  .wa-section-body
  .wa-actions-section
  .wa-button {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-confirm-section
  .wa-section-body
  .wa-actions-section
  .wa-button:hover {
  color: #fff;
  background-color: #a9803e;
}
.order-page
  .s-order-page
  .s-order-column
  .s-section-body
  .wa-order-form-wrapper
  .wa-form-body
  .wa-form-content
  .wa-step-section.wa-step-confirm-section
  .wa-section-body
  .wa-actions-section
  .wa-button:disabled {
  opacity: 0.6;
  cursor: default;
}
.order-page
  .s-order-page
  .s-cross-selling-section
  .wa-cross_selling-body
  .wa-cross_selling-content
  .wa-slider-wrapper
  .wa-slider-list
  .wa-slide-wrapper
  .wa-product-wrapper
  .wa-details-wrapper
  a.wa-name {
  font-size: 14px;
  color: #222;
  text-decoration: none;
}
.order-page
  .s-order-page
  .s-cross-selling-section
  .wa-cross_selling-body
  .wa-cross_selling-content
  .wa-slider-wrapper
  .wa-slider-list
  .wa-slide-wrapper
  .wa-product-wrapper
  .wa-details-wrapper
  a.wa-name:hover {
  color: #c29958;
}
.order-page
  .s-order-page
  .s-cross-selling-section
  .wa-cross_selling-body
  .wa-cross_selling-content
  .wa-slider-wrapper
  .wa-slider-list
  .wa-slide-wrapper
  .wa-product-wrapper
  .wa-actions-wrapper
  .wa-button {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 130px;
}
.order-page
  .s-order-page
  .s-cross-selling-section
  .wa-cross_selling-body
  .wa-cross_selling-content
  .wa-slider-wrapper
  .wa-slider-list
  .wa-slide-wrapper
  .wa-product-wrapper
  .wa-actions-wrapper
  .wa-button:hover {
  color: #fff;
  background-color: #a9803e;
}
.order-page
  .s-order-page
  .s-cross-selling-section
  .wa-cross_selling-body
  .wa-cross_selling-content
  .wa-slider-wrapper
  .wa-slider-list
  .wa-slide-wrapper
  .wa-product-wrapper
  .wa-actions-wrapper
  .wa-button:disabled {
  opacity: 0.6;
  cursor: default;
}
body .wa-order-dialog .wa-dialog-background {
  background-color: rgba(30, 30, 30, 0.9);
}
body .wa-order-dialog .wa-dialog-body {
  -webkit-box-shadow: none;
  box-shadow: none;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-content
  .wa-cart-section
  .wa-feature-wrapper
  .wa-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #222;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-content
  .wa-cart-section
  .wa-feature-wrapper
  .wa-variants-list {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-content
  .wa-cart-section
  .wa-feature-wrapper
  .wa-variants-list
  a.wa-variant {
  margin-right: 7px;
  margin-bottom: 7px;
  border: 1px #eee solid;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px 4px;
  border-radius: 5px;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-content
  .wa-cart-section
  .wa-feature-wrapper
  .wa-variants-list
  a.wa-variant.selected,
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-content
  .wa-cart-section
  .wa-feature-wrapper
  .wa-variants-list
  a.wa-variant:hover {
  background-color: #fff;
  text-decoration: none;
  border-color: #c29958;
  color: #c29958;
}
body .wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-prices-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-footer
  .wa-prices-wrapper
  .wa-price-compare {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-left: 3px;
  font-weight: 400;
  font-size: 14px;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-footer
  .wa-prices-wrapper
  .wa-price {
  color: #c29958;
  font-size: 20px;
}
body .wa-order-dialog .wa-dialog-body .wa-dialog-footer .wa-actions .wa-button {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 130px;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-footer
  .wa-actions
  .wa-button:hover {
  color: #fff;
  background-color: #a9803e;
}
body
  .wa-order-dialog
  .wa-dialog-body
  .wa-dialog-footer
  .wa-actions
  .wa-button:disabled {
  opacity: 0.6;
  cursor: default;
}
.checkout
  .checkout-step
  .checkout-result
  .s-plugin-wrapper
  input[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 230px;
}
.checkout
  .checkout-step
  .checkout-result
  .s-plugin-wrapper
  input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
.checkout
  .checkout-step
  .checkout-result
  .s-plugin-wrapper
  input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
section.cart-wrapper {
  margin-bottom: 50px;
}
section.cart-wrapper .cart-inner h1.page-name {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
section.cart-wrapper .cart-inner .cart-additional {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.cart-wrapper .cart-inner .cart-additional .cart-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
  padding: 0 15px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #eee solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-image {
  -webkit-flex-basis: 110px;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-info {
  -webkit-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-info
  .product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-info
  .product-name
  a {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-info
  .product-name
  a:hover {
  color: #c29958;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-count {
  -webkit-flex-basis: 88px;
  -ms-flex-preferred-size: 88px;
  flex-basis: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-right: 10px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-count
  span.qty-actions {
  display: block;
  width: 24px;
  cursor: pointer;
  position: relative;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-count
  span.qty-actions.minus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/minus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-count
  span.qty-actions.plus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/plus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-count
  span.qty-input
  input[type="text"] {
  height: 42px;
  width: 40px;
  font-size: 14px;
  padding: 5px 5px 3px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-total {
  -webkit-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  text-align: center;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-total
  span.item-total {
  color: #c29958;
  font-size: 20px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-remove {
  text-align: center;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-form
  .cart-items
  .item-row
  .product-remove
  a {
  background-image: url(../img/icons-svg/times.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-filter: invert(13%) sepia(75%) saturate(5217%) hue-rotate(342deg)
    brightness(86%) contrast(112%);
  filter: invert(13%) sepia(75%) saturate(5217%) hue-rotate(342deg)
    brightness(86%) contrast(112%);
}
section.cart-wrapper .cart-inner .cart-additional .cart-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}
section.cart-wrapper .cart-inner .cart-additional .cart-info .inner {
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px #f4f4f4 solid;
  border-radius: 5px;
}
section.cart-wrapper .cart-inner .cart-additional .cart-info .inner .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #eee solid;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul
  li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul
  li
  .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul
  li
  .item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 5px;
  height: 5px;
  bottom: 4px;
  background: -o-radial-gradient(
      center,
      ellipse,
      #e0e0e0 0,
      #e0e0e0 0.5px,
      transparent 1.25px
    )
    right;
  background: radial-gradient(
      ellipse at center,
      #e0e0e0 0,
      #e0e0e0 0.5px,
      transparent 1.25px
    )
    right;
  background-size: 5px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul
  li
  .item
  .name {
  position: relative;
  color: rgba(0, 0, 0, 0.54);
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul
  li
  .item
  .name
  span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 5px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-totals
  ul
  li
  .item
  .value
  span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 5px;
  font-weight: 700;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon {
  margin-top: 10px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  #apply-coupon-code {
  position: relative;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  #apply-coupon-code
  input[type="text"] {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 7px 12px;
  font-size: 14px;
  display: block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  #apply-coupon-code
  input[type="text"]:focus {
  border-color: #d5d5d5;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  #apply-coupon-code
  button[type="submit"] {
  border: 0;
  background: 0 0;
  background-image: url(../img/icons-svg/paper-plane.svg);
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 0;
  width: 16px;
  height: 16px;
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  cursor: pointer;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  .cart-have-coupon-link
  a#use-coupon {
  border-bottom: 1px rgba(194, 153, 88, 0.6) dashed;
  color: #c29958;
  text-decoration: none;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .discounts-coupon
  .cart-have-coupon-link
  a#use-coupon:hover {
  color: #222;
  border-color: transparent;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-submit {
  margin-top: 10px;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-submit
  input[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-submit
  input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-plugins
  .clickliteCart__buttonView {
  width: 100%;
  margin-top: 30px;
  border-top: 1px #f4f4f4 solid;
  display: block;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-plugins
  .clickliteCart__buttonView:hover {
  border-color: #bbb;
}
section.cart-wrapper
  .cart-inner
  .cart-additional
  .cart-info
  .inner
  .cart-plugins
  .clickliteCart__buttonView::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 1px;
}
section.profile-wrapper {
  margin-bottom: 50px;
}
section.profile-wrapper .profile-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
section.profile-wrapper .profile-inner .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
}
section.profile-wrapper .profile-inner .sidebar .sidebar-menu {
  border: 1px #eee solid;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
section.profile-wrapper .profile-inner .sidebar .sidebar-menu .sidebar-header {
  padding: 15px 15px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
section.profile-wrapper
  .profile-inner
  .sidebar
  .sidebar-menu
  .sidebar-inner
  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.profile-wrapper
  .profile-inner
  .sidebar
  .sidebar-menu
  .sidebar-inner
  ul
  li {
  border-bottom: 1px solid #ddd;
}
section.profile-wrapper
  .profile-inner
  .sidebar
  .sidebar-menu
  .sidebar-inner
  ul
  li
  a {
  position: relative;
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  color: #555;
  border: 0;
}
section.profile-wrapper
  .profile-inner
  .sidebar
  .sidebar-menu
  .sidebar-inner
  ul
  li
  a:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
section.profile-wrapper
  .profile-inner
  .sidebar
  .sidebar-menu
  .sidebar-inner
  ul
  li.selected
  a {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
section.profile-wrapper .profile-inner .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
  padding: 0 15px;
}
section.profile-wrapper .profile-inner .content h1.page-name {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
section.auth-wrapper {
  margin-bottom: 50px;
  margin-top: 25px;
}
section.auth-wrapper .auth-inner .wa-login-form-wrapper h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
section.auth-wrapper
  .auth-inner
  .wa-login-form-fields
  .wa-field
  input[type="password"],
section.auth-wrapper
  .auth-inner
  .wa-login-form-fields
  .wa-field
  input[type="text"] {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 7px 12px;
  font-size: 14px;
  display: block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
section.auth-wrapper
  .auth-inner
  .wa-login-form-fields
  .wa-field
  input[type="password"]:focus,
section.auth-wrapper
  .auth-inner
  .wa-login-form-fields
  .wa-field
  input[type="text"]:focus {
  border-color: #d5d5d5;
}
section.auth-wrapper
  .auth-inner
  .wa-login-form-fields
  .wa-field
  .wa-login-forgotpassword-url {
  margin-top: 10px;
}
section.auth-wrapper .auth-inner .wa-login-form-actions input[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 130px;
}
section.auth-wrapper
  .auth-inner
  .wa-login-form-actions
  input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
section.auth-wrapper
  .auth-inner
  .wa-login-form-actions
  input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
section.auth-wrapper .auth-inner .wa-forgotpassword-form-wrapper h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="password"],
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="text"] {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 7px 12px;
  font-size: 14px;
  display: block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="password"]:focus,
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="text"]:focus {
  border-color: #d5d5d5;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="submit"] {
  margin-top: 15px;
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-fields
  input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-actions {
  margin-top: 0;
}
section.auth-wrapper
  .auth-inner
  .wa-forgotpassword-form-wrapper
  .wa-forgotpassword-form-actions
  .wa-login-url {
  margin-top: 0;
}
section.auth-wrapper .auth-inner .wa-signup-form-wrapper h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 28px;
}
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-fields
  input[type="password"],
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-fields
  input[type="text"] {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 7px 12px;
  font-size: 14px;
  display: block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-fields
  input[type="password"]:focus,
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-fields
  input[type="text"]:focus {
  border-color: #d5d5d5;
}
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-actions
  input[type="submit"] {
  margin-top: 15px;
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 150px;
}
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-actions
  input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
section.auth-wrapper
  .auth-inner
  .wa-signup-form-wrapper
  .wa-signup-form-actions
  input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
.wa-auth-adapters.wa-connect {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px #eee solid;
}
.wa-auth-adapters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wa-auth-adapters ul li {
  margin-left: 5px;
  margin-bottom: 5px;
}
.wa-auth-adapters ul li:first-child {
  margin-left: 0;
}
.blog-wrapper {
  margin-bottom: 50px;
}
.blog-wrapper .blog-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-wrapper .blog-inner.full .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-wrapper .blog-inner .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
}
.blog-wrapper .blog-inner .sidebar .blog-block {
  margin-bottom: 20px;
}
.blog-wrapper .blog-inner .sidebar .blog-block .block-header {
  position: relative;
  margin-bottom: 10px;
}
.blog-wrapper .blog-inner .sidebar .blog-block .block-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #ebebeb;
}
.blog-wrapper .blog-inner .sidebar .blog-block .block-header span {
  background: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-right: 18px;
}
.blog-wrapper .blog-inner .sidebar .blog-block.timeline-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-wrapper .blog-inner .sidebar .blog-block.timeline-block ul li a {
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.blog-wrapper .blog-inner .sidebar .blog-block.timeline-block ul li a:hover {
  color: #c29958;
  border-color: #c29958;
}
.blog-wrapper .blog-inner .sidebar .blog-block.timeline-block ul li ul.tree {
  margin-left: 15px;
  margin-top: 10px;
}
.blog-wrapper
  .blog-inner
  .sidebar
  .blog-block.timeline-block
  ul
  li
  ul.tree
  li
  a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.blog-wrapper
  .blog-inner
  .sidebar
  .blog-block.timeline-block
  ul
  li
  ul.tree
  li
  a:hover {
  color: #c29958;
  border-color: #c29958;
}
.blog-wrapper .blog-inner .sidebar .blog-block.category-plugin ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-wrapper .blog-inner .sidebar .blog-block.category-plugin ul li a {
  color: #555;
  font-size: 14px;
  text-decoration: none;
}
.blog-wrapper .blog-inner .sidebar .blog-block.category-plugin ul li a:hover {
  color: #c29958;
  border-color: #c29958;
}
.blog-wrapper .blog-inner .sidebar .blog-block.tag-plugin a {
  display: inline-block;
  background: #f9f9f9;
  font-size: 12px !important;
  font-weight: 300;
  line-height: 19px;
  padding: 2px 8px;
  text-decoration: none;
  color: #222;
  border-radius: 3px;
  margin-right: 7px;
  margin-bottom: 7px;
  opacity: 1 !important;
  border: 1px #ccc solid;
}
.blog-wrapper .blog-inner .sidebar .blog-block.tag-plugin a:hover {
  background-color: #fff !important;
  color: #c29958 !important;
}
.blog-wrapper .blog-inner .content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
  padding: 0 15px;
}
.blog-wrapper .blog-inner .content .post-items .post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px #eee solid;
}
.blog-wrapper .blog-inner .content .post-items .post-item .post-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px 0 0;
}
.blog-wrapper .blog-inner .content .post-items .post-item .post-image img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-image:hover
  img {
  opacity: 0.7;
}
.blog-wrapper .blog-inner .content .post-items .post-item .post-cation {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
  padding: 0 0 0 15px;
}
.blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-cation
  .post-date {
  font-size: 13px;
  color: #9d9d9d;
}
.blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-cation
  .post-name {
  margin-top: 5px;
}
.blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-cation
  .post-name
  a {
  font-size: 18px;
  color: #222;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  line-height: 24px;
  text-decoration: none;
  border: 0;
}
.blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-cation
  .post-name
  a:hover {
  color: #c29958;
}
.blog-wrapper
  .blog-inner
  .content
  .post-items
  .post-item
  .post-cation
  .post-desc {
  margin-bottom: 7px;
  line-height: 24px;
  margin-top: 10px;
  color: #888;
}
.blog-wrapper .blog-inner .content .post h1 {
  font-size: 22px;
  color: #222;
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
  line-height: 28px;
  text-decoration: none;
  border: 0;
}
.blog-wrapper .blog-inner .content .post .credentials {
  margin-bottom: 20px;
}
.blog-wrapper .blog-inner .content .post .credentials span.date {
  font-size: 13px;
  color: #9d9d9d;
}
.photos-wrapper .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.photos-wrapper .inner .sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  width: 100%;
  padding: 0 15px;
}
.photos-wrapper .inner .main-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  width: 100%;
  padding: 0 15px;
}
aside.sidebar .side-lists {
  border: 1px #eee solid;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
aside.sidebar .side-lists .block-header {
  padding: 15px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
aside.sidebar .side-lists .block-inner {
  padding: 15px;
}
aside.sidebar .side-lists .block-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside.sidebar .side-lists .block-inner ul li {
  margin-bottom: 5px;
}
aside.sidebar .side-lists .block-inner ul li:last-child {
  margin-bottom: 0;
}
aside.sidebar .side-lists .block-inner ul li a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}
aside.sidebar .side-lists .block-inner ul li a:hover {
  color: #c29958;
}
aside.sidebar .side-lists .block-inner ul li a span {
  font-weight: 400;
  font-size: 13px;
  display: block;
  color: #666;
}
.home-albums .albums-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.home-albums .albums-items .album-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  margin-bottom: 30px;
}
.home-albums .albums-items .album-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #222;
}
.home-albums .albums-items .album-item a:hover {
  color: #c29958;
}
.home-albums .albums-items .album-item a:hover .cover img {
  border-color: #d6bb90;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.home-albums .albums-items .album-item a .cover {
  width: 208px;
  min-height: 208px;
  margin: 0 auto 10px;
  position: relative;
  line-height: 1.2em;
}
.home-albums .albums-items .album-item a .cover .sublayer {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  left: 2px;
  right: -2px;
  bottom: 5px;
  top: -2px;
  width: 192px;
  height: 192px;
}
.home-albums .albums-items .album-item a .cover .sublayer.layer1 {
  z-index: 9;
  border-color: #aaa;
  -moz-transform: rotate(-3deg);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-3deg);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-albums .albums-items .album-item a .cover .sublayer.layer2 {
  z-index: 8;
  -moz-transform: rotate(3deg);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(3deg);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-albums .albums-items .album-item a .cover img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 192px;
  height: 192px;
  position: relative;
  z-index: 11;
  margin-bottom: 7px;
}
.home-albums .albums-items .album-item a .cover .count {
  display: block;
  color: #aaa;
  font-size: 0.9em;
  margin-top: 5px;
}
.home-albums .albums-items .album-item a .cover strong {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.album-page h1.album-name {
  margin-bottom: 15px;
  padding: 0;
  font-size: 28px;
}
.album-page em.album-note {
  font-size: 13px;
  color: #666;
  margin-bottom: 15px;
  display: block;
}
.album-page .album-description {
  font-size: 15px;
  color: #444;
  margin-bottom: 15px;
}
.album-page .sub-albums {
  margin-bottom: 15px;
}
.album-page .sub-albums .albums-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
}
.album-page .sub-albums .albums-items .album-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 238px;
  -ms-flex: 0 0 238px;
  flex: 0 0 238px;
  max-width: 238px;
  width: 100%;
}
.album-page .sub-albums .albums-items .album-item a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #222;
}
.album-page .sub-albums .albums-items .album-item a:hover {
  color: #c29958;
}
.album-page .sub-albums .albums-items .album-item a:hover .cover img {
  border-color: #d6bb90;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.album-page .sub-albums .albums-items .album-item a .cover {
  width: 208px;
  min-height: 208px;
  margin: 0 auto 10px;
  position: relative;
  line-height: 1.2em;
}
.album-page .sub-albums .albums-items .album-item a .cover .sublayer {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  left: 2px;
  right: -2px;
  bottom: 5px;
  top: -2px;
  width: 192px;
  height: 192px;
}
.album-page .sub-albums .albums-items .album-item a .cover .sublayer.layer1 {
  z-index: 9;
  border-color: #aaa;
  -moz-transform: rotate(-3deg);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-3deg);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-page .sub-albums .albums-items .album-item a .cover .sublayer.layer2 {
  z-index: 8;
  -moz-transform: rotate(3deg);
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(3deg);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.album-page .sub-albums .albums-items .album-item a .cover img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 192px;
  height: 192px;
  position: relative;
  z-index: 11;
  margin-bottom: 7px;
}
.album-page .sub-albums .albums-items .album-item a .cover .count {
  display: block;
  color: #aaa;
  font-size: 0.9em;
  margin-top: 5px;
}
.album-page .sub-albums .albums-items .album-item a .cover strong {
  display: block;
  margin-top: 5px;
  font-weight: 500;
}
.album-page .album-photos ul.thumbs-image {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.album-page .album-photos ul.thumbs-image li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.album-page .album-photos ul.thumbs-image li a {
  display: block;
  position: relative;
  padding-top: 100%;
}
.album-page .album-photos ul.thumbs-image li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.photo {
  margin-bottom: 15px;
}
.slideshow-navigator {
  display: none;
}
footer.main-footer {
  background-color: #f7f7f7;
  padding-bottom: 53px;
}
footer.main-footer .footer-top .inner {
  padding: 65px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
footer.main-footer .footer-top .inner .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 25px 0 15px;
}
footer.main-footer .footer-top .inner .footer-info .footer-logo img {
  max-width: 100%;
}
footer.main-footer .footer-top .inner .footer-info .footer-slogan {
  padding-top: 10px;
  font-size: 13px;
  font-weight: 300;
  color: #555;
  text-align: center;
}
footer.main-footer .footer-top .inner .footer-contacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}
footer.main-footer .footer-top .inner .footer-contacts span.head {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
footer.main-footer .footer-top .inner .footer-contacts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.main-footer .footer-top .inner .footer-contacts ul li {
  margin-bottom: 5px;
  color: #222;
  font-weight: 300;
  font-size: 14px;
  padding-left: 18px;
  position: relative;
}
footer.main-footer .footer-top .inner .footer-contacts ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}
footer.main-footer .footer-top .inner .footer-contacts ul li.location::before {
  background-image: url(../img/icons-svg/map-marker-alt.svg);
}
footer.main-footer .footer-top .inner .footer-contacts ul li.email::before {
  background-image: url(../img/icons-svg/envelope.svg);
}
footer.main-footer .footer-top .inner .footer-contacts ul li.phone::before {
  background-image: url(../img/icons-svg/phone-alt.svg);
}
footer.main-footer .footer-top .inner .footer-contacts ul li a {
  color: #222;
  text-decoration: none;
}
footer.main-footer .footer-top .inner .footer-contacts ul li a:hover {
  border-color: rgba(34, 34, 34, 0.6);
}
footer.main-footer .footer-top .inner .footer-menu {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}
footer.main-footer .footer-top .inner .footer-menu span.head {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
footer.main-footer .footer-top .inner .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer.main-footer .footer-top .inner .footer-menu ul li {
  margin-bottom: 7px;
}
footer.main-footer .footer-top .inner .footer-menu ul li a {
  color: #222;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
footer.main-footer .footer-top .inner .footer-menu ul li a:hover {
  color: #c29958;
}
footer.main-footer .footer-top .inner .footer-social {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
  padding: 0 15px;
}
footer.main-footer .footer-top .inner .footer-social span.head {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
footer.main-footer .footer-top .inner .footer-social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(194, 153, 88, 0.3);
  background-color: #fff;
  color: #222;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}
footer.main-footer .footer-top .inner .footer-social a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
}
footer.main-footer .footer-top .inner .footer-social a.icon-fb::before {
  background-image: url(../img/icons-svg/facebook-f.svg);
  left: 14px;
  top: 11px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-vk::before {
  background-image: url(../img/icons-svg/vk.svg);
  left: 11px;
  top: 13px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-tw::before {
  background-image: url(../img/icons-svg/twitter.svg);
  left: 11px;
  top: 13px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-insta::before {
  background-image: url(../img/icons-svg/instagram.svg);
  left: 12px;
  top: 11px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-yt::before {
  background-image: url(../img/icons-svg/youtube.svg);
  left: 11px;
  top: 12px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-tg::before {
  background-image: url(../img/icons-svg/telegram.svg);
  left: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-wa::before {
  background-image: url(../img/icons-svg/whatsapp.svg);
  left: 9px;
  top: 9px;
  width: 20px;
  height: 20px;
}
footer.main-footer .footer-top .inner .footer-social a.icon-max::before {
  background-image: url(../img/icons-svg/maxicon.svg);
  left: 11px;
  top: 11px;
  background-size: cover;
}
footer.main-footer .footer-top .inner .footer-social .footer-payments {
  margin-top: 15px;
}
footer.main-footer .footer-top .inner .footer-social .footer-payments img {
  max-width: 140px;
}
footer.main-footer .footer-copy {
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
}
footer.main-footer .footer-copy .info {
  font-size: 13px;
  font-weight: 300;
  color: #888;
}
footer.main-footer .footer-copy .info a {
  color: #c29958;
  border-color: rgba(194, 153, 88, 0.6);
}
footer.main-footer .footer-copy .info a:hover {
  text-decoration: none;
  border-color: transparent;
  color: #c29958;
}
footer.main-footer .footer-copy .info span.dots {
  display: block;
}
.fixed-panel {
  position: fixed;
  border-top: 2px #c29958 solid;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
.fixed-panel .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fixed-panel .inner .panel-actions .action-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixed-panel .inner .panel-actions .action-items .item-wrapper {
  border-right: 1px #dfdce1 solid;
}
.fixed-panel .inner .panel-actions .action-items .item-wrapper:first-of-type {
  border-left: 1px #dfdce1 solid;
}
.fixed-panel .inner .panel-actions .action-items .item-wrapper a {
  display: block;
  padding: 15px 15px 15px 35px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fixed-panel .inner .panel-actions .action-items .item-wrapper a:hover {
  background-color: #f7f7f7;
}
.fixed-panel .inner .panel-actions .action-items .item-wrapper a .action-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-icon {
  position: relative;
  font-size: 16px;
  line-height: 1;
  top: 1px;
  color: #c29958;
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-icon::after {
  content: "";
  position: absolute;
  left: -22px;
  top: -2px;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-icon.compare::after {
  background-image: url(../img/icons-svg/sync.svg);
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-icon.favorites::after {
  background-image: url(../img/icons-svg/heart.svg);
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-icon.viewed::after {
  background-image: url(../img/icons-svg/clock.svg);
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-name {
  padding: 0 10px;
}
.fixed-panel
  .inner
  .panel-actions
  .action-items
  .item-wrapper
  a
  .action-item
  .action-count {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 18px;
  height: 18px;
  background-color: #c29958;
  font-size: 9px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
}
.fixed-panel .inner .panel-cart .item-wrapper {
  border-right: 1px #dfdce1 solid;
  border-left: 1px #dfdce1 solid;
}
.fixed-panel .inner .panel-cart .item-wrapper a {
  display: block;
  padding: 8px 35px;
  color: #000;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.fixed-panel .inner .panel-cart .item-wrapper a:hover {
  background-color: #f7f7f7;
}
.fixed-panel .inner .panel-cart .item-wrapper a .action-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.2;
}
.fixed-panel .inner .panel-cart .item-wrapper a .action-item .action-icon {
  position: relative;
  font-size: 19px;
  line-height: 1;
  top: 1px;
  color: #c29958;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-icon::after {
  content: "";
  position: absolute;
  left: -22px;
  top: -10px;
  width: 20px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url(../img/icons-svg/shopping-bag.svg);
}
.fixed-panel .inner .panel-cart .item-wrapper a .action-item .action-name {
  padding: 0 25px 0 15px;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-name
  > span {
  display: block;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-name
  span.cart-title {
  color: #bfb7c5;
  font-size: 11px;
  margin-bottom: 2px;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-name
  span.cart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-name
  span.cart-info
  span.cart-count {
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 18px;
  height: 18px;
  background-color: #c29958;
  font-size: 9px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  margin-right: 5px;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-count
  > span {
  display: block;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-count
  span.cart-title {
  color: #bfb7c5;
  font-size: 11px;
  margin-bottom: 2px;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-count
  span.cart-info {
  font-weight: 600;
  font-size: 15px;
}
.fixed-panel
  .inner
  .panel-cart
  .item-wrapper
  a
  .action-item
  .action-count
  span.cart-info
  span.ruble {
  font-size: 14px;
}
.user-location .shop-regions-ip-analyzer {
  width: auto;
}
.user-location .shop-regions-ip-analyzer .shop-regions-ip-analyzer__wrapper {
  padding: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
}
.user-location
  .shop-regions-ip-analyzer
  .shop-regions-ip-analyzer__wrapper
  .shop-regions__button-close {
  top: 10px;
  right: 15px;
}
.user-location
  .shop-regions-ip-analyzer
  .shop-regions-ip-analyzer__wrapper
  .shop-regions-ip-analyzer__header {
  font-weight: 300;
  font-size: 15px;
}
.user-location .b-cityselect__wrapper {
  position: initial;
}
.user-location .b-cityselect__wrapper .b-cityselect__notifier {
  left: 0;
  padding: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17);
  border: 0;
}
.category-wrapper .brand-plugin-catalog__header {
  padding: 19px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 15px;
  padding-bottom: 15px;
  border-bottom: 1px #eee solid;
  width: auto;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__brand
  .brand-plugin-catalog-header-brand__image-column {
  margin: 0;
  padding: 0 0 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 200px;
  -ms-flex: 1 200px;
  flex: 1 200px;
  width: auto;
  float: none;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__brand
  .brand-plugin-catalog-header-brand__description {
  padding-left: 15px;
  margin-left: auto;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__brand
  .brand-plugin-catalog-header-brand__description
  p {
  margin-bottom: 5px;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories {
  margin-bottom: 0;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories
  ul.brand-plugin-catalog-brand-categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories
  ul.brand-plugin-catalog-brand-categories__list
  li {
  margin-bottom: 5px;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories
  ul.brand-plugin-catalog-brand-categories__list
  li
  > a.brand-plugin-catalog-brand-categories__link {
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories
  ul.brand-plugin-catalog-brand-categories__list
  li
  > a.brand-plugin-catalog-brand-categories__link:hover {
  color: #c29958;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories
  ul.brand-plugin-catalog-brand-categories__list
  li
  > ul.brand-plugin-catalog-brand-categories__list
  li {
  margin-bottom: 0;
}
.category-wrapper
  .brand-plugin-catalog__header
  .brand-plugin-catalog-header__categories
  ul.brand-plugin-catalog-brand-categories__list
  li
  > ul.brand-plugin-catalog-brand-categories__list
  li
  a {
  font-weight: 300;
  font-size: 15px;
}
.category-wrapper .productbrands-wrapper {
  padding: 19px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
}
.category-wrapper .productbrands-wrapper .productbrands-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 15px;
  padding-bottom: 15px;
  border-bottom: 1px #eee solid;
  width: auto;
}
.category-wrapper
  .productbrands-wrapper
  .productbrands-inner
  .productbrands-image {
  margin: 0;
  padding: 0 0 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 200px;
  -ms-flex: 1 200px;
  flex: 1 200px;
  width: auto;
  float: none;
}
.category-wrapper
  .productbrands-wrapper
  .productbrands-inner
  .productbrands-description {
  padding-left: 15px;
  margin-left: auto;
}
.category-wrapper
  .productbrands-wrapper
  .productbrands-inner
  .productbrands-description
  p {
  margin-bottom: 5px;
}
.category-wrapper .productbrands-wrapper .productbrands-categories {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.category-wrapper .productbrands-wrapper .productbrands-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-wrapper .productbrands-wrapper .productbrands-categories ul li a {
  font-weight: 300;
  font-size: 15px;
  text-decoration: none;
}
.category-wrapper
  .productbrands-wrapper
  .productbrands-categories
  ul
  li
  a:hover {
  color: #c29958;
}
#growls-default {
  cursor: pointer;
  z-index: 99995;
}
#growls-default .growl-success {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  padding: 15px;
  opacity: 1;
}
#growls-default .growl-success .growl-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#growls-default .growl-success .growl-title span.product-image {
  max-width: 46px;
}
#growls-default .growl-success .growl-title span.product-image img {
  max-width: 46px;
  max-height: 46px;
}
#growls-default .growl-success .growl-title span.product-name {
  font-size: 14px;
  font-weight: 300;
  margin-left: 5px;
}
#growls-default .growl-message span {
  display: inline-block;
  border-bottom: 1px rgba(255, 255, 255, 0.6) solid;
  margin-top: 3px;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
#growls-default .growl-message span:hover {
  border-color: transparent;
}
main.main-content {
  position: relative;
}
main.main-content.loader::after {
  content: "";
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 100;
  margin-left: -21px;
}
main.main-content.loader::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
@keyframes three-quarters-loader {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes three-quarters-loader {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.with-modal {
  max-width: 560px;
  width: 100%;
  display: inline-block !important;
}
.with-modal .product-cart-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.with-modal .product-cart-inner .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  width: 100%;
  padding-right: 15px;
}
.with-modal .product-cart-inner .product-summary {
  display: none;
}
.with-modal .product-cart-inner .product-options {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block {
  margin-bottom: 10px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-name {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values
  a {
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px #eee solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 5px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values
  a.selected,
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values
  a:hover {
  text-decoration: none;
  border-color: #c29958;
  color: #c29958;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values.color
  a {
  border: 1px rgba(0, 0, 0, 0.11) solid;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  position: relative;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.inline
  .options-block
  .options-values.color
  a.selected::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/check.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.with-modal .product-cart-inner .product-options .options.select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block {
  margin-bottom: 10px;
  padding-right: 10px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-name {
  margin-bottom: 3px;
  font-size: 15px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SelectBox {
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
  border-color: #eee;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 7px 12px 4px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > span {
  cursor: pointer;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .optWrapper
  > .options
  li {
  padding: 7px 12px 4px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .optWrapper
  > .options
  li
  label {
  margin: 0;
  font-size: 13px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .optWrapper
  > .options
  li.opt:hover {
  background-color: #fafafa;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect.open
  > .CaptionCont,
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect:focus
  > .CaptionCont,
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect:hover
  > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d5d5d5;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > label {
  margin: 0;
  cursor: pointer;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > label
  i {
  background: 0 0;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.select
  .options-block
  .options-values
  .SumoSelect
  > .CaptionCont
  > label
  i::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.with-modal .product-cart-inner .product-options .options.some ul.skus {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.with-modal .product-cart-inner .product-options .options.some ul.skus li {
  margin-bottom: 10px;
  margin-right: 10px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  input:checked
  + label {
  border-color: #c29958;
  color: #c29958;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  label {
  position: relative;
  border: 1px #eee solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  padding: 7px 15px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  color: #666;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  label:checked {
  border-color: #c29958;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  label
  span.sku_price {
  display: none;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  label
  span.sku_sku {
  display: none;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  label
  .checkmarks-radio {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 15px;
  background-color: #c29958;
  border-bottom-left-radius: 6px;
}
.with-modal
  .product-cart-inner
  .product-options
  .options.some
  ul.skus
  li
  label
  .checkmarks-radio::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  background-repeat: no-repeat;
  background-image: url(../img/icons-svg/check.svg);
  width: 15px;
  height: 12px;
  -webkit-filter: invert(100%) sepia(98%) saturate(8%) hue-rotate(144deg)
    brightness(100%) contrast(103%);
  filter: invert(100%) sepia(98%) saturate(8%) hue-rotate(144deg)
    brightness(100%) contrast(103%);
}
.with-modal .product-cart-inner .product-features {
  display: none;
}
.with-modal .product-cart-wrapper {
  position: relative;
}
.with-modal .product-cart-wrapper.loading::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: three-quarters-loader 1.25s infinite linear;
  animation: three-quarters-loader 1.25s infinite linear;
  border: 4px solid #c29958;
  border-right-color: transparent;
  border-radius: 21px;
  overflow: hidden;
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  z-index: 11;
  margin-left: -21px;
}
.with-modal .product-cart-wrapper.loading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9;
}
.with-modal .product-cart-wrapper .stocks {
  margin-bottom: 10px;
}
.with-modal .product-cart-wrapper .stocks .skus-item strong {
  font-weight: 400;
  font-size: 13px;
  position: relative;
  padding-left: 18px;
}
.with-modal .product-cart-wrapper .stocks .skus-item strong.stock-critical {
  color: red;
}
.with-modal .product-cart-wrapper .stocks .skus-item strong.stock-none {
  color: red;
}
.with-modal .product-cart-wrapper .stocks .skus-item strong.stock-low {
  color: #f39c12;
}
.with-modal .product-cart-wrapper .stocks .skus-item strong.stock-high {
  color: #27ae60;
}
.with-modal .product-cart-wrapper .services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}
.with-modal .product-cart-wrapper .services .servises-header {
  margin-bottom: 5px;
  font-weight: 700;
}
.with-modal .product-cart-wrapper .services .service-item {
  margin-bottom: 10px;
}
.with-modal .product-cart-wrapper .services .service-item:last-of-type {
  margin-bottom: 0;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  span.checkmark-checkbox {
  top: 3px;
}
.with-modal .product-cart-wrapper .services .service-item span.service-price {
  font-weight: 400;
}
.with-modal .product-cart-wrapper .services .service-item .SumoSelect {
  width: 100%;
  margin-top: 5px;
}
.with-modal .product-cart-wrapper .services .service-item .SelectBox {
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
  border-color: #eee;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 7px 12px 4px;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .CaptionCont
  > span {
  cursor: pointer;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .optWrapper
  > .options
  li {
  padding: 7px 12px 4px;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .optWrapper
  > .options
  li
  label {
  margin: 0;
  font-size: 13px;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .optWrapper
  > .options
  li.opt:hover {
  background-color: #fafafa;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect.open
  > .CaptionCont,
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect:focus
  > .CaptionCont,
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect:hover
  > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d5d5d5;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .CaptionCont
  > label {
  margin: 0;
  cursor: pointer;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .CaptionCont
  > label
  i {
  background: 0 0;
}
.with-modal
  .product-cart-wrapper
  .services
  .service-item
  .SumoSelect
  > .CaptionCont
  > label
  i::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.with-modal .product-cart-wrapper .product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.with-modal .product-cart-wrapper .product-prices span.compare-at-price {
  color: #b1b1b1;
  text-decoration: line-through;
  margin-left: 3px;
  font-weight: 400;
  font-size: 14px;
}
.with-modal .product-cart-wrapper .product-prices span.price {
  color: #c29958;
  font-size: 20px;
}
.with-modal .product-cart-wrapper .product-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.with-modal .product-cart-wrapper .product-buy .product-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-right: 10px;
}
.with-modal .product-cart-wrapper .product-buy .product-count span.qty-actions {
  display: block;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.with-modal
  .product-cart-wrapper
  .product-buy
  .product-count
  span.qty-actions.minus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/minus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.with-modal
  .product-cart-wrapper
  .product-buy
  .product-count
  span.qty-actions.plus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 12px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/plus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.with-modal
  .product-cart-wrapper
  .product-buy
  .product-count
  span.qty-input
  input[type="text"] {
  height: 42px;
  width: 40px;
  font-size: 14px;
  padding: 5px 5px 3px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.with-modal .product-cart-wrapper .product-buy .product-buy-button {
  width: 100%;
}
.with-modal
  .product-cart-wrapper
  .product-buy
  .product-buy-button
  button[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.with-modal
  .product-cart-wrapper
  .product-buy
  .product-buy-button
  button[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
.with-modal
  .product-cart-wrapper
  .product-buy
  .product-buy-button
  button[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
.with-modal
  .product-cart-wrapper
  .product-plugins.storequickorder_pos
  .storequickorder-button {
  margin-top: 30px;
  border-top: 1px #eee solid;
  display: block;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.with-modal
  .product-cart-wrapper
  .product-plugins.storequickorder_pos
  .storequickorder-button:hover {
  border-color: #bbb;
}
.with-modal
  .product-cart-wrapper
  .product-plugins.storequickorder_pos
  .storequickorder-button::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.with-modal
  .product-cart-wrapper
  .product-plugins.clicklite-plugin
  .clicklite__buttonView {
  margin-top: 30px;
  border-top: 1px #eee solid;
  display: block;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.with-modal
  .product-cart-wrapper
  .product-plugins.clicklite-plugin
  .clicklite__buttonView:hover {
  border-color: #bbb;
}
.with-modal
  .product-cart-wrapper
  .product-plugins.clicklite-plugin
  .clicklite__buttonView::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  background-color: #eee;
  width: 100%;
  height: 1px;
}
.modal-product-wrapper {
  max-width: 560px;
  width: 100%;
}
.modal-product-wrapper .modal-header {
  font-size: 22px;
  font-weight: 500;
}
.modal-product-wrapper .modal-body {
  margin: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-product-wrapper .modal-body .product-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150%;
  width: 100%;
  padding-right: 15px;
}
.modal-product-wrapper .modal-body .product-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-product-wrapper .modal-body .product-inner .product-name {
  font-size: 16px;
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.modal-product-wrapper .modal-body .product-inner .product-name a {
  color: #222;
  text-decoration: none;
}
.modal-product-wrapper .modal-body .product-inner .product-name a:hover {
  text-decoration: none;
  border: 0;
  color: #c29958;
}
.modal-product-wrapper .modal-body .product-inner .product-qty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-right: 10px;
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-qty
  span.qty-actions {
  display: block;
  width: 24px;
  cursor: pointer;
  position: relative;
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-qty
  span.qty-actions.minus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/minus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-qty
  span.qty-actions.plus::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  width: 16px;
  height: 16px;
  background-image: url(../img/icons-svg/plus.svg);
  -webkit-filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg)
    brightness(89%) contrast(83%);
  filter: invert(42%) sepia(3%) saturate(0) hue-rotate(139deg) brightness(89%)
    contrast(83%);
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-qty
  input[type="text"] {
  height: 34px;
  width: 50px;
  font-size: 14px;
  padding: 5px 5px 3px;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.modal-product-wrapper .modal-body .product-inner .product-total {
  min-height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-total
  .product-price
  span.qty {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  color: #999;
  position: relative;
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-total
  .product-price
  span.qty::after {
  content: "x";
  display: inline-block;
  padding-left: 10px;
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-total
  .product-price
  span.current-price {
  font-size: 18px;
  font-weight: 700;
}
.modal-product-wrapper
  .modal-body
  .product-inner
  .product-total
  .product-full-price
  span.price {
  font-size: 18px;
  font-weight: 700;
}
.modal-product-wrapper .modal-footer .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-product-wrapper .modal-footer .links a.to-cart {
  text-decoration: none;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  margin-right: 15px;
}
.modal-product-wrapper .modal-footer .links a.to-cart:hover {
  color: #fff;
  background-color: #a9803e;
}
.modal-product-wrapper .modal-footer .links a.close-modal {
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 15px 8px;
  border: 1px #d5d5d5 solid;
  text-align: center;
  color: #222;
  text-decoration: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  position: relative;
}
.modal-product-wrapper .modal-footer .links a.close-modal:hover {
  border-color: #bbb;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-checkbox {
  display: block;
  position: relative;
  padding: 3px 5px 3px 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  font-weight: 300;
}
.label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none;
}
.checkmark-checkbox {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.label-checkbox:hover input ~ .checkmark-checkbox {
  border-color: #c29958;
}
.label-checkbox input:checked ~ .checkmark-checkbox {
  border-color: #c29958;
}
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}
.label-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}
.label-checkbox .checkmark-checkbox:after {
  background-image: url(../img/icons-svg/check.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  left: 4px;
  top: 2px;
}
.label-color {
  display: inline-block;
  position: relative;
  margin-bottom: 7px;
  margin-right: 7px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 26px;
  width: 26px;
  border-radius: 4px;
}
.label-color input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-checkbox-color {
  position: absolute;
  top: 1px;
  left: 0;
  height: 26px;
  width: 26px;
  border: 1px solid rgba(0, 0, 0, 0.11);
  border-radius: 4px;
}
.checkmark-checkbox-color:after {
  content: "";
  position: absolute;
  display: none;
}
.label-color input:checked ~ .checkmark-checkbox-color:after {
  display: block;
}
.label-color .checkmark-checkbox-color:after {
  background-image: url(../img/icons-svg/check.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  -webkit-filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  filter: invert(66%) sepia(44%) saturate(428%) hue-rotate(358deg)
    brightness(87%) contrast(92%);
  left: 7px;
  top: 6px;
}
.label-radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.label-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}
.label-radio input:checked ~ .checkmark-radio {
  background-color: #2196f3;
}
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}
.label-radio input:checked ~ .checkmark-radio:after {
  display: block;
}
.label-radio .checkmark-radio:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #1e90ff;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
.select-items div,
.select-selected {
  color: #fff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: #1e90ff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.select-hide {
  display: none;
}
.same-as-selected,
.select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.wa-form .wa-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.wa-form .wa-field .wa-name {
  min-width: 150px;
}
.wa-form .wa-field .wa-value {
  width: 300px;
}
.wa-form .wa-field .wa-value p {
  margin: 0;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value textarea {
  border-radius: 5px;
  background-color: #fff;
  border: 1px #eee solid;
  padding: 7px 12px;
  font-size: 14px;
  display: block;
  max-width: 300px;
  width: 100%;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.wa-form .wa-field .wa-value input[type="text"]:focus,
.wa-form .wa-field .wa-value textarea:focus {
  border-color: #d5d5d5;
}
.wa-form .wa-field .wa-value input[type="submit"] {
  width: 100%;
  border: 1px #c29958 solid;
  background-color: #c29958;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px 8px;
  height: 40px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  max-width: 130px;
}
.wa-form .wa-field .wa-value input[type="submit"]:hover {
  color: #fff;
  background-color: #a9803e;
}
.wa-form .wa-field .wa-value input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: default;
}
.wa-form .wa-field .wa-value .wa-captcha p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.wa-form .wa-field .wa-value .wa-captcha strong {
  margin: 0 15px;
}
.wa-form .wa-field .wa-value .wa-captcha .wa-captcha-input {
  max-width: 200px;
}
.wa-form .wa-field .wa-value .wa-captcha a {
  color: orange;
}
.wa-form .wa-field.wa-field-address {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.wa-form .wa-field.wa-field-address .wa-value p span.field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  width: 300px;
}
.wa-form .wa-field.wa-field-address .wa-value p span.field > span {
  margin-bottom: 2px;
}
.wa-form .wa-field.wa-field-address .wa-value p span.field .SumoSelect {
  width: 100%;
  margin-top: 5px;
}
.wa-form .wa-field.wa-field-address .wa-value p span.field .SelectBox {
  cursor: pointer;
  font-size: 13px;
  border-radius: 5px;
  border-color: #eee;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  padding: 10px 12px 7px;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .CaptionCont
  > span {
  cursor: pointer;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .optWrapper
  > .options
  li {
  padding: 10px 12px 7px;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .optWrapper
  > .options
  li
  label {
  margin: 0;
  font-size: 13px;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .optWrapper
  > .options
  li.opt:hover {
  background-color: #fafafa;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect.open
  > .CaptionCont,
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect:focus
  > .CaptionCont,
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect:hover
  > .CaptionCont {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d5d5d5;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .CaptionCont
  > label {
  margin: 0;
  cursor: pointer;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .CaptionCont
  > label
  i {
  background: 0 0;
}
.wa-form
  .wa-field.wa-field-address
  .wa-value
  p
  span.field
  .SumoSelect
  > .CaptionCont
  > label
  i::after {
  content: "";
  position: absolute;
  background-image: url(../img/icons-svg/chevron-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.stocks .icon16 {
  position: absolute;
  left: 0;
  top: -2px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../img/icons-svg/check-circle.svg);
}
.stocks .icon16.stock-green {
  -webkit-filter: invert(55%) sepia(64%) saturate(502%) hue-rotate(93deg)
    brightness(88%) contrast(89%);
  filter: invert(55%) sepia(64%) saturate(502%) hue-rotate(93deg)
    brightness(88%) contrast(89%);
}
.stocks .icon16.stock-red {
  -webkit-filter: invert(13%) sepia(63%) saturate(6885%) hue-rotate(357deg)
    brightness(106%) contrast(113%);
  filter: invert(13%) sepia(63%) saturate(6885%) hue-rotate(357deg)
    brightness(106%) contrast(113%);
}
.stocks .icon16.stock-transparent {
  background-image: url(../img/icons-svg/times.svg);
  -webkit-filter: invert(13%) sepia(63%) saturate(6885%) hue-rotate(357deg)
    brightness(106%) contrast(113%);
  filter: invert(13%) sepia(63%) saturate(6885%) hue-rotate(357deg)
    brightness(106%) contrast(113%);
}
.stocks .icon16.stock-yellow {
  -webkit-filter: invert(65%) sepia(92%) saturate(1647%) hue-rotate(353deg)
    brightness(98%) contrast(94%);
  filter: invert(65%) sepia(92%) saturate(1647%) hue-rotate(353deg)
    brightness(98%) contrast(94%);
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header.main-header .top-header {
    padding: 20px 15px 20px;
  }
  header.main-header .main-header {
    padding: 0 15px;
  }
  section.category-wrapper .category-inner .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  section.category-wrapper .category-inner .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  header.main-header .top-header {
    padding: 20px 15px 20px;
  }
  header.main-header .top-header .inner .mobile-menu {
    display: block;
  }
  header.main-header .top-header .inner .user-location {
    margin-right: 0;
  }
  header.main-header .top-header .inner .user-location::after {
    display: none;
  }
  header.main-header .top-header .inner .top-menu {
    display: none;
  }
  header.main-header .main-header {
    padding: 0 15px;
  }
  header.main-header .main-header .inner {
    margin: 0;
  }
  header.main-header .main-header .inner .top-logo {
    padding-left: 0;
    padding-right: 0;
  }
  header.main-header .main-header .inner .main-menu {
    display: none;
  }
  section.home-slider .swiper-wrapper .swiper-slide .slider-caption {
    padding: 50px;
  }
  section.home-slider
    .swiper-wrapper
    .swiper-slide
    .slider-caption
    .slider-header {
    font-size: 40px;
  }
  section.home-slider
    .swiper-wrapper
    .swiper-slide
    .slider-caption
    .slider-desc {
    font-size: 20px;
  }
  .products ul.products-list.thumbs {
    margin: 0 -10px;
  }
  .products ul.products-list.thumbs > li {
    padding: 0 10px;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"],
  .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"] {
    padding: 10px 12px 8px;
    border-radius: 15px;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]::before,
  .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]::before {
    display: none;
  }
  section.home-categories {
    padding: 55px 15px 70px;
  }
  section.home-text {
    padding: 55px 15px 70px;
  }
  section.home-blog .news-list .item .news-name a {
    font-size: 16px;
  }
  section.category-wrapper .category-inner .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  section.category-wrapper .category-inner .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .product-wrapper .product-inner .product-gallery,
  .product-wrapper .product-inner .product-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery {
    width: 450px;
    height: 450px;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-slide {
    width: 450px;
    height: 450px;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-slide
    a
    img {
    height: 450px;
  }
  .product-wrapper .product-inner .product-info .product-cart-inner {
    padding-right: 0;
  }
  .product-wrapper .product-inner .product-info .product-cart-wrapper {
    position: initial;
    width: auto;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
  }
  .order-page
    .s-order-page
    .s-order-column
    .s-section-body
    .wa-order-cart-wrapper
    .wa-cart-body
    .wa-cart-content
    .wa-products
    .wa-product
    .wa-product-body
    .wa-column-quantity {
    padding-left: 0;
    margin-left: 64px;
  }
  .photos-wrapper .inner .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .photos-wrapper .inner .main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .home-albums .albums-items .album-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .home-albums .albums-items .album-item a .cover {
    width: 186px;
    min-height: 186px;
  }
  .home-albums .albums-items .album-item a .cover .sublayer {
    width: 182px;
    height: 182px;
  }
  .album-page .album-photos ul.thumbs-image li a img {
    height: 190px;
  }
  .product-wrapper.product-version1 .inner .product-gallery {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .slider-wrapper.horizontal .thumbs-gallery {
    margin: auto;
    height: auto;
  }
  .product-wrapper.product-version1 .inner .product-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media screen and (max-width: 991px) {
  section.home-features .inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section.home-features .inner .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  section.home-banners .inner .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products ul.products-list.thumbs > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  section.home-blog .news-list {
    margin: 0 -10px;
  }
  section.home-blog .news-list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px;
  }
  footer.main-footer .footer-top .inner .footer-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.main-footer .footer-top .inner {
    padding: 35px 0;
  }
  footer.main-footer .footer-top .inner .footer-info {
    margin-bottom: 25px;
  }
  footer.main-footer .footer-top .inner .footer-info .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  footer.main-footer .footer-top .inner .footer-info .footer-logo img {
    max-height: 120px;
  }
  footer.main-footer .footer-top .inner .footer-contacts,
  footer.main-footer .footer-top .inner .footer-menu,
  footer.main-footer .footer-top .inner .footer-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  section.category-wrapper .category-inner .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-wrapper .product-inner .product-gallery,
  .product-wrapper .product-inner .product-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-wrapper .blog-inner .sidebar {
    display: none;
  }
  .blog-wrapper .blog-inner .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.profile-wrapper .profile-inner .content,
  section.profile-wrapper .profile-inner .sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-actions,
  .products.with-slider .products-item .product-image .products-actions {
    display: none;
  }
  section.cart-wrapper .cart-inner .cart-additional .cart-form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  section.cart-wrapper .cart-inner .cart-additional .cart-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .photos-wrapper .inner .sidebar {
    display: none;
  }
  .photos-wrapper .inner .main-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-albums .albums-items .album-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  section.category-wrapper .category-inner .sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #f8f9fa;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    max-width: 100%;
  }
  section.category-wrapper .category-inner .sidebar.active {
    display: block;
  }
  section.category-wrapper .category-inner .sidebar .sidebar-block {
    display: none;
  }
  section.category-wrapper .category-inner .sidebar .category-filter {
    height: 100%;
  }
  section.category-wrapper
    .category-inner
    .sidebar
    .category-filter
    .filters
    .filters-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f7f7f7;
    z-index: 10;
  }
  section.category-wrapper
    .category-inner
    .sidebar
    .category-filter
    .filters
    .filters-header
    a.close-filter {
    display: block;
  }
  section.category-wrapper
    .category-inner
    .sidebar
    .category-filter
    .filters
    .filters-inner
    .filters-item.submit {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #f7f7f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  section.category-wrapper
    .category-inner
    .sidebar
    .category-filter
    .filters
    .filters-inner
    .filters-item.submit
    a.reset-filters {
    margin-top: 0;
    height: 40px;
  }
  section.category-wrapper
    .category-inner
    .sidebar
    .category-filter
    .filters
    .filters-inner
    .filters-item.submit
    input[type="submit"] {
    width: initial;
    height: 40px;
  }
  section.category-wrapper .category-inner .sidebar .category-filter .filters {
    padding-top: 52px;
    padding-bottom: 70px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    z-index: 9;
  }
  .product-wrapper.product-version1 .inner .product-gallery {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-wrapper.product-version1 .inner .product-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .product-form .product-cart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 840px) {
  .order-page .s-order-page .s-order-column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products ul.products-list.short > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 768px) {
  header.main-header.mobile-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 101;
  }
  header.main-header .main-header {
    position: initial;
  }
  header.main-header .top-header {
    padding: 10px 15px;
  }
  header.main-header .top-header .inner .top-contacts {
    margin-right: 95px;
    display: none;
  }
  header.main-header .main-header .inner .top-actions ul li.top-action__search {
    display: block;
  }
  header.main-header .top-header .inner .top-contacts ul.js-contacts li a {
    padding-left: 0;
    display: block;
    width: 22px;
    height: 24px;
  }
  header.main-header
    .top-header
    .inner
    .top-contacts
    ul.js-contacts
    li
    a::before {
    width: 22px;
    height: 24px;
  }
  header.main-header .top-header .inner .top-contacts ul li a.email::before {
    top: 4px;
  }
  header.main-header .top-header .inner .top-contacts ul li a.phone {
    margin-right: 10px;
  }
  header.main-header .top-header .inner .top-contacts ul li a.phone::before {
    top: 1px;
  }
  header.main-header .top-header .inner .top-contacts ul.js-contacts li a span {
    display: none;
  }
  header.main-header .main-header .inner .top-actions ul.js-actions {
    position: absolute;
    right: 0;
    top: 15px;
  }
  main.main-content.mobile-fixed {
    padding-top: 51px;
  }
  section.home-slider .swiper-wrapper .swiper-slide {
    height: 350px;
  }
  section.home-slider .swiper-wrapper .swiper-slide .slider-caption {
    padding: 25px 0 25px 25px;
    max-width: 450px;
  }
  section.home-slider
    .swiper-wrapper
    .swiper-slide
    .slider-caption
    .slider-header {
    font-size: 28px;
  }
  section.home-slider
    .swiper-wrapper
    .swiper-slide
    .slider-caption
    .slider-desc {
    font-size: 18px;
  }
  section.home-slider
    .swiper-wrapper
    .swiper-slide
    .slider-caption
    .slider-link {
    margin-top: 15px;
  }
  section.home-features .inner .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  section.home-banners .inner .item .banners-item .caption .title {
    font-size: 18px;
  }
  .products ul.products-list.thumbs > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products ul.products-list.thumbs > li .products-item,
  .products.with-slider .products-item {
    padding-bottom: 54px;
  }
  .products ul.products-list.thumbs > li .products-item .product-image,
  .products.with-slider .products-item .product-image {
    position: initial;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart,
  .products.with-slider .products-item .product-image .products-addCart {
    bottom: 13px;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"],
  .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"] {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span,
  .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span {
    bottom: 0;
    opacity: 1;
    width: 100%;
    border: 1px #c29958 solid;
    background-color: #c29958;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 15px 8px;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item:hover
    .product-image
    .products-addCart,
  .products.with-slider .products-item:hover .product-image .products-addCart {
    bottom: 13px;
  }
  .products ul.products-list.thumbs-big > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products ul.products-list.thumbs-big > li .products-item {
    padding-bottom: 54px;
  }
  .products ul.products-list.thumbs-big > li .products-item .product-image {
    position: initial;
  }
  .products
    ul.products-list.thumbs-big
    > li
    .products-item
    .product-image
    .products-addCart {
    bottom: 13px;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .products
    ul.products-list.thumbs-big
    > li
    .products-item:hover
    .product-image
    .products-addCart {
    bottom: 13px;
  }
  .products
    ul.products-list.thumbs-big
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"] {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .products
    ul.products-list.thumbs-big
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span {
    bottom: 0;
    opacity: 1;
    width: 100%;
    border: 1px #c29958 solid;
    background-color: #c29958;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 15px 8px;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
  }
  .products
    ul.products-list.thumbs-big
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]::before {
    display: none;
  }
  .products
    ul.products-list.list
    > li
    .products-item
    .products-inner
    .products-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products
    ul.products-list.list
    > li
    .products-item
    .products-inner
    .products-offers {
    display: none;
  }
  .products ul.products-list.list > li .products-item .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .products ul.products-list.list > li .products-item .products-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }
  .products
    ul.products-list.list
    > li
    .products-item
    .products-inner
    .products-info
    .products-summary
    .summary {
    display: none;
  }
  section.home-text .inner .text.column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
  section.home-blog .news-list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category-wrapper
    .brand-plugin-catalog__header
    .brand-plugin-catalog-header__brand {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .category-wrapper .productbrands-wrapper .productbrands-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products-toolbar .inner .products-view,
  .products-toolbar .inner .products-visible {
    display: none;
  }
  .home-albums .albums-items .album-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .album-page .album-photos ul.thumbs-image li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .album-page .album-photos ul.thumbs-image li a {
    padding: 0;
  }
  .album-page .album-photos ul.thumbs-image li a img {
    height: auto;
    position: initial;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-pagination {
    display: block;
  }
  .header-fixed {
    display: none !important;
  }
  .product-wrapper.product-version1 .inner .product-gallery {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .product-wrapper.product-version1 .inner .product-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .fixed-panel
    .inner
    .panel-actions
    .action-items
    .item-wrapper
    a
    .action-item
    .action-name {
    display: none;
  }
  header.main-header
    .main-header
    .inner
    .top-actions
    ul.js-actions
    li.top-action__compare,
  header.main-header
    .main-header
    .inner
    .top-actions
    ul.js-actions
    li.top-action__favorites {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  header.main-header .main-header {
    padding: 0;
  }
  header.main-header .main-header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header.main-header .main-header .inner .top-logo {
    display: none;
  }
  header.main-header .main-header .inner .top-actions {
    width: 100%;
    padding: 0;
  }
  header.main-header .main-header .inner .top-actions .top-search {
    display: none;
    position: absolute;
    top: 50px;
    padding: 10px;
    background-color: #fff;
    border-top: 1px #eee solid;
    margin: 0;
    width: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
  header.main-header
    .main-header
    .inner
    .top-actions
    .top-search
    .form-row
    input[type="search"] {
    border-radius: 5px;
    padding: 12px 50px 10px 10px;
  }
  header.main-header
    .main-header
    .inner
    .top-actions
    .top-search
    .form-row
    button[type="submit"] {
    right: 20px;
    left: initial;
  }
  section.home-features .inner .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.home-banners .inner .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  section.home-blog .news-list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer.main-footer .footer-top .inner {
    margin: 0 -10px;
  }
  footer.main-footer .footer-top .inner .footer-contacts,
  footer.main-footer .footer-top .inner .footer-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  footer.main-footer .footer-top .inner .footer-social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span,
  .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span {
    font-size: 14px;
    padding: 7px 10px 6px;
    font-weight: 400;
    display: block;
  }
  .products ul.products-list.thumbs-big > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products ul.products-list.short > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-slide
    a
    img {
    height: 100%;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.thumbs-gallery {
    display: none;
  }
  .blog-wrapper .blog-inner .content .post-items .post-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .blog-wrapper .blog-inner .content .post-items .post-item .post-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .blog-wrapper .blog-inner .content .post-items .post-item .post-cation {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .order-page
    .wa-order-cart-wrapper.with-adaptive
    .wa-products
    .wa-product
    .wa-product-body
    > .wa-column-price {
    width: auto;
  }
  .product-tabs .tabs-item .product-features ul li {
    border-bottom: 1px #eee solid;
  }
  .product-tabs .tabs-item .product-features ul li .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-tabs .tabs-item .product-features ul li .item .name {
    min-width: auto;
  }
  .product-tabs .tabs-item .product-features ul li .item .name::after {
    display: none;
  }
  section.cart-wrapper
    .cart-inner
    .cart-additional
    .cart-form
    .cart-items
    .item-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
  }
  section.cart-wrapper
    .cart-inner
    .cart-additional
    .cart-form
    .cart-items
    .item-row
    .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%;
  }
  section.cart-wrapper
    .cart-inner
    .cart-additional
    .cart-form
    .cart-items
    .item-row
    .product-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%;
    padding-left: 15px;
  }
  section.cart-wrapper
    .cart-inner
    .cart-additional
    .cart-form
    .cart-items
    .item-row
    .product-remove {
    position: absolute;
    right: 0;
    top: 0;
  }
  section.cart-wrapper
    .cart-inner
    .cart-additional
    .cart-form
    .cart-items
    .item-row
    .product-count {
    margin-top: 10px;
  }
  section.cart-wrapper
    .cart-inner
    .cart-additional
    .cart-form
    .cart-items
    .item-row
    .product-total {
    margin-top: 10px;
  }
  .with-modal .product-cart-inner .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .with-modal .product-cart-inner .product-options {
    padding-left: 0;
  }
  .modal-product-wrapper {
    padding: 22px;
  }
  .modal-product-wrapper .modal-footer .links a.close-modal,
  .modal-product-wrapper .modal-footer .links a.to-cart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .fixed-panel .inner .panel-actions .action-items .item-wrapper,
  .fixed-panel .inner .panel-actions .action-items .item-wrapper:first-of-type,
  .fixed-panel .inner .panel-cart .item-wrapper {
    border: 0;
  }
  .fixed-panel .inner .panel-cart .item-wrapper a .action-item .action-count {
    display: none;
  }
  .fixed-panel
    .inner
    .panel-cart
    .item-wrapper
    a
    .action-item
    .action-name
    span.cart-title {
    display: none;
  }
  .fixed-panel .inner .panel-cart .item-wrapper a .action-item .action-name {
    padding: 0;
  }
  .fixed-panel
    .inner
    .panel-cart
    .item-wrapper
    a
    .action-item
    .action-name
    span.cart-info
    .hidden {
    display: none;
  }
  .fixed-panel .inner .panel-actions .action-items .item-wrapper a,
  .fixed-panel .inner .panel-cart .item-wrapper a {
    padding: 0;
  }
  .fixed-panel .inner {
    padding: 15px 0;
  }
  .fixed-panel .inner .panel-actions .action-items {
    padding-left: 22px;
  }
  .fixed-panel .inner .panel-actions .action-items .item-wrapper {
    margin-right: 50px;
  }
  section.category-wrapper .category-inner {
    margin: 0;
  }
  section.category-wrapper .category-inner .content {
    padding: 0;
  }
  section.home-reviews {
    padding: 55px 10px;
  }
  section.home-reviews .reviews .thumbs-reviews {
    display: none;
  }
  section.home-reviews .reviews .thumbs-reviews .swiper-slide .thumbs-image a {
    display: block;
    text-align: center;
  }
  section.home-reviews
    .reviews
    .thumbs-reviews
    .swiper-slide
    .thumbs-image
    img {
    width: 150px;
    height: 150px;
  }
  section.home-brands {
    padding: 55px 10px;
  }
}
@media screen and (max-width: 450px) {
  footer.main-footer .footer-top .inner .footer-contacts,
  footer.main-footer .footer-top .inner .footer-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery {
    width: 320px;
    height: 320px;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-slide {
    width: 320px;
    height: 320px;
  }
  .product-wrapper
    .product-inner
    .product-gallery
    .swiper-container.main-gallery
    .swiper-slide
    a
    img {
    height: 320px;
  }
  .category-wrapper
    .brand-plugin-catalog__header
    .brand-plugin-catalog-header__brand {
    display: none;
  }
  .category-wrapper .productbrands-wrapper .productbrands-inner {
    display: none;
  }
  .products ul.products-list.short > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .products ul.products-list.list > li .products-item .product-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .products ul.products-list.list > li .products-item .products-inner {
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .products
    ul.products-list.list
    > li
    .products-item
    .products-inner
    .products-offers {
    display: block;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .products
    ul.products-list.list
    > li
    .products-item
    .products-inner
    .products-offers::before {
    display: none;
  }
  .product-tabs ul.tabs-header {
    display: none;
  }
  .product-tabs .r-tabs-accordion-title {
    display: block;
  }
  .product-tabs .r-tabs-accordion-title.r-tabs-state-active a {
    color: #c29958;
  }
  .product-tabs .r-tabs-accordion-title a {
    padding: 10px 15px 10px 0;
    font-weight: 600;
    display: block;
    border-bottom: 1px #eee solid;
    position: relative;
  }
  .product-tabs .r-tabs-accordion-title a::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../img/icons-svg/chevron-down.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    -webkit-transition: -webkit-filter 0.3s ease;
    transition: -webkit-filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  }
  .product-tabs .tabs-item {
    margin: 10px 0;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .products-offers
    .products-price
    span.compare-at-price {
    display: block;
  }
  .products
    ul.products-list.thumbs
    > li
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span,
  .products.with-slider
    .products-item
    .product-image
    .products-addCart
    button[type="submit"]
    span {
    font-size: 13px;
  }
  .home-albums .albums-items .album-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .home-albums .albums-items .album-item a .cover {
    width: 156px;
    min-height: 156px;
  }
  .home-albums .albums-items .album-item a .cover .sublayer {
    width: 156px;
    height: 156px;
  }
  .home-albums .albums-items .album-item a .cover img {
    width: 156px;
    height: 156px;
  }
}
