@charset "UTF-8";
/*!
@charset "UTF-8";
/*!
Theme Name: Volterra
Theme URI: https://volterraproducts.com/
Author: Widely Interactive
Author URI: https://volterraproducts.com/
Description: Custom Theme for Volterra
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: volterra
*/
/*FRAMEWOKS*/
/*VENDORS*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

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: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          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;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  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;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  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;
  -webkit-transform: translateZ(0);
          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: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  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: transparent;
  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: transparent;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  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: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.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--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  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: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  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 {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  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;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          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;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  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: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  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;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          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: 50%;
  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: none;
  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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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 (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*GLOBAL*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
html.overflow {
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  position: relative;
  margin: 0;
  /*overflow-x: hidden;*/
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  line-height: 1;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/*.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}*/
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  -ms-grid-columns: (1fr)[8];
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  -ms-grid-columns: (1fr)[9];
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html, body {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
}
@media (max-width: 767.98px) {
  html, body {
    font-size: 16px;
  }
}

.line-through {
  text-decoration: line-through;
  color: #CD1432;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin: 0 0 2.5rem 0;
  line-height: 1.2;
  letter-spacing: -0.05rem;
}

.condensed {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
}

sup {
  font-size: 12px;
}

h2 sup {
  font-size: 18px;
}

h1 sup {
  font-size: 24px;
}

h1,
.h1 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 575.98px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

.weight-700 {
  font-weight: 600;
}

h1.large {
  font-size: 4rem;
}
@media (max-width: 575.98px) {
  h1.large {
    font-size: 3rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
@media (max-width: 991.98px) {
  h2 br,
  .h2 br {
    display: none;
  }
}

h3,
.h3 {
  font-family: "Roboto Condensed", sans-serif;
  /*    text-transform: uppercase;*/
  font-weight: 600;
  font-size: 1.5rem;
}

h4,
.h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 400;
}

h6,
.h6 {
  font-size: 1.25rem;
  letter-spacing: 0;
}

.pre-heading {
  margin-bottom: 10px;
  font-size: 1.333rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
  unicode-bidi: isolate;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  unicode-bidi: isolate;
  -webkit-font-smoothing: antialiased;
}
p.large {
  font-size: 1.16rem;
}
p.small {
  font-size: 0.88rem;
}

.par-1 p {
  line-height: 1.5;
}

#home-hero .h1 {
  margin-bottom: 40px;
  line-height: 1;
}

.font-18 {
  font-size: 1.125rem;
}

.font-24 {
  font-size: 1.5rem;
}

.text-bold {
  font-weight: 600;
}

.f-28 {
  font-size: 1.75rem;
}

.font-reg {
  font-weight: 400;
}

.p-line {
  line-height: 2;
}

.strike-out {
  text-decoration: line-through;
}

.f-14 {
  font-size: 0.875rem;
}

small {
  font-size: 0.875rem;
}

.font-header {
  font-family: "Roboto Condensed", sans-serif;
}

.font-proxima {
  font-family: "proxima-nova", sans-serif;
  line-height: 1.1;
}

.container-fluid {
  /*    max-width: 1640px;*/
  padding: 0 15px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 60px;
  }
}
.container-fluid.wide {
  max-width: 1800px;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.text-center {
  text-align: center;
}

.mb-6 {
  margin-bottom: 60px;
}

hr {
  background-color: #888;
}

section {
  margin: 50px 0;
}

.border-top {
  border-top: 1px solid #D6D6D6;
}

.border-bottom {
  border-bottom: 1px solid #D6D6D6;
}

button {
  border: none;
  background-color: transparent;
}

@media (max-width: 767.98px) {
  .section-top .container-fluid {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .section-top {
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .section-top {
    /*padding-top: 220px;*/
  }
}

.breadcrumb a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .breadcrumb {
    font-size: 0.875rem;
  }
}

.fancybox-container iframe {
  max-height: 90vh;
}

.border-black {
  border: 1px solid rgb(51, 51, 51) !important;
}

.border-gray {
  border: 1px solid #e7e7e7 !important;
}

.video-wrapper {
  position: relative;
  display: block;
}
.video-wrapper:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65' height='66' viewBox='0 0 65 66'%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='0' width='65' height='66' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='3' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='3' result='b'/%3E%3CfeFlood flood-opacity='0.322'/%3E%3CfeComposite operator='in' in2='b'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg transform='translate(8.671 6.293)'%3E%3Cg transform='matrix(1, 0, 0, 1, -8.67, -6.29)' filter='url(%23a)'%3E%3Cellipse cx='23.5' cy='24' rx='23.5' ry='24' transform='translate(9 6)' fill='%23fff' opacity='0.75'/%3E%3C/g%3E%3Cpath d='M9,7.192V23.329a.416.416,0,0,0,.622.383L24.67,15.685a.457.457,0,0,0,0-.761L9.622,6.814A.412.412,0,0,0,9,7.192Z' transform='translate(8.702 9.207)'/%3E%3C/g%3E%3C/svg%3E");
  width: 65px;
  height: 66px;
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 33px);
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

body.page-template-blog h1, body.page-template-shop-by-style h1, body.blog h1, body.category h1, body.blog-home h1 {
  color: #D6D6D6;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 575.98px) {
  #product-content {
    padding-top: 0 !important;
  }
  #product-content .container-fluid {
    padding: 0;
  }
}

#full-hero {
  background-color: #efefef;
}

.hero-collection {
  position: relative;
  height: auto;
  /*background-color: #efefef;*/
}
@media (min-width: 768px) {
  .hero-collection {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 576px) {
  .hero-collection {
    background-color: #F3F3F3;
  }
}
.hero-collection .fader {
  width: 100%;
  height: 240px;
}
@media (min-width: 768px) {
  .hero-collection .fader {
    height: 100%;
  }
}
.hero-collection .fader img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .hero-collection {
    height: 400px;
  }
}

#footer-content ul {
  padding-left: 40px;
  list-style-type: disc;
}
#message-wrapper {
  top: 0;
  left: 20px;
  right: 20px;
}
@media (min-width: 768px) {
  #message-wrapper {
    color: white;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
}
#message-wrapper .button {
  display: block;
}
@media (min-width: 576px) {
  #message-wrapper .button {
    display: inline-block;
    margin-right: 10px;
  }
}
#message-wrapper #message {
  max-width: 900px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (min-width: 992px) {
  #message-wrapper #message {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  #message-wrapper #message {
    padding: 20px 0;
  }
}
#message-wrapper #message .subheader {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Roboto Condensed", sans-serif;
}
#message-wrapper #message.fadeup {
  opacity: 1;
}
@media (min-width: 992px) {
  #message-wrapper #message.fadeup {
    margin-top: 0;
  }
}
#message-wrapper h1 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  #message-wrapper h1 {
    font-size: 48px;
  }
}
#message-wrapper .subheader {
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.py-6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.my-6 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p-6 {
  padding: 15px;
}
@media (min-width: 768px) {
  .p-6 {
    padding: 80px;
  }
}
@media (min-width: 992px) {
  .p-6 {
    padding: 120px;
  }
}

.fader img {
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  opacity: 0;
}
.fader img.loaded {
  opacity: 1;
}

.nav-links {
  margin-left: -10px;
}
.nav-links > * {
  padding: 10px;
}

#blog-listing .post-link {
  color: rgb(51, 51, 51);
}
#blog-listing .post-link:hover {
  color: rgb(51, 51, 51);
  text-decoration: none;
}
#blog-listing .post-link .content {
  height: 100%;
}
#blog-listing .post-link svg {
  overflow: visible;
}
#blog-listing .post-link .img-wrapper {
  overflow: hidden;
  height: 428px;
}
@media (max-width: 575.98px) {
  #blog-listing .post-link .img-wrapper {
    max-height: 240px;
  }
}
#blog-listing .post-link .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: scale;
  transition: scale;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
#blog-listing .post-link:hover img {
  scale: 1.2;
}

.img-parallax {
  display: block;
  overflow: hidden;
}

#full-hero {
  height: auto;
}
@media (min-width: 992px) {
  #full-hero {
    /*padding-top: 190px;*/
  }
}
#full-hero .hero-wrapper {
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  #full-hero .hero-wrapper {
    height: calc(100vh - 164px);
  }
}
@media (min-width: 992px) {
  #full-hero .hero-wrapper {
    height: 650px;
  }
}
#full-hero .hero-wrapper .button {
  margin-top: 0;
  display: block;
  text-align: center;
}
@media (min-width: 576px) {
  #full-hero .hero-wrapper .button {
    margin-top: 10px;
    text-align: left;
    display: inline-block;
  }
}
#full-hero .hero-wrapper .fader {
  height: 100%;
}
#full-hero .hero-wrapper .fader img {
  height: 240px;
}
@media (min-width: 576px) {
  #full-hero .hero-wrapper .fader img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#full-hero br {
  display: none;
}
@media (max-width: 1199.98px) {
  #full-hero br {
    display: block;
  }
}
#full-hero .pre-heading {
  line-height: 1.1;
}
@media (max-width: 767.98px) {
  #full-hero .pre-heading {
    font-size: 16px;
  }
}

#category-slider {
  height: auto;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#category-slider a .color-black {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#category-slider a:hover {
  text-decoration: none;
}
#category-slider a:hover .color-black {
  color: #CD1432;
}
#category-slider a img {
  display: inline-block;
}
#category-slider .slick-arrow {
  top: 40%;
}
@media (min-width: 768px) {
  #category-slider .slick-arrow.slick-prev {
    left: 20px;
  }
  #category-slider .slick-arrow.slick-next {
    right: 20px;
  }
}

#promotion {
  margin: 20px 0;
}
#promotion #promo-content {
  padding: 30px;
}
#promotion #promo-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #promotion {
    margin: 80px 0;
  }
  #promotion #promo-content {
    padding: 50px;
  }
  #promotion #promo-content h2 {
    margin-top: 0;
  }
  #promotion #promo-content .col-text {
    padding-left: 40px;
  }
}

.alternating-sections .row {
  min-height: 720px;
}
.alternating-sections .row .img-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
.alternating-sections .row .img-wrapper img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .alternating-sections .row .img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.alternating-sections .row .video-wrapper {
  display: block;
  padding: 80px;
}
.alternating-sections .row .video-wrapper video {
  -o-object-fit: contain;
     object-fit: contain;
}
.alternating-sections .row .content-wrapper {
  padding: 15px;
}
.alternating-sections .row .content-wrapper p {
  font-weight: 300;
}
.alternating-sections .row .content-wrapper a {
  color: white;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.alternating-sections .row .content-wrapper a.red-arrow-right {
  text-decoration: none;
}
@media (min-width: 992px) {
  .alternating-sections .row .content-wrapper {
    padding: 80px 120px 80px 120px;
  }
}

#closeouts a {
  position: relative;
  display: block;
}
@media (min-width: 576px) {
  #closeouts a:hover .closeout-tag {
    width: 100%;
    padding: 20px;
    left: 0;
    margin-left: 0;
    top: 0;
  }
}
#closeouts a .closeout-tag {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 40px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  padding: 8px;
  font-size: 0.75rem;
}
@media (max-width: 575.98px) {
  #closeouts a .closeout-tag {
    top: -34px;
    width: 100%;
    left: 60px;
  }
}

#promotions {
  margin: 80px 0;
}
@media (min-width: 768px) {
  #promotions #promotions-slider {
    height: 480px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  #promotions #promotions-slider .slick-next {
    right: 240px;
  }
  #promotions #promotions-slider .slick-prev {
    left: 240px;
  }
}
@media (min-width: 768px) {
  #promotions #promotions-slider .slide {
    height: 480px;
  }
  #promotions #promotions-slider .slide .promo-content {
    max-width: 860px;
    margin: 0 auto;
  }
  #promotions #promotions-slider .slide .promo-content .img-wrapper {
    height: 480px;
  }
  #promotions #promotions-slider .slide .promo-content .img-wrapper img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 8px;
  border: 5px solid #ccc;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ccc transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

.btn-red .lds-ring div {
  border: 5px solid white;
  border-color: white transparent transparent transparent;
}

.btn-gray {
  padding: 9px 20px;
  background-color: #F3F3F3;
  color: rgb(51, 51, 51);
  border: none;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body.privacy-policy #ppage-hero ul, body.terms-and-conditions #page-hero ul {
  list-style-type: disc;
  padding-left: 2rem;
}
body.privacy-policy #ppage-hero ul li, body.terms-and-conditions #page-hero ul li {
  margin-bottom: 1rem;
}

#testimonial-slider .slide {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.border-left {
  border-left: 4px solid #B5A9A4;
}

.container-sm {
  max-width: 1360px;
}

.m-top {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .m-top {
    margin-top: 120px;
  }
}

.m-bot {
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .m-bot {
    margin-bottom: 120px;
  }
}

a.button, button.button {
  position: relative;
  display: inline-block;
  margin: 20px 0;
  padding: 15px 40px;
  border: none;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767.98px) {
  a.button, button.button {
    font-size: 0.875rem;
  }
}
a.button:after, button.button:after {
  content: url("./img/arrow-right.svg");
  position: absolute;
  top: 14px;
  margin-left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767.98px) {
  a.button:after, button.button:after {
    content: none;
  }
}
a.button.btn-small, button.button.btn-small {
  font-size: 16px;
  padding: 10px 40px;
}
a.button.btn-small:after, button.button.btn-small:after {
  top: 11px;
}
a.button.brown, button.button.brown {
  background-color: #966844;
}
a.button.brown:hover, button.button.brown:hover {
  color: white;
}
a.button.round, button.button.round {
  border-radius: 30px;
}
a.button.hollow, button.button.hollow {
  padding: 15px 40px;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  a.button.hollow, button.button.hollow {
    font-size: 0.875rem;
  }
}
a.button.hollow:hover, button.button.hollow:hover {
  padding-left: 30px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  a.button.hollow:hover, button.button.hollow:hover {
    padding-left: 40px;
    padding-right: 40px;
  }
}
a.button.hollow:after, button.button.hollow:after {
  content: url("./img/arrow-right-red.svg");
  top: 15px;
}
@media (max-width: 767.98px) {
  a.button.hollow:after, button.button.hollow:after {
    content: none;
  }
}

.menu-more {
  height: 25px;
  width: 25px;
  position: relative;
  vertical-align: middle;
}
.menu-more:after {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 7px;
  top: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.233' height='7.254' viewBox='0 0 11.233 7.254'%3E%3Cpath d='M5.019,17.747.244,12.972a.839.839,0,0,1,0-1.19l.794-.794a.839.839,0,0,1,1.19,0l3.385,3.385L9,10.988a.839.839,0,0,1,1.19,0l.794.794a.839.839,0,0,1,0,1.19L6.206,17.747A.835.835,0,0,1,5.019,17.747Z' transform='translate(0.004 -10.74)' fill='%23002a5c'/%3E%3C/svg%3E");
}
.menu-more.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 40px;
  border: none;
  color: #ffffff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-favorite {
  border-radius: 0;
}

a.page-numbers {
  color: #B5A9A4;
  font-weight: 600;
}

#btn-cart {
  padding: 14px 20px;
  border-radius: 0;
}

.gform_previous_button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gform_previous_button:hover {
  background-color: #efefef !important;
}

.gform_next_button, input[type=submit] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #666 !important;
}
.gform_next_button:hover, input[type=submit]:hover {
  background-color: rgb(51, 51, 51) !important;
}

a.button:hover, button.button:hover {
  padding-left: 30px;
  padding-right: 50px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  a.button:hover, button.button:hover {
    padding-left: 40px;
    padding-right: 40px;
  }
}
a.button:hover:after, button.button:hover:after {
  margin-left: 15px;
  opacity: 1;
}

.gform-theme-button {
  background-color: rgb(51, 51, 51);
}

.btn-primary, .gform_button {
  background-color: rgb(51, 51, 51);
  color: white;
  border: none;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-primary.btn-sm, .gform_button.btn-sm {
  padding: 10px 30px;
  font-weight: 400;
}
.btn-primary[disabled], .gform_button[disabled] {
  background-color: #888;
  pointer-events: none;
}
.btn-primary span, .gform_button span {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-primary.round, .gform_button.round {
  border-radius: 30px;
}
.btn-primary svg, .gform_button svg {
  height: 20px;
  width: auto;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: -10px;
  margin-top: -5px;
}
.btn-primary.dark, .gform_button.dark {
  background-color: #2F2F2F;
}
.btn-primary:hover, .gform_button:hover {
  color: white;
  text-decoration: none;
}
.btn-primary:hover span, .gform_button:hover span {
  margin-left: 10px;
}
.btn-primary:hover svg, .gform_button:hover svg {
  margin-right: 0;
  opacity: 1;
}

.slick-next {
  right: -10px;
  z-index: 10;
}
.slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.414' height='20.828' viewBox='0 0 11.414 20.828'%3E%3Cpath d='M22.5,27l-9-9,9-9' transform='translate(-12.5 -7.586)' fill='none' stroke='%232f2f2f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  margin-right: 15px;
  margin-top: 8px;
}
@media (min-width: 576px) {
  .slick-next {
    right: 15px;
  }
}
@media (min-width: 992px) {
  .slick-next {
    right: 80px;
  }
}

.slick-prev {
  z-index: 10;
  left: -10px;
}
.slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.414' height='20.828' viewBox='0 0 11.414 20.828'%3E%3Cpath d='M22.5,27l-9-9,9-9' transform='translate(-12.5 -7.586)' fill='none' stroke='%232f2f2f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  margin-left: 15px;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .slick-prev {
    left: 15px;
  }
}
@media (min-width: 992px) {
  .slick-prev {
    left: 80px;
  }
}

#room-slider .slick-next {
  right: -10px;
  z-index: 10;
}
#room-slider .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 54 54'%3E%3Cg transform='translate(54) rotate(90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  #room-slider .slick-next {
    right: 15px;
  }
  #room-slider .slick-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cg transform='translate(54) rotate(90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (min-width: 992px) {
  #room-slider .slick-next {
    right: 80px;
  }
}
#room-slider .slick-prev {
  z-index: 10;
  left: -10px;
}
#room-slider .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 54 54'%3E%3Cg transform='translate(0 54) rotate(-90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  #room-slider .slick-prev {
    left: 15px;
  }
  #room-slider .slick-prev:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cg transform='translate(0 54) rotate(-90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (min-width: 992px) {
  #room-slider .slick-prev {
    left: 80px;
  }
}

#testimonial-slider .slick-next {
  display: block;
  height: 55px;
  right: -3px;
  top: 45%;
  z-index: 10;
}
#testimonial-slider .slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cg transform='translate(54) rotate(90)' fill='%23fff' stroke='%23b5a9a4' stroke-width='1'%3E%3Ccircle cx='27' cy='27' r='27' stroke='none'/%3E%3Ccircle cx='27' cy='27' r='26.5' fill='none'/%3E%3C/g%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(45.5 9) rotate(90)' fill='none' stroke='%23b5a9a4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  #testimonial-slider .slick-next {
    right: -2px;
  }
}
@media (min-width: 1720px) {
  #testimonial-slider .slick-next {
    right: -40px;
  }
}
#testimonial-slider .slick-prev {
  display: block;
  height: 55px;
  top: 45%;
  z-index: 10;
  left: -10px;
}
#testimonial-slider .slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cg transform='translate(54 54) rotate(180)'%3E%3Cg transform='translate(54) rotate(90)' fill='%23fff' stroke='%23b5a9a4' stroke-width='1'%3E%3Ccircle cx='27' cy='27' r='27' stroke='none'/%3E%3Ccircle cx='27' cy='27' r='26.5' fill='none'/%3E%3C/g%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(45.5 9) rotate(90)' fill='none' stroke='%23b5a9a4' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  #testimonial-slider .slick-prev {
    left: -10px;
  }
}
@media (min-width: 1720px) {
  #testimonial-slider .slick-prev {
    left: -50px;
  }
}

.slick-arrow {
  width: 60px;
}

.slick-next {
  right: -10px;
  z-index: 10;
}
.slick-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 54 54'%3E%3Cg transform='translate(54) rotate(90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .slick-next {
    right: 15px;
  }
  .slick-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cg transform='translate(54) rotate(90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (min-width: 992px) {
  .slick-next {
    right: 80px;
  }
}

.slick-prev {
  z-index: 10;
  left: -10px;
}
.slick-prev:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 54 54'%3E%3Cg transform='translate(0 54) rotate(-90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 576px) {
  .slick-prev {
    left: 15px;
  }
  .slick-prev:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='54' height='54' viewBox='0 0 54 54'%3E%3Cg transform='translate(0 54) rotate(-90)'%3E%3Ccircle cx='27' cy='27' r='27' fill='%23272425' opacity='0.6'/%3E%3Cpath d='M27,22.5l-9-9-9,9' transform='translate(9 8.5)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (min-width: 992px) {
  .slick-prev {
    left: 80px;
  }
}

#btn-shipping {
  border: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px 10px;
  margin-left: 10px;
  background-color: black;
  border-radius: 0;
  color: white;
  font-size: 0.875rem;
}

.btn-submit {
  background-color: black !important;
  border-radius: 0 !important;
  padding: 10px 40px !important;
}

@media (max-width: 767.98px) {
  #gform_1, #gform_6 {
    padding-bottom: 40px;
  }
}
#gform_1 .gfield, #gform_6 .gfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  position: relative;
  padding-top: 1.5rem;
}
#gform_1 .gfield .gfield_required, #gform_6 .gfield .gfield_required {
  color: rgb(51, 51, 51);
}
#gform_1 .gfield.gfield_error input, #gform_6 .gfield.gfield_error input {
  border-left: 0 !important;
  border-top: 0 !important;
  border-right: 0 !important;
}
#gform_1 .gfield .gfield_validation_message, #gform_6 .gfield .gfield_validation_message {
  display: none;
}
#gform_1 .gfield label, #gform_6 .gfield label {
  pointer-events: none;
  color: rgb(51, 51, 51);
  position: absolute;
  top: 1.5rem;
  left: 0;
  font-weight: 400 !important;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
#gform_1 .gfield label.active, #gform_6 .gfield label.active {
  top: 8px;
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.5);
}
#gform_1 .gfield label.active .gfield_required_asterisk, #gform_6 .gfield label.active .gfield_required_asterisk {
  color: rgba(255, 255, 255, 0.5);
}
#gform_1 .gfield textarea, #gform_6 .gfield textarea {
  border: none;
  border-radius: 0;
  margin-top: 10px;
  height: 150px;
  background-color: #efefef;
  margin-top: 25px;
}
#gform_1 .gfield .gfield_description, #gform_6 .gfield .gfield_description {
  margin-top: 0;
}
#gform_1 .gfield input[type=file], #gform_6 .gfield input[type=file] {
  border-bottom: 0;
}
#gform_1 .gfield input, #gform_6 .gfield input {
  color: rgb(51, 51, 51) !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font: inherit;
  font-size: 1.125rem;
  padding: 0.25rem 0 !important;
}
#gform_1 .gfield input:focus, #gform_6 .gfield input:focus {
  outline: 0;
  border-bottom-color: #CD1432;
}

.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  /*left: -40px !important;*/
}

#gform_6 #field_6_7 label {
  display: none;
}
#gform_6 #field_6_7 .gform_fileupload_rules {
  font-size: 0.875rem;
  color: #2F2F2F;
  margin-top: -10px;
}

#gform_wrapper_5 .gform_required_legend {
  display: none;
}

.gsection {
  margin-bottom: 20px;
}
.gsection h3 {
  font-weight: 600;
  margin: 40px 0 0 0;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
  border-bottom: 1px solid #f56c6c !important;
}

.gform_wrapper .gfield_error textarea {
  border: 1px solid #f56c6c !important;
}

form {
  /*.gfield_error label{
      color: #f56c6c!important;
  }*/
}
form .gform_required_legend {
  display: none;
}
form p {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
form label {
  color: rgb(51, 51, 51);
  font-weight: 400;
}
form label.active {
  color: rgba(0, 0, 0, 0.5);
}
form label.active .gfield_required_asterisk {
  color: rgba(0, 0, 0, 0.5);
}
form textarea {
  color: rgb(51, 51, 51);
  background-color: rgba(0, 0, 0, 0.05);
}
form input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
form input:focus {
  border-bottom-color: rgb(51, 51, 51);
}

#gform_1 #field_1_7 {
  display: inline-block;
  width: calc(50% - 10px);
}
#gform_1 #field_1_10, #gform_1 #field_1_13 {
  display: inline-block;
  width: calc(33.3% - 14px);
}
#gform_1 #field_1_7, #gform_1 #field_1_10, #gform_1 #field_1_12 {
  margin-right: 20px;
}
#gform_1 #gform_fields_1 {
  display: block;
}

input[type=text] {
  border-radius: 0 !important;
}

#gform_2 #field_2_16 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
#gform_2 #field_2_20 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#gform_2 #field_2_21 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
#gform_2 #field_2_22 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.numguests .gfield_select {
  max-width: 100px !important;
}

select {
  border-radius: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
  padding-top: 2px;
  padding-bottom: 6px;
}

.modal .modal-content {
  border-radius: 0;
}

input[type=text].form-control {
  padding: 6px;
  border-raidus: 0;
}

input[type=tel].form-control {
  padding: 6px;
}

small button {
  font-size: 100%;
}

select {
  border-radius: 0;
}

.gform_validation_errors ol {
  padding: 0;
  padding-left: 0 !important;
  margin: 10px 0 0 17px;
}

form .error {
  border: 2px solid #CD1432;
}

.gform_validation_errors {
  border: 1px solid #c02b0a !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 20px !important;
}
.gform_validation_errors h2 {
  font-size: 1rem !important;
}

.gfield_validation_message {
  display: none;
}

#field_2_50 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.gfield_description {
  font-style: italic;
}

.swatch {
  display: inline-block;
  padding: 2px 15px;
  font-size: 0.87rem;
  font-weight: bold;
  margin-right: 8px;
}
.swatch.red {
  background-color: #e76262;
}
.swatch.yellow {
  background-color: #e5e667;
}
.swatch.green {
  background-color: #8bcc7c;
}
.swatch.orange {
  background-color: #ecb960;
}
.swatch.purple {
  background-color: #ca8cd5;
}
.swatch.blue {
  background-color: #97d5de;
}
.swatch.darkblue {
  background-color: #7dabe9;
}
.swatch.pink {
  background-color: #ecb5e0;
}
.swatch.teal {
  background-color: #6bc4b8;
}
.swatch.brown {
  background-color: #dbc5aa;
}
.swatch.lime {
  background-color: #bdd762;
}
.swatch.gray {
  background-color: #adbbb6;
}
.swatch.darkorange {
  background-color: #fa886e;
}

.gform_validation_errors h2 {
  text-transform: none;
  margin-bottom: 0;
}
.gform_validation_errors .gform-icon--circle-error {
  display: none !important;
}

#field_4_62 {
  margin-top: 30px;
}

.has-error {
  border: 2px solid #cc0000 !important;
}

.bg-black {
  background-color: rgb(51, 51, 51);
  color: white;
}

.bg-green {
  background-color: #849696;
  color: white;
}

.bg-gray {
  background-color: #EBEBEB;
}

.bg-brown {
  background-color: #966844;
  color: white !important;
}
.bg-brown:hover, .bg-brown:active, .bg-brown:focus {
  background-color: #c39169 !important;
}

.bg-palette1 {
  background-color: #849696;
  color: white;
}

.bg-palette2 {
  background-color: #a58e8e;
  color: white;
}

.bg-login {
  background-color: #878787;
  color: white;
}
.bg-login a {
  color: white;
}

.bg-dark-gray {
  background-color: #2F2F2F;
  color: white;
}
.bg-dark-gray a {
  color: white;
}

.bg-extra-dark-gray {
  background-color: #1D1D1D;
  color: white;
}
.bg-extra-dark-gray a {
  color: white;
}

.bg-extra-light-gray {
  background-color: #F8F8F8;
}

.bg-light-green {
  background-color: #deefe6;
}

.bg-red {
  background-color: #CD1432;
}

.bg-light-red {
  background-color: #f9e4e4;
}

.bg-beige {
  background-color: #bdb5b0;
}

.bg-light-gray {
  background-color: #F3F3F3;
}

.bg-light-brown {
  background-color: #F5F3F2;
}

.color-red {
  color: #CD1432;
}

.color-green {
  color: #24b324;
}

.color-black {
  color: rgb(51, 51, 51) !important;
}
.color-black:hover {
  color: rgb(51, 51, 51);
}

.color-brown {
  color: #ece8e6;
}

.color-dark-brown {
  color: #B5A9A4;
}

.color-white {
  color: white;
}
.color-white a {
  color: white;
  text-decoration: underline;
}
.color-white a:hover {
  color: white;
}

.bg-white {
  background-color: white;
}

.form-check-input:checked {
  background-color: #CD1432;
  border-color: #CD1432;
}

.form-check-input:focus {
  border-color: #CD1432;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(205, 20, 50, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(205, 20, 50, 0.25);
}

/*COMPONENTS*/
footer {
  margin-top: 120px;
  border-top: 1px solid #D6D6D6;
  font-weight: 400;
}
footer a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
footer a:hover {
  color: #B5A9A4;
}
@media (min-width: 992px) {
  footer .pl-space {
    padding-left: 80px;
  }
}
footer input {
  width: 100%;
}
@media (min-width: 768px) {
  footer #bottom-footer-navigation {
    text-align: right;
  }
}
footer .footer-header {
  color: #B5A9A4;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
  footer .footer-header {
    margin: 0 0 40px 0;
  }
}
footer #page-up {
  background-color: rgb(51, 51, 51);
  padding: 24px;
  position: relative;
  border-radius: 30px;
  border: none;
}
footer #page-up svg {
  position: absolute;
  top: 17px;
  left: 14px;
}
footer .form-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px;
}
footer #footer-top {
  padding: 60px 0 0 0;
}
@media (min-width: 768px) {
  footer #footer-top {
    padding: 60px 0;
  }
}
footer #footer-top ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #footer-top ul li a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.125rem;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #434343;
}
@media (min-width: 768px) {
  footer #footer-top ul li a {
    width: 90%;
  }
}
footer #footer-contact {
  text-align: center;
}
@media (min-width: 768px) {
  footer #footer-contact {
    text-align: left;
  }
}
footer #footer-bottom {
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 768px) {
  footer #footer-bottom {
    text-align: left;
  }
}
footer #footer-bottom a {
  text-decoration: underline;
}
footer #footer-bottom ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer #footer-bottom ul li {
  display: inline-block;
}
footer #footer-bottom ul li:after {
  content: " | ";
}
footer #footer-bottom ul li:last-of-type:after {
  content: "";
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 7, 2021, 10:01:03 AM
    Author     : Widely Interactive
*/
body.nav-open {
  overflow-y: hidden;
}
body.nav-open #navs {
  right: 0px !important;
}
body.nav-open #mobile-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}

html {
  margin-top: 0 !important;
}

body.logged-in #global-announcement {
  margin-top: 32px;
}

#global-announcement {
  padding: 5px;
}
#global-announcement p {
  margin-bottom: 0;
}

#logged-in {
  display: inline-block;
  background-color: #73bd73;
  width: 12px;
  margin: 3px;
  vertical-align: middle;
  height: 12px;
  border-radius: 8px;
}

#mobile-bg {
  width: 0;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color;
  transition: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  z-index: 99;
  display: none;
}

#mobile-top-nav {
  padding: 10px 40px 20px 15px;
}
#mobile-top-nav a {
  color: rgb(51, 51, 51);
  font-weight: 600;
}
#mobile-top-nav .count {
  margin-left: 5px;
}
@media (min-width: 576px) {
  #mobile-top-nav {
    padding: 10px 40px 20px 20px;
  }
}
#mobile-top-nav #col-logo {
  margin: 0 20px 0 0;
  width: 160px;
}
@media (min-width: 576px) {
  #mobile-top-nav #col-logo {
    width: calc(100% - 256px);
  }
  #mobile-top-nav #col-logo img {
    height: 50px;
  }
}
#mobile-top-nav #col-logo svg {
  width: 100%;
  max-width: 200px;
}
@media (min-width: 576px) {
  #mobile-top-nav .col-icon {
    width: 50px;
  }
}
#mobile-top-nav #col-cart {
  position: absolute;
  right: 75px;
  top: 25px;
}
@media (min-width: 992px) {
  #mobile-top-nav #col-cart {
    top: 52px;
  }
}
#mobile-top-nav #col-wish {
  position: absolute;
  right: 150px;
  top: 25px;
}
@media (min-width: 992px) {
  #mobile-top-nav #col-wish {
    top: 52px;
  }
}
#mobile-top-nav #col-account {
  position: absolute;
  right: 205px;
  top: 25px;
}
@media (min-width: 992px) {
  #mobile-top-nav #col-account {
    top: 52px;
  }
}

#navs {
  background-color: #F5F3F2;
}
#navs .btn-wishlist, #navs .nav-cart {
  margin-left: 20px;
  font-weight: 600;
  font-size: 0.875rem;
}
#navs .btn-wishlist svg, #navs .nav-cart svg {
  margin-right: 5px;
}
#navs .btn-wishlist:hover, #navs .nav-cart:hover {
  text-decoration: none;
}
#navs .a-logo {
  display: inline-block;
}
#navs .a-logo img {
  max-height: 60px;
  width: auto;
}
#navs .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F5F3F2;
}

#hamburger {
  background-color: white;
  border: none;
  background-color: #F5F3F2;
  display: none;
  top: 15px;
  right: 15px;
  position: fixed;
  cursor: pointer;
  z-index: 98;
  padding: 15px;
  border-radius: 30px;
}
#hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  margin-bottom: 6px;
  background-color: rgb(51, 51, 51);
  position: relative;
  border-radius: 3px;
  z-index: 1;
  -webkit-transition: opacity, -webkit-transform, -webkit-transform-origin;
  transition: opacity, -webkit-transform, -webkit-transform-origin;
  transition: transform, transform-origin, opacity;
  transition: transform, transform-origin, opacity, -webkit-transform, -webkit-transform-origin;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
#hamburger #span-dbl {
  position: absolute;
  top: 23px;
}
#hamburger span:last-child {
  margin-bottom: 0;
}

#menu-close {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 20px;
  float: right;
  margin: -10px 0 20px 0;
}
#menu-close span {
  display: block;
  background-color: rgb(51, 51, 51);
  width: 18px;
  height: 2px;
}
#menu-close span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-close span:nth-of-type(2) {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header {
  background-color: #F5F3F2;
  /*    position: sticky;*/
  top: 0;
  /*    &.sticky{
          position: fixed;
          width: 100%;
          box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
      }*/
  z-index: 12;
}
header #navigation-bar {
  background-color: #ece8e6;
}
@media (min-width: 992px) {
  header #navigation-bar > .container-fluid > ul > li {
    text-align: center;
  }
}
header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header ul li {
  display: inline-block;
}
header ul li a {
  font-size: 0.875rem;
  display: inline-block;
  padding: 5px;
  color: rgb(51, 51, 51);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
header ul li ul {
  float: none !important;
  position: static !important;
}
@media (max-width: 767.98px) {
  header .cool-dropdown {
    margin: 0 -15px;
  }
  header .cool-dropdown a {
    padding: 15px 20px;
  }
}

#top-bar .container-fluid {
  text-align: right;
}
#top-bar .container-fluid li {
  margin-left: 50px;
}
#top-bar .container-fluid li a {
  color: white;
}

#utility-bar {
  padding: 30px 0;
}
#utility-bar ul li {
  margin-left: 35px;
  display: inline-block;
}
#utility-bar ul li a:hover {
  color: rgb(51, 51, 51);
}

#mobile-search {
  padding: 0 15px 15px 15px;
}
#mobile-search button {
  right: 0px;
}

#non-mobile-search {
  max-width: 320px;
}

.search-wrapper {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  margin-bottom: 0px;
}
.search-wrapper form {
  padding-bottom: 0;
}
.search-wrapper #search1, .search-wrapper #search2, .search-wrapper #inp-archive {
  border: 0;
  border-radius: 0;
  padding: 8px 15px;
  display: block;
  width: 100%;
}
.search-wrapper #search1, .search-wrapper #inp-archive {
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.search-wrapper button {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}

#navigation-bar {
  width: auto;
  padding: 0;
  position: relative;
  display: inline-block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
}
#navigation-bar > .container-fluid > ul > li > a {
  padding: 15px 0px 5px;
  margin-bottom: 10px;
}
#navigation-bar ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navigation-bar ul li {
  position: static;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#navigation-bar ul li > a, #navigation-bar ul li ul li a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  /*                text-transform: uppercase;*/
  /*font-weight: 600;*/
  position: relative;
}
@media (min-width: 992px) {
  #navigation-bar ul li > a:after, #navigation-bar ul li ul li a:after {
    content: "";
    background-color: #966844;
    height: 4px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0%;
    -webkit-transition: left 0.3s, width 0.3s;
    transition: left 0.3s, width 0.3s;
  }
  #navigation-bar ul li > a:hover, #navigation-bar ul li ul li a:hover {
    text-decoration: none;
    color: #966844;
  }
  #navigation-bar ul li > a:hover:after, #navigation-bar ul li ul li a:hover:after {
    left: 0%;
    width: 100%;
  }
}
#navigation-bar ul li .nav-image {
  /*display: inline-block;*/
}
@media (max-width: 575.98px) {
  #navigation-bar ul li .nav-image .nav-image-link {
    font-weight: 400 !important;
    font-size: 1rem;
  }
}
#navigation-bar ul li .nav-image .img-wrapper {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  #navigation-bar ul li .nav-image .img-wrapper {
    height: 162px;
  }
}
#navigation-bar ul li .nav-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  #navigation-bar ul li .nav-image .nav-image-link {
    color: rgb(51, 51, 51);
  }
  #navigation-bar ul li .nav-image .nav-image-link:after {
    content: "";
    background-color: #CD1432;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: left 0.3s, width 0.3s;
    transition: left 0.3s, width 0.3s;
  }
  #navigation-bar ul li .nav-image.hover .nav-image-link {
    color: #CD1432;
  }
  #navigation-bar ul li .nav-image.hover .nav-image-link:after {
    left: 0%;
    width: 100%;
  }
  #navigation-bar ul li .nav-image .nav-image-txt {
    text-align: left;
    display: block;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  #navigation-bar ul li .nav-image .nav-image-txt .nav-image-link {
    padding: 8px 0;
    position: relative;
    display: inline-block;
  }
}
#navigation-bar ul li.has-subfields.simple {
  position: relative;
}
#navigation-bar ul li.has-subfields.simple ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}
#navigation-bar ul li.has-subfields.simple ul li a:after {
  height: 0px;
}
#navigation-bar ul li.has-subfields.simple ul li a:hover {
  background-color: #ece8e6;
}
#navigation-bar ul li.has-subfields > .dropdown-full a {
  font-family: "Roboto Condensed", sans-serif;
  display: block;
  line-height: 1.1;
  font-weight: 400;
  /*font-size: 1.5rem;*/
}
@media (min-width: 992px) {
  #navigation-bar ul li.has-subfields > .dropdown-full a {
    /*pointer-events: none;*/
    padding: 10px 0 !important;
  }
}
#navigation-bar ul li.has-subfields .dropdown-simple {
  background-color: #2F2F2F;
  display: none;
  z-index: 10;
}
#navigation-bar ul li.has-subfields .dropdown-simple a {
  font-weight: 400;
  color: white;
}
@media (min-width: 992px) {
  #navigation-bar ul li.has-subfields .dropdown-simple {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background-color: #F5F3F2;
    width: 100%;
  }
  #navigation-bar ul li.has-subfields .dropdown-simple a {
    padding: 15px;
    width: 100%;
    color: rgb(51, 51, 51);
  }
}
#navigation-bar ul li.has-subfields .dropdown-full {
  text-align: left;
  padding: 15px;
}
#navigation-bar ul li.has-subfields .dropdown-full img {
  display: none;
}
#navigation-bar ul li.has-subfields .dropdown-full .font-header {
  padding: 30px 0 0 0;
}
@media (min-width: 992px) {
  #navigation-bar ul li.has-subfields .dropdown-full {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-transition: visibility;
    transition: visibility;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    visibility: hidden;
  }
  #navigation-bar ul li.has-subfields .dropdown-full img {
    display: block;
  }
  #navigation-bar ul li.has-subfields .dropdown-full .font-header {
    padding: 20px 0 10px 0;
  }
  #navigation-bar ul li.has-subfields .dropdown-full.open {
    visibility: visible;
    opacity: 1;
  }
  #navigation-bar ul li.has-subfields .dropdown-full img {
    max-width: 200px;
    width: 100%;
  }
}
#navigation-bar ul li.has-subfields ul {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  width: 100%;
}
#navigation-bar ul li.has-subfields ul li {
  display: block;
}
#navigation-bar ul li.has-subfields ul li a {
  display: inline-block;
  width: auto;
  padding: 5px 0;
}

@media (max-width: 991.98px) {
  #mobile-bg {
    display: block;
  }
  #navs {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    z-index: 10000;
    -webkit-transition: all;
    transition: all;
    overflow-y: auto;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
    padding-top: 25px;
  }
  #navs .nav-wrapper {
    display: block;
  }
  #hamburger, #menu-close {
    display: inline-block;
  }
  #utility-bar {
    padding: 20px 0;
  }
  #utility-bar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #utility-bar .row {
    display: block;
  }
  #utility-bar .row > div {
    display: block;
  }
  #utility-bar .search-wrapper {
    display: block;
    margin-top: 40px;
  }
  #utility-bar .search-wrapper #search1, #utility-bar .search-wrapper #search2, #utility-bar .search-wrapper #inp-archive {
    width: 100%;
  }
  #utility-bar .search-wrapper button {
    top: 0px;
  }
  #navigation-bar {
    width: 100%;
  }
  #navigation-bar > .container-fluid {
    padding: 0;
  }
  #navigation-bar > .container-fluid > ul > li {
    border-bottom: 1px solid #e7e7e7;
  }
  #navigation-bar > .container-fluid > ul > li:first-of-type {
    border-top: 1px solid #e7e7e7;
  }
  #navigation-bar > .container-fluid > ul > li .has-subfields a {
    border-top: 1px solid #e7e7e7;
  }
  #navigation-bar .nav-images {
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
  }
  #navigation-bar .nav-images .nav-image a {
    font-weight: 400;
  }
  #navigation-bar .has-subfields > a:after {
    content: "";
    background-color: transparent !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg transform='translate(-7 -7)'%3E%3Cpath d='M18,7.5v16' transform='translate(-2.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M7.5,18h16' transform='translate(0 -2.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    width: 16px !important;
    height: 16px;
    position: absolute;
    display: inline-block;
    top: 20px;
    right: 20px !important;
    left: initial;
  }
  #navigation-bar .has-subfields > a.open:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cg transform='translate(-7 -7)'%3E%3Cpath d='M18,7.5v16' transform='translate(-2.5)' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M7.5,18h16' transform='translate(0 -2.5)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  }
  #navigation-bar .has-subfields .dropdown-full {
    display: none;
  }
  #navigation-bar .has-subfields .dropdown-full .col-12 {
    padding: 0;
  }
  #navigation-bar .has-subfields .dropdown-full .container-fluid {
    padding: 0;
  }
  #navigation-bar .has-subfields .dropdown-full .drop-content {
    display: none;
  }
  #navigation-bar .has-subfields .dropdown-full .drop-content li {
    background-color: #F3F3F3;
  }
  #navigation-bar ul {
    display: block;
    position: static;
  }
  #navigation-bar ul li {
    display: block;
  }
  #navigation-bar ul li a {
    margin-top: 0 !important;
    font-size: 18px !important;
    display: block !important;
    text-align: left;
    text-decoration: none;
    margin-bottom: 0 !important;
    font-weight: 600;
    padding: 10px 15px !important;
    position: relative;
    width: 100%;
  }
  #navigation-bar ul li a.menu-top {
    padding: 15px !important;
  }
  #navigation-bar ul li a:hover {
    color: rgb(51, 51, 51);
  }
  #navigation-bar ul li .dropdown-full ul li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #navigation-bar ul li .dropdown-full ul li a:hover {
    color: white;
    background-color: #494949;
  }
}
#nav-lg ul li {
  display: inline-block;
}
#nav-lg ul li a {
  color: white;
  padding: 10px 0;
  margin-right: 60px;
  position: relative;
}
#nav-lg ul li a.active {
  border-bottom: 2px solid white;
}
@media (min-width: 992px) {
  #nav-lg ul li a:after {
    content: "";
    background-color: white;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: left 0.3s, width 0.3s;
    transition: left 0.3s, width 0.3s;
  }
  #nav-lg ul li a:hover {
    text-decoration: none;
  }
  #nav-lg ul li a:hover:after {
    left: 0%;
    width: 100%;
  }
}

#nav-sm a {
  color: rgb(51, 51, 51);
}

a[aria-current=page]:after {
  left: 0% !important;
  width: 100% !important;
}

#nav-controls .count {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
}

#page-hero.standard {
  margin: 0;
  padding: 40px 0 0;
  background-color: white;
}
@media (min-width: 992px) {
  #page-hero.standard {
    /*padding: 240px 0 0;*/
  }
}

#page-hero.no-margin {
  margin: 0;
  padding: 190px 0 240px 0;
  background-color: white;
}
@media (max-width: 767.98px) {
  #page-hero.no-margin {
    padding: 0 0 60px 0;
  }
}
#page-hero.no-margin .col-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#section-header {
  margin-top: 0;
}

.search-btn {
  height: 100%;
  padding: 0 15px;
}

/* The default outline styling, for greatest accessibility. */
/* You can skip this to just use the browser's defaults. */
:focus {
  outline: #08f auto 2px !important;
}

/* When mouse is detected, ALL focused elements have outline removed. */
body.using-mouse :focus {
  outline: none !important;
}

.screenreader-text {
  position: fixed;
  left: -999px;
  width: 1px;
  height: 1px;
  top: auto;
  background-color: gray;
  padding: 0.5rem 2rem;
}
.screenreader-text:focus {
  display: inline-block;
  left: 0;
  height: auto;
  width: auto;
  margin: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jun 23, 2022, 2:19:26 PM
    Author     : jbelf
*/
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 18px 0;
  font-weight: 200;
  width: 100%;
  font-size: 2.25rem;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button.accordion.active {
  /*      span{
            color: $red;
        }*/
}
button.accordion h3 {
  width: calc(100% - 50px);
  display: inline-block;
  text-transform: none;
  margin-bottom: 0px;
  font-size: 28px;
}
button.accordion svg {
  vertical-align: top;
  margin-top: 15px;
  margin-right: 10px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  color: rgb(51, 51, 51);
  /*background-color: white;*/
  display: none;
  overflow: hidden;
  max-width: 960px;
  padding: 0 0 20px 0;
}
.panel p:first-of-type {
  padding-top: 20px;
}

.accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
}
.accordion-wrapper .accordion {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.accordion-wrapper .accordion svg {
  margin: 0;
}
.accordion-wrapper .accordion span {
  font-size: 18px;
  font-weight: 600;
}

body.page-template-faqs .accordion-wrapper .accordion {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.page-template-faqs .accordion-wrapper .accordion svg {
  margin-right: 20px;
}

.cool-dropdown {
  position: relative;
  display: block;
}
.cool-dropdown .drop-msg {
  background-color: white;
  position: absolute;
  top: 60px;
  z-index: 100;
  left: 10px;
  width: 200px;
  border: 1px solid #D6D6D6;
}
.cool-dropdown .drop-btn {
  font-family: "Roboto Condensed", sans-serif;
  background-color: white;
  display: block;
  background-color: white;
  border: none;
  text-align: left;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  padding: 15px 30px 15px 20px;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: 1px;
  width: 100%;
  border: 1px solid #efefef;
}
.cool-dropdown .drop-btn:disabled {
  opacity: 0.4;
}
.cool-dropdown .drop-btn:after {
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  right: 20px;
  top: 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.233' height='7.254' viewBox='0 0 11.233 7.254'%3E%3Cpath d='M5.019,17.747.244,12.972a.839.839,0,0,1,0-1.19l.794-.794a.839.839,0,0,1,1.19,0l3.385,3.385L9,10.988a.839.839,0,0,1,1.19,0l.794.794a.839.839,0,0,1,0,1.19L6.206,17.747A.835.835,0,0,1,5.019,17.747Z' transform='translate(0.004 -10.74)' fill='%23002a5c'/%3E%3C/svg%3E");
}
.cool-dropdown .drop-btn.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cool-dropdown .drop-list {
  display: none;
  background-color: white;
  position: absolute;
  width: 100%;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25);
  z-index: 10;
  max-height: 360px;
  overflow-y: auto;
}
.cool-dropdown .drop-list a, .cool-dropdown .drop-list button {
  color: rgb(51, 51, 51);
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  line-height: 1.1;
  background-color: white;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  font-size: 1rem;
  width: 100%;
  text-align: left;
}
.cool-dropdown .drop-list a:hover, .cool-dropdown .drop-list button:hover {
  background-color: #F3F3F3;
}

.slick-dots li button:before {
  font-size: 40px;
}

.career-gallery .slide {
  max-height: 320px;
  text-align: center;
  width: 100%;
  height: 100%;
}
.career-gallery .slide video {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 320px;
}
.career-gallery .slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 320px;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}

.autocomplete-items {
  max-height: 480px;
  overflow-y: auto;
  position: absolute;
  border: 1px solid #d4d4d4;
  background-color: white;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items svg {
  vertical-align: top;
}
.autocomplete-items span {
  display: inline-block;
  width: 90%;
}

.autocomplete-items div a {
  padding: 15px;
  display: block;
  color: rgb(51, 51, 51);
  background-color: #fff;
  /*border-bottom: 1px solid #d4d4d4;*/
}
.autocomplete-items div a svg {
  width: 15px;
  margin-right: 10px;
}

.autocomplete-items div a:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
  color: rgb(51, 51, 51);
  text-decoration: none;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/*PAGES*/
body.page-template-front-page footer {
  margin-top: 0;
}
body.page-template-front-page h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
}
body.page-template-front-page #img-overlay {
  position: absolute;
  bottom: 100px;
  right: 100px;
}
@media (max-width: 767.98px) {
  body.page-template-front-page #img-overlay {
    position: static;
    text-align: center;
  }
}
body.page-template-front-page #h-line1 {
  font-size: 1.5rem;
  font-weight: 200;
  text-transform: uppercase;
}
body.page-template-front-page #h-line2 {
  font-size: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
}
body.page-template-front-page .row-collection {
  position: relative;
  min-height: 400px;
}
body.page-template-front-page .row-collection .col-img {
  position: relative;
}
body.page-template-front-page .row-collection .col-img .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  body.page-template-front-page .row-collection .col-img .img-wrapper {
    max-height: 240px;
  }
}
body.page-template-front-page .row-collection .col-img .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(60%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
}
body.page-template-front-page .row-collection .col-img .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
body.page-template-front-page .row-collection .collection-header {
  z-index: 1;
  position: absolute;
  bottom: 20px;
  left: 80px;
}
body.page-template-front-page .row-collection .collection-header a:hover {
  color: white;
}
body.page-template-front-page .row-collection .collection-header a:hover svg {
  margin-left: 20px;
}
body.page-template-front-page .row-collection .collection-header .button {
  color: white;
  text-decoration: none;
}
body.page-template-front-page .row-collection .collection-header .button svg {
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}
body.page-template-front-page .row-collection .slick-slide {
  padding: 10px;
  text-decoration: none;
  color: white;
}
body.page-template-front-page .row-collection .slick-slide img {
  max-width: 480px;
  display: inline-block;
}
body.page-template-front-page #product-slider .product {
  display: block !important;
}
body.page-template-front-page #category-slider {
  height: 520px;
  /*        @include media-breakpoint-up(sm) {
              height: 680px;
          }*/
}
body.page-template-front-page #category-slider .slick-list {
  overflow: visible;
}
body.page-template-front-page #category-slider .slick-list .slick-track {
  height: 460px;
}
@media (min-width: 576px) {
  body.page-template-front-page #category-slider .slick-list .slick-track {
    /*height: 600px;*/
  }
}
body.page-template-front-page #category-slider .slide {
  opacity: 0.3;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: visible;
}
body.page-template-front-page #category-slider .slide .btn-primary {
  color: rgb(51, 51, 51);
  border-radius: 30px;
}
body.page-template-front-page #category-slider .slide .link-wrapper {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
@media (min-width: 576px) {
  body.page-template-front-page #category-slider .slide .link-wrapper {
    bottom: -40px;
  }
}
body.page-template-front-page #category-slider .slide .img-wrapper {
  height: 70%;
}
body.page-template-front-page #category-slider .slide .img-wrapper img {
  width: 70%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: inline-block;
  border-radius: 12px;
}
body.page-template-front-page #category-slider .slide .slide-wrapper {
  text-align: center;
}
body.page-template-front-page #category-slider .slide .slide-wrapper a {
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 10px 40px;
  border-radius: 40px;
  margin-top: 20px;
  color: rgb(51, 51, 51);
}
body.page-template-front-page #category-slider .slide.slick-current {
  opacity: 1;
}
body.page-template-front-page #category-slider .slide.slick-current .link-wrapper {
  opacity: 1;
}
body.page-template-front-page #category-slider .slide.slick-current img {
  /*width: 100%;*/
  height: auto;
}
body.page-template-front-page #category-slider .slide.slick-current a {
  opacity: 1;
}
body.page-template-front-page #locations .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-front-page #locations .location .location-contact a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}
body.page-template-front-page #locations .location .location-contact a:hover {
  color: #CD1432;
}

body.page-template-blog, body.blog, body.category, body.blog-home {
  background-color: #F3F3F3;
}
body.page-template-blog #blog-listing:before, body.blog #blog-listing:before, body.category #blog-listing:before, body.blog-home #blog-listing:before {
  content: " ";
  margin-top: 20px;
  background-color: white;
  position: absolute;
  height: 200px;
  width: 100%;
  pointer-events: none;
}
body.page-template-blog #section-header .search-wrapper, body.blog #section-header .search-wrapper, body.category #section-header .search-wrapper, body.blog-home #section-header .search-wrapper {
  width: 100%;
}
body.page-template-blog #drop-category, body.blog #drop-category, body.category #drop-category, body.blog-home #drop-category {
  max-height: 320px;
  overflow-y: auto;
}
body.page-template-blog #blog-pagination .page-numbers, body.blog #blog-pagination .page-numbers, body.category #blog-pagination .page-numbers, body.blog-home #blog-pagination .page-numbers {
  padding: 10px;
}

#inp-archive {
  padding: 11px 20px !important;
  border: 1px solid #efefef !important;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1) !important;
}

body.page-template-blog #page-hero, body.page-template-events #page-hero, body.blog #page-hero, body.blog-home #page-hero, body.category #page-hero {
  background-color: white;
}
body.page-template-blog .post-wrapper, body.page-template-events .post-wrapper, body.blog .post-wrapper, body.blog-home .post-wrapper, body.category .post-wrapper {
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
}
body.page-template-blog .h1, body.page-template-events .h1, body.blog .h1, body.blog-home .h1, body.category .h1 {
  font-size: 4rem;
  color: rgb(51, 51, 51);
  text-transform: none;
  font-weight: 200;
  margin-bottom: 0;
}
body.page-template-blog #page-hero, body.page-template-events #page-hero, body.blog #page-hero, body.blog-home #page-hero, body.category #page-hero {
  padding-bottom: 0;
}
body.page-template-blog #blog-listing .post-link .img-wrapper, body.page-template-events #blog-listing .post-link .img-wrapper, body.blog #blog-listing .post-link .img-wrapper, body.blog-home #blog-listing .post-link .img-wrapper, body.category #blog-listing .post-link .img-wrapper {
  overflow: hidden;
  height: 270px;
}
body.page-template-blog #blog-listing svg, body.page-template-events #blog-listing svg, body.blog #blog-listing svg, body.blog-home #blog-listing svg, body.category #blog-listing svg {
  margin-right: 15px;
  height: 18px;
  width: 24px;
}
body.page-template-blog .post-wrapper, body.page-template-events .post-wrapper, body.blog .post-wrapper, body.blog-home .post-wrapper, body.category .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  position: relative;
  pointer-events: none;
  background-color: white;
  padding-bottom: 50px;
}
body.page-template-blog .post-wrapper h2, body.page-template-events .post-wrapper h2, body.blog .post-wrapper h2, body.blog-home .post-wrapper h2, body.category .post-wrapper h2 {
  margin-bottom: 20px;
  font-size: 1.75rem;
}
body.page-template-blog .post-wrapper .button, body.page-template-events .post-wrapper .button, body.blog .post-wrapper .button, body.blog-home .post-wrapper .button, body.category .post-wrapper .button {
  position: absolute;
  bottom: 20px;
  color: rgb(51, 51, 51);
}
body.page-template-blog .post-wrapper .content-wrapper, body.page-template-events .post-wrapper .content-wrapper, body.blog .post-wrapper .content-wrapper, body.blog-home .post-wrapper .content-wrapper, body.category .post-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

body.single-post p, body.single-post #the-content, body.page-template-material p, body.page-template-material #the-content {
  line-height: 1.7;
}
body.single-post p img, body.page-template-material p img {
  margin-bottom: 20px;
}
body.single-post ol, body.page-template-material ol {
  margin-left: 0px;
}
body.single-post ol > li, body.page-template-material ol > li {
  margin-bottom: 15px;
}
body.single-post ul, body.page-template-material ul {
  list-style-type: disc;
}
body.single-post #blog-header, body.page-template-material #blog-header {
  text-transform: uppercase;
  color: #D6D6D6;
  font-family: "Roboto Condensed", sans-serif;
  margin-top: 30px;
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: bold;
}
body.single-post #blog-img img, body.page-template-material #blog-img img {
  width: 100%;
  height: auto;
}
body.single-post section .container-fluid, body.page-template-material section .container-fluid {
  max-width: 1174px;
}
body.single-post h2, body.page-template-material h2 {
  font-weight: 300;
  margin-top: 3rem;
}
body.single-post h3, body.single-post .h3, body.page-template-material h3, body.page-template-material .h3 {
  font-weight: 300;
}
body.single-post h3, body.page-template-material h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
}
body.single-post .h2-sub, body.page-template-material .h2-sub {
  font-weight: 300;
  position: relative;
}
body.single-post .h2-sub:before, body.page-template-material .h2-sub:before {
  z-index: -1;
  content: "";
  background-color: #e1e1e1;
  width: 60px;
  height: 4px;
  position: absolute;
  left: auto;
  left: 0;
  top: -15px;
}
body.single-post .img-container, body.page-template-material .img-container {
  position: relative;
}
body.single-post .img-container .img-zoom, body.page-template-material .img-container .img-zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  pointer-events: none;
}

body.page-template-about #section-manufacturing img {
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
body.page-template-about .embed-container {
  text-align: center;
}
@media (min-width: 768px) {
  body.page-template-about .embed-container {
    padding-top: 100px;
  }
}
body.page-template-about .staff-title {
  font-size: 1rem;
  font-weight: 400;
}
body.page-template-about .col-team {
  text-align: center;
}
@media (min-width: 768px) {
  body.page-template-about .col-team {
    text-align: left;
  }
}

body.room-gallery .container-fluid {
  max-width: 1024px;
}

@media (min-width: 768px) {
  #gallery-dropdown {
    width: 240px;
  }
}

#category-select {
  vertical-align: text-bottom;
}

#room-container {
  max-width: 900px;
}
@media (max-width: 575.98px) {
  #room-container {
    overflow: hidden;
  }
}

#room-slider {
  margin-bottom: 80px;
  opacity: 0;
  /*position: static;*/
}
#room-slider .slick-list {
  overflow: visible;
}
#room-slider .slick-list .room-slide {
  max-height: 640px;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0.3 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
}
@media (min-width: 768px) {
  #room-slider .slick-list .room-slide {
    /*width: 70vw !important;*/
  }
}
#room-slider .slick-list .room-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#room-slider .slick-list .room-slide.slick-current {
  opacity: 1 !important;
}

#room-slider .slick-prev {
  top: 45%;
  left: -30px;
  display: inline-block;
}
@media (min-width: 1100px) {
  #room-slider .slick-prev {
    left: -120px;
  }
}
#room-slider .slick-next {
  top: 45%;
  right: -30px;
  display: inline-block;
}
@media (min-width: 576px) {
  #room-slider .slick-next {
    right: -20px;
  }
}
@media (min-width: 1100px) {
  #room-slider .slick-next {
    right: -120px;
  }
}

body.tax-product-category #product-catalog svg {
  width: 30px;
  height: auto;
}
body.tax-product-category #message-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.tax-product-category #message-wrapper #message {
  max-width: none;
}
body.tax-product-category #product-categories h2, body.tax-product-category #archive-header {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
body.tax-product-category #products {
  margin-top: 20px;
}
@media (min-width: 576px) {
  body.tax-product-category #products {
    margin-top: 40px;
  }
}
body.tax-product-category h1 {
  font-size: 2rem;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  body.tax-product-category h1 {
    font-size: 3rem;
    padding-bottom: 20px;
  }
}
body.tax-product-category .product {
  position: relative;
}
body.tax-product-category .product .btn-favorite {
  position: absolute;
  top: 10px;
  right: 30px;
  background-color: transparent;
  border: none;
  width: 40px;
  height: 45px;
}
@media (min-width: 576px) {
  body.tax-product-category .product .btn-favorite {
    display: none;
  }
}
body.tax-product-category .product .btn-favorite.selected, body.tax-product-category .product .btn-favorite.active {
  display: block;
}
body.tax-product-category .product .btn-favorite svg {
  width: 20px;
}
body.tax-product-category .product .btn-favorite svg .heart {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.tax-product-category .product .btn-favorite:hover svg .outline {
  fill: #CD1432;
}
body.tax-product-category .product .btn-favorite.active svg .heart {
  fill: #CD1432;
}
body.tax-product-category .product .btn-favorite.active svg .outline {
  fill: #CD1432;
}
body.tax-product-category #product-categories p {
  line-height: 1.2;
}
body.tax-product-category #product-categories a {
  color: rgb(51, 51, 51);
}
body.tax-product-category #product-categories a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.tax-product-category #col-filters {
  position: sticky;
  top: 80px;
}
body.tax-product-category #col-filters span, body.tax-product-category #col-filters .material-name {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  /*overflow: hidden;*/
}
body.tax-product-category #col-filters button {
  text-align: left;
  display: block;
  width: 100%;
}
body.tax-product-category #col-filters button.active .material-swatch {
  background-color: rgb(51, 51, 51);
}
body.tax-product-category #col-filters button.active .material-swatch img {
  margin-top: -5px;
}
body.tax-product-category #col-filters button .material-swatch {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid rgb(51, 51, 51);
  overflow: hidden;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  margin-top: 8px;
}
body.tax-product-category #col-filters button .material-swatch img {
  width: 100%;
  height: 100%;
}
body.tax-product-category #col-filters button .material-name {
  max-width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
  padding-top: 8px;
}
body.tax-product-category footer {
  margin-top: 0;
}

body.archive {
  /*    #page-hero .container-fluid{
          border-bottom: 1px solid $gray-border;
      }*/
}
body.archive #cat-description .container-fluid {
  margin-top: 80px;
  max-width: 1174px;
}
body.archive .accordion-wrapper {
  border-bottom: 1px solid #e7e7e7;
}
body.archive .accordion-wrapper .accordion {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.archive .accordion-wrapper .accordion svg {
  margin: 0;
}
body.archive #footer-content ul, body.archive #footer-content ol {
  padding-bottom: 10px;
}
body.archive #footer-content ul li, body.archive #footer-content ol li {
  line-height: 2;
  margin-bottom: 20px;
}

#btn-filters {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}
#btn-filters svg {
  margin-right: 10px;
  margin-top: -4px;
}
#btn-filters svg #circle1, #btn-filters svg #circle2, #btn-filters svg #circle3 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#btn-filters:hover #circle1 {
  -webkit-transform: translateX(26px) translateY(8px);
          transform: translateX(26px) translateY(8px);
}
#btn-filters:hover #circle2 {
  -webkit-transform: translateX(26px) translateY(20px);
          transform: translateX(26px) translateY(20px);
}
#btn-filters:hover #circle3 {
  -webkit-transform: translateX(18px) translateY(14px);
          transform: translateX(18px) translateY(14px);
}

#product-top-filters #col-results {
  text-align: right;
}
@media (min-width: 768px) {
  #product-top-filters #col-filters {
    width: 120px;
  }
  #product-top-filters #col-locations {
    width: 200px;
  }
  #product-top-filters #col-results {
    text-align: left;
  }
}
#product-top-filters .cool-dropdown {
  width: 240px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #2F2F2F;
}
#product-top-filters .cool-dropdown button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(51, 51, 51);
}
#product-top-filters .cool-dropdown .drop-list {
  border: 1px solid #2F2F2F;
}

.color-nav {
  margin-bottom: 10px;
}
.color-nav .swatch-link {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 0;
  display: inline-block;
  width: 24px;
  margin: 3px;
  height: 24px;
}
.color-nav .swatch-link.active {
  border: 2px solid rgba(0, 0, 0, 0.6);
}
.color-nav .swatch-link.big {
  width: 32px;
  height: 32px;
}
.color-nav .swatch-link .color-swatch {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.product-link {
  color: rgb(51, 51, 51);
}
.product-link .img-wrapper {
  overflow: hidden;
  height: 180px;
  width: 180px;
}
.product-link .img-wrapper img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-link:hover {
  color: #B5A9A4;
}
.product-link:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.product-link .title {
  /*font-family: $font-header;*/
  /*text-transform: uppercase;*/
  font-weight: 600;
  font-size: 1.125rem;
}

body.page-template-my-account #table-orders {
  width: 100%;
  overflow-x: auto;
}
body.page-template-my-account .view-account {
  display: none;
}
body.page-template-my-account .view-account table {
  display: none;
}
body.page-template-my-account tr:nth-of-type(even) {
  background-color: #f5f5f5;
}
body.page-template-my-account td {
  padding: 15px;
  vertical-align: middle;
}
body.page-template-my-account .check-custom {
  margin-top: 8px;
}
body.page-template-my-account #select-delivery {
  max-width: 240px;
}
body.page-template-my-account .accordion .accordion-body {
  font-size: 1rem;
  font-weight: 400;
}
body.page-template-my-account .gform_wrapper.gravity-theme .gsection {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
body.page-template-my-account #order-history a {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}
body.page-template-my-account #field_5_4 {
  margin-top: 0;
}

body.page-template-my-cart .btn-update .lds-ring, body.page-template-my-cart #btn-coupon .lds-ring {
  display: none;
  height: 20px;
  width: 20px;
  margin-top: -5px;
}
body.page-template-my-cart .btn-update .lds-ring div, body.page-template-my-cart #btn-coupon .lds-ring div {
  margin-top: 5px;
  height: 20px;
  width: 20px;
}
body.page-template-my-cart #shipping-form {
  display: none;
}

body.page-template-my-account .btn-reset {
  min-width: 180px;
  padding: 13px 30px !important;
}
body.page-template-my-account .btn-reset .lds-ring {
  height: 20px;
  width: 20px;
  margin-top: -5px;
}
body.page-template-my-account .btn-reset .lds-ring div {
  margin-top: 5px;
  height: 20px;
  width: 20px;
}
body.page-template-my-account #gform_0 input[type=text], body.page-template-my-account #gform_0 input[type=password] {
  width: 100%;
}

#nav-account li a {
  font-family: "Roboto Condensed", sans-serif;
  color: rgb(51, 51, 51);
  font-size: 20px;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid #D6D6D6;
}
#nav-account li a:hover {
  color: #966844;
  text-decoration: none;
}
#nav-account li a.active {
  color: #966844;
}
#nav-account li a svg {
  width: 28px;
  height: auto;
  margin-right: 15px;
}

#schedule-delivery .btn-primary {
  min-width: 200px;
}
#schedule-delivery .btn-primary svg {
  max-height: 18px;
  margin-top: -2px;
}

#table-invoice-detail td, #table-delivered td {
  vertical-align: middle;
}
#table-invoice-detail img, #table-delivered img {
  width: 120px;
  height: auto;
}

#make-a-payment button {
  display: inline-block;
  text-align: left;
  margin-right: 120px;
}

#payment-step2 {
  display: none;
}

#accordionDelivery h2.accordion-header, #accordionPayment h2.accordion-header {
  line-height: 1rem;
}
#accordionDelivery h2.accordion-header button, #accordionPayment h2.accordion-header button {
  font-size: 1rem;
  line-height: 1rem;
}
#accordionDelivery .accordion-button:disabled, #accordionPayment .accordion-button:disabled {
  color: #D6D6D6;
}
#accordionDelivery .accordion-item, #accordionDelivery button, #accordionPayment .accordion-item, #accordionPayment button {
  border-radius: 0;
}
#accordionDelivery .accordion-button:not(.collapsed), #accordionPayment .accordion-button:not(.collapsed) {
  background-color: #efefef;
  color: rgb(51, 51, 51);
}

#delivery-step3 form {
  max-width: 320px;
}

body.page-template-contact .contact-header {
  color: #B5A9A4;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: "Roboto Condensed", sans-serif;
}

.btn-texture, .btn-stain {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 3px solid transparent;
  margin: 0;
  padding: 0;
}
.btn-texture.selected, .btn-texture:hover, .btn-stain.selected, .btn-stain:hover {
  border: 3px solid #2F2F2F;
}

#gallery-container.ridgerafter {
  position: sticky;
  top: 40px;
}

#product-content {
  padding-top: 40px;
}
@media (min-width: 992px) {
  #product-content {
    /*padding-top: 250px;*/
  }
}
#product-content .disount-msg {
  line-height: 0.4;
}
#product-content .line-through {
  font-size: 1rem;
}
@media (min-width: 768px) {
  #product-content .line-through {
    font-size: 1.25rem;
  }
}
#product-content h1 {
  line-height: 1;
  font-weight: 700;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
  font-size: 2rem;
}
#product-content .option-label {
  font-size: 1.125rem;
}
#product-content .option-label .btn-view {
  vertical-align: text-bottom;
  position: relative;
}
#product-content .option-label .btn-view .img-wrapper {
  display: none;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 150px;
  height: auto;
}
#product-content .option-label .btn-view .img-wrapper img {
  width: 150px;
}
#product-content #price-type {
  line-height: 0.875rem;
}
#product-content .product-price {
  line-height: 1.1;
}
@media (max-width: 575.98px) {
  #product-content .product-price {
    font-size: 1rem;
  }
}
#product-content .col-content {
  font-family: "Roboto Condensed", sans-serif;
}
#product-content .col-content p {
  line-height: 1.4;
}
#product-content .col-images #icon-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#product-content .col-images #featured-image-link {
  position: relative;
  display: block;
}
@media (min-width: 1200px) {
  #product-content .col-images #featured-image-link #img-container {
    height: 470px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  #product-content .col-images #featured-image-link #img-container img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
#product-content .col-images #featured-image-link:hover #icon-zoom {
  /*box-shadow: 3px 3px 3px rgba(0,0,0,.3);*/
}
@media (min-width: 768px) {
  #product-content .col-images {
    padding-right: 60px;
  }
  #product-content .col-images #icon-zoom {
    right: 20px;
    height: 55px;
    width: 55px;
    pointer-events: none;
  }
}
#product-content .cart-message {
  position: relative;
  display: none;
}
#product-content .cart-message a {
  text-decoration: underline;
}
#product-content .cart-message #cart-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
@media (max-width: 575.98px) {
  #product-content #icon-print {
    vertical-align: top;
  }
}
#product-content #image-slider .a-sketchfab {
  text-align: center;
  padding: 15px;
}
@media (max-width: 575.98px) {
  #product-content #image-slider .a-sketchfab {
    padding: 0;
  }
  #product-content #image-slider .a-sketchfab img {
    width: 50% !important;
    margin-top: 60px;
  }
}
#product-content #image-slider img {
  margin: 5px 0;
  width: 100%;
  max-width: 40px;
  margin-right: 10px;
}
@media (min-width: 992px) {
  #product-content #image-slider img {
    max-width: 120px;
  }
}
#product-content #image-slider.slick-slider img {
  max-width: none;
  width: 80%;
  margin-left: 10%;
}
#product-content #image-slider.slick-slider .slick-prev, #product-content #image-slider.slick-slider .slick-next {
  display: none !important;
}
#product-content #product-message {
  display: none;
  padding-top: 15px;
  margin-bottom: -10px;
  font-style: italic;
}
#product-content #product-images {
  position: relative;
}
#product-content #product-images .swipe {
  position: absolute;
  top: 10px;
  right: 10px;
}
#product-content #product-images .swipe svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 575.98px) {
  #product-content #product-images {
    max-height: 380px;
  }
}
@media (max-width: 369.98px) {
  #product-content #product-images {
    max-height: 280px;
  }
}

.rafter-beam .bg-gray {
  font-size: 1.125rem !important;
  font-weight: bold !important;
}

.rafter-beam .retail-price {
  font-size: 1.125rem !important;
}

#slick-related .related-product img {
  max-width: 200px;
}

@media (max-width: 575.98px) {
  #shop-collection {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  #slick-related, #slick-recent {
    padding: 0 80px;
  }
}
#slick-related a, #slick-recent a {
  color: rgb(51, 51, 51);
}
#slick-related .slick-prev, #slick-recent .slick-prev {
  left: 0;
}
@media (min-width: 1200px) {
  #slick-related .slick-prev, #slick-recent .slick-prev {
    left: 0px;
  }
}
#slick-related .slick-next, #slick-recent .slick-next {
  right: 0;
}
@media (min-width: 1200px) {
  #slick-related .slick-next, #slick-recent .slick-next {
    right: 0px;
  }
}

#product-extras video {
  width: 100%;
  height: auto;
}
#product-extras p {
  margin-bottom: 0;
}
#product-extras .product-feature .img-wrapper {
  height: 360px;
}
#product-extras .product-feature .img-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-related {
  /*padding: 0 36px;*/
  /*overflow: hidden;*/
}
.section-related .slick-arrow {
  /*border: 1px solid $gray;*/
  padding: 20px 20px;
  border-radius: 0;
  background-color: transparent;
}
.section-related .slick-prev, .section-related .slick-next {
  z-index: 5;
  height: 42px;
  width: 42px;
  top: 140px;
  /*        background-color: white;
          box-shadow: 0 4px 4px rgba(0,0,0,.1);*/
}
.section-related .slick-prev:before, .section-related .slick-next:before {
  position: absolute;
  top: 0;
}
.section-related .slick-prev:before {
  left: -30px;
}
.section-related .slick-next:before {
  right: -30px;
}

.shop-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-collection h2 {
  margin: 0;
}

#slick-related2.section-related {
  padding: 0px;
}
#slick-related2.section-related .slick-prev {
  left: 0px;
}
#slick-related2.section-related .slick-next {
  right: 0px;
}

.quantity-controls {
  border: 1px solid #D6D6D6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
}
.quantity-controls input[type=number] {
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  font-size: 18px;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  width: 40px;
  height: 44px;
}
.quantity-controls input[type=number].max4 {
  width: 60px;
}
.quantity-controls input::-webkit-outer-spin-button,
.quantity-controls input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-controls button {
  border-radius: 0;
  font-size: 28px;
  padding: 0;
  width: 40px;
  height: 44px;
  padding: 0 0 5px 0;
}

#cart-message {
  display: none;
  max-width: 420px;
  position: relative;
}
#cart-message .bg-white {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#cart-message .bg-white.open {
  width: 1px;
}
#cart-message a {
  text-decoration: underline;
}

.cart-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 793px;
}
.cart-controls .btn-favorite {
  border: 1px solid #D6D6D6;
  margin-left: 10px;
  width: 40px;
  height: 46px;
}
.cart-controls .btn-favorite svg {
  width: 20px;
}
.cart-controls .btn-favorite svg .heart {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-controls .btn-favorite:hover svg .outline {
  fill: #CD1432;
}
.cart-controls .btn-favorite.active svg .heart {
  fill: #CD1432;
}
.cart-controls .btn-favorite.active svg .outline {
  fill: #CD1432;
}
.cart-controls .btn-add {
  margin-left: 10px;
  width: 240px;
}
.cart-controls .btn-add .btn-primary {
  width: 100%;
}

#btn-clear-filters {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#btn-clear-filters svg {
  margin-right: 5px;
}

#info-box a {
  text-decoration: underline;
}

#calculator {
  background-color: #F5F3F2 !important;
}
#calculator .btn-primary {
  background-color: #B5A9A4 !important;
  min-width: 240px;
}

#features {
  margin-top: 60px;
}
#features .nav-item button {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(51, 51, 51);
  border-radius: 0;
}
#features .nav-item button.active {
  background-color: transparent;
  color: #966844;
  border-bottom: 3px solid #966844;
}

#features-content {
  border: 1px solid #D6D6D6;
  padding: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
#features-content .col-label {
  text-transform: uppercase;
}
#features-content ul {
  padding-left: 20px;
}
#features-content ul li {
  list-style-image: url(img/icons/round-check.svg);
}
#features-content #content-technical a {
  display: inline-block;
  color: rgb(51, 51, 51);
  background: url("img/icons/file.svg") no-repeat 0;
  padding: 5px 10px 5px 20px;
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

#shop-related, #shop-recent {
  font-size: 1.125rem;
}
#shop-related .slide .img-wrapper, #shop-recent .slide .img-wrapper {
  overflow: hidden;
  height: 300px;
  width: 100%;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
#shop-related .slide .img-wrapper img, #shop-recent .slide .img-wrapper img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  width: auto;
  display: inline-block;
}
#shop-related .slide:hover img, #shop-recent .slide:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

#featured-posts a {
  color: rgb(51, 51, 51);
}
#featured-posts .post-link .btn {
  color: #966844;
}
#featured-posts .post-link .btn svg {
  overflow: visible;
}
#featured-posts .button {
  color: rgb(51, 51, 51);
}
#featured-posts h3 {
  font-size: 1.75rem;
  font-weight: 200;
}

body.page-template-wishlist .msg-row, body.page-template-my-cart .msg-row {
  margin: 0;
}

#wish, #cart, #my-wishlist > div {
  /*border-top: 1px solid $gray;*/
}
#wish input[type=number], #wish .btn-black, #cart input[type=number], #cart .btn-black, #my-wishlist > div input[type=number], #my-wishlist > div .btn-black {
  display: inline-block;
}
#wish input[type=number], #cart input[type=number], #my-wishlist > div input[type=number] {
  width: 60px;
  margin-right: 5px;
  text-align: center;
  border-radius: 0;
  padding: 3px;
  height: 38px;
}
#wish .product-row, #cart .product-row, #my-wishlist > div .product-row {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
}
@media (max-width: 767.98px) {
  #wish .product-row, #cart .product-row, #my-wishlist > div .product-row {
    text-align: center;
  }
  #wish .product-row .product-controls, #cart .product-row .product-controls, #my-wishlist > div .product-row .product-controls {
    padding: 20px 0 40px;
    text-align: center !important;
  }
}
#wish .product-row .btn-cart, #cart .product-row .btn-cart, #my-wishlist > div .product-row .btn-cart {
  height: 38px;
}
#wish .product-row .btn-delete, #cart .product-row .btn-delete, #my-wishlist > div .product-row .btn-delete {
  display: inline-block;
  padding: 10px;
  height: 34px;
  background-color: transparent;
  border: none;
  width: auto;
}
#wish .product-row .btn-delete span, #cart .product-row .btn-delete span, #my-wishlist > div .product-row .btn-delete span {
  display: block;
  background-color: #D6D6D6;
  width: 18px;
  height: 2px;
}
#wish .product-row .btn-delete span:nth-of-type(1), #cart .product-row .btn-delete span:nth-of-type(1), #my-wishlist > div .product-row .btn-delete span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#wish .product-row .btn-delete span:nth-of-type(2), #cart .product-row .btn-delete span:nth-of-type(2), #my-wishlist > div .product-row .btn-delete span:nth-of-type(2) {
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#wish .product-row img, #cart .product-row img, #my-wishlist > div .product-row img {
  height: 140px;
  /*margin: 20px;*/
  width: auto;
}
#wish .product-row .product-controls, #cart .product-row .product-controls, #my-wishlist > div .product-row .product-controls {
  text-align: right;
}
#wish .product-row > div .product-link, #cart .product-row > div .product-link, #my-wishlist > div .product-row > div .product-link {
  color: rgb(51, 51, 51);
  text-decoration: underline;
}

#wish .product-row, #my-wishlist .product-row {
  max-width: 900px;
}
#wish .product-row .col-prod, #my-wishlist .product-row .col-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.page-template-my-cart .btn-checkout {
  width: 100%;
}
body.page-template-my-cart .product-row .btn-update {
  height: 38px;
}
body.page-template-my-cart #col-totals input, body.page-template-my-cart #col-totals button {
  border-radius: 0;
  /*width: 100%;*/
}
body.page-template-my-cart #col-totals input[type=radio] {
  border-radius: 10px;
}
body.page-template-my-cart #col-totals input {
  padding-left: 10px;
}
body.page-template-my-cart #col-totals .btn-gray {
  width: 100%;
}
body.page-template-my-cart #btn-coupon {
  height: 100%;
  border: 1px solid #F3F3F3;
}
body.page-template-my-cart .cart-message {
  position: relative;
  display: none;
}
body.page-template-my-cart .cart-message a {
  text-decoration: underline;
}
body.page-template-my-cart .cart-message #cart-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

#coupon-code {
  font-size: 1rem;
  line-height: 1.2;
}

#field_4_38 {
  display: none;
}

body.search .col-img img {
  height: 160px;
  width: auto;
  max-width: none;
  margin-right: 40px;
}
body.search .col-post-img a {
  width: 220px;
  height: 120px;
  padding-right: 40px;
}
body.search .col-post-img a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
body.search .page-section a {
  color: rgb(51, 51, 51);
}
body.search #search-types .nav-item a {
  padding: 5px 25px;
  color: black;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.search #search-types .nav-item a.active {
  border-bottom: 3px solid #B5A9A4;
}
body.search #search-types .nav-item a:hover {
  text-decoration: none;
  border-bottom: 3px solid #B5A9A4;
}
body.search #search-types .nav-item a span {
  background-color: #B5A9A4;
  color: white;
  border-radius: 4px;
  display: inline-block;
  margin-left: 2px;
  padding: 2px 8px;
  font-size: 0.75rem;
}
body.search #search-types .nav-item a span.none {
  background-color: #888;
}

#receipt-inner {
  margin: 80px auto;
  max-width: 480px;
}
#receipt-inner .row {
  margin: 0;
}

#email-receipt {
  max-width: 480px;
  margin: 0 5px 0 5px;
}

#receipt-container #logo-container {
  display: none;
}
#receipt-container #receipt-inner {
  margin: 40px 5px 0 5px;
}

#form-receipt #input-email {
  width: calc(100% - 145px);
}
#form-receipt #input-email input {
  width: 100%;
}
#form-receipt input[type=submit] {
  width: 140px;
  height: 42px;
  display: inline-block;
  vertical-align: bottom;
}

#email-message {
  display: none;
  position: relative;
}
#email-message #email-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
/*# sourceMappingURL=style.css.map */